GNOME Bugzilla – Bug 657771
Parallel build broken
Last modified: 2011-08-31 16:36:54 UTC
Created attachment 195259 [details] [review] Patch adding a dependency make -jn fails (tested with 4 and 24) make[2]: Entering directory `/home/pterjan/co/gnome-documents/BUILD/gnome-documents-0.1.90/src' CC libgdprivate_1_0_la-gd-gdata-goa-authorizer.lo CC libgdprivate_1_0_la-gd-utils.lo CC libgdprivate_1_0_la-gd-framed-pixbuf-renderer.lo CC libgdprivate_1_0_la-gd-pdf-loader.lo CC libgdprivate_1_0_la-gd-two-lines-renderer.lo CC gd_tracker_gdata_miner-gdata-miner-main.o CC gd_tracker_gdata_miner-gd-gdata-miner.o GEN gnome-documents chmod +x gnome-documents CCLD gd-tracker-gdata-miner libtool: link: cannot find the library `../src/libgdprivate-1.0.la' or unhandled argument `../src/libgdprivate-1.0.la' make[2]: *** [gd-tracker-gdata-miner] Error 1 Here is a patch that allowed it to build for me but is probably not the best fix (I think the lib should not be listed in LDFLAGS)
Thanks for the report; your patch was wrong, but Colin found out why this happened and it's now fixed in git master.
Yeah I thought of it, hence my "I think the lib should not be listed in LDFLAGS" but preferred to go to bed, thanks for fixing quickly!