Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 426144 Details for
Bug 575324
bootstrap.sh from stage3 fails during llvm-3.5.2 build, libstdc++ > 4.6 required.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build log for llvm 3.5
build.log (text/plain), 6.57 KB, created by
stelicho
on 2016-02-21 19:47:57 UTC
(
hide
)
Description:
build log for llvm 3.5
Filename:
MIME Type:
Creator:
stelicho
Created:
2016-02-21 19:47:57 UTC
Size:
6.57 KB
patch
obsolete
> * Package: sys-devel/llvm-3.5.2 > * Repository: gentoo_prefix > * USE: clang elibc_Darwin kernel_Darwin libffi ncurses prefix prefix-guest python_targets_python2_7 static-analyzer userland_GNU x64-macos > * FEATURES: nostrip preserve-libs userpriv usersandbox > * Checking for at least 1200 MiB disk space at "/Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/temp" ... > [ ok ] > * Trying to build a C++11 test program ... > [ ok ] >>>> Unpacking source... >>>> Unpacking llvm-3.5.2.src.tar.xz to /Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/work >>>> Unpacking compiler-rt-3.5.2.src.tar.xz to /Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/work >>>> Unpacking cfe-3.5.2.src.tar.xz to /Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/work >>>> Unpacking clang-tools-extra-3.5.2.src.tar.xz to /Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/work >>>> Unpacking llvm-3.5.0-manpages.tar.bz2 to /Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/work >>>> Source unpacked in /Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/work >>>> Preparing source in /Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/work/llvm-3.5.2.src ... > * Applying llvm-3.2-nodoctargz.patch ... > [ ok ] > * Applying llvm-3.5-gcc-4.9.patch ... > [ ok ] > * Applying llvm-3.5-gentoo-install.patch ... > [ ok ] > * Applying llvm-3.5.2-gcc-5.1.patch ... > [ ok ] > * Applying clang-3.5-gentoo-runtime-gcc-detection-v3.patch ... > [ ok ] > * Applying clang-3.5-gentoo-install.patch ... > [ ok ] > * Applying clang-3.4-darwin_prefix-include-paths.patch ... > [ ok ] > * Adjusting to prefix /Users/stelicho/Gentoo > * InitHeaderSearch.cpp ... > [ ok ] > * Fixing install dirs >>>> Source prepared. >>>> Configuring source in /Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/work/llvm-3.5.2.src ... > * .amd64: running multilib-minimal_abi_src_configure >/Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/temp/environment: line 2873: pkg-config: command not found >/Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/work/llvm-3.5.2.src/configure --prefix=/Users/stelicho/Gentoo/usr --build=x86_64-apple-darwin11 --host=x86_64-apple-darwin11 --mandir=/Users/stelicho/Gentoo/usr/share/man --infodir=/Users/stelicho/Gentoo/usr/share/info --datadir=/Users/stelicho/Gentoo/usr/share --sysconfdir=/Users/stelicho/Gentoo/etc --localstatedir=/Users/stelicho/Gentoo/var/lib --libdir=/Users/stelicho/Gentoo/usr/lib --disable-timestamps --enable-keep-symbols --enable-shared --with-optimize-option= --enable-optimized --disable-assertions --disable-expensive-checks --disable-libedit --enable-terminfo --enable-libffi ac_cv_prog_XML2CONFIG= --enable-targets=host,cpp --enable-bindings=none >checking for x86_64-apple-darwin11-clang... x86_64-apple-darwin11-clang >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-apple-darwin11-clang accepts -g... yes >checking for x86_64-apple-darwin11-clang option to accept ISO C89... none needed >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-apple-darwin11-clang++ accepts -g... yes >checking how to run the C preprocessor... x86_64-apple-darwin11-clang -E >checking whether GCC or Clang is our host compiler... clang >checking build system type... x86_64-apple-darwin11 >checking host system type... x86_64-apple-darwin11 >checking target system type... x86_64-apple-darwin11 >checking type of operating system we're going to host on... Darwin >checking type of operating system we're going to target... Darwin >checking target architecture... x86_64 >checking whether Clang is new enough... yes >checking whether Clang will select a modern C++ standard library... no >configure: error: >We detected a missing feature in the standard C++ library that was known to be >missing in libstdc++4.6 and implemented in libstdc++4.7. There are numerous >C++11 problems with 4.6's library, and we don't support GCCs or libstdc++ older >than 4.7. You will need to update your system and ensure Clang uses the newer >standard library. > >If this error is incorrect or you need to force things to work, you may pass >'--disable-compiler-version-checks' to configure to bypass this test. > >!!! Please attach the following file when seeking support: >!!! /Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/work/llvm-3.5.2.src-.amd64/config.log > * ERROR: sys-devel/llvm-3.5.2::gentoo_prefix failed (configure phase): > * econf failed > * > * Call stack: > * ebuild.sh, line 93: Called src_configure > * environment, line 4354: Called multilib-minimal_src_configure > * environment, line 2401: Called multilib_foreach_abi 'multilib-minimal_abi_src_configure' > * environment, line 2615: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' > * environment, line 2331: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' > * environment, line 2329: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure' > * environment, line 423: Called multilib-minimal_abi_src_configure > * environment, line 2395: Called multilib_src_configure > * environment, line 2876: Called econf '--disable-timestamps' '--enable-keep-symbols' '--enable-shared' '--with-optimize-option=' '--enable-optimized' '--disable-assertions' '--disable-expensive-checks' '--disable-libedit' '--enable-terminfo' '--enable-libffi' 'ac_cv_prog_XML2CONFIG=' '--enable-targets=host,cpp' '--enable-bindings=none' > * phase-helpers.sh, line 662: Called __helpers_die 'econf failed' > * isolated-functions.sh, line 117: Called die > * The specific snippet of code: > * die "$@" > * > * If you need support, post the output of `emerge --info '=sys-devel/llvm-3.5.2::gentoo_prefix'`, > * the complete build log and the output of `emerge -pqv '=sys-devel/llvm-3.5.2::gentoo_prefix'`. > * The complete build log is located at '/Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/temp/build.log'. > * The ebuild environment file is located at '/Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/temp/environment'. > * Working directory: '/Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/work/llvm-3.5.2.src-.amd64' > * S: '/Users/stelicho/Gentoo/tmp/var/tmp/portage/sys-devel/llvm-3.5.2/work/llvm-3.5.2.src'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 575324
: 426144 |
427260