Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204076 - x11-libs/goffice-0.6.1 needs dev-libs/libpcre w/ USE=unicode
Summary: x11-libs/goffice-0.6.1 needs dev-libs/libpcre w/ USE=unicode
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-02 17:05 UTC by Colin
Modified: 2008-01-02 22:56 UTC (History)
0 users

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 Colin 2008-01-02 17:05:51 UTC
The x11-libs/goffice-0.6.1 ebuild doesn't check the 'unicode' USE flag. It should, since it currently requires a UTF-8-capable dev-libs/libpcre, which does have a unicode flag. Therefore, a libpcre with unicode disabled with cause a goffice-0.6.1 build failure.

Reproducible: Always

Steps to Reproduce:
1. emerge dev-libs/libpcre-7.4 with -unicode
2. Attempt to emerge x11-libs/goffice-0.6.1

Actual Results:  
Failure during build configuration for goffice:

checking for UTF-8 support in pcre... configure: error: The installed PCRE library is not configured for UTF-8 support.

Expected Results:  
Successful build
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-01-02 17:39:38 UTC
indeed, I'll fix that later today.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-01-02 22:56:36 UTC
the fix is in tree, the same applied to 0.4.3 ebuild so it was backported there as well. Thanks for reporting.