Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112672 - ppc uclibc 2005.0 stage1 uclibc nls errors
Summary: ppc uclibc 2005.0 stage1 uclibc nls errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-15 23:43 UTC by Chris White (RETIRED)
Modified: 2005-11-17 19:44 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 Chris White (RETIRED) gentoo-dev 2005-11-15 23:43:39 UTC
the stage 1 for ppc uclibc has a problem with the uclibc ebuild.  The ebuild 
uses built_with_use, which checks USE for the package 
in /var/db/pkg/sys-libs/uclibc-version/.  However, in this particular stage, 
USE for the uclibc db entry doesn't exist, so it causes the function to throw 
flawed logic, and the ebuild to claim it was built with nls, when it clearly 
wasn't given the profile use.mask's it.  Using 
profile /usr/portage/profiles/uclibc/ppc/hardened.  Solutions would be: 
 
1) add the USE file 
2) fix eutils.eclass logic 
3) add some bootstrap logic to uclibc ebuild to ignore this?
Comment 1 SpanKY gentoo-dev 2005-11-17 19:44:45 UTC
done