Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6ce57b97a3ce68402e781903051505b83725cd2c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>, Ismael Luceno <ismael AT sourcemage.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6ce57b97a3ce68402e781903051505b83725cd2c)
  • Date: Tue, 11 Mar 2008 09:19:43 +0100

Lots of your changes look very suspicious.
You certainly have not tested them.
J have just tried some of them, they failed.
You should probably revert all these commits and try them one by one.

--
Ladislav Hagara


diff --git a/archive/ncompress/BUILD b/archive/ncompress/BUILD
index d8579de..b1a7cc1 100755
--- a/archive/ncompress/BUILD
+++ b/archive/ncompress/BUILD
@@ -1,6 +1,7 @@
+persistent_add LBOPT="$CFLAGS $LDFLAGS"
+
unpack_file 2 &&
zcat $SOURCE2 | patch -p1 &&
cat $SCRIPT_DIRECTORY/ncompress-gcc34.patch | patch -p1 &&
-export LBOPT="$CFLAGS $LDFLAGS" &&
sed -e 's/LBOPT=//' Makefile.def > Makefile &&
make
diff --git a/archive/ncompress/HISTORY b/archive/ncompress/HISTORY
index 724f918..0eb4cd9 100644
--- a/archive/ncompress/HISTORY
+++ b/archive/ncompress/HISTORY
@@ -1,3 +1,6 @@
+2008-03-03 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: use persistent_add instead of export
+

