Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 323037

Summary: x11-wm/wmii-3.9 ships internal copy of sys-libs/libixp
Product: Gentoo Linux Reporter: Samuli Suominen (RETIRED) <ssuominen>
Component: Current packagesAssignee: Desktop WM Team (OBSOLETE) <desktop-wm+disabled>
Status: RESOLVED FIXED    
Severity: QA CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 251464    
Attachments: Use system copy of libixp.

Description Samuli Suominen (RETIRED) gentoo-dev 2010-06-07 10:38:43 UTC
wmii builds a copy of libixp and statically links to it, even the tarball is called "wmii+ixp-version.tbz".

i'm not sure if it's modified or what, but it should be looked into.
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-06-12 09:59:03 UTC
The version bundled in wmii is newer than 0.5. However, wmii-3.9 works with libixp-0.5 quite fine. I have requested upstream to make a new release.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-06-12 10:00:41 UTC
(In reply to comment #1)
> The version bundled in wmii is newer than 0.5. However, wmii-3.9 works with
> libixp-0.5 quite fine. I have requested upstream to make a new release.
> 

as a sidenote: wmii-3.9.2 is out, feel like taking care of it? :-p
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2011-03-28 07:23:46 UTC
Created attachment 267497 [details, diff]
Use system copy of libixp.

Fails to build w/ 0.5_p20110208 because:

/usr/include/ixp.h:

#if IXP_NEEDAPI < 127

[ .. ]

# define serve_9pcon ixp_serve9pconn      <- This is required.

#endif

So it seems to need at least some -DIXP_NEEDAPI flag to get around that "# if" in ixp.h header file

Xarthisius, mind taking a look? For some reason I'm not having much luck here.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2011-12-04 21:40:48 UTC
*wmii-3.9.2-r2 (04 Dec 2011)
+
+  04 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> +wmii-3.9.2-r2.ebuild:
+  Use system copy of sys-libs/libixp wrt #323037