Bug#343434: gnupg: FTBFS (ppc64): Please use '--disable-asm' on ppc64

2008-07-30 Thread Werner Koch
Hi,

this bug is now also tracked as 

   https://bugs.g10code.com/gnupg/issue942

I should have an account for such a box however I doubt that I can
debug it within the next weeks.


Salam-Shalom,

   Werner


-- 
Die Gedanken sind frei.  Auschnahme regelt ein Bundeschgesetz.




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



Bug#343434: gnupg: FTBFS (ppc64): Please use '--disable-asm' on ppc64

2008-07-29 Thread Andreas Jochens
Hello,

It would certainly be nice if --disable-asm would no longer be 
necessary. However, I'm afraid that I do not have enough time to 
properly discuss this with upstream at the moment. I am currently 
working on a project in Australia while my ppc64 machine is in Hamburg, 
Germany, which makes things a little bit difficult.

Thanks again for looking into this ppc64 specific problem.

Kind regards
Andreas Jochens



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



Bug#343434: gnupg: FTBFS (ppc64): Please use '--disable-asm' on ppc64

2008-07-29 Thread Thijs Kinkhorst
Hi Andreas,

> yes, the bug is still current in unstable.
>
> Thanks for looking at this.

Thanks. I've checked some other distributions and it seems RH and Gentoo
disable-asm aswell for ppc64, so I think we can do that too.

Would be nice of course if that wasn't necessary. Are you willing to
follow that up with upstream (e.g. via bugs.g10code.com)? I'm not eager to
do that myself as I don't have the platform available nor any knowledge of
it.


cheers,
Thijs




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



Bug#343434: gnupg: FTBFS (ppc64): Please use '--disable-asm' on ppc64

2008-07-29 Thread Andreas Jochens
Hello,

yes, the bug is still current in unstable.

Thanks for looking at this.

Kind regards
Andreas Jochens



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



Bug#343434: gnupg: FTBFS (ppc64): Please use '--disable-asm' on ppc64

2008-07-29 Thread Thijs Kinkhorst
Hi Andreas,

I don't have a ppc64 system available. Can you confirm that this bug is still 
current with the version from unstable?


cheers,
Thijs


pgpenz6mRyDhX.pgp
Description: PGP signature


Bug#343434: gnupg: FTBFS (ppc64): Please use '--disable-asm' on ppc64

2005-12-15 Thread Andreas Jochens
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 8  >data-8
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/rules2005-12-15 09:17:35.0 
+0100
+++ ./debian/rules  2005-12-15 09:03:06.0 +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]