Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91433 - All emerged updates are being report as NOT having replaced the original
Summary: All emerged updates are being report as NOT having replaced the original
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-04 06:56 UTC by George Garvey
Modified: 2005-05-04 07:48 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 George Garvey 2005-05-04 06:56:14 UTC
emerge -auDv world, then run qpkg -d -v. The result is that all updated packages are shown in the duplicate list, even though they are not slotted. Below is the output from qpkg -d -v -nc this morning (after an emerge -auDv world). (openoffice has been there for a while, and I'm just ignoring it). The newly updated cpio, gzip, etc., are now shown as installed as if they were slotted. This is happening on all the computers using Gentoo right now. What can be done to fix this?

app-arch/cpio-2.6-r2
app-arch/cpio-2.6-r3
app-arch/gzip-1.3.5-r5
app-arch/gzip-1.3.5-r6
app-office/openoffice-1.1.4
app-office/openoffice-1.1.4-r1
app-text/docbook-sgml-dtd-4.2-r1
app-text/docbook-sgml-dtd-3.0-r2
app-text/docbook-sgml-dtd-4.1-r2
app-text/docbook-sgml-dtd-4.0-r2
app-text/docbook-sgml-dtd-3.1-r2
app-text/docbook-xml-dtd-4.3
app-text/docbook-xml-dtd-4.1.2-r5
app-text/docbook-xml-dtd-4.2-r1
dev-libs/glib-1.2.10-r5
dev-libs/glib-2.6.3
media-sound/xmms-1.2.10-r13
media-sound/xmms-1.2.10-r14
sys-devel/autoconf-2.13
sys-devel/autoconf-2.59-r6
sys-devel/automake-1.5
sys-devel/automake-1.6.3
sys-devel/automake-1.4_p6
sys-devel/automake-1.9.4
sys-devel/automake-1.8.5-r3
sys-devel/automake-1.7.9-r1
sys-kernel/gentoo-sources-2.6.11-r4
sys-kernel/gentoo-sources-2.6.11-r5
sys-kernel/gentoo-sources-2.6.11-r6
sys-libs/db-3.2.9-r10
sys-libs/db-4.2.52_p2
sys-libs/db-1.85-r2
x11-libs/fltk-2.0.0_rc2
x11-libs/fltk-1.1.6-r22
x11-libs/gtk+-1.2.10-r11
x11-libs/gtk+-2.6.4-r1
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-04 07:23:50 UTC
This is perfectly normal to have multiple versions installed for glib, gtk+, autoconf, automake, gentoo-sources and db. 
Comment 2 Jason Stubbs (RETIRED) gentoo-dev 2005-05-04 07:36:28 UTC
The only unusual ones there are:

app-arch/cpio-2.6-r2
app-arch/cpio-2.6-r3
app-arch/gzip-1.3.5-r5
app-arch/gzip-1.3.5-r6
app-office/openoffice-1.1.4
app-office/openoffice-1.1.4-r1
media-sound/xmms-1.2.10-r13
media-sound/xmms-1.2.10-r14

Do you have AUTOCLEAN set to anything other than "yes"?
Comment 3 George Garvey 2005-05-04 07:39:37 UTC
No. The output from grep on all (but 1) /etc/make.conf:

tmwg@mwg-pts/1[1198]/home/tmwg
05/02/05 12:23PM % grep AUTOCLEAN /etc/make.conf
# AUTOCLEAN enables portage to automatically clean out older or overlapping
AUTOCLEAN="no"
You have new mail.
tmwg@mwg-pts/1[1199]/home/tmwg
05/04/05  7:38AM % grep AUTOCLEAN /etc/make.conf
tmwg@mwg-pts/1[1199]/home/tmwg
05/04/05  7:38AM % for i in /mnt/*/etc/make.conf;do
> grep AUTOCLEAN $i
> done
# AUTOCLEAN enables portage to automatically clean out older or overlapping
AUTOCLEAN="no"
# AUTOCLEAN enables portage to automatically clean out older or overlapping
AUTOCLEAN="no"
# AUTOCLEAN enables portage to automatically clean out older or overlapping
AUTOCLEAN="no"
# AUTOCLEAN enables portage to automatically clean out older or overlapping
AUTOCLEAN="no"
# AUTOCLEAN enables portage to automatically clean out older or overlapping
AUTOCLEAN="no"
Comment 4 Jason Stubbs (RETIRED) gentoo-dev 2005-05-04 07:46:23 UTC
AUTOCLEAN="no" means that your asking that portage not clean out old versions. Change that to "yes" or remove it altogether and then run `emerge clean`.
Comment 5 George Garvey 2005-05-04 07:48:48 UTC
Thank you. I never could get a clear understanding for what AUTOCLEAN did. I must have changed it recently, because of that misunderstanding.