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

Bug 155952

Summary: typo in net-misc/neon - bad configure option for libxml2
Product: Gentoo Linux Reporter: R Stephan <ralf>
Component: New packagesAssignee: Paul de Vrieze (RETIRED) <pauldv>
Status: RESOLVED FIXED    
Severity: normal CC: jmbsvicetto, vapier
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description R Stephan 2006-11-22 08:44:48 UTC
The package net-misc/neon-0.26.1-r1 was built with -expat but 'pkg-config --libs neon' still tells the system to link with -lexpat. This is actually an upstream bug, as usage of expat by neon depends on its existence at neon installation time, something clearly not wanted. Also, configure --with-expat is supported but not --without-expat.

I will report this now upstream. When it's fixed upstream, the ebuild simply needs to set --with or --without-expat according to the use flag.
Comment 1 R Stephan 2006-11-22 10:05:12 UTC
No, I figured outz that there's a typo in the ebuild preventing it all from working already: the line 

myconf="${myconf} --with-xml2"

should read

myconf="${myconf} --with-libxml2"
Comment 2 R Stephan 2006-11-22 10:07:15 UTC
subject adapted
Comment 3 SpanKY gentoo-dev 2007-03-03 05:58:07 UTC
fixed in cvs, cheers