First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 83794
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Aaron Walker (RETIRED) <ka0ttic@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dennis Frommknecht <d.frommknecht@t-online.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
libxmlpp-1.0.4-pc.patch patch to remove bogus path from pc file text/plain Mr. Bones. 2005-03-06 21:51 0000 323 bytes Details
libxmlpp-1.0.4.ebuild.patch patch to ebuild text/plain Mr. Bones. 2005-03-06 21:52 0000 1.25 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 83794 depends on: Show dependency tree
Bug 83794 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: 2005-03-02 03:04 0000
When compiling applications that are using libxmlpp and get their flags from
pgk-cpnfig (wormux in my case), then the build fails.
The problem is the file /usr/lib/pkgconfig/libxml++-1.0.pc
The line 
  Cflags: -I${includedir}/libxml++-1.0 -I${libdir}/libxml++-1.0/include
should read
  Cflags: -I${includedir}/libxml++-1.0
as the last directory does not exist and g++ complains about that missing
directory.


Reproducible: Always
Steps to Reproduce:
1.using "pkg-config libxml++-1.0 --cflags" with g++
2.
3.

Actual Results:  
g++ complains about missing directory

------- Comment #1 From Mr. Bones. 2005-03-06 21:51:41 0000 -------
Created an attachment (id=52827) [edit]
patch to remove bogus path from pc file

This patch should fix it up.

------- Comment #2 From Mr. Bones. 2005-03-06 21:52:30 0000 -------
Created an attachment (id=52828) [edit]
patch to ebuild

... and this patch against the 1.0.4 ebuild uses it.

------- Comment #3 From Eric Shattow 2005-03-10 19:48:49 0000 -------
In cvs. thanks for the submissions.

------- Comment #4 From foser (RETIRED) 2005-03-11 10:33:14 0000 -------
like i said to mr_bones on irc, this applies not just to the 1.0.4 slot, but
all slots. Please fix it all the way (& more importantly, also get the fix
upstream).

------- Comment #5 From Aaron Walker (RETIRED) 2005-04-23 11:55:14 0000 -------
Mr_Bones_ I've removed your patch from portage.  All ebuilds now call dosed in
src_install to fix the pkgconfig file.  A bug has been lodged upstream[1].

[1] http://bugzilla.gnome.org/show_bug.cgi?id=301727

------- Comment #6 From Aaron Walker (RETIRED) 2005-04-24 12:48:16 0000 -------
Fixed upstream.

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