Skip to content

Instantly share code, notes, and snippets.

@jitomesky
Last active August 29, 2015 14:24
Show Gist options
  • Save jitomesky/e67a45732e5b2d9cfd82 to your computer and use it in GitHub Desktop.
Save jitomesky/e67a45732e5b2d9cfd82 to your computer and use it in GitHub Desktop.
crossdev: error: Need linker with .init_array/.fini_array support.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU C Library configure (see version.h), which was
generated by GNU Autoconf 2.68. Invocation command line was
$ /var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/work/glibc-2.20/configure --disable-sanity-checks --enable-hacker-mode --without-cvs --disable-werror --enable-bind-now --build=x86_64-pc-linux-gnu --host=mips64-unknown-linux-gnu --with-headers=/usr/mips64-unknown-linux-gnu/usr/include --prefix=/usr --enable-add-ons=
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost
uname -m = x86_64
uname -r = 4.0.5-gentoo
uname -s = Linux
uname -v = #1 SMP Thu Jun 18 16:01:37 2015
/usr/bin/uname -p = Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/lib/portage/python2.7/ebuild-helpers
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2134: loading site script /usr/share/config.site
| #!/bin/sh
| # Copyright 2009-2014 Gentoo Foundation
| # Distributed under the terms of the GNU General Public License v2
|
| TOPDIR=/usr/share/crossdev/include/site
|
| config_site_arch() {
| local host="${CHOST%%-*}"
|
| case ${host} in
| arm*b*) host=armeb ;;
| arm*) host=arm ;;
| mips*l*) host=mipsel ;;
| mips*) host=mips ;;
| esac
|
| echo "${host}"
| }
|
| config_site_names() {
| local site_arch="$(config_site_arch)"
| local sites=""
| local x
|
| case ${CHOST} in
| *-linux-*) sites="linux ${site_arch}-linux" ;;
| *-darwin*) sites="darwin ${site_arch}-darwin" ;;
| esac
|
| case ${CHOST} in
| *-linux-uclibc) sites="linux-uclibc ${site_arch}-linux-uclibc" ;;
| *-linux-gnu) sites="linux-gnu ${site_arch}-linux-gnu" ;;
| *-linux-uclibceabi) sites="linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
| *-linux-gnueabi) sites="linux-gnueabi ${site_arch}-linux-gnueabi" ;;
| esac
|
| for x in ${sites} ${CHOST}; do
| [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}"
| done
| }
|
| # Only kick in for cross-compiles so we don't break native builds #427184
| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then
| sites="$(config_site_names)"
| if [ -n "${sites}" ] ; then
| for site in ${sites}; do
| echo "${0##*/}: loading site script ${site}"
| . "${site}"
| done
| fi
| unset site sites
| fi
configure:2343: checking build system type
configure:2357: result: x86_64-pc-linux-gnu
configure:2377: checking host system type
configure:2390: result: mips64-unknown-linux-gnu
configure:2419: checking for mips64-unknown-linux-gnu-gcc
configure:2446: result: x86_64-pc-linux-gnu-gcc
configure:2715: checking for C compiler version
configure:2724: x86_64-pc-linux-gnu-gcc --version >&5
x86_64-pc-linux-gnu-gcc (Gentoo 4.8.4 p1.6, pie-0.6.1) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2735: $? = 0
configure:2724: x86_64-pc-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4/x86_64-pc-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.4/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.4 p1.6, pie-0.6.1' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog --enable-libsanitizer
Thread model: posix
gcc version 4.8.4 (Gentoo 4.8.4 p1.6, pie-0.6.1)
configure:2735: $? = 0
configure:2724: x86_64-pc-linux-gnu-gcc -V >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:2735: $? = 1
configure:2724: x86_64-pc-linux-gnu-gcc -qversion >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:2735: $? = 1
configure:2740: checking for suffix of object files
configure:2762: x86_64-pc-linux-gnu-gcc -c -O1 -pipe -U_FORTIFY_SOURCE conftest.c >&5
configure:2766: $? = 0
configure:2787: result: o
configure:2791: checking whether we are using the GNU C compiler
configure:2810: x86_64-pc-linux-gnu-gcc -c -O1 -pipe -U_FORTIFY_SOURCE conftest.c >&5
configure:2810: $? = 0
configure:2819: result: yes
configure:2828: checking whether x86_64-pc-linux-gnu-gcc accepts -g
configure:2848: x86_64-pc-linux-gnu-gcc -c -g -U_FORTIFY_SOURCE conftest.c >&5
configure:2848: $? = 0
configure:2889: result: yes
configure:2918: checking for gcc
configure:2934: found /usr/bin/gcc
configure:2945: result: gcc
configure:2981: checking for mips64-unknown-linux-gnu-g++
configure:3011: result: no
configure:2981: checking for mips64-unknown-linux-gnu-c++
configure:3011: result: no
configure:2981: checking for mips64-unknown-linux-gnu-gpp
configure:3011: result: no
configure:2981: checking for mips64-unknown-linux-gnu-aCC
configure:3011: result: no
configure:2981: checking for mips64-unknown-linux-gnu-CC
configure:3011: result: no
configure:2981: checking for mips64-unknown-linux-gnu-cxx
configure:3011: result: no
configure:2981: checking for mips64-unknown-linux-gnu-cc++
configure:3011: result: no
configure:2981: checking for mips64-unknown-linux-gnu-cl.exe
configure:3011: result: no
configure:2981: checking for mips64-unknown-linux-gnu-FCC
configure:3011: result: no
configure:2981: checking for mips64-unknown-linux-gnu-KCC
configure:3011: result: no
configure:2981: checking for mips64-unknown-linux-gnu-RCC
configure:3011: result: no
configure:2981: checking for mips64-unknown-linux-gnu-xlC_r
configure:3011: result: no
configure:2981: checking for mips64-unknown-linux-gnu-xlC
configure:3011: result: no
configure:3025: checking for g++
configure:3041: found /usr/bin/g++
configure:3052: result: g++
configure:3068: WARNING: using cross tools not prefixed with host triplet
configure:3079: checking for C++ compiler version
configure:3088: g++ --version >&5
g++ (Gentoo 4.8.4 p1.6, pie-0.6.1) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3099: $? = 0
configure:3088: g++ -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4/g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.4/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.4 p1.6, pie-0.6.1' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog --enable-libsanitizer
Thread model: posix
gcc version 4.8.4 (Gentoo 4.8.4 p1.6, pie-0.6.1)
configure:3099: $? = 0
configure:3088: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3099: $? = 1
configure:3088: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:3099: $? = 1
configure:3103: checking whether we are using the GNU C++ compiler
configure:3122: g++ -c -march=corei7 -pipe -O2 -fno-strict-aliasing -U_FORTIFY_SOURCE conftest.cpp >&5
configure:3122: $? = 0
configure:3131: result: yes
configure:3140: checking whether g++ accepts -g
configure:3160: g++ -c -g -U_FORTIFY_SOURCE conftest.cpp >&5
configure:3160: $? = 0
configure:3201: result: yes
configure:3227: checking for mips64-unknown-linux-gnu-readelf
configure:3243: found /usr/bin/mips64-unknown-linux-gnu-readelf
configure:3254: result: mips64-unknown-linux-gnu-readelf
configure:3779: checking for sysdeps preconfigure fragments
configure:3786: result:
configure:3960: checking for assembler and linker STT_GNU_IFUNC support
x86_64-pc-linux-gnu-gcc: error: unrecognized argument in option '-mabi=n32'
x86_64-pc-linux-gnu-gcc: note: valid arguments to '-mabi=' are: ms sysv
configure:3991: result: no
configure:3994: checking whether .text pseudo-op must be used
configure:4004: x86_64-pc-linux-gnu-gcc -c conftest.s 1>&5
configure:4007: $? = 0
configure:4018: result: yes
configure:4037: checking sysdep dirs
configure:4257: result: sysdeps/generic
configure:4334: checking for a BSD-compatible install
configure:4402: result: /usr/bin/install -c
configure:4417: checking whether ln -s works
configure:4421: result: yes
configure:4445: checking whether /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/as is GNU as
configure:4459: result: yes
configure:4464: checking whether /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ld is GNU ld
configure:4478: result: yes
configure:4488: checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/as
configure:4515: result: /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/as
configure:4530: checking version of /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/as
configure:4540: result: 2.24, ok
configure:4551: checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ld
configure:4578: result: /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ld
configure:4593: checking version of /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ld
configure:4603: result: 2.24, ok
configure:4617: checking for mips64-unknown-linux-gnu-gcc
configure:4644: result: x86_64-pc-linux-gnu-gcc
configure:4659: checking version of x86_64-pc-linux-gnu-gcc
configure:4669: result: 4.8.4, ok
configure:4680: checking for gnumake
configure:4710: result: no
configure:4680: checking for gmake
configure:4696: found /usr/bin/gmake
configure:4707: result: gmake
configure:4722: checking version of gmake
configure:4732: result: 4.1, ok
configure:4744: checking for gnumsgfmt
configure:4774: result: no
configure:4744: checking for gmsgfmt
configure:4760: found /usr/bin/gmsgfmt
configure:4771: result: gmsgfmt
configure:4786: checking version of gmsgfmt
configure:4796: result: 0.19.4, ok
configure:4807: checking for makeinfo
configure:4823: found /usr/bin/makeinfo
configure:4834: result: makeinfo
configure:4849: checking version of makeinfo
configure:4859: result: 4.13, ok
configure:4870: checking for sed
configure:4886: found /bin/sed
configure:4897: result: sed
configure:4912: checking version of sed
configure:4922: result: 4.2.1, ok
configure:4933: checking for gawk
configure:4949: found /usr/bin/gawk
configure:4960: result: gawk
configure:4975: checking version of gawk
configure:4985: result: 4.0.2, ok
configure:4996: checking for mips64-unknown-linux-gnu-nm
configure:5012: found /usr/bin/mips64-unknown-linux-gnu-nm
configure:5023: result: mips64-unknown-linux-gnu-nm
configure:5199: checking LD_LIBRARY_PATH variable
configure:5209: result: ok
configure:5218: checking whether GCC supports -static-libgcc
configure:5229: result: -static-libgcc
configure:5235: checking for bash
configure:5253: found /bin/bash
configure:5266: result: /bin/bash
configure:5277: checking for perl
configure:5295: found /usr/bin/perl
configure:5308: result: /usr/bin/perl
configure:5322: checking for install-info
configure:5341: found /usr/bin/install-info
configure:5354: result: /usr/bin/install-info
configure:5364: checking for bison
configure:5383: found /usr/bin/bison
configure:5396: result: /usr/bin/bison
configure:5405: checking for libc-friendly stddef.h
configure:5429: x86_64-pc-linux-gnu-gcc -c -O1 -pipe -U_FORTIFY_SOURCE -mabi=n32 conftest.c >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized argument in option '-mabi=n32'
x86_64-pc-linux-gnu-gcc: note: valid arguments to '-mabi=' are: ms sysv
configure:5429: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
| #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
| /* end confdefs.h. */
| #define __need_size_t
| #define __need_wchar_t
| #include <stddef.h>
| #define __need_NULL
| #include <stddef.h>
| int
| main ()
| {
| size_t size; wchar_t wchar;
| #ifdef offsetof
| #error stddef.h ignored __need_*
| #endif
| if (&size == NULL || &wchar == NULL) abort ();
| ;
| return 0;
| }
configure:5436: result: no
configure:5443: checking whether we need to use -P to assemble .S files
configure:5453: x86_64-pc-linux-gnu-gcc -U_FORTIFY_SOURCE -mabi=n32 -c conftest.S 1>&5
x86_64-pc-linux-gnu-gcc: error: unrecognized argument in option '-mabi=n32'
x86_64-pc-linux-gnu-gcc: note: valid arguments to '-mabi=' are: ms sysv
configure:5456: $? = 1
configure:5464: result: yes
configure:5471: checking for .set assembler directive
x86_64-pc-linux-gnu-gcc: error: unrecognized argument in option '-mabi=n32'
x86_64-pc-linux-gnu-gcc: note: valid arguments to '-mabi=' are: ms sysv
configure:5497: result: no
configure:5504: checking for assembler gnu_unique_object symbol type
configure:5521: result: yes
configure:5528: checking for .previous assembler directive
configure:5538: x86_64-pc-linux-gnu-gcc -c conftest.s 1>&5
configure:5541: $? = 0
configure:5549: result: yes
configure:5583: checking for .protected and .hidden assembler directive
configure:5595: x86_64-pc-linux-gnu-gcc -c conftest.s 1>&5
configure:5598: $? = 0
configure:5606: result: yes
configure:5610: checking whether __attribute__((visibility())) is supported
configure:5635: result: yes
configure:5643: checking for broken __attribute__((visibility()))
configure:5667: result: no
configure:5674: checking for broken __attribute__((alias()))
configure:5689: x86_64-pc-linux-gnu-gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:5692: $? = 0
configure:5702: result: no
configure:5709: checking whether to put _rtld_local into .sdata section
configure:5723: result: no
configure:5731: checking for .preinit_array/.init_array/.fini_array support
configure:5747: x86_64-pc-linux-gnu-gcc -O1 -pipe -U_FORTIFY_SOURCE -mabi=n32 -o conftest
conftest.c -static -nostartfiles -nostdlib
1>&5
x86_64-pc-linux-gnu-gcc: error: unrecognized argument in option '-mabi=n32'
x86_64-pc-linux-gnu-gcc: note: valid arguments to '-mabi=' are: ms sysv
configure:5750: $? = 1
configure:5763: result: no
configure:5766: error: Need linker with .init_array/.fini_array support.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=x86_64-pc-linux-gnu-gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O1 -pipe'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-U_FORTIFY_SOURCE
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-march=corei7 -pipe -O2 -fno-strict-aliasing'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=mips64-unknown-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_cpuid_h=yes
ac_cv_host=mips64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/bin/bash
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_INSTALL_INFO=/usr/bin/install-info
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AS=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/as
ac_cv_prog_AWK=gawk
ac_cv_prog_BUILD_CC=gcc
ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
ac_cv_prog_LD=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ld
ac_cv_prog_MAKE=gmake
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_MSGFMT=gmsgfmt
ac_cv_prog_NM=mips64-unknown-linux-gnu-nm
ac_cv_prog_READELF=mips64-unknown-linux-gnu-readelf
ac_cv_prog_SED=sed
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
libc_cv_386_tls=yes
libc_cv_390_tls=yes
libc_cv_alpha_tls=yes
libc_cv_arm_tls=yes
libc_cv_asm_cfi_directives=yes
libc_cv_asm_previous_directive=yes
libc_cv_asm_protected_directive=yes
libc_cv_asm_set_directive=no
libc_cv_asm_unique_object=yes
libc_cv_broken_alias_attribute=no
libc_cv_broken_visibility_attribute=no
libc_cv_c_cleanup=yes
libc_cv_dot_text=.text
libc_cv_forced_unwind=yes
libc_cv_friendly_stddef=no
libc_cv_gcc___thread=yes
libc_cv_gcc_static_libgcc=-static-libgcc
libc_cv_have_sdata_section=no
libc_cv_hppa_tls=yes
libc_cv_ia64_tls=yes
libc_cv_initfini_array=no
libc_cv_ld_gnu_indirect_function=no
libc_cv_mips_tls=yes
libc_cv_mlong_double_128=yes
libc_cv_mlong_double_128ibm=yes
libc_cv_need_minus_P=yes
libc_cv_nss_crypt=no
libc_cv_powerpc32_tls=yes
libc_cv_powerpc64_tls=yes
libc_cv_powerpc_tls=yes
libc_cv_ppc_machine=yes
libc_cv_ppc_rel16=yes
libc_cv_predef_fortify_source=no
libc_cv_predef_stack_protector=no
libc_cv_prog_as_gnu=yes
libc_cv_prog_ld_gnu=yes
libc_cv_sh_tls=yes
libc_cv_sparc32_tls=yes
libc_cv_sparc64_tls=yes
libc_cv_sparc_tls=yes
libc_cv_visibility_attribute=yes
libc_cv_x86_64_tls=yes
libc_cv_z_combreloc=yes
libc_cv_z_execstack=yes
libc_cv_z_initfirst=yes
libc_cv_z_nodelete=yes
libc_cv_z_nodlopen=yes
libc_cv_z_relro=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ar'
AS='/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/as'
ASFLAGS_config=''
AUTOCONF='no'
AWK='gawk'
BASH_SHELL='/bin/bash'
BISON='/usr/bin/bison'
BUILD_CC='gcc'
CC='x86_64-pc-linux-gnu-gcc'
CFLAGS='-O1 -pipe'
CPP='x86_64-pc-linux-gnu-gcc -E'
CPPFLAGS='-U_FORTIFY_SOURCE -mabi=n32'
CPPUNDEFS=''
CXX='g++'
CXXFLAGS='-march=corei7 -pipe -O2 -fno-strict-aliasing'
CXX_SYSINCLUDES=' -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include/g++-v4 -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include/g++-v4/x86_64-pc-linux-gnu -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include/g++-v4/backward'
DEFINES=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/usr/bin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ld'
LDFLAGS=''
LIBGD=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE='gmake'
MAKEINFO='makeinfo'
MSGFMT='gmsgfmt'
NM='mips64-unknown-linux-gnu-nm'
OBJCOPY='/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/objcopy'
OBJDUMP='/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT='http://sourceware.org/bugzilla/'
PACKAGE_NAME='GNU C Library'
PACKAGE_STRING='GNU C Library (see version.h)'
PACKAGE_TARNAME='glibc'
PACKAGE_URL='http://www.gnu.org/software/glibc/'
PACKAGE_VERSION='(see version.h)'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKGVERSION='(GNU libc) '
PKGVERSION_TEXI='(GNU libc) '
READELF='mips64-unknown-linux-gnu-readelf'
RELEASE=''
REPORT_BUGS_TEXI='@uref{http://www.gnu.org/software/libc/bugs.html}'
REPORT_BUGS_TO='<http://www.gnu.org/software/libc/bugs.html>'
SED='sed'
SHELL='/bin/sh'
SYSINCLUDES='-nostdinc -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include-fixed -isystem /usr/mips64-unknown-linux-gnu/usr/include'
VERSION=''
ac_ct_CC=''
ac_ct_CXX='g++'
add_on_subdirs=''
add_ons=''
all_warnings=''
base_machine='mips64'
bindir='${exec_prefix}/bin'
bindnow='yes'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_nscd='default'
build_os='linux-gnu'
build_pt_chown='no'
build_vendor='pc'
cross_compiling='yes'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_lock_elision='no'
exceptions=''
exec_prefix='NONE'
fno_unit_at_a_time=''
force_install='yes'
gnu89_inline=''
hardcoded_path_in_tests='no'
have_libaudit=''
have_libcap=''
have_selinux=''
host='mips64-unknown-linux-gnu'
host_alias='mips64-unknown-linux-gnu'
host_cpu='mips64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
ldd_rewrite_script=''
libc_cv_Bgroup=''
libc_cv_cc_loop_to_function=''
libc_cv_cc_nofma=''
libc_cv_cc_submachine=''
libc_cv_cc_with_libunwind=''
libc_cv_forced_unwind='yes'
libc_cv_fpie=''
libc_cv_gcc_static_libgcc='-static-libgcc'
libc_cv_gcc_unwind_find_fde=''
libc_cv_hashstyle=''
libc_cv_localedir=''
libc_cv_localstatedir=''
libc_cv_nss_crypt='no'
libc_cv_output_format=''
libc_cv_pic_default=''
libc_cv_rootsbindir=''
libc_cv_rtlddir=''
libc_cv_slibdir=''
libc_cv_ssp=''
libc_cv_sysconfdir=''
libc_cv_z_combreloc='yes'
libc_cv_z_execstack='yes'
libc_extra_cflags=''
libc_extra_cppflags=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
link_obsolete_rpc='no'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mach_interface_list=''
mandir='${datarootdir}/man'
multi_arch='no'
old_glibc_headers=''
oldest_abi='default'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
profile='no'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
shared='yes'
sharedstatedir='${prefix}/com'
sizeof_long_double=''
static=''
static_nss='no'
subdirs=' '
submachine=''
sysconfdir='${prefix}/etc'
sysdeps_add_ons=''
sysheaders='/usr/mips64-unknown-linux-gnu/usr/include'
sysnames=' sysdeps/unix/sysv/linux/mips/mips64/n32 sysdeps/unix/sysv/linux/mips/mips64 sysdeps/unix/sysv/linux/mips sysdeps/mips/nptl sysdeps/unix/sysv/linux sysdeps/nptl sysdeps/pthread sysdeps/gnu sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/mips/mips64/n32 sysdeps/unix/mips/mips64 sysdeps/unix/mips sysdeps/unix sysdeps/posix sysdeps/mips/mips64/n32/fpu sysdeps/mips/mips64/n32 sysdeps/mips/ieee754 sysdeps/ieee754/ldbl-128 sysdeps/mips/mips64/soft-fp sysdeps/mips/mips64 sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 sysdeps/mips sysdeps/wordsize-32 sysdeps/mips/fpu sysdeps/ieee754 sysdeps/generic'
target_alias=''
use_default_link='default'
use_ldconfig=''
use_nscd='yes'
with_fp='yes'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "GNU C Library"
#define PACKAGE_TARNAME "glibc"
#define PACKAGE_VERSION "(see version.h)"
#define PACKAGE_STRING "GNU C Library (see version.h)"
#define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
#define PACKAGE_URL "http://www.gnu.org/software/glibc/"
#define PKGVERSION "(GNU libc) "
#define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
#define HAVE_ASM_UNIQUE_OBJECT 1
#define HAVE_ASM_PREVIOUS_DIRECTIVE 1
configure: exit 1
WARNING: One or more repositories have missing repo_name entries:
/usr/local/portage/local-overlay/profiles/repo_name
NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.
* IMPORTANT: 15 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
Calculating dependencies .... done!
>>> Auto-cleaning packages...
>>> No outdated packages were found on your system.
WARNING: One or more repositories have missing repo_name entries:
/usr/local/portage/local-overlay/profiles/repo_name
NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.
* IMPORTANT: 15 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) cross-mips64-unknown-linux-gnu/glibc-2.20-r2::crossdev
* glibc-2.20.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
* glibc-2.20-patches-4.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking glibc-2.20.tar.xz to /var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/work
>>> Unpacking glibc-2.20-patches-4.tar.bz2 to /var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/work
>>> Source unpacked in /var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/work
>>> Preparing source in /var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/work/glibc-2.20 ...
* Applying Gentoo Glibc Patchset 2.20-4 ...
* 00_all_0001-disable-ldconfig-during-install.patch ...
[ ok ]
* 00_all_0002-workaround-crash-when-handling-signals-in-static-PIE.patch ...
[ ok ]
* 00_all_0003-make-fortify-logic-checks-less-angry.patch ...
[ ok ]
* 00_all_0004-Fix-localedef-segfault-when-run-under-exec-shield-Pa.patch ...
[ ok ]
* 00_all_0005-reload-etc-resolv.conf-when-it-has-changed.patch ...
[ ok ]
* 00_all_0006-nptl-support-thread-stacks-that-grow-up.patch ...
[ ok ]
* 00_all_0007-rtld-do-not-ignore-arch-specific-CFLAGS.patch ...
[ ok ]
* 00_all_0008-nptl-handle-EAGAIN-with-some-futex-operations.patch ...
[ ok ]
* 00_all_0009-gentoo-support-running-tests-under-sandbox.patch ...
[ ok ]
* 00_all_0010-gentoo-disable-building-in-timezone-subdir.patch ...
[ ok ]
* 00_all_0011-arm-fix-PIC-vs-SHARED-typos.patch ...
[ ok ]
* 00_all_0012-hppa-name-setjmp-union.patch ...
[ ok ]
* 00_all_0013-hppa-fix-build-problems-with-atomic-code.patch ...
[ ok ]
* 00_all_0014-hppa-fix-bug-in-floating-point-exception-support.patch ...
[ ok ]
* 00_all_0015-hppa-fix-pthread-spinlock.patch ...
[ ok ]
* 00_all_0016-hppa-fix-__O_SYNC-to-match-the-kernel.patch ...
[ ok ]
* 00_all_0017-disable-PIE-when-checking-for-PIC-default.patch ...
[ ok ]
* 00_all_0018-Update-Russian-translation.patch ...
[ ok ]
* 00_all_0019-Add-new-Linux-3.16-constants-to-netinet-udp.h.patch ...
[ ok ]
* 00_all_0020-Handle-zero-prefix-length-in-getifaddrs-BZ-17371.patch ...
[ ok ]
* 00_all_0021-Revert-to-defining-__extern_inline-only-for-gcc-4.3-.patch ...
[ ok ]
* 00_all_0022-Fix-memory-leak-in-libio-wfileops.c-do_ftell_wide-BZ.patch ...
[ ok ]
* 00_all_0023-Fix-memory-leak-in-error-path-of-do_ftell_wide-BZ-17.patch ...
[ ok ]
* 00_all_0024-Update-French-translation.patch ...
[ ok ]
* 00_all_0025-BZ-17460-Fix-buffer-overrun-in-nscd-help.patch ...
[ ok ]
* 00_all_0026-MIPS-Avoid-a-dangling-vfork-GLIBC_2.0-reference.patch ...
[ ok ]
* 00_all_0027-AArch64-End-frame-record-chain-correctly.patch ...
[ ok ]
* 00_all_0028-CVE-2014-7817-wordexp-fails-to-honour-WRDE_NOCMD.patch ...
[ ok ]
* 00_all_0029-arm-drop-EABI-check.patch ...
[ ok ]
* 00_all_0030-Make-__extern_always_inline-usable-on-clang-again.patch ...
[ ok ]
* 00_all_0031-CVE-2012-3406-Stack-overflow-in-vfprintf-BZ-16617.patch ...
[ ok ]
* 00_all_0032-Avoid-infinite-loop-in-nss_dns-getnetbyname-BZ-17630.patch ...
[ ok ]
* 00_all_0033-Move-findidx-nested-functions-to-top-level.patch ...
[ ok ]
* 00_all_0034-Fix-memory-handling-in-strxfrm_l-BZ-16009.patch ...
[ ok ]
* 00_all_0035-Use-AVX-unaligned-memcpy-only-if-AVX2-is-available.patch ...
[ ok ]
* 00_all_0036-CVE-2015-1472-wscanf-allocates-too-little-memory.patch ...
[ ok ]
* Done with patching
* Using GNU config files from /usr/share/gnuconfig
* Updating scripts/config.sub
[ ok ]
* Updating scripts/config.guess
[ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/work/glibc-2.20 ...
* Running toolchain-glibc_src_configure for ABI n32
* Forcing cached settings:
* ac_cv_header_cpuid_h=yes
* libc_cv_386_tls=yes
* libc_cv_390_tls=yes
* libc_cv_alpha_tls=yes
* libc_cv_arm_tls=yes
* libc_cv_hppa_tls=yes
* libc_cv_ia64_tls=yes
* libc_cv_mips_tls=yes
* libc_cv_powerpc_tls=yes
* libc_cv_powerpc32_tls=yes
* libc_cv_powerpc64_tls=yes
* libc_cv_sparc_tls=yes
* libc_cv_sparc32_tls=yes
* libc_cv_sparc64_tls=yes
* libc_cv_sh_tls=yes
* libc_cv_x86_64_tls=yes
* libc_cv_asm_cfi_directives=yes
* libc_cv_broken_visibility_attribute=no
* libc_cv_c_cleanup=yes
* libc_cv_forced_unwind=yes
* libc_cv_gcc___thread=yes
* libc_cv_mlong_double_128=yes
* libc_cv_mlong_double_128ibm=yes
* libc_cv_ppc_machine=yes
* libc_cv_ppc_rel16=yes
* libc_cv_predef_fortify_source=no
* libc_cv_predef_stack_protector=no
* libc_cv_visibility_attribute=yes
* libc_cv_z_combreloc=yes
* libc_cv_z_execstack=yes
* libc_cv_z_initfirst=yes
* libc_cv_z_nodelete=yes
* libc_cv_z_nodlopen=yes
* libc_cv_z_relro=yes
* libc_mips_abi=default
* libc_mips_float=hard
/var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/work/glibc-2.20/configure --disable-sanity-checks --enable-hacker-mode --without-cvs --disable-werror --enable-bind-now --build=x86_64-pc-linux-gnu --host=mips64-unknown-linux-gnu --with-headers=/usr/mips64-unknown-linux-gnu/usr/include --prefix=/usr --enable-add-ons=
configure: loading site script /usr/share/config.site
checking build system type... x86_64-pc-linux-gnu
checking host system type... mips64-unknown-linux-gnu
checking for mips64-unknown-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for gcc... gcc
checking for mips64-unknown-linux-gnu-g++... no
checking for mips64-unknown-linux-gnu-c++... no
checking for mips64-unknown-linux-gnu-gpp... no
checking for mips64-unknown-linux-gnu-aCC... no
checking for mips64-unknown-linux-gnu-CC... no
checking for mips64-unknown-linux-gnu-cxx... no
checking for mips64-unknown-linux-gnu-cc++... no
checking for mips64-unknown-linux-gnu-cl.exe... no
checking for mips64-unknown-linux-gnu-FCC... no
checking for mips64-unknown-linux-gnu-KCC... no
checking for mips64-unknown-linux-gnu-RCC... no
checking for mips64-unknown-linux-gnu-xlC_r... no
checking for mips64-unknown-linux-gnu-xlC... no
checking for g++... g++
configure: WARNING: using cross tools not prefixed with host triplet
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for mips64-unknown-linux-gnu-readelf... mips64-unknown-linux-gnu-readelf
checking for sysdeps preconfigure fragments... aarch64 alpha arm hppa i386 m68k microblaze mips powerpc s390 sh sparc tile x86_64
checking for assembler and linker STT_GNU_IFUNC support... no
checking whether .text pseudo-op must be used... yes
checking sysdep dirs... sysdeps/unix/sysv/linux/mips/mips64/n32 sysdeps/unix/sysv/linux/mips/mips64 sysdeps/unix/sysv/linux/mips sysdeps/mips/nptl sysdeps/unix/sysv/linux sysdeps/nptl sysdeps/pthread sysdeps/gnu sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/mips/mips64/n32 sysdeps/unix/mips/mips64 sysdeps/unix/mips sysdeps/unix sysdeps/posix sysdeps/mips/mips64/n32/fpu sysdeps/mips/mips64/n32 sysdeps/mips/ieee754 sysdeps/ieee754/ldbl-128 sysdeps/mips/mips64/soft-fp sysdeps/mips/mips64 sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 sysdeps/mips sysdeps/wordsize-32 sysdeps/mips/fpu sysdeps/ieee754 sysdeps/generic
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/as is GNU as... yes
checking whether /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ld is GNU ld... yes
checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/as... /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/as
checking version of /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/as... 2.24, ok
checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ld... /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ld
checking version of /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ld... 2.24, ok
checking for mips64-unknown-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking version of x86_64-pc-linux-gnu-gcc... 4.8.4, ok
checking for gnumake... no
checking for gmake... gmake
checking version of gmake... 4.1, ok
checking for gnumsgfmt... no
checking for gmsgfmt... gmsgfmt
checking version of gmsgfmt... 0.19.4, ok
checking for makeinfo... makeinfo
checking version of makeinfo... 4.13, ok
checking for sed... sed
checking version of sed... 4.2.1, ok
checking for gawk... gawk
checking version of gawk... 4.0.2, ok
checking for mips64-unknown-linux-gnu-nm... mips64-unknown-linux-gnu-nm
checking LD_LIBRARY_PATH variable... ok
checking whether GCC supports -static-libgcc... -static-libgcc
checking for bash... /bin/bash
checking for perl... /usr/bin/perl
checking for install-info... /usr/bin/install-info
checking for bison... /usr/bin/bison
checking for libc-friendly stddef.h... no
checking whether we need to use -P to assemble .S files... yes
checking for .set assembler directive... no
checking for assembler gnu_unique_object symbol type... yes
checking for .previous assembler directive... yes
checking for .protected and .hidden assembler directive... yes
checking whether __attribute__((visibility())) is supported... (cached) yes
checking for broken __attribute__((visibility()))... (cached) no
checking for broken __attribute__((alias()))... no
checking whether to put _rtld_local into .sdata section... no
checking for .preinit_array/.init_array/.fini_array support... no
configure: error: Need linker with .init_array/.fini_array support.
* ERROR: cross-mips64-unknown-linux-gnu/glibc-2.20-r2::crossdev failed (configure phase):
* failed to configure glibc
*
* Call stack:
* ebuild.sh, line 93: Called src_configure
* environment, line 3255: Called eblit-run 'src_configure'
* environment, line 964: Called eblit-glibc-src_configure
* src_configure.eblit, line 258: Called foreach_abi 'toolchain-glibc_src_configure'
* common.eblit, line 343: Called toolchain-glibc_src_configure
* src_configure.eblit, line 250: Called toolchain-glibc_headers_configure
* src_configure.eblit, line 245: Called die
* The specific snippet of code:
* CC="$(tc-getBUILD_CC)" \
* CFLAGS="-O1 -pipe" \
* CPPFLAGS="-U_FORTIFY_SOURCE" \
* LDFLAGS="" \
* "$@" || die "failed to configure glibc"
*
* If you need support, post the output of `emerge --info '=cross-mips64-unknown-linux-gnu/glibc-2.20-r2::crossdev'`,
* the complete build log and the output of `emerge -pqv '=cross-mips64-unknown-linux-gnu/glibc-2.20-r2::crossdev'`.
* The complete build log is located at '/var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/temp/environment'.
* Working directory: '/var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/work/build-default-mips64-unknown-linux-gnu-headers'
* S: '/var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/work/glibc-2.20'
>>> Failed to emerge cross-mips64-unknown-linux-gnu/glibc-2.20-r2, Log file:
>>> '/var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/temp/build.log'
* Messages for package cross-mips64-unknown-linux-gnu/glibc-2.20-r2:
* ERROR: cross-mips64-unknown-linux-gnu/glibc-2.20-r2::crossdev failed (configure phase):
* failed to configure glibc
*
* Call stack:
* ebuild.sh, line 93: Called src_configure
* environment, line 3255: Called eblit-run 'src_configure'
* environment, line 964: Called eblit-glibc-src_configure
* src_configure.eblit, line 258: Called foreach_abi 'toolchain-glibc_src_configure'
* common.eblit, line 343: Called toolchain-glibc_src_configure
* src_configure.eblit, line 250: Called toolchain-glibc_headers_configure
* src_configure.eblit, line 245: Called die
* The specific snippet of code:
* CC="$(tc-getBUILD_CC)" \
* CFLAGS="-O1 -pipe" \
* CPPFLAGS="-U_FORTIFY_SOURCE" \
* LDFLAGS="" \
* "$@" || die "failed to configure glibc"
*
* If you need support, post the output of `emerge --info '=cross-mips64-unknown-linux-gnu/glibc-2.20-r2::crossdev'`,
* the complete build log and the output of `emerge -pqv '=cross-mips64-unknown-linux-gnu/glibc-2.20-r2::crossdev'`.
* The complete build log is located at '/var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/temp/environment'.
* Working directory: '/var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/work/build-default-mips64-unknown-linux-gnu-headers'
* S: '/var/tmp/portage/cross-mips64-unknown-linux-gnu/glibc-2.20-r2/work/glibc-2.20'
--------------------------------------------------------------------------------
* crossdev version: 20141030
* Host Portage ARCH: amd64
* Target Portage ARCH: mips
* Target System: mips64-unknown-linux-gnu
* Stage: 4 (C/C++ compiler)
* ABIs: n32
* binutils: binutils-[latest]
* gcc: gcc-[latest]
* headers: linux-headers-[latest]
* libc: glibc-[latest]
* CROSSDEV_OVERLAY: /usr/local/portage/local-overlay
* PORT_LOGDIR: /var/log/portage
* PORTAGE_CONFIGROOT:
* Portage flags:
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ -
WARNING: One or more repositories have missing repo_name entries:
/usr/local/portage/local-overlay/profiles/repo_name
NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.
Portage 2.2.18 (python 2.7.9-final-0, default/linux/amd64/13.0/systemd, gcc-4.8.4, glibc-2.20-r2, 4.0.5-gentoo x86_64)
=================================================================
System uname: Linux-4.0.5-gentoo-x86_64-Intel-R-_Core-TM-_i5_CPU_M_520_@_2.40GHz-with-gentoo-2.2
KiB Mem: 7970696 total, 4583728 free
KiB Swap: 12287996 total, 12287776 free
Timestamp of repository gentoo: Wed, 01 Jul 2015 08:30:01 +0000
sh bash 4.3_p33-r2
ld GNU ld (Gentoo 2.24 p1.4) 2.24
app-shells/bash: 4.3_p33-r2::gentoo
dev-lang/perl: 5.20.2::gentoo
dev-lang/python: 2.7.9-r1::gentoo, 3.3.5-r1::gentoo
dev-util/cmake: 3.2.2::gentoo
dev-util/pkgconfig: 0.28-r2::gentoo
sys-apps/baselayout: 2.2::gentoo
sys-apps/openrc: 0.17::gentoo
sys-apps/sandbox: 2.6-r1::gentoo
sys-devel/autoconf: 2.69::gentoo
sys-devel/automake: 1.14.1::gentoo
sys-devel/binutils: 2.24-r3::gentoo
sys-devel/gcc: 4.8.4::gentoo
sys-devel/gcc-config: 1.7.3::gentoo
sys-devel/libtool: 2.4.6::gentoo
sys-devel/make: 4.1-r1::gentoo
sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers)
sys-libs/glibc: 2.20-r2::gentoo
Repositories:
gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
crossdev
location: /usr/local/portage/local-overlay
masters: gentoo kde
priority: 0
kde
location: /var/lib/layman/kde
masters: gentoo
priority: 1
ABI="amd64"
ABI_X86="64"
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
ACCEPT_PROPERTIES="*"
ACCEPT_RESTRICT="*"
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias"
ARCH="amd64"
AUTOCLEAN="yes"
BOOTSTRAP_USE="cxx unicode internal-glib python_targets_python3_3 python_targets_python2_7 multilib"
CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author"
CAMERAS="ptp2"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=corei7 -O2 -pipe"
CFLAGS_amd64="-m64"
CFLAGS_x32="-mx32"
CFLAGS_x86="-m32"
CHOST="x86_64-pc-linux-gnu"
CHOST_amd64="x86_64-pc-linux-gnu"
CHOST_x32="x86_64-pc-linux-gnux32"
CHOST_x86="i686-pc-linux-gnu"
CLEAN_DELAY="5"
COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog"
COLLISION_IGNORE="/lib/modules/* *.py[co] *$py.class */dropin.cache"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CPU_FLAGS_X86="mmx mmxext sse sse2"
CXXFLAGS="-march=corei7 -O2 -pipe"
DEFAULT_ABI="amd64"
DISTDIR="/usr/portage/distfiles"
ELIBC="glibc"
EMERGE_WARNING_DELAY="10"
EPREFIX=""
EROOT="/"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FETCHCOMMAND="wget -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}""
FETCHCOMMAND_RSYNC="rsync -avP "${URI}" "${DISTDIR}/${FILE}""
FETCHCOMMAND_SFTP="bash -c "x=\${2#sftp://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port=22 ; eval \"declare -a ssh_opts=(\${3})\" ; exec sftp -P \${port} \"\${ssh_opts[@]}\" \"\${host}:/\${x#*/}\" \"\$1\"" sftp "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}""
FETCHCOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port=22 ; exec rsync --rsh=\"ssh -p\${port} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}""
FFLAGS="-O2 -pipe"
GCC_SPECS=""
GENTOO_MIRRORS="http://ftp.iij.ad.jp/pub/linux/gentoo/"
GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx"
GRUB_PLATFORMS=""
GSETTINGS_BACKEND="gconf"
GUILE_LOAD_PATH="/usr/share/guile/1.8"
HOME="/root"
INFOPATH="/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/info:/usr/share/info/emacs-24"
INPUT_DEVICES="evdev synaptics"
IUSE_IMPLICIT="abi_x86_64 prefix prefix-guest"
KERNEL="linux"
LANG="en_US.utf8"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
LC_MESSAGES="C"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LDFLAGS_amd64="-m elf_x86_64"
LDFLAGS_x32="-m elf32_x86_64"
LDFLAGS_x86="-m elf_i386"
LESS="-R -M --shift 5"
LESSOPEN="|lesspipe %s"
LIBDIR_amd64="lib64"
LIBDIR_amd64_fbsd="lib64"
LIBDIR_arm="lib"
LIBDIR_arm64="lib64"
LIBDIR_n32="lib32"
LIBDIR_n64="lib64"
LIBDIR_o32="lib"
LIBDIR_ppc="lib32"
LIBDIR_ppc64="lib64"
LIBDIR_s390="lib32"
LIBDIR_s390x="lib64"
LIBDIR_sparc32="lib32"
LIBDIR_sparc64="lib64"
LIBDIR_x32="libx32"
LIBDIR_x86="lib32"
LIBDIR_x86_fbsd="lib32"
LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer"
LOGNAME="root"
LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:"
MAIL="/var/mail/root"
MAKEOPTS="-j8"
MANPATH="/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/man"
MULTILIB_ABIS="amd64 x86"
MULTILIB_STRICT_DENY="64-bit.*shared object"
MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec)"
MULTIOSDIRS="../lib64:../lib32"
NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"
NOCOLOR="true"
OFFICE_IMPLEMENTATION="libreoffice"
OLDPWD="/etc/portage"
OPENGL_PROFILE="xorg-x11"
PATH="/lib64/rc/bin:/bin:/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin"
PHP_TARGETS="php5-5"
PKGDIR="/usr/portage/packages"
PORTAGE_ARCHLIST="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips nios2 ppc ppc-aix ppc-macos ppc-openbsd ppc64 ppc64-linux s390 sh sparc sparc-fbsd sparc-solaris sparc64-freebsd sparc64-solaris x64-cygwin x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt"
PORTAGE_BIN_PATH="/usr/lib/portage/python2.7"
PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png"
PORTAGE_CONFIGROOT="/"
PORTAGE_DEBUG="0"
PORTAGE_DEPCACHEDIR="/var/cache/edb/dep"
PORTAGE_ELOG_CLASSES="log warn error"
PORTAGE_ELOG_MAILFROM="portage@localhost"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}"
PORTAGE_ELOG_MAILURI="root"
PORTAGE_ELOG_SYSTEM="save_summary:log,warn,error,qa echo"
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"
PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
PORTAGE_GID="250"
PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo SHA256 --clearsign --yes --default-key "${PORTAGE_GPG_KEY}" --homedir "${PORTAGE_GPG_DIR}" "${FILE}""
PORTAGE_INST_GID="0"
PORTAGE_INST_UID="0"
PORTAGE_INTERNAL_CALLER="1"
PORTAGE_OVERRIDE_EPREFIX=""
PORTAGE_PYM_PATH="/usr/lib64/python2.7/site-packages"
PORTAGE_PYTHONPATH="/usr/lib64/python2.7/site-packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_RSYNC_RETRIES="-1"
PORTAGE_SYNC_STALE="30"
PORTAGE_TMPDIR="/var/tmp"
PORTAGE_VERBOSE="1"
PORTAGE_WORKDIR_MODE="0700"
PORTAGE_XATTR_EXCLUDE="btrfs.* security.* system.nfs4_acl"
PORT_LOGDIR_CLEAN="find "${PORT_LOGDIR}" -type f ! -name "summary.log*" -mtime +7 -delete"
PRELINK_PATH_MASK="/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr/lib64/libsoftokn3.so"
PROFILE_ONLY_VARIABLES="ARCH ELIBC IUSE_IMPLICIT KERNEL USERLAND USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL USE_EXPAND_VALUES_USERLAND"
PWD="/"
PYTHONDONTWRITEBYTECODE="1"
PYTHON_SINGLE_TARGET="python2_7"
PYTHON_TARGETS="python2_7 python3_3"
QT_GRAPHICSSYSTEM="raster"
RESUMECOMMAND="wget -c -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}""
RESUMECOMMAND_RSYNC="rsync -avP "${URI}" "${DISTDIR}/${FILE}""
RESUMECOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port=22 ; exec rsync --rsh=\"ssh -p\${port} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}""
ROOT="/"
ROOTPATH="/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4"
RPMDIR="/usr/portage/rpm"
RUBY_TARGETS="ruby19 ruby20"
SHELL="/bin/bash"
SHLVL="1"
SUDO_COMMAND="/usr/bin/crossdev -t mips64-unknown-linux-gnu"
SUDO_GID="1000"
SUDO_UID="1000"
SUDO_USER="tnishinaga"
SYMLINK_LIB="yes"
TERM="screen"
UNINSTALL_IGNORE="/lib/modules/* /var/run /var/lock"
USE="X acl amd64 berkdb bindist bzip2 cli cracklib crypt cxx dri fortran gdbm gtk iconv ipv6 mmx mmxext modules multilib ncurses nls nptl openmp pam pcre qt3support readline session sse sse2 sse3 ssl ssse3 systemd tcpd udev udisks unicode zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="intel i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
USER="root"
USERLAND="GNU"
USERNAME="root"
USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_X86 CROSSCOMPILE_OPTS CURL_SSL DRACUT_MODULES DVB_CARDS ELIBC ENLIGHTENMENT_MODULES FCDSL_CARDS FFTOOLS FOO2ZJS_DEVICES FRITZCAPI_CARDS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS LIRC_DEVICES MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS"
USE_EXPAND_HIDDEN="ABI_MIPS ABI_PPC ABI_S390 CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND"
USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
USE_EXPAND_UNPREFIXED="ARCH"
USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-cygwin x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt"
USE_EXPAND_VALUES_ELIBC="AIX Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mintlib musl NetBSD OpenBSD SunOS uclibc Winnt"
USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt"
USE_EXPAND_VALUES_USERLAND="BSD GNU"
USE_ORDER="env:pkg:conf:defaults:pkginternal:repo:env.d"
VIDEO_CARDS="intel i965"
XDG_CONFIG_DIRS="/etc/xdg"
XDG_DATA_DIRS="/usr/local/share:/usr/share"
XDG_SESSION_ID="c6"
XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
WARNING: One or more repositories have missing repo_name entries:
/usr/local/portage/local-overlay/profiles/repo_name
NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.
* IMPORTANT: 15 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
Calculating dependencies .... done!
>>> Auto-cleaning packages...
>>> No outdated packages were found on your system.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment