Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77966 - app-portage/ufed-0.35-r3 inserts emul-linux instead of emul-linux-x86 into /etc/make.conf
Summary: app-portage/ufed-0.35-r3 inserts emul-linux instead of emul-linux-x86 into /e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-14 05:39 UTC by Jonathan Coome (RETIRED)
Modified: 2005-04-06 08:53 UTC (History)
0 users

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


Attachments
ufed-0.35-no-partial-match.patch (ufed-0.35-no-partial-match.patch,459 bytes, patch)
2005-01-16 23:25 UTC, Harald van Dijk (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Coome (RETIRED) gentoo-dev 2005-01-14 05:39:52 UTC
When selecting the emul-linux-x86 option, ufed inserts emul-linux into your list of USE flags instead. When you reopen it, it gives you entries for both emul-linux and emul-linux-x86, with emul-linux selected and an (unknown) description.

Putting emul-linux-86 in manually causes it to be selected correctly in ufed, but it changes it back again when you save.

Reproducible: Always
Steps to Reproduce:
1.run ufed
2.select emul-linux-x86
3.

Actual Results:  
USE="... emul-linux ..."

Expected Results:  
USE="... emul-linux-x86 ..."
Comment 1 Harald van Dijk (RETIRED) gentoo-dev 2005-01-16 23:25:48 UTC
Created attachment 48722 [details, diff]
ufed-0.35-no-partial-match.patch

My patch for bug #68691 wasn't enough, I see. Unapplying that patch and using
this instead should fix it; it does for me.
Comment 2 Harald van Dijk (RETIRED) gentoo-dev 2005-01-17 16:11:07 UTC
Sorry, the second replacement should have ! !, not !!.
Comment 3 Harald van Dijk (RETIRED) gentoo-dev 2005-04-06 08:53:34 UTC
Should be working with ufed 0.36. Please reopen if that still has problems.