compress42.c:1297: warning: incompatible implicit declaration of built-in function 'strlen'
/var/lib/sorcery/modules/libmisc: line 753: unset: `LBOPT=-march=pentium4': not a valid identifier
/var/lib/sorcery/modules/libmisc: line 753: unset: -p: invalid option
unset: usage: unset [-f] [-v] [name ...]
/var/lib/sorcery/modules/libmisc: line 753: unset: -D: invalid option
unset: usage: unset [-f] [-v] [name ...]
/var/lib/sorcery/modules/libmisc: line 753: unset: -P: invalid option
unset: usage: unset [-f] [-v] [name ...]
/var/lib/sorcery/modules/libmisc: line 753: unset: -O: invalid option
unset: usage: unset [-f] [-v] [name ...]
/var/lib/sorcery/modules/libmisc: line 753: unset: -z: invalid option
unset: usage: unset [-f] [-v] [name ...]
/var/lib/sorcery/modules/libmisc: line 753: unset: -s: invalid option
unset: usage: unset [-f] [-v] [name ...]




diff --git a/audio-plugins/alsaplayer-midi/BUILD
b/audio-plugins/alsaplayer-midi/BUILD
index c4cfbe2..f5a2a2b 100755
--- a/audio-plugins/alsaplayer-midi/BUILD
+++ b/audio-plugins/alsaplayer-midi/BUILD
@@ -1,4 +1,4 @@
./bootstrap &&
#the following won't work since this flag is broken
-#export OPTS="$OPTS --with-timidity=/usr/share/timidity" &&
+#OPTS="$OPTS --with-timidity=/usr/share/timidity" &&
default_build
diff --git a/audio-plugins/alsaplayer-midi/HISTORY
b/audio-plugins/alsaplayer-midi/HISTORY
index 70eb274..ec49ff7 100644
--- a/audio-plugins/alsaplayer-midi/HISTORY
+++ b/audio-plugins/alsaplayer-midi/HISTORY
@@ -1,3 +1,6 @@
+2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: use persistent_add instead of export
It was commented out, really no persistent_add.

diff --git a/crypto/nss/BUILD b/crypto/nss/BUILD
index 99ad2f3..52fc1cf 100755
--- a/crypto/nss/BUILD
+++ b/crypto/nss/BUILD
@@ -1,5 +1,5 @@
-export BUILD_OPT=1 &&
-export SOURCE_PREFIX=$(pwd) &&
+persistent_add BUILD_OPT=1 &&
+persistent_add SOURCE_PREFIX=$(pwd) &&

# use our CFLAGS and pre-installed NSPR headers
#echo "OS_CFLAGS += $CFLAGS -I$INSTALL_ROOT/usr/include/nspr" >>coreconf/Linux.mk
&&
diff --git a/crypto/nss/HISTORY b/crypto/nss/HISTORY
index b684a02..f3615d0 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: use persistent_add instead of export

_x86_glibc_PTH_DBG.OBJ/modutil ../../../../dist/Linux2.6_x86_glibc_PTH_DBG.OBJ/bin
make[2]: Leaving directory `/usr/src/nss-3.11.9/mozilla/security/nss/cmd/modutil'
make[1]: Leaving directory `/usr/src/nss-3.11.9/mozilla/security/nss/cmd'
/var/lib/sorcery/modules/libmisc: line 753: unset: `BUILD_OPT=1': not a valid identifier
/var/lib/sorcery/modules/libmisc: line 753: unset: `SOURCE_PREFIX=/usr/src/nss-3.11.9': not a valid identifier
Preparing to install nss
...
../../../coreconf/nsinstall/Linux2.6_x86_glibc_PTH_DBG.OBJ/nsinstall -R -m 775 Linux2.6_x86_glibc_PTH_DBG.OBJ/modutil ../../../../dist/Linux2.6_x86_glibc_PTH_DBG.OBJ/bin
make[2]: Leaving directory `/usr/src/nss-3.11.9/mozilla/security/nss/cmd/modutil'
make[1]: Leaving directory `/usr/src/nss-3.11.9/mozilla/security/nss/cmd'
! Problem Detected !
INSTALL failed!
/var/lib/sorcery/codex/test/crypto/nss/INSTALL: line 18: cd: /usr/src/nss-3.11.9/Linux*.OBJ: No such file or directory
Creating compile log /var/log/sorcery/compile/nss-3.11.9.bz2
View Compile log for nss-3.11.9? [n]

Spells that encountered problems:
---------------------------------
nss



diff --git a/devel/patch/BUILD b/devel/patch/BUILD
index 9cb78ce..4248cd5 100755
--- a/devel/patch/BUILD
+++ b/devel/patch/BUILD
@@ -1,4 +1,4 @@
-export CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE" &&
+persistent_add CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE" &&

OPTS="$OPTS --build=${BUILD}"
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"
diff --git a/devel/patch/HISTORY b/devel/patch/HISTORY
index ae8998e..8c62dc1 100644
--- a/devel/patch/HISTORY
+++ b/devel/patch/HISTORY
@@ -1,3 +1,6 @@
+2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: use persistent_add instead of export

Preparing to install patch
Dispelled spell: patch
/var/lib/sorcery/modules/libmisc: line 753: unset: -D: invalid option
unset: usage: unset [-f] [-v] [name ...]
/etc/sorcery/local/depends/patch.p: line 2: -D_GNU_SOURCE=hBD_GNU_SOURCE: command not found
/var/lib/sorcery/modules/libmisc: line 769: unset: -D: invalid option
unset: usage: unset [-f] [-v] [name ...]
/etc/sorcery/local/depends/patch.p: line 2: -D_GNU_SOURCE=hBD_GNU_SOURCE: command not found
/bin/sh ./mkinstalldirs /bin /usr/share/man/man1
/bin/install -c patch /bin/`echo patch | sed 's,x,x,'`
/bin/install -c -m 644 ./patch.man /usr/share/man/man1/`echo patch | sed 's,x,x,'`.1
/var/lib/sorcery/modules/libmisc: line 753: unset: -D: invalid option
unset: usage: unset [-f] [-v] [name ...]
/etc/sorcery/local/depends/patch.p: line 2: -D_GNU_SOURCE=hBD_GNU_SOURCE: command not found
/var/lib/sorcery/modules/libmisc: line 769: unset: -D: invalid option
unset: usage: unset [-f] [-v] [name ...]
/etc/sorcery/local/depends/patch.p: line 2: -D_GNU_SOURCE=hBD_GNU_SOURCE: command not found
/var/lib/sorcery/modules/libmisc: line 753: unset: -D: invalid option
unset: usage: unset [-f] [-v] [name ...]



diff --git a/graphics/wings3d/BUILD b/graphics/wings3d/BUILD
index 62bf2a9..6d51970 100755
--- a/graphics/wings3d/BUILD
+++ b/graphics/wings3d/BUILD
@@ -1,4 +1,4 @@
-local WINGS3D_PATH &&
+local WINGS3D_PATH

if spell_ok xorg-server; then
sedit 's:GL_LIBS = -lGLU -lGL:GL_LIBS = -L/usr/lib -lGLU -lGL:'
plugins_src/accel/Makefile
@@ -6,7 +6,7 @@ else
sedit 's:GL_LIBS = -lGLU -lGL:GL_LIBS = -L/usr/X11R6/lib -lGLU -lGL:'
plugins_src/accel/Makefile
fi &&

-export ESDL_PATH=/usr/lib/esdl &&
-WINGS3D_PATH=/usr/lib/wings &&
+persistent_add ESDL_PATH=/usr/lib/esdl
+WINGS3D_PATH=/usr/lib/wings
make_single &&
make
diff --git a/graphics/wings3d/HISTORY b/graphics/wings3d/HISTORY
index 6488226..e6eb5a9 100644
--- a/graphics/wings3d/HISTORY
+++ b/graphics/wings3d/HISTORY
@@ -1,3 +1,6 @@
+2008-03-03 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: use persistent_add instead of export

make[2]: *** [../ebin/wings.beam] Error 1
make[2]: Leaving directory `/usr/src/wings-0.99.02/src'
make[1]: Leaving directory `/usr/src/wings-0.99.02/src'
make[1]: *** [opt] Error 2
make: *** [all] Error 2
/var/lib/sorcery/modules/libmisc: line 753: unset: `ESDL_PATH=/usr/lib/esdl': not a valid identifier
! Problem Detected !
Creating compile log /var/log/sorcery/compile/wings3d-0.99.02.bz2
View Compile log for wings3d-0.99.02? [n]

