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

Bug 92403

Summary: libbzip2.so.1.0 is missing when updating bzip2 from 1.0.2-r3 to 1.0.3
Product: Gentoo Linux Reporter: Jonas Jonsson <jonas>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED NEEDINFO    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge bzip2 > emergeoutput

Description Jonas Jonsson 2005-05-12 10:22:40 UTC
Updated bzip2 from 1.0.2-r3 to 1.0.3 then all apps that depend on libbz2.so.1.0 broke... It is just a symlink that is missing when installing...

[Solution]
Just add the missing symlink
in /usr/lib
ln -s libbz2.so.1.0.3 libbz2.so.1.0


Reproducible: Didn't try
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.11.7 i686)
=================================================================
System uname: 2.6.11.7 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Oct 31 2004, 17:47:07)]
dev-lang/python:     2.3.4
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -march=athlon-xp -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -march=athlon-xp -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.pudas.net/gentoo/ http://mirror.gentoo.se"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.se/gentoo-portage"
USE="x86 3dnow acpi alsa apache2 berkdb bzlib crypt curl emboss ftp gd gdbm gif
imap jpeg libclamav libwww mmx mp3 mysql mysqli ncurses nls oav pam perl php png
pthreads python readline samba slang spell sse ssl tcpd truetype truetype-fonts
type1-fonts xml2 zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 SpanKY gentoo-dev 2005-05-13 07:19:56 UTC
works fine for me

post the output of `emerge bzip2`
Comment 2 Jonas Jonsson 2005-05-13 11:21:55 UTC
Created attachment 58827 [details]
emerge bzip2 > emergeoutput

Here is the emerge bzip2...
Comment 3 Jonas Jonsson 2005-05-13 11:25:31 UTC
Hmm... Everything looks alright here

>>> /usr/lib/libbz2.so.1.0.3
>>> /usr/lib/libbz2.so.1 -> libbz2.so.1.0.3
>>> /usr/lib/libbz2.so.1.0 -> libbz2.so.1.0.3

Don't know why that symlinks didn't got created when I installed the first time.
The only thing I can think of is that it was removed by the old bzip2..