emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#17694: closed (coreutils build is broken on Maveri


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17694: closed (coreutils build is broken on Maverics (MacOSX v10.9))
Date: Wed, 04 Jun 2014 20:50:02 +0000

Your message dated Wed, 04 Jun 2014 13:49:10 -0700
with message-id <address@hidden>
and subject line Re: bug#17694: Less confident about this report
has caused the debbugs.gnu.org bug report #17694,
regarding coreutils build is broken on Maverics (MacOSX v10.9)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
17694: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17694
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: coreutils build is broken on Maverics (MacOSX v10.9) Date: Wed, 4 Jun 2014 10:54:40 -0700
Coreutils is not building on Mavericks.  He complains about the architecture while linking libver.a to chroot (and every utility).

Workaround:
$ cd ~/gnu/coreutils/coreutils-8.22
$ arch="-arch x86_64" 
$ ./configure CFLAGS="$arch" LDFLAGS="$arch" CXXFLAGS="$arch"
$ make        CFLAGS="$arch" LDFLAGS="$arch" CXXFLAGS="$arch"
… fails after compiling when linking chroot.  Complains about libver.a
$ cp src/version.a src/libver.a       # nice little tweak
$ make        CFLAGS="$arch" LDFLAGS="$arch" CXXFLAGS="$arch"
$ sudo make install

Fix:
I haven’t investigate the “proper” fix.  The work around is sufficient for my purposes.

My setup: 
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.9.3
BuildVersion: 13D65

$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.2.0
Thread model: posix

$ ld -v
@(#)PROGRAM:ld  PROJECT:ld64-236.4
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 armv6m armv7m armv7em
LTO support using: LLVM version 3.4svn

Robin Mills


--- End Message ---
--- Begin Message --- Subject: Re: bug#17694: Less confident about this report Date: Wed, 04 Jun 2014 13:49:10 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
On 06/04/2014 01:00 PM, Robin Mills wrote:
Let's close this as “Not a bug: unable to reproduce”.

Thanks, closed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]