Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197302 - dev-cpp/libxmlpp-2.20.0 does not install libxml++config.h header file
Summary: dev-cpp/libxmlpp-2.20.0 does not install libxml++config.h header file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: GNOME C++ Bindings Maintainers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-28 15:40 UTC by yardbird
Modified: 2007-11-09 12:46 UTC (History)
1 user (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 yardbird 2007-10-28 15:40:09 UTC
Example source code from the following page

http://libxmlplusplus.sourceforge.net/docs/manual/html/ar01s02.html

won't compile with libxmlpp-2.20.0 in Gentoo. Apparently the header libxml++config.h is not installed during the emerge operation.

Emerging the previous version, libxmlpp-2.13.1, works ok.
Comment 1 yardbird 2007-10-28 15:41:09 UTC
Apparently the problem has been reported elsewhere too:

http://www.nabble.com/libxml++config.h-missing---what-package-should-provide-the-file--t4689114.html
Comment 2 Rémi Cardona (RETIRED) gentoo-dev 2007-10-28 18:18:37 UTC
# qfile libxml++config.h
dev-cpp/libxmlpp (/usr/lib/libxml++-2.6/include/libxml++config.h)

# pkg-config --cflags libxml++-2.6
-I/usr/include/libxml++-2.6 .......

No wonder you're not getting that file. Now as to why it's installed there instead of /usr/include/libxml++-2.6 is for you/upstream to find out :) (I'll eventually get to look at this, but the more you dig on your own, the easier it's going to be to fix this)

Thanks for the bug report
Comment 3 Rémi Cardona (RETIRED) gentoo-dev 2007-10-28 18:21:26 UTC
In case I wasn't clear, please file a bug upstream with the info here and add gnome-mm@gentoo.org as a CC on it.

Thanks :)
Comment 4 yardbird 2007-10-28 21:45:29 UTC
Rémi: you are right, sorry for not checking more carefully.

Reported to GNOME bugzilla:

http://bugzilla.gnome.org/show_bug.cgi?id=491191

Unfortunately it seems like they do not allow CCing to unknown email addresses :/
Comment 5 Rémi Cardona (RETIRED) gentoo-dev 2007-10-28 22:09:25 UTC
Thanks for reporting upstream. I added gnome@gentoo.org instead :)
Comment 6 Rémi Cardona (RETIRED) gentoo-dev 2007-10-30 11:27:34 UTC
Fixed in CVS ... our fault :) Please reopen if it still fails.