This seems to be the first place it started spitting out errors.
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT usb.lo -MD -MP -MF .deps/usb.Tpo -c usb.c -fno-common -DPIC -o .libs/usb.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT usb.lo -MD -MP -MF .deps/usb.Tpo -c usb.c -o usb.o >/dev/null 2>&1
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT error.lo -MD -MP -MF ".deps/error.Tpo" \
-c -o error.lo `test -f 'error.c' || echo './'`error.c; \
then mv -f ".deps/error.Tpo" ".deps/error.Plo"; \
else rm -f ".deps/error.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fno-common -DPIC -o .libs/error.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -no-cpp-precomp
On Mar 16, 2005, at 9:57 AM, Alexander K. Hansen wrote:
On Mar 16, 2005, at 9:42 AM, Robert Nuzum wrote:
Hello,
When I try to update bundle-kde to the newest unstable version I receive the following error message:make: *** [all] Error 2
### execution of /var/tmp/tmp.1.qNorXb failed, exit code 2
Removing build lock...
dpkg -r fink-buildlock-libusb-0.1.8-13
(Reading database ... 62315 files and directories currently installed.)
Removing fink-buildlock-libusb-0.1.8-13 ...
Failed: phase compiling: libusb-0.1.8-13 failed
I've tried to compile libusb-0.1.8-13 separately but still get the same error message.
Any help appreciated, Bob
The real error message is way,.way earlier than what you've quoted--go to the last line that the compiler choked on (e.g. gcc <bunch of stuff>).
-- Alexander Hansen Fink Documentarian [Day Job] Levitated Dipole Experiment http://www.psfc.mit.edu/LDX
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
