Re: [Fink-users] file overlap with podlators-pm and Fink perl packages

2010-06-07 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/7/10 4:29 AM, Daniel Macks wrote: > On Sun, Jun 06, 2010 at 05:38:14PM -0400, Alexander Hansen wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> podlators and Fink's perl packages both have /%p/bin/pod2man: >> >> The following packa

Re: [Fink-users] file overlap with podlators-pm and Fink perl packages

2010-06-07 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/7/10 8:24 PM, Alexander Hansen wrote: > On 6/7/10 4:29 AM, Daniel Macks wrote: >> On Sun, Jun 06, 2010 at 05:38:14PM -0400, Alexander Hansen wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> podlators and Fink's perl packages bo

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] Success building evolution (stable) on 10.6, some issues

2010-06-07 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/7/10 6:17 PM, Edgar Holleis wrote: > Hi! > > I successfully build Evolution (stable) on 10.6 (Xcode 3.2.2) and like > to report back some issues: > > Package version: evolution 2.26.3-6 > > 1) seamonkey 1.1.17-1 > Needs a 1-line patch to mozill

[Fink-users] Success building evolution (stable) on 10.6, some issues

2010-06-07 Thread Edgar Holleis
Hi! I successfully build Evolution (stable) on 10.6 (Xcode 3.2.2) and like to report back some issues: Package version: evolution 2.26.3-6 1) seamonkey 1.1.17-1 Needs a 1-line patch to mozilla/nsprpub/pr/src/cplus/rcthread.h: --- rcthread.h.orig 2010-05-17 20:02:28.0 +0200 +++ rcthr

Re: [Fink-users] Problem installing libtool2 with gcc45

2010-06-07 Thread Jack Howarth
On Mon, Jun 07, 2010 at 10:25:51PM +0200, Dominique Dhumieres wrote: > > I won't disable gcj in fink's libtool yet, I'd like to see if I get more > > reports of failures. > > What is working is to use gcc44. Is this the same issue of gcj in gcc 4.5.0 not compiling java under darwin9? If so, gcc 4

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] Problem installing libtool2 with gcc45

2010-06-07 Thread Dominique Dhumieres
> I won't disable gcj in fink's libtool yet, I'd like to see if I get more > reports of failures. What is working is to use gcc44. > Can you check that it also hangs without -fno-common, then run the same > thing under gdb, wait a while, interrupt it and get a backtrace and file > a bug. Without

Re: [Fink-users] coot-0.6.2-pre-1-8 can't find gtkglext

2010-06-07 Thread William G. Scott
>> > > Thanks Bill, > > While fink reinstall did not work, fink rebuild gtkglext1 gtkglext1-shlibs > did work. Thanks. I'll put a note to this effect in the info file. -- ThinkGeek and WIRED's GeekDad team up for the

Re: [Fink-users] coot-0.6.2-pre-1-8 can't find gtkglext

2010-06-07 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/7/10 1:35 PM, Robert Wyatt wrote: > William G. Scott wrote: >> >> On Jun 7, 2010, at 7:49 AM, Robert Wyatt wrote: >> > >>> checking for GtkGLExt - version>= 1.0.0... no >>> *** Could not run GtkGLExt test program, checking why... >>> *** The test

Re: [Fink-users] coot-0.6.2-pre-1-8 can't find gtkglext

2010-06-07 Thread Robert Wyatt
Alexander Hansen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 6/7/10 1:35 PM, Robert Wyatt wrote: >> William G. Scott wrote: >>> >>> On Jun 7, 2010, at 7:49 AM, Robert Wyatt wrote: >>> >> checking for GtkGLExt - version>= 1.0.0... no *** Could not run GtkGLExt test prog

Re: [Fink-users] coot-0.6.2-pre-1-8 can't find gtkglext

2010-06-07 Thread Robert Wyatt
William G. Scott wrote: > > On Jun 7, 2010, at 7:49 AM, Robert Wyatt wrote: > >> checking for GtkGLExt - version>= 1.0.0... no >> *** Could not run GtkGLExt test program, checking why... >> *** The test program compiled, but did not run. This usually means >> *** that the run-time linker is not fi

Re: [Fink-users] Problem installing libtool2 with gcc45

