Your message dated Sun, 5 Sep 2010 01:05:04 +0000
with message-id <20100905010504.ga4...@mapuche.apana.org.au>
and subject line Re: Bug#594733: bzip2: missing symlink
has caused the Debian Bug report #594733,
regarding bzip2: missing symlink
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
594733: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594733
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: bzip2
severity: grave
tags: patch
an ubuntu user found a missing symlink bzip2's 32bit lib package.
this prevents bzip-using 32-bit apps from working. attached is a
patch that fixes that.
best wishes,
mike
diff -u bzip2-1.0.5/debian/rules bzip2-1.0.5/debian/rules
--- bzip2-1.0.5/debian/rules
+++ bzip2-1.0.5/debian/rules
@@ -270,6 +270,7 @@
install -d debian/tmp-lib64/usr/lib64
cp -a 64/libbz2.so.* debian/tmp-lib64/usr/lib64/
+ ln -s libbz2.so.1.0.4 debian/tmp-lib32/usr/lib32/libbz2.so.1
chmod -x debian/tmp-lib64/usr/lib64/*
install -d debian/tmp-dev64/usr/lib64
diff -u bzip2-1.0.5/debian/changelog bzip2-1.0.5/debian/changelog
--- bzip2-1.0.5/debian/changelog
+++ bzip2-1.0.5/debian/changelog
@@ -1,3 +1,9 @@
+bzip2 (1.0.5-4ubuntu1) maverick; urgency=low
+
+ * Provide missing symlink in lib32bz2 (closes #XXXXXX).
+
+ -- Michael Gilbert <michael.s.gilb...@gmail.com> Sat, 28 Aug 2010 15:46:15 -0400
+
bzip2 (1.0.5-4) unstable; urgency=low
[Jorge Ernesto Guevara Cuenca]
--- End Message ---
--- Begin Message ---
The following three lines are from
https://bugs.launchpad.net/ubuntu/+source/bzip2/+bug/622017
ls -l ls -l libbz2.so.1*
lrwxrwxrwx 1 root root 15 2010-07-29 13:50 libbz2.so.1.0 -> libbz2.so.1.0.4
-rw-r--r-- 1 root root 70076 2010-02-08 05:06 libbz2.so.1.0.4
If you compare with the lines below:
dpkg -c lib32bz2-1.0_1.0.5-4_amd64.deb | grep libbz2.so.1
-rw-r--r-- root/root 70428 2010-01-20 00:52 ./usr/lib32/libbz2.so.1.0.4
lrwxrwxrwx root/root 0 2010-01-20 00:52 ./usr/lib32/libbz2.so.1.0 ->
libbz2.so.1.0.4
you will see that the binary package lib32bz2-1.0 has the symlink.
Maybe the ubuntu user need to install lib32bz2-1.0
signature.asc
Description: Digital signature
--- End Message ---