Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260145 - Add iconv use flag for qt modules
Summary: Add iconv use flag for qt modules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
: 260157 260158 260159 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-02-24 16:49 UTC by Ryan Hope
Modified: 2009-03-04 16:43 UTC (History)
0 users

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


Attachments
Add iconv use flag to qt-core-4.5.0_rc1 (qt-core_add-iconv-useflag.diff,996 bytes, patch)
2009-02-24 16:51 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 16:49:56 UTC
Qt-core does not build on current uclibc stages due to the lack of iconv in uclibc and because iconv is forced on in the qt-core ebuild.

Reproducible: Always

Steps to Reproduce:
1. unpack 2008 uclibc stage3
2. emerge qt-core

Actual Results:  
compile fails

Expected Results:  
compile should complete as expected
Comment 1 Ryan Hope 2009-02-24 16:51:44 UTC
Created attachment 183033 [details, diff]
Add iconv use flag to qt-core-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-core build against uclibc.
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2009-02-24 19:05:06 UTC
*** Bug 260157 has been marked as a duplicate of this bug. ***
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2009-02-24 19:05:29 UTC
*** Bug 260158 has been marked as a duplicate of this bug. ***
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2009-02-24 19:05:51 UTC
*** Bug 260159 has been marked as a duplicate of this bug. ***
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2009-02-24 19:53:46 UTC
Thanks for reporting this. I ll try to have this solved as soon as possible :)
Comment 6 Ryan Hope 2009-02-24 20:42:23 UTC
(In reply to comment #5)
> Thanks for reporting this. I ll try to have this solved as soon as possible :)
> 

Thanks, this will make the embedded folks happy!
Comment 7 Markos Chandras (RETIRED) gentoo-dev 2009-02-25 09:39:39 UTC
Ok hopefully I didnt break anything and all the modules are fixed now

This bug can now close.

Re-open if needed
Comment 8 Ryan Hope 2009-03-03 21:10:57 UTC
(In reply to comment #7)
> Ok hopefully I didnt break anything and all the modules are fixed now
> 
> This bug can now close.
> 
> Re-open if needed
> 

qt-test needs this iconv fix also... idk if I missed this in my initial reporting or you missed it but it would be appreciated if this could get fixed also... Thanks
Comment 9 Markos Chandras (RETIRED) gentoo-dev 2009-03-04 16:43:46 UTC
Ok fixed on cvs. Thanks again for poking me to this :)