Problems building libgmp3
Last week I build libgmp3 and uploaded the results, no problems.
This week, I make two minor changes, one to the control file priority
field and the other to the rules file modifying the shlibs file created
there.
Now, when I try to compile it, I get an unspecified error, apparently
randomly generated, about some file being compiled.
So I went back to last weeks version of the code, unpacked a fresh source,
and ... couldn't build that one for the same problem.
Here is a typical set of output/error messages from the last run:
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-DOPERATION_fits_ushort_p -O3 -c -o fits_ushort_p.lo fits_ushort_p.c
rm -f .libs/fits_ushort_p.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_ushort_p -O3 -c
fits_ushort_p.c -fPIC -DPIC -o .libs/fits_ushort_p.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_ushort_p -O3 -c
fits_ushort_p.c -o fits_ushort_p.o >/dev/null 2>&1
mv -f .libs/fits_ushort_p.lo fits_ushort_p.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-DOPERATION_gcd -O3 -c -o gcd.lo gcd.c
rm -f .libs/gcd.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcd -O3 -c gcd.c -fPIC
-DPIC
-o .libs/gcd.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcd -O3 -c gcd.c -o
gcd.o >/dev/null 2>&1
make[4]: *** [gcd.lo] Error 1
make[4]: Leaving directory
`/Debian/pkgwork/libgmp3/hold/libgmp3-3.1.1/mpz'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/Debian/pkgwork/libgmp3/hold/libgmp3-3.1.1/mpz'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/Debian/pkgwork/libgmp3/hold/libgmp3-3.1.1'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/Debian/pkgwork/libgmp3/hold/libgmp3-3.1.1'
make: *** [build] Error 2
I'm pretty certain that nothing has changed on my system, but obviously
that can't be true. The source built just fine last week, and now it
doesn't...
Any suggestions/ideas? How do I figure out what the "real" error is?
Waiting is,
Dwarf
--
_-_-_-_-_- Author of "Dwarf's Guide to Debian GNU/Linux" _-_-_-_-_-_-
_- _-
_- aka Dale Scheetz Phone: 1 (850) 656-9769 _-
_- Flexible Software 11000 McCrackin Road _-
_- e-mail: dwarf@polaris.net Tallahassee, FL 32308 _-
_- _-
_-_-_-_-_- Released under the GNU Free Documentation License _-_-_-_-
available at: http://www.polaris.net/~dwarf/
Reply to: