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

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

2005-08-29 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

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

2005-08-29 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

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

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 this

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

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

2005-08-27 Thread Matthew Sachs
fileutils is missing a depend on libgettext3-shlibs (it has a builddepend on libgettext3-dev.) This can lead to particularly disastrous results if you remove libgettext3-shlibs with fileutils installed and then run gcc_select (which gets run automatically when you try to build something