Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13923 - net-libs/soup needs libxml but DEPENDs on libxml2
Summary: net-libs/soup needs libxml but DEPENDs on libxml2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-14 12:04 UTC by Markus Krainer
Modified: 2003-01-14 16:59 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 Markus Krainer 2003-01-14 12:04:14 UTC
while emerging evolution soup-0.7.10 fails to compile with:

checking whether to build against glib 2.0... no
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking for xml-config... no
configure: error: Cannot find LIBXML: Is xml-config in path?

!!! ERROR: net-libs/soup-0.7.10 failed.
!!! Function econf, Line 304, Exitcode 1
!!! econf failed


This is due to a false DEPEND on libxml2 while econf is called with
"--with-libxml=1".

After emerging libxml soup builds fine.

  -- Markus
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-01-14 16:59:27 UTC
fixed in cvs

http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/net-libs/soup/soup-
0.7.10.ebuild.diff?r1=1.1&r2=1.2