Package: bzip2
Version: 1.0.3-5
Severity: wishlist
Tags: patch

Hello,

when building 'bzip2' in a clean 'unstable' ppc64 chroot,
I get the following error:

gcc -m32 -o libbz2.so.1.0.3 -shared \
          -Wl,-soname,libbz2.so.1.0 blocksort.sho huffman.sho crctable.sho 
randtable.sho compress.sho decompress.sho bzlib.sho -lc
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/powerpc64-linux-gnu/4.1.2/../../../libc.so when searching for -lc
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/powerpc64-linux-gnu/4.1.2/../../../libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.so when searching for 
-lc
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make[1]: *** [libbz2.so.1.0.3] Error 1
make[1]: Leaving directory `/bzip2-1.0.3/32'
make: *** [build32-stamp] Error 2

Please add the missing Build-Depends on 'libc6-dev-powerpc [ppc64]'
to debian/control.

BTW: Thanks for adding the /usr/lib32 path for ppc64!

Regards
Andreas Jochens


diff -urN ../tmp-orig/bzip2-1.0.3/debian/control ./debian/control
--- ../tmp-orig/bzip2-1.0.3/debian/control      2006-08-25 11:46:28.000000000 
+0000
+++ ./debian/control    2006-08-25 11:45:49.000000000 +0000
@@ -4,7 +4,7 @@
 Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
 Uploaders: Santiago Ruano Rincón <[EMAIL PROTECTED]>
 Standards-Version: 3.7.2
-Build-depends: texinfo, libc6-dev-sparc64 [sparc], libc6-dev-s390x [s390], 
libc6-dev-ppc64 [powerpc], libc6-dev-i386 [amd64], libc6-dev-amd64 [i386], 
lib64gcc1 [i386 powerpc sparc s390], lib32gcc1 [amd64]
+Build-depends: texinfo, libc6-dev-sparc64 [sparc], libc6-dev-s390x [s390], 
libc6-dev-powerpc [ppc64], libc6-dev-ppc64 [powerpc], libc6-dev-i386 [amd64], 
libc6-dev-amd64 [i386], lib64gcc1 [i386 powerpc sparc s390], lib32gcc1 [amd64]
 
 Package: libbz2-1.0
 Priority: important


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to