Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260159 - Add iconv use flag for qt-svg
Summary: Add iconv use flag for qt-svg
Status: RESOLVED DUPLICATE of bug 260145
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 17:47 UTC by Ryan Hope
Modified: 2009-02-24 19:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Add iconv use flag to qt-svg-4.5.0_rc1 (qt-svg_add-iconv-useflag.diff,952 bytes, patch)
2009-02-24 17:48 UTC, Ryan Hope
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hope 2009-02-24 17:47:28 UTC
Qt-svg does not build on current uclibc stages due to the lack of iconv in
uclibc and because iconv is forced on in the qt-svg ebuild.

Reproducible: Always

Steps to Reproduce:
1. unpack 2008 uclibc stage3
2. emerge qt-svg
Actual Results:  
compile fails

Expected Results:  
compile should complete as expected
Comment 1 Ryan Hope 2009-02-24 17:48:26 UTC
Created attachment 183039 [details, diff]
Add iconv use flag to qt-svg-4.5.0_rc1

This patch adds a use flag for iconv and then uses $(qt_use iconv) to toggle is
support. This is needed to make qt-svg build against uclibc.
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2009-02-24 19:05:51 UTC

*** This bug has been marked as a duplicate of bug 260145 ***