Package: gnupg
Version: 1.4.2-2
Severity: wishlist
Tags: patch
The build of 'gnupg' on ppc64/unstable fails
because it hangs at the following point:
./gpg_dearmor > ./plain-3 < ../../checks/plain-3o.asc
./gpg_dearmor > ./pubring.pkr < ../../checks/pubring.pkr.asc
./gpg_dearmor > ./secring.skr < ../../checks/secring.skr.asc
../tools/mk-tdata 500 >data-500
../tools/mk-tdata 9000 >data-9000
../tools/mk-tdata 32000 >data-32000
../tools/mk-tdata 80000 >data-80000
cat ../../checks/../doc/HACKING \
../../checks/../doc/DETAILS \
../../checks/../doc/FAQ >plain-large
../g10/gpg --homedir . --quiet --yes --no-permission-warning --import
../../checks/pubdemo.asc
The attached patch adds '--disable-asm' to CONFARGS in debian/rules.
With this patch 'gnupg' can be compiled on ppc64.
Regards
Andreas Jochens
diff -urN ../tmp-orig/gnupg-1.4.2/debian/rules ./debian/rules
--- ../tmp-orig/gnupg-1.4.2/debian/rules 2005-12-15 09:17:35.000000000
+0100
+++ ./debian/rules 2005-12-15 09:03:06.000000000 +0100
@@ -17,6 +17,10 @@
CONFARGS = --host=$(DEB_HOST_GNU_TYPE)
endif
+ifeq ($(DEB_BUILD_ARCH),ppc64)
+ CONFARGS += --disable-asm
+endif
+
install_dir=install -d -m 755
install_file=install -m 644
install_script=install -m 755
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]