Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335642 - app-portage/autounmask-0.27 broken by sys-apps/portage-2.2_rc72
Summary: app-portage/autounmask-0.27 broken by sys-apps/portage-2.2_rc72
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS, REGRESSION
Depends on:
Blocks:
 
Reported: 2010-09-02 05:10 UTC by Joe Pelkey
Modified: 2010-09-03 00:11 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 Joe Pelkey 2010-09-02 05:10:30 UTC
The latest version of portage outputs mask information on stderr instead of stdout.  Changing one line in /usr/bin/autounmask fixes it (at least partially, didn't test for side-effects):

$r=`NOCOLOR=true emerge -pe =$packageToUnmask`;
to
$r=`NOCOLOR=true emerge -pe =$packageToUnmask 2>&1`;


Reproducible: Always
Comment 2 Zac Medico gentoo-dev 2010-09-02 05:27:54 UTC
Reassigning to dev-portage since I didn't want to break app-portage/autounmask.
Comment 4 Zac Medico gentoo-dev 2010-09-02 05:45:17 UTC
It's worth noting the theres a new emerge --autounmask option (bug 280097).
Comment 5 Zac Medico gentoo-dev 2010-09-03 00:11:09 UTC
This is fixed in 2.2_rc74.