Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171502 - cgdb fails to build in parallel
Summary: cgdb fails to build in parallel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-19 23:44 UTC by SpanKY
Modified: 2007-03-21 07:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2007-03-19 23:44:45 UTC
if powerpc-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..    -I../src/mi_oc_parser -O2 -mcpu=970 -pipe -MT gdbmi_driver.o -MD -MP -MF ".deps/gdbmi_driver.Tpo" -c -o gdbmi_driver.o gdbmi_driver.c; \
        then mv -f ".deps/gdbmi_driver.Tpo" ".deps/gdbmi_driver.Po"; else rm -f ".deps/gdbmi_driver.Tpo"; exit 1; fi
powerpc-unknown-linux-gnu-gcc -I../src/mi_oc_parser -O2 -mcpu=970 -pipe  -Wl,-O1 -Wl,-z,relro -o gdbmi_driver -L. gdbmi_driver.o -lgdbmi
/usr/lib/gcc/powerpc-unknown-linux-gnu/4.1.2/../../../../powerpc-unknown-linux-gnu/bin/ld: cannot find -lgdbmi
collect2: ld returned 1 exit status
make[5]: *** [gdbmi_driver] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory `/var/tmp/portage/dev-util/cgdb-0.6.3/work/cgdb-0.6.3/lib/gdbmi/src'
make[4]: *** [all-recursive] Error 1
Comment 1 SpanKY gentoo-dev 2007-03-19 23:47:42 UTC
also, latest autotools works for me, so i dont know why versions 1.9 are being forced ...

aaaaaaaalso, it should use `emake install DESTDIR=$D`, not `einstall` ...
Comment 2 Steve Arnold archtester gentoo-dev 2007-03-20 06:34:02 UTC
I had build issues without specifying, including complaints from cgdb about automake versions above 1.9.6, which all stopped by fixing at 1.9.  There's a makefile patch coming for the parallel build issues, and I never even noticed the einstall...
Comment 3 Steve Arnold archtester gentoo-dev 2007-03-21 07:43:57 UTC
Actually it does seem to build fine with "latest" now; I guess for some reason it just didn't like it left completely unspecified.  At any rate, the ebuild is updated and a new parallel make patch has been added.  I've tested it here with distcc on x86, but more is better so test away...