Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 323037 - x11-wm/wmii-3.9 ships internal copy of sys-libs/libixp
Summary: x11-wm/wmii-3.9 ships internal copy of sys-libs/libixp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Desktop WM Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2010-06-07 10:38 UTC by Samuli Suominen (RETIRED)
Modified: 2011-12-04 21:40 UTC (History)
1 user (show)

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


Attachments
Use system copy of libixp. (wmii.patch,591 bytes, patch)
2011-03-28 07:23 UTC, Samuli Suominen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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