First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 218964
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: C++ Team <cpp@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Kai Blaschke <webmaster@thw-theorie.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
IconvGNUTransService.cpp.patch Upstream patch fixing the described issue patch Kai Blaschke 2008-04-22 22:38 0000 381 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 218964 depends on: Show dependency tree
Bug 218964 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: 2008-04-22 22:37 0000
When merging dev-libs/xerces-c-2.8.0 WITH the "iconv" USE flag, but WITHOUT the
"threads" USE flag, compilation fails at the file IconvGNUTransService.cpp with
the following error:

  (C++) IconvGNUTransService.o
IconvGNUTransService.cpp: In function ‘void
xercesc_2_8::reinitIconvGNUMutex()’:
IconvGNUTransService.cpp:433: error: ‘gIconvMutex’ was not declared in this
scope

Any other combination of USE flags results in successful compilation. This
error has already been fixed upstream for 3.0, see

https://issues.apache.org/jira/browse/XERCESC-1709

A modified patch which works with the current 2.8.0 ebuild is attached.

Reproducible: Always




Workaround: merge the package with

USE="-iconv" emerge -1 dev-libs/xerces-c
- or-
USE="threads" emerge -1 dev-libs/xerces-c

------- Comment #1 From Kai Blaschke 2008-04-22 22:38:46 0000 -------
Created an attachment (id=150661) [edit]
Upstream patch fixing the described issue

------- Comment #2 From Tiziano Müller 2008-06-07 19:53:27 0000 -------
Added. Thanks a lot for the help!

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