Re: [Fink-devel] Don't use /sw/fink/dists when symlinking debs from /sw/fink/debs

2006-02-03 Thread Martin Costabel
Remi Mommsen wrote: Hi, I'm switching btw the 10.4-transitional and 10.4 tree by setting a symlink from /sw to the 2 fink directories having the 10.4-transitional and 10.4 distributions active, respectively. I also linked the /sw/fink/debs directory btw the 2 directories to avoid rebuilding

Re: [Fink-devel] Don't use /sw/fink/dists when symlinking debs from /sw/fink/debs

2006-02-03 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Costabel wrote: OTOH, I am more and more convinced that all the energy that currently goes into constructing an upgrade path from 10.4-transitional to 10.4 is misspent and would better be used for getting new bindists faster out of the

Re: [Fink-devel] Don't use /sw/fink/dists when symlinking debs from /sw/fink/debs

2006-02-03 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 3, 2006, at 7:36 AM, Benjamin Reed wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Costabel wrote: OTOH, I am more and more convinced that all the energy that currently goes into constructing an upgrade path from

Re: [Fink-devel] Don't use /sw/fink/dists when symlinking debs from /sw/fink/debs

2006-02-03 Thread Martin Costabel
Chris Zubrzycki wrote: It's very easy. dpkg --get-selections | grep install | awk '{print $1}' fink.install; rm -rf /sw; for $pkg in `cat fink.install`; do fink -y install $pkg; done To be usable, it would need some refinement :-) For starters, I don't think the fink command will work

[Fink-devel] odd symbol resolution problem under fink

2006-02-03 Thread Jack Howarth
Can I get some advice on the following problem. I just noticed that the sparky-py package I maintain has a problem with symbol resolution. You can reproduce the problem by... 1) install sparky-py24 from the fink unstable 10.4-transitional tree on a MacOS X 10.4.4 machine. 2) start sparky by

Re: [Fink-devel] odd symbol resolution problem under fink

2006-02-03 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jack Howarth wrote: | dyld: Symbol not found: __cg_jpeg_resync_to_restart | Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO | Expected in: /sw/lib/libJPEG.dylib

Re: [Fink-devel] odd symbol resolution problem under fink

2006-02-03 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter O'Gorman wrote: | Jack Howarth wrote: | | | dyld: Symbol not found: __cg_jpeg_resync_to_restart | | Referenced from: | /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO | | |

Re: [Fink-devel] Don't use /sw/fink/dists when symlinking debs from /sw/fink/debs

2006-02-03 Thread Daniel Macks
On Fri, Feb 03, 2006 at 03:31:08PM +0100, Martin Costabel wrote: Chris Zubrzycki wrote: It's very easy. dpkg --get-selections | grep install | awk '{print $1}' fink.install; rm -rf /sw; for $pkg in `cat fink.install`; do fink -y install $pkg; done Thirdly, the package list would

Re: [Fink-devel] odd symbol resolution problem under fink

2006-02-03 Thread Martin Costabel
Jack Howarth wrote: Can I get some advice on the following problem. I just noticed that the sparky-py package I maintain has a problem with symbol resolution. You can reproduce the problem by... 1) install sparky-py24 from the fink unstable 10.4-transitional tree on a MacOS X 10.4.4

Re: [Fink-devel] Don't use /sw/fink/dists when symlinking debs from /sw/fink/debs

2006-02-03 Thread Martin Costabel
Daniel Macks wrote: On Fri, Feb 03, 2006 at 03:31:08PM +0100, Martin Costabel wrote: Chris Zubrzycki wrote: It's very easy. dpkg --get-selections | grep install | awk '{print $1}' fink.install; rm -rf /sw; for $pkg in `cat fink.install`; do fink -y install $pkg; done Thirdly, the package

[Fink-devel] Re: odd symbol resolution problem under fink

2006-02-03 Thread Jack Howarth
Martin, The fact that removing libjpeg and giflib and/or libungif fixes the problem with launching help from Sparky doesn't make much sense to me. The standalone application version of Sparky from their web site doesn't have this problem. Why shouldn't it suffer the same breakage in the

Re: [Fink-devel] Re: odd symbol resolution problem under fink

2006-02-03 Thread Martin Costabel
Jack Howarth wrote: Martin, The fact that removing libjpeg and giflib and/or libungif fixes the problem with launching help from Sparky doesn't make much sense to me. The standalone application version of Sparky from their web site doesn't have this problem. Why shouldn't it suffer the same

[Fink-devel] Re: odd symbol resolution problem under fink (Jack Howarth)

2006-02-03 Thread William Scott
Hi Jack: I just chopped every line with DYLD_LIBRARY_PATH and LD_LIBRARY_PATH out of the wrapper script and it now works fine. Do you want me to commit the change? Coincidently, I ran into the same problem 12 hours ago with the latest version of coot, which similarly introduced this