Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155952 - typo in net-misc/neon - bad configure option for libxml2
Summary: typo in net-misc/neon - bad configure option for libxml2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-22 08:44 UTC by R Stephan
Modified: 2007-03-03 05:58 UTC (History)
2 users (show)

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 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