Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143537 - app-doc/linuxgazette issues
Summary: app-doc/linuxgazette issues
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Lowest minor (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-11 01:04 UTC by Fabio
Modified: 2007-04-21 16:02 UTC (History)
0 users

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 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