Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405875 - dead USE flags in current profiles: nptlonly sysfs
Summary: dead USE flags in current profiles: nptlonly sysfs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: Normal trivial
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-26 10:18 UTC by Martin Walch
Modified: 2012-05-06 16:48 UTC (History)
1 user (show)

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 Martin Walch 2012-02-26 10:18:56 UTC
The two USE flags nptlonly and sysfs have been completely removed from the portage tree as far as I see. However, they are still in use in the profile files, making them appear in ufed as "Unkown" USE flags. This should probably be cleaned up, especially since nptlonly has been replaced by linuxthreads.

$ grep -R nptlonly /usr/portage/profiles 
/usr/portage/profiles/arch/ia64/package.use.force:=sys-libs/glibc-2.5 nptl nptlonly
/usr/portage/profiles/arch/hppa/package.use.force:>=sys-libs/glibc-2.5 nptl nptlonly
/usr/portage/profiles/arch/alpha/package.use.force:~sys-libs/glibc-2.5 nptl nptlonly
/usr/portage/profiles/releases/make.defaults:USE="acl cups gdbm gpm nptl nptlonly sysfs unicode"
/usr/portage/profiles/hardened/linux/x86/make.defaults:USE="nptl nptlonly"

$ grep -R sysfs /usr/portage/profiles
/usr/portage/profiles/default/bsd/use.mask:sysfs
…
/usr/portage/profiles/releases/make.defaults:USE="acl cups gdbm gpm nptl nptlonly sysfs unicode"
/usr/portage/profiles/hardened/linux/make.defaults:USE="-fortran hardened -ipv6 -jit pax_kernel pic sysfs -unicode urandom"
…
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-27 01:20:16 UTC
jer@astrid /newaches/gentoo/cvs/gentoo-x86/profiles $ grep -rw sysfs .
./ChangeLog-2008:  Added sysfs USE flag for bug #183201.
./default/bsd/use.mask:sysfs
./hardened/linux/make.defaults:USE="-fortran hardened -ipv6 -jit pax_kernel pic sysfs -unicode urandom"
./releases/make.defaults:USE="acl cups gdbm gpm nptl nptlonly sysfs unicode"
jer@astrid /newaches/gentoo/cvs/gentoo-x86/profiles $ grep -rw nptlonly .
./arch/alpha/package.use.force:~sys-libs/glibc-2.5 nptl nptlonly
./arch/hppa/package.use.force:>=sys-libs/glibc-2.5 nptl nptlonly
./arch/ia64/package.use.force:=sys-libs/glibc-2.5 nptl nptlonly
./hardened/linux/x86/make.defaults:USE="nptl nptlonly"
./releases/make.defaults:USE="acl cups gdbm gpm nptl nptlonly sysfs unicode"
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-27 03:07:41 UTC
HPPA is done.
Comment 3 Naohiro Aota gentoo-dev 2012-03-08 10:35:30 UTC
bsd done.
Comment 4 Raúl Porcel (RETIRED) gentoo-dev 2012-05-06 16:38:42 UTC
alpha/ia64 done
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2012-05-06 16:48:25 UTC
Done for hardened@ too. Everything done. Closing.