Re: [Fink-devel] fink gcc?

2004-08-28 Thread Jim White
Martin Costabel wrote: David R. Morrison wrote: [] (3) The problems with octave, singular-libfac and others that cannot be built with Apple's latest g++-3.3 are too fresh in the discussion to have to be recalled, but they are real and urgent problems that have to be solved. Telling people Don't

Re: [Fink-devel] Re: libpng-1.2.6 is buggy

2004-08-28 Thread Martin Costabel
Benjamin Reed wrote: Martin Costabel wrote: Tell them it's line 2015 in pngrtran.c row_info-color_type |= PNG_COLOR_MASK_ALPHA; If you remove this, the colors go back to normal. If you do this, alpha trans breaks though, doesn't it? I don't know about tranparency, do you have a good test

[Fink-devel] whois planetmirror

2004-08-28 Thread Martin Costabel
Do we really have a developer planetmirror? There is a stale cvs lock by this user in /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/text I already have filed a sf support request (using Mozilla, not Safari, because Safari nowadays tends to crash on SF web pages) to remove the lock,

Re: [Fink-devel] whois planetmirror

2004-08-28 Thread David H.
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Martin Costabel wrote: | Do we really have a developer planetmirror? There is a stale cvs lock | by this user in /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/text | Yes we do. It should be read only account for the Australian Master

Re: [Fink-devel] fink gcc?

2004-08-28 Thread David H.
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Jim White wrote: | Martin Costabel wrote: | | David R. Morrison wrote: | | [] | | (3) The problems with octave, singular-libfac and others that cannot | be built with Apple's latest g++-3.3 are too fresh in the discussion | to have to be recalled,

[Fink-devel] Re: dists/10.3/unstable/main/finkinfo/graphics mpeg2vidcodec.info,NONE,1.1

2004-08-28 Thread Blair Zajac
David R. Morrison wrote: On Aug 27, 2004, at 7:16 PM, Blair Zajac wrote: Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20027 Added Files: mpeg2vidcodec.info Log Message: Add the mpeg2vidcodec package which contains the

[Fink-devel] problems compiling against fftw-2.1.5-6

2004-08-28 Thread William Scott
Hi Citizens: I am having troubles with a package I maintain, called eden. Previously it worked fine. But now when I compile I get the following error: ld: warning prebinding disabled because dependent library: /sw/src/root-fftw-2.1.5-6/sw/lib/libdfftw.2.dylib is not prebound more

[Fink-devel] fink breakage?

2004-08-28 Thread Jack Howarth
Daniel, William Scott just pointed out that fftw now creates shared libs with dependencies into /sw/src. otool -L /sw/lib/libdfftw.2.dylib /sw/lib/libdfftw.2.dylib: /sw/src/root-fftw-mpi-2.1.5-6/sw/lib/libdfftw.2.dylib (compatibility version 3.0.0, current version 3.7.0)

Re: [Fink-devel] fink breakage?

2004-08-28 Thread Hanspeter Niederstrasser
On Sat, 28 Aug 2004, Jack Howarth wrote: Interestingly, when I was creating the gromacs packages and the shared lib version of lammpi, I ran into the same issue. If I used 'make install prefix=%i' rather than 'make install DESTDIR=%d' the shared libs ended up with linkages into /sw/src. Is the

Re: [Fink-devel] fink breakage?

2004-08-28 Thread Peter O'Gorman
Hanspeter Niederstrasser wrote: On Sat, 28 Aug 2004, Jack Howarth wrote: Interestingly, when I was creating the gromacs packages and the shared lib version of lammpi, I ran into the same issue. If I used 'make install prefix=%i' rather than 'make install DESTDIR=%d' the shared libs ended up with