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

Bug 143537

Summary: app-doc/linuxgazette issues
Product: Gentoo Linux Reporter: Fabio <fabio.venturi>
Component: New packagesAssignee: SpanKY <vapier>
Status: RESOLVED INVALID    
Severity: minor    
Priority: Lowest    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fabio 2006-08-11 01:04:14 UTC
trying to emerge a single issue of a linuxgazette it'll reemerge linug-gazette-113:

fabio@localhost /etc $ sudo emerge --ask linux-gazette \=linux-gazette-05
Password:

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] app-doc/linux-gazette-113  
[ebuild  NS   ] app-doc/linux-gazette-05  

Would you like to merge these packages? [Yes/No]
Comment 1 Aggelos Orfanakos (RETIRED) gentoo-dev 2006-08-11 03:34:43 UTC
Hi. This is because you try to emerge not only linux-gazette-05 but also linux-gazette, which stands for the latest non-blocked version of linux-gazette in your portage tree (linux-gazette-113). Try issuing "emerge -pv =linux-gazette-05" (without the quotes).
Comment 2 Aggelos Orfanakos (RETIRED) gentoo-dev 2006-08-11 03:38:35 UTC
Here's the output of "emerge -pv =linux-gazette-05" on my system:

# emerge -pv =linux-gazette-05

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] app-doc/linux-gazette-base-113  1,504 kB 
[ebuild  N    ] app-doc/linux-gazette-01  1,346 kB 
[ebuild  N    ] app-doc/linux-gazette-05  0 kB 

Total size of downloads: 2,851 kB

As you can see, linux-gazette-113 is not in the list.
Comment 3 SpanKY gentoo-dev 2006-08-11 06:37:16 UTC
Aggelos Orfanakos has it spot on