Spells that encountered problems:
---------------------------------
wings3d



diff --git a/libs/xalan-c/BUILD b/libs/xalan-c/BUILD
index 8bad84b..02e3398 100755
--- a/libs/xalan-c/BUILD
+++ b/libs/xalan-c/BUILD
@@ -1,5 +1,5 @@
cd c &&

-export XALANCROOT=$SOURCE_DIRECTORY/c &&
+persistent_add XALANCROOT=$SOURCE_DIRECTORY/c &&
./runConfigure -p linux -c gcc -P /usr &&
make
diff --git a/libs/xalan-c/HISTORY b/libs/xalan-c/HISTORY
index cf5304e..ef46571 100644
--- a/libs/xalan-c/HISTORY
+++ b/libs/xalan-c/HISTORY
@@ -1,3 +1,6 @@
+2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: use persistent_add instead of export
+
2007-05-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, BUILD, INSTALL: created this spell, version 1_10_0

diff --git a/libs/xerces-c/BUILD b/libs/xerces-c/BUILD
index a0e294c..44f1db6 100755
--- a/libs/xerces-c/BUILD
+++ b/libs/xerces-c/BUILD
@@ -1,7 +1,7 @@
-export XERCESCROOT=$SOURCE_DIRECTORY
+persistent_add XERCESCROOT=$SOURCE_DIRECTORY

if echo $OPTS | grep -q 'ticu'; then
- export ICUROOT=/usr
+ persistent_add ICUROOT=/usr
fi &&

cd src/xercesc &&
diff --git a/libs/xerces-c/HISTORY b/libs/xerces-c/HISTORY
index 87d91f3..e7cb9f6 100644
--- a/libs/xerces-c/HISTORY
+++ b/libs/xerces-c/HISTORY
@@ -1,3 +1,6 @@
+2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: use persistent_add instead of export

Allowing new hash sha1
Checking spell level UPSTREAM_KEY
Spell level is a new allowed level
gpg signature verified!
Unpacking source file xerces-c-src_2_8_0.tar.gz for spell xerces-c.
Using gcc version: 4.2.3
Installing in dir: /usr/src/xerces-c-src_2_8_0
xerces-c 2_8_0
ERROR : You have not set your XERCESCROOT environment variable
Though this environment variable has nothing to do with creating
makefiles, this is just a general warning to prevent you from
pitfalls in future. To use this script other than for -h output please
set an environment variable called XERCESCROOT to indicate where you
installed the XERCES-C files, and run this command again to proceed.
See the documentation for an example if you are still confused.
/var/lib/sorcery/modules/libmisc: line 753: unset: `XERCESCROOT=/usr/src/xerces-c-src_2_8_0': not a valid identifier
/var/lib/sorcery/modules/libmisc: line 753: unset: `ICUROOT=/usr': not a valid identifier
! Problem Detected !
Creating compile log /var/log/sorcery/compile/xerces-c-2_8_0.bz2
View Compile log for xerces-c-2_8_0? [n]

Spells that encountered problems:
---------------------------------
xerces-c








Archive powered by MHonArc 2.6.24.

Top of Page