Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 547506 Details for
Bug 666732
dev-lang/spidermonkey-60.5.2_p0-r1 - Exception: Could not detect environment shell!
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
emerge.build.log (text/x-log), 16.99 KB, created by
Alexey Korepanov
on 2018-09-21 22:20:21 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Alexey Korepanov
Created:
2018-09-21 22:20:21 UTC
Size:
16.99 KB
patch
obsolete
> * Package: dev-lang/spidermonkey-52.9.1_pre1 > * Repository: gentoo > * Maintainer: mozilla@gentoo.org > * USE: arm64 elibc_glibc kernel_linux system-icu userland_GNU > * FEATURES: distcc preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking mozjs-52.9.1pre1.tar.bz2 to /var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work >>>> Unpacking spidermonkey-52.0-patches-0.tar.xz to /var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work >>>> Source unpacked in /var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work >>>> Preparing source in /var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1 ... > * Applying patches from /var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/spidermonkey ... > * 0003-build-Fix-library-install-name-on-macOS.patch ... > [ ok ] > * 0004-build-Copy-headers-on-install-instead-of-symlinking.patch ... > [ ok ] > * 0006-Disable-MOZ_GLUE_IN_PROGRAM-in-stand-alone-builds-on.patch ... > [ ok ] > * 0009-build-Include-configure-script-be-nicer-about-option.patch ... > [ ok ] > * Applying moz38-dont-hardcode-libc-soname.patch ... > [ ok ] > * Running autoconf old-configure.in ... > [ ok ] > * Running autoconf ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1 ... > * econf: updating mozjs-52.9.1pre1/memory/jemalloc/src/build-aux/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating mozjs-52.9.1pre1/memory/jemalloc/src/build-aux/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating mozjs-52.9.1pre1/build/autoconf/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating mozjs-52.9.1pre1/build/autoconf/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating mozjs-52.9.1pre1/nsprpub/build/autoconf/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating mozjs-52.9.1pre1/nsprpub/build/autoconf/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating mozjs-52.9.1pre1/intl/icu/source/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating mozjs-52.9.1pre1/intl/icu/source/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating mozjs-52.9.1pre1/js/src/ctypes/libffi/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating mozjs-52.9.1pre1/js/src/ctypes/libffi/config.sub with /usr/share/gnuconfig/config.sub >/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/js/src/configure --prefix=/usr --build=aarch64-linux-gnu --host=aarch64-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-jemalloc --enable-readline --with-system-nspr --disable-optimize --with-intl-api --with-system-icu --disable-debug --disable-tests XARGS=/usr/bin/xargs SHELL=/bin/bash CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ LD=aarch64-linux-gnu-ld AR= RANLIB= >Creating Python environment > * Unable to trace static ELF: /sbin/ldconfig: /sbin/ldconfig -p >New python executable in /var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/jsobj/_virtualenv/bin/python2.7 >Also creating executable in /var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/jsobj/_virtualenv/bin/python >Installing setuptools, pip, wheel...done. >running build_ext >building 'psutil._psutil_linux' extension >creating build >creating build/temp.linux-aarch64-2.7 >creating build/temp.linux-aarch64-2.7/psutil >aarch64-linux-gnu-gcc -pthread -fPIC -DPSUTIL_VERSION=311 -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-aarch64-2.7/psutil/_psutil_linux.o >creating build/lib.linux-aarch64-2.7 >creating build/lib.linux-aarch64-2.7/psutil >aarch64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. build/temp.linux-aarch64-2.7/psutil/_psutil_linux.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/psutil/_psutil_linux.so >building 'psutil._psutil_posix' extension >aarch64-linux-gnu-gcc -pthread -fPIC -I/usr/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.linux-aarch64-2.7/psutil/_psutil_posix.o >aarch64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. build/temp.linux-aarch64-2.7/psutil/_psutil_posix.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/psutil/_psutil_posix.so >copying build/lib.linux-aarch64-2.7/psutil/_psutil_linux.so -> psutil >copying build/lib.linux-aarch64-2.7/psutil/_psutil_posix.so -> psutil > >Reexecuting in the virtualenv > * Unable to trace static ELF: /sbin/ldconfig: /sbin/ldconfig -p >checking for a shell... /bin/sh >checking for host system type... aarch64-unknown-linux-gnu >checking for target system type... aarch64-unknown-linux-gnu >checking for the Android toolchain directory... not found >Ignoring --build : Unknown option >Ignoring --mandir : Unknown option >Ignoring --infodir : Unknown option >Ignoring --sysconfdir : Unknown option >Ignoring --localstatedir : Unknown option >Ignoring SHELL : Unknown option >Ignoring AR : Unknown option >Ignoring RANLIB : Unknown option >checking whether cross compiling... no >checking for pkg_config... /usr/bin/pkg-config >checking for pkg-config version... 0.29.2 >checking for yasm... /usr/bin/yasm >checking yasm version... 1.3.0 >checking for android platform directory... no >checking for the target C compiler... /usr/lib64/distcc/bin/aarch64-linux-gnu-gcc >checking whether the target C compiler can be used... yes >checking the target C compiler version... 8.2.0 >checking the target C compiler works... yes >checking for the target C++ compiler... /usr/lib64/distcc/bin/aarch64-linux-gnu-g++ >checking whether the target C++ compiler can be used... yes >checking the target C++ compiler version... 8.2.0 >checking the target C++ compiler works... yes >checking for the host C compiler... /usr/lib64/distcc/bin/aarch64-linux-gnu-gcc >checking whether the host C compiler can be used... yes >checking the host C compiler version... 8.2.0 >checking the host C compiler works... yes >checking for the host C++ compiler... /usr/lib64/distcc/bin/aarch64-linux-gnu-g++ >checking whether the host C++ compiler can be used... yes >checking the host C++ compiler version... 8.2.0 >checking the host C++ compiler works... yes >checking for 64-bit OS... yes >checking for link... /usr/bin/aarch64-linux-gnu-ld >checking for stdint.h... yes >checking for inttypes.h... yes >checking for malloc.h... yes >checking for alloca.h... yes >checking for sys/byteorder.h... no >checking for getopt.h... yes >checking for unistd.h... yes >checking for nl_types.h... yes >checking for cpuid.h... no >checking for sys/statvfs.h... yes >checking for sys/statfs.h... yes >checking for sys/vfs.h... yes >checking for sys/mount.h... yes >checking for sys/quota.h... yes >checking for linux/quota.h... yes >checking for linux/if_addr.h... yes >checking for linux/rtnetlink.h... yes >checking for sys/queue.h... yes >checking for sys/types.h... yes >checking for netinet/in.h... yes >checking for byteswap.h... yes >checking for linux/perf_event.h... yes >checking for perf_event_open system call... yes >checking whether the C compiler supports -Wclass-varargs... no >checking whether the C++ compiler supports -Wclass-varargs... no >checking whether the C compiler supports -Wloop-analysis... no >checking whether the C++ compiler supports -Wloop-analysis... no >checking whether the C++ compiler supports -Wc++11-compat-pedantic... no >checking whether the C++ compiler supports -Wc++14-compat... yes >checking whether the C++ compiler supports -Wc++14-compat-pedantic... no >checking whether the C++ compiler supports -Wc++1z-compat... yes >checking whether the C++ compiler supports -Wimplicit-fallthrough... yes >checking whether the C compiler supports -Wstring-conversion... no >checking whether the C++ compiler supports -Wstring-conversion... no >checking whether the C compiler supports -Wthread-safety... no >checking whether the C++ compiler supports -Wthread-safety... no >checking whether the C++ compiler supports -Wno-inline-new-delete... no >checking whether the C compiler supports -Wno-error=maybe-uninitialized... yes >checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... yes >checking whether the C compiler supports -Wno-error=deprecated-declarations... yes >checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes >checking whether the C compiler supports -Wno-error=array-bounds... yes >checking whether the C++ compiler supports -Wno-error=array-bounds... yes >checking for awk... /usr/bin/gawk >checking for perl... /usr/bin/perl >checking for minimum required perl version >= 5.006... 5.026002 >checking for full perl installation... yes >checking for gmake... /usr/bin/gmake >checking for doxygen... not found >checking for xargs... /usr/bin/xargs >checking for rpmbuild... not found >checking for autoconf... /usr/bin/autoconf-2.13 >Refreshing /var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/js/src/old-configure with /usr/bin/autoconf-2.13 >creating cache ./config.cache >checking host system type... aarch64-unknown-linux-gnu >checking target system type... aarch64-unknown-linux-gnu >checking build system type... aarch64-unknown-linux-gnu >checking for gcc... /usr/lib64/distcc/bin/aarch64-linux-gnu-gcc -std=gnu99 >checking whether the C compiler (/usr/lib64/distcc/bin/aarch64-linux-gnu-gcc -std=gnu99 -O2 -pipe -march=armv8-a+crypto+crc -mtune=cortex-a53 -Wl,-O1 -Wl,--as-needed) works... yes >checking whether the C compiler (/usr/lib64/distcc/bin/aarch64-linux-gnu-gcc -std=gnu99 -O2 -pipe -march=armv8-a+crypto+crc -mtune=cortex-a53 -Wl,-O1 -Wl,--as-needed) is a cross-compiler... no >checking whether we are using GNU C... yes >checking whether /usr/lib64/distcc/bin/aarch64-linux-gnu-gcc -std=gnu99 accepts -g... yes >checking for c++... /usr/lib64/distcc/bin/aarch64-linux-gnu-g++ -std=gnu++11 >checking whether the C++ compiler (/usr/lib64/distcc/bin/aarch64-linux-gnu-g++ -std=gnu++11 -O2 -pipe -march=armv8-a+crypto+crc -mtune=cortex-a53 -Wl,-O1 -Wl,--as-needed) works... yes >checking whether the C++ compiler (/usr/lib64/distcc/bin/aarch64-linux-gnu-g++ -std=gnu++11 -O2 -pipe -march=armv8-a+crypto+crc -mtune=cortex-a53 -Wl,-O1 -Wl,--as-needed) is a cross-compiler... no >checking whether we are using GNU C++... yes >checking whether /usr/lib64/distcc/bin/aarch64-linux-gnu-g++ -std=gnu++11 accepts -g... yes >checking for ranlib... ranlib >checking for as... /usr/bin/as >checking for ar... ar >checking for ld... aarch64-linux-gnu-ld >checking for strip... strip >checking for windres... no >checking for sb-conf... no >checking for ve... no >checking for X... libraries , headers >checking for dnet_ntoa in -ldnet... no >checking for dnet_ntoa in -ldnet_stub... no >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes > * Unable to trace static ELF: /sbin/ldconfig: /sbin/ldconfig -p > * Unable to trace static ELF: /sbin/ldconfig: /sbin/ldconfig -p > * Unable to trace static ELF: /sbin/ldconfig: /sbin/ldconfig -p >checking for --noexecstack option to as... yes >checking for -z noexecstack option to ld... yes >checking for -z text option to ld... yes >checking for --build-id option to ld... yes >checking for working const... yes >checking for mode_t... yes >checking for off_t... yes >checking for pid_t... yes >checking for size_t... yes >checking for ssize_t... yes >checking whether 64-bits std::atomic requires -latomic... no >checking for dirent.h that defines DIR... yes >checking for opendir in -ldir... no >checking for gethostbyname_r in -lc_r... no >checking for library containing dlopen... -ldl >checking for dlfcn.h... yes >checking for socket in -lsocket... no >checking for pthread_create in -lpthreads... no >checking for pthread_create in -lpthread... yes >checking whether /usr/lib64/distcc/bin/aarch64-linux-gnu-gcc -std=gnu99 accepts -pthread... yes >checking whether /usr/lib64/distcc/bin/aarch64-linux-gnu-gcc -std=gnu99 needs -traditional... no >checking for 8-bit clean memcmp... yes >checking for getc_unlocked... yes >checking for _getc_nolock... no >checking for gmtime_r... yes >checking for localtime_r... yes >checking for pthread_getname_np... yes >checking for clock_gettime(CLOCK_MONOTONIC)... >checking for sin in -lm... yes >checking for sincos in -lm... yes >checking for __sincos in -lm... no >checking for wcrtomb... yes >checking for mbrtowc... yes >checking for res_ninit()... yes >checking for nl_langinfo and CODESET... yes >checking for an implementation of va_copy()... yes >checking whether va_list can be copied by value... yes >checking whether the C++ "using" keyword resolves ambiguity... yes >checking for C++ dynamic_cast to void*... yes >checking for __thread keyword for TLS variables... yes >checking for __attribute__((always_inline))... yes >checking for LC_MESSAGES... yes >checking for localeconv... yes >checking NSPR selection... system >checking for nspr-config... /usr/bin/nspr-config >checking for NSPR - version >= 4.9.2... yes >checking for gzread in -lz... yes >checking for __cxa_demangle... yes >checking for -pipe support... yes >checking whether C compiler supports -fprofile-generate... yes >checking for tm_zone tm_gmtoff in struct tm... yes >checking what kind of list files are supported by the linker... linkerscript >checking what kind of ordering can be done with the linker... section-ordering-file >checking for readline in -lreadline... yes >checking for icu-i18n >= 58.1... yes >checking MOZ_ICU_CFLAGS... >checking MOZ_ICU_LIBS... -licui18n -licuuc -licudata >checking for posix_fadvise... yes >checking for posix_fallocate... yes >checking for malloc.h... yes >checking for strndup... yes >checking for posix_memalign... yes >checking for memalign... yes >checking for malloc_usable_size... yes >checking whether malloc_usable_size definition can use const argument... no >checking for valloc in malloc.h... yes >checking for valloc in unistd.h... no >checking for setlocale... yes >checking for localeconv... (cached) yes >updating cache ./config.cache >creating ./config.data > * Unable to trace static ELF: /sbin/ldconfig: /sbin/ldconfig -p >Creating config.status >Traceback (most recent call last): > File "/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/js/src/../../configure.py", line 107, in <module> > sys.exit(main(sys.argv)) > File "/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/js/src/../../configure.py", line 31, in main > return config_status(config) > File "/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/js/src/../../configure.py", line 92, in config_status > from mozbuild.config_status import config_status > File "/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/build/mach_bootstrap.py", line 370, in __call__ > module = self._original_import(name, globals, locals, fromlist, level) > File "/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/python/mozbuild/mozbuild/config_status.py", line 21, in <module> > from mozbuild.base import MachCommandConditions > File "/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/build/mach_bootstrap.py", line 370, in __call__ > module = self._original_import(name, globals, locals, fromlist, level) > File "/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/python/mozbuild/mozbuild/base.py", line 17, in <module> > from mach.mixin.process import ProcessExecutionMixin > File "/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/build/mach_bootstrap.py", line 370, in __call__ > module = self._original_import(name, globals, locals, fromlist, level) > File "/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/python/mach/mach/mixin/process.py", line 29, in <module> > raise Exception('Could not detect environment shell!') >Exception: Could not detect environment shell! > >!!! Please attach the following file when seeking support: >!!! /var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/jsobj/config.log > * ERROR: dev-lang/spidermonkey-52.9.1_pre1::gentoo failed (configure phase): > * econf failed > * > * Call stack: > * ebuild.sh, line 124: Called src_configure > * environment, line 4000: Called econf '--enable-jemalloc' '--enable-readline' '--with-system-nspr' '--disable-optimize' '--with-intl-api' '--with-system-icu' '--disable-debug' '--disable-tests' 'XARGS=/usr/bin/xargs' 'SHELL=/bin/bash' 'CC=aarch64-linux-gnu-gcc' 'CXX=aarch64-linux-gnu-g++' 'LD=aarch64-linux-gnu-ld' 'AR=' 'RANLIB=' > * phase-helpers.sh, line 718: Called __helpers_die 'econf failed' > * isolated-functions.sh, line 121: Called die > * The specific snippet of code: > * die "$@" > * > * If you need support, post the output of `emerge --info '=dev-lang/spidermonkey-52.9.1_pre1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-lang/spidermonkey-52.9.1_pre1::gentoo'`. > * The complete build log is located at '/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1/jsobj' > * S: '/var/tmp/portage/dev-lang/spidermonkey-52.9.1_pre1/work/mozjs-52.9.1pre1'
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 666732
: 547506 |
547508
|
547510