Re: [Fink-devel] fileutils missing dep on libgettext3-shlibs kills /usr/bin/gcc

2005-08-30 Thread Dave Vasilevsky
On Aug 28, 2005, at 4:05 AM, Martin Costabel wrote: /usr/bin/env PATH=/usr/sbin:/usr/bin:/sbin:/bin gcc_select Fink now does this, thanks for the advice. Just my €0.02 Or 3¢ Canadian. Darn all you folks with currencies that are worth something... Dave PGP.sig Description: This is a d

Re: [Fink-devel] fileutils missing dep on libgettext3-shlibs kills /usr/bin/gcc

2005-08-29 Thread AIDA Shinra
> > dyld: Library not loaded: /Volumes/SandBox/fink/sw/lib/libintl.3.dylib > > Referenced from: /Volumes/SandBox/fink/sw/bin/mkdir > > Reason: image not found > > /usr/sbin/gcc_select: line 645: 1350 Trace/BPT trap > > This asks for filing a bug against gcc_select, I think. A script of

Re: [Fink-devel] fileutils missing dep on libgettext3-shlibs kills /usr/bin/gcc

2005-08-29 Thread Matthew Sachs
On Aug 28, 2005, at 04:05, Martin Costabel wrote: Matthew Sachs wrote: [] dyld: Library not loaded: /Volumes/SandBox/fink/sw/lib/libintl. 3.dylib Referenced from: /Volumes/SandBox/fink/sw/bin/mkdir Reason: image not found /usr/sbin/gcc_select: line 645: 1350 Trace/BPT trap This asks f

Re: [Fink-devel] fileutils missing dep on libgettext3-shlibs kills /usr/bin/gcc

2005-08-28 Thread Martin Costabel
AIDA Shinra wrote: [] The gcc_select seems to work as long as the tools are POSIXly correct and /bin/sh is bash. To keep tools correct is our responsibility. But to guarantee that they are correct in all situations at all times is impossible. If you require this you cannot ever develop Fink pa

Re: [Fink-devel] fileutils missing dep on libgettext3-shlibs kills /usr/bin/gcc

2005-08-28 Thread Martin Costabel
Matthew Sachs wrote: [] This applies to many more scripts on the system than just gcc_select, and I don't believe that any of them set their own PATH. gcc_select Looking at some of the examples, one sees indeed very different levels of careful programming. Some of the scripts go to great l

Re: [Fink-devel] fileutils missing dep on libgettext3-shlibs kills /usr/bin/gcc

2005-08-28 Thread Martin Costabel
Matthew Sachs wrote: [] dyld: Library not loaded: /Volumes/SandBox/fink/sw/lib/libintl.3.dylib Referenced from: /Volumes/SandBox/fink/sw/bin/mkdir Reason: image not found /usr/sbin/gcc_select: line 645: 1350 Trace/BPT trap This asks for filing a bug against gcc_select, I think. A sc