View previous topic :: View next topic |
Author |
Message |
elmar283 Guru

Joined: 06 Dec 2004 Posts: 316 Location: Haarlem, Netherlands
|
Posted: Sun Jul 17, 2016 11:11 am Post subject: OSX 10.11: bootstrap-prefix: 'llvm-c/lto.h' file not found |
|
|
I'm trying to get Gentoo prefix working on my MacBook Pro 10.11 without any luck.
I have removed MacPorts and HomeBrew to make shure they don't screw things up.
I have read the forum item: https://forums.gentoo.org/viewtopic-t-1034702-postdays-0-postorder-asc-start-25.html and the manual:
https://wiki.gentoo.org/wiki/Project:Prefix/Manual_Bootstrap and https://wiki.gentoo.org/wiki/Project:Prefix/Bootstrap
Both the manual and the automatic installation methods give up. I think it is because it fails to install 'sys-devel/binutils-apple-7.2'.
But first some config things:
I have set Commandline Tools by:
Code: |
sudo xcode-select --install
sudo xcode-select -s /Library/Developer/CommandLineTools
|
Code: | elmar@RandomDent ~ $ xcode-select -p
/Library/Developer/CommandLineTools
elmar@RandomDent ~ $ xcode-select -v
xcode-select version 2343.
elmar@RandomDent ~ $ sw_vers
ProductName: Mac OS X
ProductVersion: 10.11.5
BuildVersion: 15F34
elmar@RandomDent ~ $ cd Downloads
elmar@RandomDent ~/Downloads $ shasum bootstrap-prefix.sh
e92dadc8f5f943c031038b196da9b143b23ff014 bootstrap-prefix.sh
elmar@RandomDent ~/Downloads $ which bash
/bin/bash
elmar@RandomDent ~/Downloads $ bash -version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin15)
Copyright (C) 2007 Free Software Foundation, Inc.
|
Code: |
elmar@RandomDent ~/gentoo $ export
declare -x Apple_PubSub_Socket_Render="/private/tmp/com.apple.launchd.809LeFzYip/Render"
declare -x CLICOLOR="1"
declare -x DBUS_LAUNCHD_SESSION_BUS_SOCKET="/private/tmp/com.apple.launchd.F9xoBavzJd/unix_domain_listener"
declare -x DISPLAY="/private/tmp/com.apple.launchd.Z5v9Ud2NUH/org.macosforge.xquartz:0"
declare -x FS_TRASHER_SOCKET="/private/tmp/com.apple.launchd.u2t44aYEcE/ListeningSocket"
declare -x HOME="/Users/elmar"
declare -x LANG="nl_NL.UTF-8"
declare -x LOGNAME="elmar"
declare -x LSCOLORS="ExGxFxDxCxDxDxhbhdacEc"
declare -x OLDPWD="/Users/elmar"
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin"
declare -x PWD="/Users/elmar/gentoo"
declare -x SHELL="/bin/bash"
declare -x SHLVL="1"
declare -x SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.2qUuGWVfbE/Listeners"
declare -x TERM="xterm-256color"
declare -x TERM_PROGRAM="Apple_Terminal"
declare -x TERM_PROGRAM_VERSION="361.1"
declare -x TERM_SESSION_ID="9F650B5B-F777-461E-B426-8EFA137FDDB1"
declare -x TMPDIR="/var/folders/q6/dc3_y69x7v772hsh_f0tht6r0000gn/T/"
declare -x USER="elmar"
declare -x XPC_FLAGS="0x0"
declare -x XPC_SERVICE_NAME="0"
declare -x __CF_USER_TEXT_ENCODING="0x1F5:0x0:0x5"
elmar@RandomDent ~/gentoo $
|
Now I'm going to show what happens with the manual installation method:
Stage 1:
Code: |
elmar@RandomDent ~ $ cd Downloads
elmar@RandomDent ~/Downloads $ export EPREFIX="$HOME/gentoo"
elmar@RandomDent ~/Downloads $ export PATH="$EPREFIX/usr/bin:$EPREFIX/bin:$EPREFIX/tmp/usr/bin:$EPREFIX/tmp/bin:/usr/bin:/bin"
elmar@RandomDent ~/Downloads $ ./bootstrap-prefix.sh $EPREFIX stage1 |
Result:
Code: | * prefix-portage successfully bootstrapped
* stage1 successfully finished
|
Stage 2:
Code: |
elmar@RandomDent ~/Downloads $ ./bootstrap-prefix.sh $EPREFIX stage2
|
Result:
Code: |
ld/passes/bitcode_bundle.cpp:36:10: fatal error: 'llvm-c/lto.h' file not found
#include "llvm-c/lto.h"
^
1 error generated.
make: *** [ld/passes/bitcode_bundle.o] Error 1
* ERROR: sys-devel/binutils-apple-7.2::gentoo_prefix failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=sys-devel/binutils-apple-7.2::gentoo_prefix'`,
* the complete build log and the output of `emerge -pqv '=sys-devel/binutils-apple-7.2::gentoo_prefix'`.
* The complete build log is located at '/Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/temp/build.log'.
* The ebuild environment file is located at '/Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/temp/environment'.
* Working directory: '/Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work/ld64-253.9/src'
* S: '/Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work'
>>> Failed to emerge sys-devel/binutils-apple-7.2, Log file:
>>> '/Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/temp/build.log'
* Messages for package sys-devel/binutils-apple-7.2:
* ERROR: sys-devel/binutils-apple-7.2::gentoo_prefix failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=sys-devel/binutils-apple-7.2::gentoo_prefix'`,
* the complete build log and the output of `emerge -pqv '=sys-devel/binutils-apple-7.2::gentoo_prefix'`.
* The complete build log is located at '/Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/temp/build.log'.
* The ebuild environment file is located at '/Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/temp/environment'.
* Working directory: '/Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work/ld64-253.9/src'
* S: '/Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work'
|
I could do a '$HOME/gentoo/usr/bin/emerge --sync', but then I end up with a portage without 'sys-devel/llvm-3.4.2'.
Can someone help me to get this problem fixed? |
|
Back to top |
|
 |
