Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 260157

Summary: Add iconv use flag for qt-script
Product: Gentoo Linux Reporter: Ryan Hope <rmh3093>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Add iconv use flag to qt-script-4.5.0_rc1

Description Ryan Hope 2009-02-24 17:22:23 UTC
Qt-script does not build on current uclibc stages due to the lack of iconv in
uclibc and because iconv is forced on in the qt-script ebuild.

Reproducible: Always

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

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

*** This bug has been marked as a duplicate of bug 260145 ***
Comment 3 Ryan Hope 2009-02-24 19:07:05 UTC
(In reply to comment #2)
> 
> *** This bug has been marked as a duplicate of bug 260145 ***
> 

how is this a duplicate? qt-core and qt-script are not the same ebuild