Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100955 - emul-linux-x86-baselibs 2.2.3 wants to revert to 2.1.2
Summary: emul-linux-x86-baselibs 2.2.3 wants to revert to 2.1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-31 18:43 UTC by Waldo
Modified: 2005-07-31 19:05 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 Waldo 2005-07-31 18:43:16 UTC
(After I do an emerge sync...)

# emerge -Dup world

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

Calculating world dependencies ...done!
[ebuild     UD] app-emulation/emul-linux-x86-baselibs-2.1.2 [2.2.3]
timberline waldo # emerge -s emul-linux-x86-baselibs
Searching...
[ Results for search key : emul-linux-x86-baselibs ]
[ Applications found : 1 ]

*  app-emulation/emul-linux-x86-baselibs
      Latest version available: 2.1.2
      Latest version installed: 2.2.3
      Size of downloaded files: 4,315 kB
      Homepage:    http://www.gentoo.org/
      Description: Base libraries for emulation of 32bit x86 on amd64
      License:     GPL-2

I just did the emerge to 2.2.3 this morning... Why does it now want to emerge
the older version?

W

Reproducible: Always
Steps to Reproduce:




# emerge info
Portage 2.0.51.22-r2 (default-linux/amd64/2005.0, gcc-3.4.3, glibc-2.3.5-r0,
2.6.12-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.13
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [disabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -pipe -O2 -mtune=k8 -ftracer -fprefetch-loop-arrays
-funroll-loops"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -pipe -O2 -mtune=k8 -ftracer -fprefetch-loop-arrays
-funroll-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="rsync://csociety-ftp.ecn.purdue.edu/pub/gentoo/
http://mirror.espri.arizona.edu/gentoo/
ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X a52 aac aim alsa amd64 avi berkdb bitmap-fonts cddb cdr crypt cups curl
dvd dvdr eds encode esd faad fam ffmpeg flac foomatic foomaticdb fortran gif
gimpprint gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml hal imagemagick imlib
ipv6 java jpeg junit libgda libsndfile libwww lzw lzw-tiff mad matroska mozilla
mp3 mpeg ncurses nls nptl nptlonly nvidia offensive ogg oggvorbis openal opengl
oscar oss pam pdflib perl png ppds python qt quicktime readline sdl spell ssl
tcltk tcpd theora tiff tokenizer truetype truetype-fonts type1-fonts usb
userlocales vorbis wxwindows xine xinerama xml2 xpm xv xvid yahoo zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Allan Wang 2005-07-31 18:50:09 UTC
baselibs-2.2.* was a security update for zlib, but it broke a lot of 32-bit
programs since it was missing many libraries.

baselibs-2.1.2 contains the security update for zlib, but retains the same
libraries as 2.1.1.
Comment 2 Waldo 2005-07-31 19:05:52 UTC
Thanks for the info.. I thought there might be some weird circular dependency
thing going on.. Just updated :)

W