elmar283 Guru

Joined: 06 Dec 2004 Posts: 316 Location: Haarlem, Netherlands
|
Posted: Sun Jul 17, 2016 11:17 am Post subject: |
|
|
And for I someone wants the build.log:
Code: |
[32;01m * [39;49;00mPackage: sys-devel/binutils-apple-7.2
[32;01m * [39;49;00mRepository: gentoo_prefix
[32;01m * [39;49;00mUSE: abi_x86_64 elibc_Darwin kernel_Darwin prefix prefix-guest userland_GNU x64-macos
[32;01m * [39;49;00mFEATURES: nostrip preserve-libs userpriv usersandbox
>>> Unpacking source...
>>> Unpacking ld64-253.9.tar.gz to /Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work
>>> Unpacking cctools-877.8.tar.gz to /Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work
tar: cctools-877.8/libstuff/unix_standard_mode.c: time stamp 2106-02-07 07:28:15 is 2826214108.46515 s in the future
tar: cctools-877.8/libstuff/get_toc_byte_sex.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libstuff/crc32.c: time stamp 2106-02-07 07:28:15 is 2826214108.464149 s in the future
tar: cctools-877.8/libstuff/dylib_table.c: time stamp 2106-02-07 07:28:15 is 2826214108.46375 s in the future
tar: cctools-877.8/libstuff/version_number.c: time stamp 2106-02-07 07:28:15 is 2826214108.4632 s in the future
tar: cctools-877.8/libstuff/arch_usage.c: time stamp 2106-02-07 07:28:15 is 2826214108.463031 s in the future
tar: cctools-877.8/libstuff/set_arch_flag_name.c: time stamp 2106-02-07 07:28:15 is 2826214108.462735 s in the future
tar: cctools-877.8/libstuff/symbol_list.c: time stamp 2106-02-07 07:28:15 is 2826214108.462583 s in the future
tar: cctools-877.8/libstuff/coff_bytesex.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libstuff/hppa.c: time stamp 2106-02-07 07:28:15 is 2826214108.461958 s in the future
tar: cctools-877.8/libstuff/macosx_deployment_target.c: time stamp 2106-02-07 07:28:15 is 2826214108.461733 s in the future
tar: cctools-877.8/libstuff/ofile_get_word.c: time stamp 2106-02-07 07:28:15 is 2826214108.461446 s in the future
tar: cctools-877.8/libstuff/SymLoc.c: time stamp 2106-02-07 07:28:15 is 2826214108.461224 s in the future
tar: cctools-877.8/libstuff/ofile_error.c: time stamp 2106-02-07 07:28:15 is 2826214108.460966 s in the future
tar: cctools-877.8/libstuff/vm_flush_cache.c: time stamp 2106-02-07 07:28:15 is 2826214108.460352 s in the future
tar: cctools-877.8/libstuff/print.c: time stamp 2106-02-07 07:28:15 is 2826214108.459413 s in the future
tar: cctools-877.8/libstuff/seg_addr_table.c: time stamp 2106-02-07 07:28:15 is 2826214108.459262 s in the future
tar: cctools-877.8/libstuff/rnd.c: time stamp 2106-02-07 07:28:15 is 2826214108.459113 s in the future
tar: cctools-877.8/libstuff/allocate.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libstuff/hash_string.c: time stamp 2106-02-07 07:28:15 is 2826214108.458776 s in the future
tar: cctools-877.8/libstuff/fatal_arch.c: time stamp 2106-02-07 07:28:15 is 2826214108.457753 s in the future
tar: cctools-877.8/libstuff/dylib_roots.c: time stamp 2106-02-07 07:28:15 is 2826214108.457598 s in the future
tar: cctools-877.8/libstuff/guess_short_name.c: time stamp 2106-02-07 07:28:15 is 2826214108.457454 s in the future
tar: cctools-877.8/ld/ld.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/layout.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/sections.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/cstring_literals.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/sparc_reloc.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/indirect_sections.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/generic_reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/i860_reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/pass1.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/rld.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/debugline.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/debugline.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/cstring_literals.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/mod_sections.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/coalesced_sections.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/hppa_reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/mod_sections.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/sets.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/arm_reloc.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/specs.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/live_refs.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/pass1.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/8byte_literals.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/fvmlibs.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/objects.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/m88k_reloc.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/fvmlibs.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/dylibs.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/ppc_reloc.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/literal_pointers.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/arm_reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/dylibs.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/sparc_reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/8byte_literals.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/objects.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/layout.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/uuid.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/ld.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/hppa_reloc.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/symbols.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/coalesced_sections.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/pass2.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/specs.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/ppc_reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/sections.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/m88k_reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/librld.ofileList: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/i860_reloc.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/debugcompunit.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/uuid.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/debugcompunit.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/4byte_literals.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/symbols.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/generic_reloc.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/literal_pointers.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/dwarf2.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/sets.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/hash_string.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/4byte_literals.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/pass2.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ld/indirect_sections.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/cbtlibs/libsyminfo.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/move.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/extract.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/append.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/ar.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/ar.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/ar.5: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/misc.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/Makefile: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/extern.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/archive.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/archive.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/contents.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/print.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/pathnames.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/delete.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/ar/replace.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/misc/cmpdylib.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/misc/segedit.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/misc/seg_hack.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/misc/Info.plist: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/misc/strings.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/misc/size.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/misc/seg_addr_table.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/misc/check_dylib.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/misc/checksyms.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libmacho/shlib.ofileList: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libmacho/get_end.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libmacho/sparc_swap.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libmacho/i386_swap.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libmacho/ppc_swap.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libmacho/getsegbyname.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libmacho/slot_name.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libmacho/m88k_swap.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libmacho/hppa_swap.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libmacho/i860_swap.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libmacho/m68k_swap.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/libmacho/dylib.ofileList: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/gnu/exec.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/gnu/symseg.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/gnu/a.out.h: time stamp 2106-02-07 07:28:15 is 2826214108.425016 s in the future
tar: cctools-877.8/include/opcode/arm.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/sys/gmon.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/i386/eflags.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/cbt/libsyminfo.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach/m68k/thread_status.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach/ppc/_structs.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach/ppc/thread_status.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach/m88k/thread_status.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach/i386/_structs.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach/i386/fp_reg.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach/i386/thread_state.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach/i386/thread_status.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach/hppa/thread_status.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach/i860/thread_status.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach/sparc/thread_status.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/arch.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/x86_64/reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/kld.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/redo_prebinding.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/arm64/reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/m68k/swap.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/ppc/reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/ppc/swap.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/ranlib.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/dyld.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/dyld_debug.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/m88k/reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/m88k/swap.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/gmon.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/arm/reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/i386/swap.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/hppa/reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/hppa/swap.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/fat.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/rld_state.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/rld.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/i860/reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/i860/swap.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/dyld_gdb.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/dyld_priv.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/ldsyms.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/sparc/reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/sparc/swap.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/mach-o/sarld.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/standalone/libsa.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/architecture/m88k/fp_regs.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/architecture/m88k/reg_help.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/architecture/nrw/macro_help.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/architecture/nrw/reg_help.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/architecture/i386/fpu.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/architecture/i386/frame.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/architecture/sparc/reg.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/coff/aouthdr.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/coff/scnhdr.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/coff/bytesex.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/coff/debug_directory.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/coff/ms_dos_stub.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/coff/syment.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/coff/base_relocs.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/elf/dwarf2.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/arch.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/dylib_roots.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/lto.h: time stamp 2106-02-07 07:28:15 is 2826214108.406827 s in the future
tar: cctools-877.8/include/stuff/symbol_list.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/bool.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/print.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/macosx_deployment_target.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/errors.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/guess_short_name.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/vm_flush_cache.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/execute.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/openstep_mach.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/hppa.h: time stamp 2106-02-07 07:28:15 is 2826214108.404266 s in the future
tar: cctools-877.8/include/stuff/allocate.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/best_arch.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/SymLoc.h: time stamp 2106-02-07 07:28:15 is 2826214108.40383 s in the future
tar: cctools-877.8/include/stuff/ofile.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/crc32.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/symbol.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/unix_standard_mode.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/version_number.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/rnd.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/hash_string.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/seg_addr_table.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/include/stuff/dylib_table.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/efitools/makerelocs.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/efitools/Makefile: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/NSModule.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/getsectdata.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/seg_addr_table.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/segedit.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/check_dylib.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/kld.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/getsectbynamefromheader.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/redo_prebinding.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/libsyminfo.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/strings.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/lipo.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/NSObjectFileImage.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/getsectdatafromheader.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/indr.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/install_name_tool.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/pagestuff.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/checksyms.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/mtoc.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/strip.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/cmpdylib.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/redo_prebinding.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/ctf_insert.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/dyld.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/end.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/getsegbyname.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/NSObjectFileImage_priv.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/ranlib.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/size.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/codesign_allocate.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/getsectbyname.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/dyld.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/stab.5: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/get_end.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/a.out.5: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/nmedit.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/nm.1: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/ranlib.5: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/dyld_debug.3: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/man/Mach-O.5: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/layout.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/hash.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/sections.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/m88k-check.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/m88k.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/app.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/expr.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/m68k-opcode.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/write_object.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/i860.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/bignum.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/input-scrub.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/app.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/as.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/m68k-check.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/sparc-opcode.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/COPYING: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/Makefile: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/flonum-mult.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/input-scrub.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/i860-check.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/sparc-check.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/flonum.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/relax.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/messages.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/arch64_32.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/cctools.plist: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/frags.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/ppc.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/arm_reloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/hex_value.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/flonum-const.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/i386-check.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/hppa.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/m88k-opcode.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/ppc-opcode.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/i386.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/fixes.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/atof-ieee.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/layout.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/input-file.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/md.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/hppa-check.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/obstack.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/xmalloc.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/hex-value.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/input-file.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/dwarf2dbg.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/atof-ieee.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/i386-opcode.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/symbols.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/ppc-check.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/messages.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/hppa-opcode.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/sections.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/dwarf2dbg.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/obstack.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/flonum-copy.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/struc-symbol.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/hash.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/arm-check.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/fixes.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/write_object.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/frags.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/filenames.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/i386.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/hppa-aux.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/symbols.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/sparc.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/m68k.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/read.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/xmalloc.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/i860-opcode.h: time stamp 2106-02-07 07:28:15 is 2826214108.370535 s in the future
tar: cctools-877.8/as/hppa-aux.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/expr.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/as/atof-generic.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/hertz.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/scatter.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/printlist.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/printgprof.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/gprof.callg: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/Makefile: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/gprof.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/dfn.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/gprof.flat: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/calls.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/m68k.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/arcs.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/vax.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/getnfile.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/lookup.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/gprof/gprof.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/otool/notify.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/otool/m68k_disasm.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/otool/i860_disasm.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/otool/hppa_disasm.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/otool/m88k_disasm.c: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/otool/arm_disasm.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/otool/m88k_disasm.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/otool/notify.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/otool/ppc_disasm.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/otool/sparc_disasm.h: implausibly old time stamp 1970-01-01 01:00:00
tar: cctools-877.8/otool/i860_disasm.c: implausibly old time stamp 1970-01-01 01:00:00
>>> Unpacking dyld-360.18.tar.gz to /Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work
>>> Unpacking libunwind-35.3.tar.gz to /Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work
>>> Unpacking binutils-apple-patches-4.3-r1.tar.bz2 to /Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work
>>> Unpacking binutils-apple-patches-5.1-r2.tar.bz2 to /Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work
>>> Unpacking binutils-apple-patches-6.1-r1.tar.bz2 to /Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work
>>> Unpacking binutils-apple-patches-6.3-r1.tar.bz2 to /Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work
>>> Unpacking binutils-apple-patches-7.0-r1.tar.bz2 to /Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work
>>> Source unpacked in /Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work
>>> Preparing source in /Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work ...
[32;01m*[0m Applying ld64-241.9-extraneous-includes.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ld64-241.9-osatomic.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ld64-236.3-crashreporter.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ld64-253.3-nosnapshots.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ld64-253.3-ppc.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ld64-236.3-constant-types-2.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ld64-241.9-register-names.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ld64-241.9-get-comm-align.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ld64-241.9-cc_md5.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ld64-253.3-make_pair.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ld64-253.3-delete-warning.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ld64-236.3-missing-cputypes.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ld64-123.2-debug-backtrace.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-4.5-as.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-5.1-as-dir.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-5.1-ranlib.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-3.1.1-libtool-ranlib.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-3.1.1-no-headers.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-4.0-no-oss-dir.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying cctools-839-intel-retf.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-5.1-extraneous-includes.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-5.1-constant-types.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-5.1-strnlen.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-5.1-ppc.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-5.1-thread-state-redefined.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-5.1-makefile-target-warning.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-7.0-lto-prefix.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying binutils-apple-7.0-clang-as.patch ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Deleted 8 tests that were bound to fail
[32;01m*[0m cleaning Makefiles from unwanted CFLAGS ...
[A[189C [34;01m[ [32;01mok[34;01m ][0m
>>> Source prepared.
>>> Configuring source in /Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work ...
>>> Source configured.
>>> Compiling source in /Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work ...
[32;01m*[0m building ld64-253.9
make SHELL=/Users/elmar/gentoo/tmp/bin/bash
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o other/rebase.o other/rebase.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -Wl,-search_paths_first -L/Users/elmar/gentoo/tmp/usr/lib -o rebase other/rebase.o
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o other/unwinddump.o other/unwinddump.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -Wl,-search_paths_first -L/Users/elmar/gentoo/tmp/usr/lib -o unwinddump other/unwinddump.o
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o other/dyldinfo.o other/dyldinfo.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -Wl,-search_paths_first -L/Users/elmar/gentoo/tmp/usr/lib -o dyldinfo other/dyldinfo.o
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o other/PruneTrie.o other/PruneTrie.cpp
ar -s -r -c libprunetrie.a other/PruneTrie.o
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o version.o version.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/parsers/archive_file.o ld/parsers/archive_file.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/parsers/opaque_section_file.o ld/parsers/opaque_section_file.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/parsers/macho_dylib_file.o ld/parsers/macho_dylib_file.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/passes/branch_island.o ld/passes/branch_island.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/passes/dylibs.o ld/passes/dylibs.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/passes/order.o ld/passes/order.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/passes/branch_shim.o ld/passes/branch_shim.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/passes/got.o ld/passes/got.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/passes/tlvp.o ld/passes/tlvp.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/passes/compact_unwind.o ld/passes/compact_unwind.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/passes/huge.o ld/passes/huge.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/passes/dtrace_dof.o ld/passes/dtrace_dof.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/passes/objc.o ld/passes/objc.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/passes/stubs/stubs.o ld/passes/stubs/stubs.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/InputFiles.o ld/InputFiles.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/OutputFile.o ld/OutputFile.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/SymbolTable.o ld/SymbolTable.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/Snapshot.o ld/Snapshot.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/Options.o ld/Options.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/Resolver.o ld/Resolver.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/ld.o ld/ld.cpp
clang++ -m64 -march=native -O2 -pipe -Wno-invalid-offsetof -std=c++0x -stdlib=libc++ -I/Users/elmar/gentoo/tmp/usr/include -DNDEBUG -DSUPPORT_SNAPSHOTS -Iinclude -Iabstraction -Ild -Ild/parsers -Iother -I. -c -o ld/passes/bitcode_bundle.o ld/passes/bitcode_bundle.cpp
[1mld/passes/bitcode_bundle.cpp:36:10: [0m[0;1;31mfatal error: [0m[1m'llvm-c/lto.h' file not found[0m
#include "llvm-c/lto.h"
[0;1;32m ^
[0m1 error generated.
make: *** [ld/passes/bitcode_bundle.o] Error 1
[31;01m*[0m ERROR: sys-devel/binutils-apple-7.2::gentoo_prefix failed (compile phase):
[31;01m*[0m emake failed
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=sys-devel/binutils-apple-7.2::gentoo_prefix'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=sys-devel/binutils-apple-7.2::gentoo_prefix'`.
[31;01m*[0m The complete build log is located at '/Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/temp/environment'.
[31;01m*[0m Working directory: '/Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work/ld64-253.9/src'
[31;01m*[0m S: '/Users/elmar/gentoo/tmp/var/tmp/portage/sys-devel/binutils-apple-7.2/work'
|
|
|
Back to top |
|
 |
elmar283 Guru

Joined: 06 Dec 2004 Posts: 316 Location: Haarlem, Netherlands
|
Posted: Sun Jul 17, 2016 3:41 pm Post subject: |
|
|
I have tried some things, and this seems to work for now:
Code: | elmar@RandomDent ~/Gentoo/usr/portage/sys-devel/binutils-apple $ cat ~/Gentoo/tmp/etc/portage/package.mask
=sys-devel/gcc-apple-4.2.1_p5666-r2
>sys-devel/binutils-apple-6.3
|
I will see how far I'll come now. |
|
Back to top |
|
 |
elmar283 Guru

Joined: 06 Dec 2004 Posts: 316 Location: Haarlem, Netherlands
|
Posted: Sun Jul 17, 2016 7:00 pm Post subject: |
|
|
I've gotten a lot further, but now I'm stuck with wget refusing to build because of an unknown symbol for architecture 'x86_64'.
Code: |
x86_64-apple-darwin15-clang -DHAVE_LIBSSL -DNDEBUG -march=native -O2 -pipe -L/Users/elmar/Gentoo/usr/lib -o wget connect.o convert.o cookies.o ftp.o css_.o css-url.o ftp-basic.o ftp-ls.o hash.o host.o hsts.o html-parse.o html-url.o http.o init.o log.o main.o netrc.o progress.o ptimer.o recur.o res.o retr.o spider.o url.o warc.o utils.o exits.o build_info.o version.o ftp-opie.o openssl.o ../lib/libgnu.a -lssl -lcrypto -lz
Undefined symbols for architecture x86_64:
"_libiconv", referenced from:
_url_file_name in url.o
"_libiconv_close", referenced from:
_url_file_name in url.o
"_libiconv_open", referenced from:
_url_file_name in url.o
ld: symbol(s) not found for architecture x86_64
x86_64-apple-darwin15-clang-3.5.2: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [Makefile:1501: wget] Error 1
make[3]: Leaving directory '/Users/elmar/Gentoo/tmp/var/tmp/portage/net-misc/wget-1.18/work/wget-1.18/src'
make[2]: *** [Makefile:1400: all] Error 2
make[2]: Leaving directory '/Users/elmar/Gentoo/tmp/var/tmp/portage/net-misc/wget-1.18/work/wget-1.18/src'
make[1]: *** [Makefile:1408: all-recursive] Error 1
make[1]: Leaving directory '/Users/elmar/Gentoo/tmp/var/tmp/portage/net-misc/wget-1.18/work/wget-1.18'
make: *** [Makefile:1364: all] Error 2
* ERROR: net-misc/wget-1.18::gentoo_prefix failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=net-misc/wget-1.18::gentoo_prefix'`,
* the complete build log and the output of `emerge -pqv '=net-misc/wget-1.18::gentoo_prefix'`.
* The complete build log is located at '/Users/elmar/Gentoo/tmp/var/tmp/portage/net-misc/wget-1.18/temp/build.log'.
* The ebuild environment file is located at '/Users/elmar/Gentoo/tmp/var/tmp/portage/net-misc/wget-1.18/temp/environment'.
* Working directory: '/Users/elmar/Gentoo/tmp/var/tmp/portage/net-misc/wget-1.18/work/wget-1.18'
* S: '/Users/elmar/Gentoo/tmp/var/tmp/portage/net-misc/wget-1.18/work/wget-1.18'
>>> Failed to emerge net-misc/wget-1.18, Log file:
>>> '/Users/elmar/Gentoo/tmp/var/tmp/portage/net-misc/wget-1.18/temp/build.log'
* Messages for package net-misc/wget-1.18:
* ERROR: net-misc/wget-1.18::gentoo_prefix failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=net-misc/wget-1.18::gentoo_prefix'`,
* the complete build log and the output of `emerge -pqv '=net-misc/wget-1.18::gentoo_prefix'`.
* The complete build log is located at '/Users/elmar/Gentoo/tmp/var/tmp/portage/net-misc/wget-1.18/temp/build.log'.
* The ebuild environment file is located at '/Users/elmar/Gentoo/tmp/var/tmp/portage/net-misc/wget-1.18/temp/environment'.
* Working directory: '/Users/elmar/Gentoo/tmp/var/tmp/portage/net-misc/wget-1.18/work/wget-1.18'
* S: '/Users/elmar/Gentoo/tmp/var/tmp/portage/net-misc/wget-1.18/work/wget-1.18'
|
|
|
Back to top |
|
 |
elmar283 Guru

Joined: 06 Dec 2004 Posts: 316 Location: Haarlem, Netherlands
|
Posted: Sun Jul 17, 2016 7:54 pm Post subject: |
|
|
An 'emerge --sync' helped. I'm now going on again. See how far I'll come now. |
|
Back to top |
|
 |
unixj Tux's lil' helper

Joined: 18 Jul 2003 Posts: 147
|
Posted: Mon Jul 18, 2016 1:54 am Post subject: |
|
|
Your config is the same as mine, but the bootstrap-prefix.sh has changed. Looks like most of the changes are related to Gentoo RAP and cygwin.
If you're not able to make it work, I would check bugs.gentoo.org and possibly file a report. |
|
Back to top |
|
 |
elmar283 Guru

Joined: 06 Dec 2004 Posts: 316 Location: Haarlem, Netherlands
|
Posted: Mon Jul 18, 2016 6:21 pm Post subject: |
|
|
I'm almost finist.
I'm stuck with sys-devel/llvm-3.8.1:
Code: | 1338/3091] /Users/elmar/Gentoo/usr/bin/x86_64-apple-darwin15-clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Ilib/CodeGen -I/Users/elmar/Gentoo/var/tmp/portage/sys-devel/llvm-3.8.1/work/llvm-3.8.1.src/lib/CodeGen -Iinclude -I/Users/elmar/Gentoo/var/tmp/portage/sys-devel/llvm-3.8.1/work/llvm-3.8.1.src/include -DNDEBUG -march=native -O2 -pipe -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Werror=date-time -std=c++11 -fcolor-diagnostics -fPIC -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Passes.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Passes.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Passes.cpp.o -c /Users/elmar/Gentoo/var/tmp/portage/sys-devel/llvm-3.8.1/work/llvm-3.8.1.src/lib/CodeGen/Passes.cpp
ninja: build stopped: subcommand failed.
* ERROR: sys-devel/llvm-3.8.1::gentoo_prefix failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 133: Called __call-ebuildshell 'src_compile'
* ebuild.sh, line 542: Called src_compile
* environment, line 4949: Called multilib-minimal_src_compile
* environment, line 3029: Called multilib_foreach_abi 'multilib-minimal_abi_src_compile'
* environment, line 3260: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
* environment, line 2964: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
* environment, line 2962: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_compile'
* environment, line 599: Called multilib-minimal_abi_src_compile
* environment, line 3023: Called multilib_src_compile
* environment, line 3472: Called cmake-utils_src_compile
* environment, line 1177: Called _cmake_execute_optionally 'src_compile'
* environment, line 326: Called enable_cmake-utils_src_compile
* environment, line 1472: Called cmake-utils_src_make
* environment, line 1192: Called _cmake_ninja_src_make
* environment, line 382: Called die
* The specific snippet of code:
* "$@" || die
*
* If you need support, post the output of `emerge --info '=sys-devel/llvm-3.8.1::gentoo_prefix'`,
* the complete build log and the output of `emerge -pqv '=sys-devel/llvm-3.8.1::gentoo_prefix'`.
* The complete build log is located at '/Users/elmar/Gentoo/var/tmp/portage/sys-devel/llvm-3.8.1/temp/build.log'.
* The ebuild environment file is located at '/Users/elmar/Gentoo/var/tmp/portage/sys-devel/llvm-3.8.1/temp/environment'.
* Working directory: '/Users/elmar/Gentoo/var/tmp/portage/sys-devel/llvm-3.8.1/work/llvm-3.8.1.src-abi_x86_64.amd64'
* S: '/Users/elmar/Gentoo/var/tmp/portage/sys-devel/llvm-3.8.1/work/llvm-3.8.1.src'
|
See for full log file:
http://www.elmarotter.eu/bestanden/boxmodel/Gentoo/Prefix/sys-devel_llvm-3.8.1-build.log |
|
Back to top |
|
 |
elmar283 Guru

Joined: 06 Dec 2004 Posts: 316 Location: Haarlem, Netherlands
|
Posted: Sat Jul 23, 2016 9:55 am Post subject: |
|
|
On bugs 574656 and 573176 I see that sys-devel/llvm needs to match the 'sys-libs/libcxx'
That might be the problem, since I have 'sys-libs/libcxx-3.5.1. I'm going to try to fix this by merging the 3.7.1 version. |
|
Back to top |
|
 |
elmar283 Guru

Joined: 06 Dec 2004 Posts: 316 Location: Haarlem, Netherlands
|
Posted: Sat Jul 30, 2016 11:36 am Post subject: |
|
|
For others who try to get gentoo-prefix working I'm going to write my steps down, here:
Download 'gentoo-prefix.sh' at http://rsync.prefix.bitzolder.nl/scripts/bootstrap-prefix.sh
Move 'bootstrap-prefix.sh' to '$HOME':
Code: | mv $HOME/Downloads/bootstrap-prefix.sh $HOME |
Set the rights the way they should be:
Code: | chmod 0755 bootstrap-prefix.sh |
Start the script:
Code: | ~/bootstrap-prefix.sh |
(I'm setting everything to the default settings, entering till it starts)
Wait till the script fails...
'=sys-devel/binutils-apple-7.2::gentoo_prefix' fails because of
Code: | 'ld/passes/bitcode_bundle.cpp:36:10: fatal error: 'llvm-c/lto.h' file not found' |
I will make '$HOME/tmp/etc/portage/package.mask' and mask '=sys-devel/binutils-apple-7.2'
Code: | nano -w $HOME/tmp/etc/portage/package.mask |
Code: | =sys-devel/binutils-apple-7.2 |
And rerun the script:
Code: | ~/bootstrap-prefix.sh |
Same failure with '=sys-devel/binutils-apple-7.1::gentoo_prefix'
I'll add '=sys-devel/binutils-apple-7.1' to the 'package.mask' and rerun the script
Code: | ~/bootstrap-prefix.sh |
Same failure with '=sys-devel/binutils-apple-7.0::gentoo_prefix' and rerun the script
I'll add '=sys-devel/binutils-apple-7.0' to the 'package.mask'
Code: | ~/bootstrap-prefix.sh |
Failure again, now I can't download a file, that is new:
Code: | >>> Downloading 'http://distfiles.gentoo.org/distfiles/compiler-rt-3.4.src.tar.gz'
--2016-07-30 13:35:52-- http://distfiles.gentoo.org/distfiles/compiler-rt-3.4.src.tar.gz
Resolving distfiles.gentoo.org... 137.226.34.46, 64.50.233.100, 216.165.129.135, ...
Connecting to distfiles.gentoo.org|137.226.34.46|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-07-30 13:35:52 ERROR 404: Not Found.
>>> Downloading 'http://llvm.org/releases/3.4.2/compiler-rt-3.4.src.tar.gz'
--2016-07-30 13:35:52-- http://llvm.org/releases/3.4.2/compiler-rt-3.4.src.tar.gz
Resolving llvm.org... 192.17.58.186
Connecting to llvm.org|192.17.58.186|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-07-30 13:35:53 ERROR 404: Not Found.
!!! Couldn't download 'compiler-rt-3.4.src.tar.gz'. Aborting. |
I'm going to ask on irc. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|