Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260158 - Add iconv use flag for qt-sql
Summary: Add iconv use flag for qt-sql
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:36 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-sql-4.5.0_rc1 (qt-sql_add-iconv-useflag.diff,1.20 KB, patch)
2009-02-24 17:36 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:36:02 UTC
Qt-sql does not build on current uclibc stages due to the lack of iconv in
uclibc and because iconv is forced on in the qt-sql ebuild.

Reproducible: Always

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

Expected Results:  
compile should complete as expected
Comment 1 Ryan Hope 2009-02-24 17:36:53 UTC
Created attachment 183037 [details, diff]
Add iconv use flag to qt-sql-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-sql build against uclibc.
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2009-02-24 19:05:29 UTC

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