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 732274 - ORBit2-2.14.19: parallel build failure with orbit-name-server-2
ORBit2-2.14.19: parallel build failure with orbit-name-server-2
Status: RESOLVED FIXED
Product: ORBit2
Classification: Deprecated
Component: general
2.14.x
Other All
: Normal normal
: ---
Assigned To: ORBit maintainers
ORBit maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-26 10:38 UTC by Michael Haubenwallner
Modified: 2014-06-27 08:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix parallel build failure (959 bytes, patch)
2014-06-26 10:40 UTC, Michael Haubenwallner
none Details | Review

Description Michael Haubenwallner 2014-06-26 10:38:18 UTC
Building ORBit2 in parallel may fail with:

i686-pc-linux-gnu-gcc: libname-server-2.a: No such file or directory
make[5]: *** [orbit-name-server-2] Error 1

Please see detailed build log at
https://bugs.gentoo.org/show_bug.cgi?id=273031#c1
Comment 1 Michael Haubenwallner 2014-06-26 10:40:24 UTC
Created attachment 279303 [details] [review]
patch to fix parallel build failure

orbit-name-server-2 simply needs to depend on libname-server-2.a

Thanks!
Comment 2 Michael Meeks 2014-06-27 08:19:41 UTC
Perfect =) I imagine there are plenty more of these - thanks for the fixes !