2010-06-07 Thread Peter O'Gorman
On 06/07/2010 11:51 AM, Dominique Dhumieres wrote: > Hi Peter, > >> That seems nasty, ... > > Indeed!-( > > > With 4.5 I had to interupt the compilation: > > [karma] libtool2-2.2.8-1/libtool-2.2.8% time sudo gcj -c -g -O2 -I/sw/include > -fno-common conftest.java > ^C0.012u 0.019s 2:04.73 0.0% 0

Re: [Fink-users] Problem installing libtool2 with gcc45

2010-06-07 Thread Dominique Dhumieres
Hi Peter, > That seems nasty, ... Indeed!-( I have done the following: [macbook] f90/bug% cat > conftest.java class foo {} [macbook] f90/bug% time gcj -c -g -O2 -I/sw/include -fno-common conftest.java 0.834u 0.588s 0:05.47 25.7% 0+0k 30+48io 0pf+0w on x86_64-apple-darwin10.3.0. With 4.4 o

Re: [Fink-users] coot-0.6.2-pre-1-8 can't find gtkglext

2010-06-07 Thread William G. Scott
On Jun 7, 2010, at 7:49 AM, Robert Wyatt wrote: > On 10.6.3 64-bit, I have the following error while updating coot. Happy to > try suggestions. --Robert > > checking for GtkGLExt - version >= 1.0.0... no > *** Could not run GtkGLExt test program, checking why... > *** The test program compiled

Re: [Fink-users] coot-0.6.2-pre-1-8 can't find gtkglext

2010-06-07 Thread Robert Wyatt
Alexander Hansen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 6/7/10 10:49 AM, Robert Wyatt wrote: >> On 10.6.3 64-bit, I have the following error while updating coot. Happy >> to try suggestions. --Robert >> >> checking for GtkGLExt - version>= 1.0.0... no >> *** Could not run

Re: [Fink-users] coot-0.6.2-pre-1-8 can't find gtkglext

2010-06-07 Thread Robert Wyatt
Robert Wyatt wrote: > Wait that can't be the right one. It's from the wrong machine. Let me > try again. Wow, sorry about that. I don't have an error on my 10.6.3 64-bit fink machine. Please forgive and forget this thread. I'll start a new one when I figure out what happened. --Robert ---

Re: [Fink-users] coot-0.6.2-pre-1-8 can't find gtkglext

2010-06-07 Thread Robert Wyatt
Wait that can't be the right one. It's from the wrong machine. Let me try again. -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. Se

Re: [Fink-users] coot-0.6.2-pre-1-8 can't find gtkglext

2010-06-07 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/7/10 11:04 AM, Robert Wyatt wrote: > Alexander Hansen wrote: > On 6/7/10 10:49 AM, Robert Wyatt wrote: On 10.6.3 64-bit, I have the following error while updating coot. Happy to try suggestions. --Robert checking for GtkGLExt

Re: [Fink-users] coot-0.6.2-pre-1-8 can't find gtkglext

2010-06-07 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/7/10 10:49 AM, Robert Wyatt wrote: > On 10.6.3 64-bit, I have the following error while updating coot. Happy > to try suggestions. --Robert > > checking for GtkGLExt - version >= 1.0.0... no > *** Could not run GtkGLExt test program, checking w

Re: [Fink-users] Failed: phase compiling: kdegraphics3-3.5.10-1 failed

2010-06-07 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/7/10 2:43 AM, Udo Hortian wrote: > Dear fink users, > > I am new to fink. I installed fink and everything is fine so far. I > am using Mac OS X Version 10.6.3. So I am using fink by compiling > packages instead of using binaries. > > I would lik

Re: [Fink-users] coot-0.6.2-pre-1-8 can't find gtkglext

2010-06-07 Thread Robert Wyatt
Alexander Hansen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 6/7/10 10:49 AM, Robert Wyatt wrote: >> On 10.6.3 64-bit, I have the following error while updating coot. Happy >> to try suggestions. --Robert >> >> checking for GtkGLExt - version>= 1.0.0... no >> *** Could not run

[Fink-users] coot-0.6.2-pre-1-8 can't find gtkglext

2010-06-07 Thread Robert Wyatt
On 10.6.3 64-bit, I have the following error while updating coot. Happy to try suggestions. --Robert checking for GtkGLExt - version >= 1.0.0... no *** Could not run GtkGLExt test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time li

Re: [Fink-users] Problem installing libtool2 with gcc45

2010-06-07 Thread Peter O'Gorman
On 06/07/2010 04:50 AM, Dominique Dhumieres wrote: > Hi, > > On ppc OSX 10.5.8 I have tried to update to libtool2-2.2.8-1 with > gcc45 and the configure phase got stuck at > > ... > checking for gcj option to produce PIC... -fno-common > checking if gcj PIC flag -fno-common works... > > The test to

Re: [Fink-users] Failed: phase compiling: kdegraphics3-3.5.10-1 failed

2010-06-07 Thread Ɓukasz Kucharski
Um, try 'fink self-update' and 'fink update-all' procedure. This is a proper way to update fink local repositories. 'update' is just to update specified packages, not local information about them. At least that's what I believe. I'm quite new to it. From 'fink --help': [...] update -

[Fink-users] Problem installing libtool2 with gcc45

2010-06-07 Thread Dominique Dhumieres
Hi, On ppc OSX 10.5.8 I have tried to update to libtool2-2.2.8-1 with gcc45 and the configure phase got stuck at ... checking for gcj option to produce PIC... -fno-common checking if gcj PIC flag -fno-common works... The test took an unusual long time and started to grab all my 1.5Gb of RAM unti

Re: [Fink-users] file overlap with podlators-pm and Fink perl packages

2010-06-07 Thread Daniel Macks
On Sun, Jun 06, 2010 at 05:38:14PM -0400, Alexander Hansen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > podlators and Fink's perl packages both have /%p/bin/pod2man: > > The following package will be installed or updated: > perl586 > Reading buildlock packages... > All buil