Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214512 - Bump x11-misc/xxkb-1.11
Summary: Bump x11-misc/xxkb-1.11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-24 12:31 UTC by Santiago M. Mola (RETIRED)
Modified: 2008-04-16 08:54 UTC (History)
1 user (show)

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


Attachments
xxkb-1.11.ebuild (xxkb-1.11.ebuild,1.09 KB, text/plain)
2008-03-24 12:32 UTC, Santiago M. Mola (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Santiago M. Mola (RETIRED) gentoo-dev 2008-03-24 12:31:54 UTC
x11-misc/xxkb-1.11 is out.
Comment 1 Santiago M. Mola (RETIRED) gentoo-dev 2008-03-24 12:32:59 UTC
Created attachment 147103 [details]
xxkb-1.11.ebuild

Proposed ebuild. It's _not_ tested on runtime.
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2008-04-15 11:30:43 UTC
I have some problems while linking (does not link with libXext though it needs symbols from there) - could you please tell me the output of the following commands on your system?

pkg-config --libs glib-2.0 
pkg-config --libs gdk-pixbuf-xlib-2.0
pkg-config --libs librsvg-2.0

Thank you.
Comment 3 Santiago M. Mola (RETIRED) gentoo-dev 2008-04-15 11:58:59 UTC
[ $ ~  ] pkg-config --libs glib-2.0 
-lglib-2.0  
[ $ ~  ] pkg-config --libs gdk-pixbuf-xlib-2.0
-lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
[ $ ~  ] pkg-config --libs librsvg-2.0
-lrsvg-2 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 

Links correctly here, with LDFLAGS="-Wl,--as-needed" and without it.
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2008-04-15 12:50:50 UTC
On my system it does not list "cairo" which is a bit strange for librsvg... re-emerging some stuff and trying again later.
Comment 5 Patrick Kursawe (RETIRED) gentoo-dev 2008-04-16 08:54:50 UTC
No idea why my libraries do not pull in libXext like yours do, but since it directly uses libXext it should explicitly link with it anyway. Added a little modification that does this to the ebuild.
Thank you very much, in CVS.