After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 549688 - libbtctl 0.10.0 fails at parallel make: error in Makefile.am
libbtctl 0.10.0 fails at parallel make: error in Makefile.am
Status: RESOLVED FIXED
Product: libbtctl
Classification: Deprecated
Component: general
0.10.x
Other All
: Normal normal
: ---
Assigned To: none
none
Depends on:
Blocks:
 
 
Reported: 2008-08-28 09:56 UTC by Diego Elio Pettenò
Modified: 2010-11-07 20:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix. (1.55 KB, patch)
2008-08-28 09:56 UTC, Diego Elio Pettenò
committed Details | Review

Description Diego Elio Pettenò 2008-08-28 09:56:08 UTC
Please describe the problem:
When using parallel make (make -jN with N > 1), libbtctl fails because the Makefile.am is broken and passes the libs to link to as LDFLAGS instead of LIBS (this also causes further problems with --as-needed, but that's not the point right now).

I'm going to attach a patch to fix this.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Diego Elio Pettenò 2008-08-28 09:56:31 UTC
Created attachment 117512 [details] [review]
Patch to fix.
Comment 2 Bastien Nocera 2008-08-28 09:57:34 UTC
Really need to kill it...
Comment 3 Bastien Nocera 2008-08-28 15:33:27 UTC
2008-08-28  Bastien Nocera  <hadess@hadess.net>

	* src/Makefile.am: Patch from Diego Pettenò
	<flameeyes@gentoo.org> to fix make -jX
	(Closes: #549688)