Re: [Fink-users] installing coreutils fails on Mavericks

2013-11-22 Thread Alexander Hansen
On 11/22/13 12:38 AM, Geert Jan van Oldenborgh wrote: > Dear Jack, > > Thanks for your quick reply. > > Op 20 nov. 2013, om 21:25 heeft Jack Howarth het > volgende geschreven: > >> Do you see? >> >> % nm -m >> /sw/lib/perl5/5.16.2/darwin-thread-multi-2level/auto/Locale/gettext/gettext.bundle >>

Re: [Fink-users] installing coreutils fails on Mavericks

2013-11-22 Thread Geert Jan van Oldenborgh
Dear Jack, Thanks for your quick reply. Op 20 nov. 2013, om 21:25 heeft Jack Howarth het volgende geschreven: > Do you see? > > % nm -m > /sw/lib/perl5/5.16.2/darwin-thread-multi-2level/auto/Locale/gettext/gettext.bundle > | grep _libintl_textdomain > (undefined) external _l

Re: [Fink-users] installing coreutils fails on Mavericks

2013-11-21 Thread Martin Costabel
On 21/11/13 19:32, Joe Borzellino wrote: > Hi, > > Yes this worked: > > mv /usr/local/lib /usr/local/libold > fink rebuild locale-gettext-pm5162 > fink install coreutils > > Thanks! > > Looks like I had some old libraries that were built as long ago as 2006. In many cases, linking to stuff in /usr

Re: [Fink-users] installing coreutils fails on Mavericks

2013-11-21 Thread Peter Dyballa
Am 21.11.2013 um 19:32 schrieb Joe Borzellino: > Yes this worked: So continue to clean up /usr/local/lib and/or /usr/local/libold! The warning was: > ld: warning: ignoring file /usr/local/lib/libintl.dylib, missing required > architecture x86_64 in file /usr/local/lib/libintl.dylib (2 slices)

Re: [Fink-users] installing coreutils fails on Mavericks

2013-11-21 Thread Joe Borzellino
Hi, Here is the output of the rebuild. The otool command after running rebuild still does not list /sw/lib/libintl.8.dylib. joe% fink rebuild locale-gettext-pm5162 Information about 8165 packages read in 1 seconds. The following package will be rebuilt: locale-gettext-pm5162 Setting runtime bui

Re: [Fink-users] installing coreutils fails on Mavericks

2013-11-21 Thread Joe Borzellino
Here are the results of the commands you suggest: otool -hv /sw/lib/perl5/5.16.2/darwin-thread-multi-2level/auto/Locale/gettext/gettext.bundle /sw/lib/perl5/5.16.2/darwin-thread-multi-2level/auto/Locale/gettext/gettext.bundle: Mach header magic cputype cpusubtype capsfiletype ncmds siz

Re: [Fink-users] installing coreutils fails on Mavericks

2013-11-21 Thread Daniel Macks
If 'fink rebuild locale-gettext-pm5126' doesn't change these results (having having 'otool -L  /sw/lib/perl5/5.16.2/darwin-thread-multi-2level/auto/Locale/gettext/gettext.bundle' not list /sw/lib/libintl.8.dylib), this is finally a stable test case. This problem has occurred seemingly randomly

Re: [Fink-users] installing coreutils fails on Mavericks

2013-11-21 Thread Jack Howarth
Joe, I also see the same thing on my 10.9 machine... % otool -hv /sw/lib/perl5/5.16.2/darwin-thread-multi-2level/auto/Locale/gettext/gettext.bundle /sw/lib/perl5/5.16.2/darwin-thread-multi-2level/auto/Locale/gettext/gettext.bundle: Mach header magic cputype cpusubtype capsfiletyp

Re: [Fink-users] installing coreutils fails on Mavericks

2013-11-21 Thread Peter Dyballa
Am 21.11.2013 um 16:47 schrieb Joe Borzellino: > ld: warning: ignoring file /usr/local/lib/libintl.dylib, missing required > architecture x86_64 in file /usr/local/lib/libintl.dylib (2 slices) Here's the cause! The cure is to temporarily rename /use/local/lib (and then consider removing it or

Re: [Fink-users] installing coreutils fails on Mavericks

2013-11-21 Thread Joe Borzellino
Hi, Yes this worked: mv /usr/local/lib /usr/local/libold fink rebuild locale-gettext-pm5162 fink install coreutils Thanks! Looks like I had some old libraries that were built as long ago as 2006. On Nov 21, 2013, at 8:03 AM, Peter Dyballa wrote: > > Am 21.11.2013 um 16:47 schrieb Joe Borzell

Re: [Fink-users] installing coreutils fails on Mavericks

2013-11-21 Thread Martin Costabel
On 21/11/13 06:56, Joe Borzellino wrote: > Hi, > > I’m having similar problems installing coreutils on Mavericks. Here’s the > output as suggested from previous post: > > nm -m > /sw/lib/perl5/5.16.2/darwin-thread-multi-2level/auto/Locale/gettext/gettext.bundle > | grep _libintl_textdomain >

Re: [Fink-users] installing coreutils fails on Mavericks

2013-11-20 Thread Jack Howarth
On Wed, Nov 20, 2013 at 08:37:04PM +0100, Geert Jan van Oldenborgh wrote: > fink also fails to install coreutils for me… It fails in installing the man > pages. I tried the two workaround suggested before: > fink install libgettext8-dev > fink rebuild locale-gettext-pm5162 > but that did not solv