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 307860 - libgnomeui build breaks on Solaris with pkg-config >= 0.17.1
libgnomeui build breaks on Solaris with pkg-config >= 0.17.1
Status: RESOLVED FIXED
Product: libgnomeui
Classification: Deprecated
Component: general
2.10.x
Other Solaris
: Normal normal
: future
Assigned To: libgnomeui maintainers
libgnomeui maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-16 01:23 UTC by Laszlo (Laca) Peter
Modified: 2005-07-01 13:07 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Patch that add the gdk-pixbuf libs to the link line of the test programs (1.04 KB, patch)
2005-06-16 01:25 UTC, Laszlo (Laca) Peter
none Details | Review

Description Laszlo (Laca) Peter 2005-06-16 01:23:18 UTC
Please describe the problem:
Recent version of pkg-config no longer include all dependent libraries
when printing --libs.  (See
http://www.advogato.org/person/jamesh/diary.html?start=192
for details.)  On Solaris, binaries that directly use APIs from library L
now need to link to L explicitely, even if they link to another library M
that links to L.

Some test programs in libgnomeui/test-gnome require gdk-pixbuf.


Steps to reproduce:
1. On Solaris, install pkgbuild-0.17.2
2. Try building libgnomeui-2.10.0


Actual results:
The build breaks with unresolved symbols when linking "test-gnome"

Expected results:
Should build (;

Does this happen every time?
yes

Other information:
Comment 1 Laszlo (Laca) Peter 2005-06-16 01:25:47 UTC
Created attachment 47841 [details] [review]
Patch that add the gdk-pixbuf libs to the link line of the test programs
Comment 2 Kjartan Maraas 2005-07-01 13:07:35 UTC
Commited to both branches. Thanks