Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80868 - Libz doesn't clean up after itself
Summary: Libz doesn't clean up after itself
Status: RESOLVED DUPLICATE of bug 70425
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-05 07:43 UTC by Michael C. Vergallen
Modified: 2005-07-17 13:06 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 Michael C. Vergallen 2005-02-05 07:43:43 UTC
when libz.so.1.2.2 is installed it fails to remove the older libz.so.1.2.1
thus leaving a stale libz. laying arround 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



rm -rf libz.so.1.2.1; ldconfig is the work arround for now however this 
should get fixed because it is not nice to have old versions of libs hanging
arrouund.... certainly not on a newly built system.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-05 07:57:12 UTC
Shouldn't happen, unless you touch installed files, which you're hereby advised not to do. (Bug 71265)

What's the output of `emerge -Cp zlib`? Also provide `emerge --info` please.
Comment 2 Michael C. Vergallen 2005-02-07 19:11:59 UTC
output of emerge --Cp zlib
---------------------------

>>> These are the packages that I would unmerge:


!!! Trying to unmerge package(s) in system profile. 'sys-libs/zlib'
!!! This could be damaging to your system.


 sys-libs/zlib
    selected: 1.2.2
   protected: none
     omitted: none

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

output of emerge --info
------------------------

entoo Base System version 1.4.16
Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-r1, 2.6.10-gentoo-r6 i686)
=================================================================
System uname: 2.6.10-gentoo-r6 i686 AMD Sempron(tm)
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb  7 2005, 16:10:03)]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.5, 1.8.5-r3, 1.6.3, 1.7.9-r1, 1.4_p6, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.4.21-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X apm arts avi berkdb bitmap-fonts crypt cups encode esd f77 fam font-server foomaticdb fortran gdbm gif gnome gpm gtk gtk2 imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl spell ssl svga tcpd tiff truetype truetype-fonts type1-fonts xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY

Comment 3 Michael C. Vergallen 2005-02-07 19:34:46 UTC
Also note this accured when building the system starting from stage1.


Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-10 15:31:49 UTC
on a clean box - live cd issue?
Comment 5 SpanKY gentoo-dev 2005-02-14 05:47:49 UTC

*** This bug has been marked as a duplicate of 70425 ***