Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1485

Summary: bug in emerge -u -e package-name
Product: Portage Development Reporter: Miguel Sousa Filipe <miguel.filipe>
Component: UnclassifiedAssignee: Geert Bevin <gbevin>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Miguel Sousa Filipe 2002-04-02 19:28:57 UTC
this is just a demonstration.. and a real one:

[85p] tigre : ~ $ emerge -u -e xine-ui -p

These are the packages that I would merge, in order.

Calculating dependencies   !!! Couldn't find match for -e; aborting.
[85p] tigre : ~ $ emerge -u --emptytree xine-ui -p

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild  N   ] media-libs/libdvdcss-0.0.3.3 to /
[ebuild  N   ] media-libs/libdvdread-0.9.2 to /
[ebuild  N   ] media-libs/win32codecs-0.60 to /
[ebuild  N   ] sys-devel/gettext-0.11.1 to /
[ebuild  N   ] media-libs/xine-lib-0.9.8-r1 to /
[ebuild  N   ] sys-libs/zlib-1.1.4 to /
[ebuild  N   ] media-libs/libpng-1.0.12 to /
[ebuild  N   ] media-video/xine-ui-0.9.8-r2 to /

[85p] tigre : ~ $ qpkg portage
sys-apps/portage-1.4-r4
sys-apps/portage-1.8.11 *
sys-apps/portage-1.8.8-r1 

Since --emptytree and -e are suposed to have the same behaviour, i believe that
this is a small bug in portage.
P.S.: the bug tracking page is very confusing... can't we get anything simpler??
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-04-03 23:46:56 UTC
Geert: looks like I forgot to add support for the "-e" short option.  Could you
fix this for me?
Comment 2 Geert Bevin 2002-04-04 03:39:01 UTC
Fixed in portage 1.8.13, you didn't forget it. My short option algo didn't
handle 2 successive seperate short options well.