Your message dated Wed, 22 Sep 2010 02:59:57 +0000
with message-id <[email protected]>
and subject line fixed in version 1.0.5-5
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 [email protected]
immediately.)
--
594733: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594733
Debian Bug Tracking System
Contact [email protected] 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 <[email protected]> Sat, 28 Aug 2010 15:46:15 -0400
+
bzip2 (1.0.5-4) unstable; urgency=low
[Jorge Ernesto Guevara Cuenca]
--- End Message ---
--- Begin Message ---
Version: 1.0.5-5
Fixed in version 1.0.5-5.
--- End Message ---