Bug 197302 - dev-cpp/libxmlpp-2.20.0 does not install libxml++config.h header file
Bug#: 197302 Product:  Gentoo Linux Version: 2007.0 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: gnome-mm@gentoo.org Reported By: bluescarni@gmail.com
Component: Ebuilds
URL: 
Summary: dev-cpp/libxmlpp-2.20.0 does not install libxml++config.h header file
Keywords:  
Status Whiteboard: 
Opened: 2007-10-28 15:40 0000
Description:   Opened: 2007-10-28 15:40 0000
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 From yardbird 2007-10-28 15:41:09 0000 -------
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 From Rémi Cardona 2007-10-28 18:18:37 0000 -------
# 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 From Rémi Cardona 2007-10-28 18:21:26 0000 -------
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 From yardbird 2007-10-28 21:45:29 0000 -------
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 From Rémi Cardona 2007-10-28 22:09:25 0000 -------
Thanks for reporting upstream. I added gnome@gentoo.org instead :)

------- Comment #6 From Rémi Cardona 2007-10-30 11:27:34 0000 -------
Fixed in CVS ... our fault :) Please reopen if it still fails.