Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 463936 - sys-libs/libosinfo still has dependency on libsoup-gnome
Summary: sys-libs/libosinfo still has dependency on libsoup-gnome
Status: RESOLVED DUPLICATE of bug 463702
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-30 21:56 UTC by Harris Landgarten
Modified: 2013-03-31 19:23 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harris Landgarten 2013-03-30 21:56:23 UTC
sys-libs/libosinfo0.2.6 still has dependency on libsoup-gnome
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2013-03-31 05:58:04 UTC
(In reply to comment #0)
> sys-libs/libosinfo0.2.6 still has dependency on libsoup-gnome

Yes, it does:

$ grep -i soup configure.ac 
PKG_CHECK_MODULES([SOUP], [libsoup-2.4])
PKG_CHECK_MODULES([SOUP_GNOME], [libsoup-gnome-2.4])

And the ebuild has correct depend:

/home/ssuominen/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.6.ebuild:	net-libs/libsoup:2.4
/home/ssuominen/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.6.ebuild:	net-libs/libsoup-gnome:2.4

And your point is...? I don't see a patch porting away from it, or even a link to upstream bug.
Comment 2 Harris Landgarten 2013-03-31 12:01:52 UTC
libsoup-2.42 bundles libsoup-gnome with gnome use flag so systems with 2.42 don't and can't have libsoup-gnome.
Comment 3 Harris Landgarten 2013-03-31 12:04:58 UTC
See #463702
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2013-03-31 19:23:38 UTC
I understand now. Sorry, this came as news to me :-)

Looks like pacho fixed it today, just now:

+  31 Mar 2013; Pacho Ramos <pacho@gentoo.org> libosinfo-0.2.4.ebuild,
+  libosinfo-0.2.6.ebuild:
+  Adapt to libsoup-2.42 dropping gnome USE and splitting (#463702)

*** This bug has been marked as a duplicate of bug 463702 ***