Re: [Fink-users] gnupg2 does not build

2010-06-07 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/7/10 5:33 PM, Edgar Holleis wrote: > Hi! > > To resume a thread from March. Workaround included. > > The issue was that gnupg2 fails to build on 32 bit Snow Leopard. This is > caused by libassuan breakage caused by pth2 breakage. The latter for

Re: [Fink-users] gnupg2 does not build

2010-06-07 Thread Edgar Holleis
Hi! To resume a thread from March. Workaround included. The issue was that gnupg2 fails to build on 32 bit Snow Leopard. This is caused by libassuan breakage caused by pth2 breakage. The latter for some reason builds but turns out 64 bit instead of 32 bit. Here is my fix: Edit pth2-dev.info Add

Re: [Fink-users] gnupg2 does not build

2010-03-12 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/12/10 2:42 PM, Richard Kettlewell wrote: > On 07/03/2010 18:11, Richard Kettlewell wrote: >> On 07/03/2010 14:46, Alexander Hansen wrote: >>> otool -L /sw/lib/libpth.dylib >> >> chymax$ otool -L /sw/lib/libpth.dylib >> /sw/lib/libpth.dylib: >> /sw

Re: [Fink-users] gnupg2 does not build

2010-03-12 Thread Richard Kettlewell
On 07/03/2010 18:11, Richard Kettlewell wrote: > On 07/03/2010 14:46, Alexander Hansen wrote: >> otool -L /sw/lib/libpth.dylib > > chymax$ otool -L /sw/lib/libpth.dylib > /sw/lib/libpth.dylib: > /sw/lib/libpth.20.dylib (compatibility version 21.0.0, current version > 21.27.0) > /usr/lib/libSystem.B

Re: [Fink-users] gnupg2 does not build

2010-03-07 Thread Richard Kettlewell
On 07/03/2010 14:46, Alexander Hansen wrote: > otool -L /sw/lib/libpth.dylib chymax$ otool -L /sw/lib/libpth.dylib /sw/lib/libpth.dylib: /sw/lib/libpth.20.dylib (compatibility version 21.0.0, current version 21.27.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current

Re: [Fink-users] gnupg2 does not build

2010-03-07 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/7/10 6:20 AM, Richard Kettlewell wrote: > On 06/03/2010 23:13, Alexander Hansen wrote: >> Looks like a misbuild in libassuan, perhaps. I show it detecting pth as >> "sane" on a build on my system (albeit 10.5). >> >> Try using "fink -kl rebuild l

Re: [Fink-users] gnupg2 does not build

2010-03-07 Thread Richard Kettlewell
On 06/03/2010 23:13, Alexander Hansen wrote: > Looks like a misbuild in libassuan, perhaps. I show it detecting pth as > "sane" on a build on my system (albeit 10.5). > > Try using "fink -kl rebuild libassuan" and then check the config.log > file in the build directory > (/sw/src/fink.build/libass

Re: [Fink-users] gnupg2 does not build

2010-03-06 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/6/10 1:32 PM, Richard Kettlewell wrote: > Hi, > > I'm trying to install gnupg2, but it fails to build. > > configure complains that libassuan needs pth support. libassuan does > detect pth during its build but it reports that pth is "not sane".

[Fink-users] gnupg2 does not build

2010-03-06 Thread Richard Kettlewell
Hi, I'm trying to install gnupg2, but it fails to build. configure complains that libassuan needs pth support. libassuan does detect pth during its build but it reports that pth is "not sane". Nevertheless it builds to completion. From the assuan configure output: checking for pth-config...