Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136991 - Behaviour of the kdeenablefinal USE flag
Summary: Behaviour of the kdeenablefinal USE flag
Status: RESOLVED DUPLICATE of bug 81405
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-16 08:17 UTC by Farid
Modified: 2010-12-19 09:25 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 Farid 2006-06-16 08:17:56 UTC
I had the USE flag kdeenablefinal enabled on my system. While emerging KDE, I noticed that the compile was really slow and the whole system was unusable while compiling. So I disabled the flag and restarted the compile. It went much better this time.

All good until I do an "emerge --newuse --pretend world". Emerge wants to recompile those KDE packages that got compiled with the kdeenablefinal flag set.

The binary should be exactly the same whether the kdeenablefinal flag is set or not. So re-compiling any package just because this flag changed is just waste of time.

emerge --newuse should ignore this flag in my opinion. It would maybe be useful to have a config file with all the flags that should be ignored for --newuse. Or maybe just not record whether this flag was set or not while compiling?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-16 08:23:25 UTC
Not portage.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-16 08:24:10 UTC

*** This bug has been marked as a duplicate of 81405 ***
Comment 3 Zac Medico gentoo-dev 2006-06-16 08:40:45 UTC
This little hack (use it at your own risk, or course) should correct the problem for you:

find /var/db/pkg -name USE | xargs sed -i "s/kdeenablefinal//g"