Problem installing coreutils +with_default_names
P G
pgbackup at yahoo.com
Tue Nov 25 11:59:40 PST 2008
________________________________
From: Ryan Schmidt <ryandesign at macports.org>
To: P G <pgbackup at yahoo.com>
Cc: macports-users at lists.macosforge.org
Sent: Tuesday, November 25, 2008 1:16:33 PM
Subject: Re: Problem installing coreutils +with_default_names
On Nov 24, 2008, at 14:44, P G wrote:
> My system Specs:
>
> OS: Mac OS X Tiger 10.4.11
> X11: 1.1.3 XFree 4.4.0
> XCode: 2.5
>
> I say "sudo port install coreutils +with_default_names". I get the following
> error when it is time to install coreutils. I'm not sure how to fix this. I
> did the exact same procedure on my home machine (Mac Pro, same OS/X11 except
> Xcode 2.4) and it worked fine so I'm baffled. Also was able to install it on
> a laptop running Leopard and Xcode 3.1. The log is below.
>
> Can someone tell me how I can resolve this issue? Perhaps its looking for a
> library and unable to find it?
I don't know yet.... Can you provide the full debug log?
sudo port clean coreutils
sudo port install coreutils +with_default_names 2>&1 | tee ~/Desktop/coreutils.txt
bzip2 ~/Desktop/coreutils.txt
Then attach coreutils.txt.bz2 from your desktop to your reply.
Thanks for the reply. I was able to track down this issue and hack it to solve the build.
Basically in config.h HAVE_OS_H was set to 1 and it was looking for some system
file #include <OS.h> (for BeOS?). Not sure where why this was set during configure.
So I just changed that #define HAVE_OS_H 0 and the rebuild it without any problems.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-users/attachments/20081125/c3370af5/attachment.html>
More information about the macports-users
mailing list