Your message dated Mon, 1 Aug 2011 18:35:24 +0200 with message-id <[email protected]> and subject line Re: Bug#636229: glide: FTBFS on i386: unrecognized option '-$' has caused the Debian Bug report #636229, regarding glide: FTBFS on i386: unrecognized option '-$' to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 636229: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636229 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: glide Version: 2002.04.10ds1-7 Severity: serious From my pbuilder build log: ... libtool --mode=compile gcc -g -Wall -O3 -march=i486 -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -ffast-math -DBIG_OPT -$ -I. -DUSE_PACKET_FIFO=1 -c -o cpudtect.lo /tmp/buildd/glide-2002.04.10ds1/glide3x/h3/glide3/src/cpudtect.S libtool: compile: gcc -g -Wall -O3 -march=i486 -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -ffast-math -DBIG_OPT -\$ -I. -DUSE_PACKET_FIFO=1 -c /tmp/buildd/glide-2002.04.10ds1/glide3x/h3/glide3/src/cpudtect.S - fPIC -DPIC -o .libs/cpudtect.o gcc: error: unrecognized option '-$' make[4]: *** [cpudtect.lo] Error 1 make[4]: Leaving directory `/tmp/buildd/glide-2002.04.10ds1/glide3x/build.h3/h3/glide3/src' make[3]: *** [install-recursive] Error 1 make[3]: Leaving directory `/tmp/buildd/glide-2002.04.10ds1/glide3x/build.h3/h3/glide3' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/tmp/buildd/glide-2002.04.10ds1/glide3x/build.h3/h3' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/tmp/buildd/glide-2002.04.10ds1/glide3x/build.h3' Filesystem 1K-blocks Used Available Use% Mounted on /dev/disk/by-uuid/a4992605-9cb9-44cf-aaaa-7f5d0818dda0 38448304 595188 35900016 2% / Time Elapsed: 0 Years, 0 Days, 0 Hours, 1 Minutes, 7 Seconds Disk usage: -6.44 Mb ... # libglide3 install -m 644 /tmp/buildd/glide-2002.04.10ds1/debian/tmp.h3/usr/lib/libglide3.so.3.10.0 \ /tmp/buildd/glide-2002.04.10ds1/debian/libglide3/usr/lib/glide3/libglide3_h3.so.3.10.0 install: cannot stat `/tmp/buildd/glide-2002.04.10ds1/debian/tmp.h3/usr/lib/libglide3.so.3.10.0': No such file or directory make: *** [binary-arch] Error 1 dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit status 2 (Also, why is the build failure being ignored until it causes other problems later? Maybe you forgot to "set -e" in a subscript in a Makefile?) -- Daniel Schepler
--- End Message ---
--- Begin Message ---Version: 2002.04.10ds1-7 On Mon, 2011-08-01 at 09:02:31 -0700, Daniel Schepler wrote: > Source: glide > Version: 2002.04.10ds1-7 > Severity: serious I'm assuming you built 2002.04.10ds1-6, but reported against 2002.04.10ds1-7, where I had already fixed this: ,--- glide (2002.04.10ds1-7) unstable; urgency=low * Use “-fdollars-in-identifiers -x assembler-with-cpp” instead of “-$” to preprocess assembler code through gcc, the later just stopped working recently. -- Guillem Jover <[email protected]> Mon, 01 Aug 2011 05:13:22 +0200 `--- As it seemed to build fine locally and on the buildd: <https://buildd.debian.org/status/fetch.php?pkg=glide&arch=i386&ver=2002.04.10ds1-7&stamp=1312170246> > (Also, why is the build failure being ignored until it causes other problems > later? Maybe you forgot to "set -e" in a subscript in a Makefile?) Yeah I noticed too, should fix it in the Makefile and several of the shell scripts invoked from it. thanks, guillem
--- End Message ---

