First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 155952
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Paul de Vrieze <pauldv@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: R Stephan <ralf@ark.in-berlin.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 155952 depends on: Show dependency tree
Show dependency graph
Bug 155952 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-11-22 08:44 0000
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 From R Stephan 2006-11-22 10:05:12 0000 -------
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 From R Stephan 2006-11-22 10:07:15 0000 -------
subject adapted

------- Comment #3 From SpanKY 2007-03-03 05:58:07 0000 -------
fixed in cvs, cheers

First Last Prev Next    No search results available      Search page      Enter new bug