Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 455220 Details for
Bug 601780
dev-python/pynacl-1.0.1 : make[3]: *** [Makefile:2113: crypto_auth/libsodium_la-crypto_auth.lo] Error 132
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:pynacl-1.0.1:20161206-033311.log
dev-python:pynacl-1.0.1:20161206-033311.log (text/plain), 21.58 KB, created by
Toralf Förster
on 2016-12-06 08:06:02 UTC
(
hide
)
Description:
dev-python:pynacl-1.0.1:20161206-033311.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-12-06 08:06:02 UTC
Size:
21.58 KB
patch
obsolete
> * Package: dev-python/pynacl-1.0.1 > * Repository: gentoo > * Maintainer: dolsen@gentoo.org klausman@gentoo.org,python@gentoo.org > * Upstream: cryptography-dev@python.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_4 userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking pynacl-1.0.1.tar.gz to /var/tmp/portage/dev-python/pynacl-1.0.1/work >>>> Source unpacked in /var/tmp/portage/dev-python/pynacl-1.0.1/work >>>> Preparing source in /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1 ... > * python2_7: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python2.7 setup.py build >running build >running build_py >creating /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl >copying src/nacl/utils.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl >copying src/nacl/signing.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl >copying src/nacl/secret.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl >copying src/nacl/public.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl >copying src/nacl/hash.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl >copying src/nacl/exceptions.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl >copying src/nacl/encoding.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl >copying src/nacl/__init__.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl >creating /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl/bindings >copying src/nacl/bindings/sodium_core.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl/bindings >copying src/nacl/bindings/randombytes.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl/bindings >copying src/nacl/bindings/crypto_sign.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl/bindings >copying src/nacl/bindings/crypto_secretbox.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl/bindings >copying src/nacl/bindings/crypto_scalarmult.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl/bindings >copying src/nacl/bindings/crypto_hash.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl/bindings >copying src/nacl/bindings/crypto_box.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl/bindings >copying src/nacl/bindings/__init__.py -> /var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/lib/nacl/bindings >warning: build_py: byte-compiling is disabled, skipping. > >running build_clib >checking build system type... x86_64-unknown-linux-gnu >checking host system type... x86_64-unknown-linux-gnu >checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking whether UID '250' is supported by ustar format... yes >checking whether GID '250' is supported by ustar format... yes >checking how to create a ustar tar archive... gnutar >checking whether make supports nested variables... (cached) yes >checking whether to enable maintainer-specific portions of Makefiles... no >checking for style of include used by make... GNU >checking for gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >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 x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... none needed >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether it is safe to define __EXTENSIONS__... yes >checking for __native_client__ defined... no >checking for _FORTIFY_SOURCE defined... yes >checking whether C compiler accepts -fvisibility=hidden... yes >checking whether C compiler accepts -fPIC... yes >checking whether the linker accepts -fPIC... yes >checking whether C compiler accepts -fPIE... yes >checking whether the linker accepts -fPIE... yes >checking whether the linker accepts -pie... yes >checking whether C compiler accepts -fno-strict-aliasing... yes >checking whether C compiler accepts -fno-strict-overflow... yes >checking whether C compiler accepts -fstack-protector... yes >checking whether the linker accepts -fstack-protector... yes >checking whether C compiler accepts -Winit-self... yes >checking whether C compiler accepts -Wwrite-strings... yes >checking whether C compiler accepts -Wdiv-by-zero... yes >checking whether C compiler accepts -Wsometimes-uninitialized... no >checking whether C compiler accepts -Wall... yes >checking whether C compiler accepts -Wall -Wextra... yes >checking for clang... no >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum... yes >checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no >checking whether the linker accepts -Wl,-z,relro... yes >checking whether the linker accepts -Wl,-z,now... yes >checking whether the linker accepts -Wl,-z,noexecstack... yes >checking how to print strings... printf >checking for a sed that does not truncate output... /bin/sed >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >checking the name lister (/usr/bin/nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop >checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking for objdump... objdump >checking how to recognize dependent libraries... pass_all >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for archiver @FILE support... @ >checking for strip... strip >checking for ranlib... ranlib >checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok >checking for sysroot... no >checking for a working dd... /bin/dd >checking how to truncate binary pipes... /bin/dd bs=4096 count=1 >checking for mt... no >checking if : is a manifest tool... no >checking for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc static flag -static works... no >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... no >checking whether to build static libraries... yes >checking for ar... x86_64-pc-linux-gnu-ar >checking for MMX instructions set... checking whether C compiler accepts -mmmx... yes >yes >checking whether C compiler accepts -mmmx... (cached) yes >checking for SSE2 instructions set... checking whether C compiler accepts -msse2... yes >yes >checking whether C compiler accepts -msse2... (cached) yes >checking whether C compiler accepts -msse3... yes >checking for SSE3 instructions set... yes >checking whether C compiler accepts -msse3... (cached) yes >checking whether C compiler accepts -mssse3... yes >checking for SSSE3 instructions set... yes >checking whether C compiler accepts -mssse3... (cached) yes >checking whether C compiler accepts -msse4.1... yes >checking for SSE4.1 instructions set... yes >checking whether C compiler accepts -msse4.1... (cached) yes >checking whether C compiler accepts -mavx... yes >checking for AVX instructions set... yes >checking whether C compiler accepts -mavx... (cached) yes >checking whether C compiler accepts -maes... yes >checking whether C compiler accepts -mpclmul... yes >checking for AESNI instructions set and PCLMULQDQ... yes >checking whether C compiler accepts -maes... (cached) yes >checking whether C compiler accepts -mpclmul... (cached) yes >checking sys/mman.h usability... yes >checking sys/mman.h presence... yes >checking for sys/mman.h... yes >checking for inline... inline >checking whether byte ordering is bigendian... no >checking whether __STDC_LIMIT_MACROS is required... no >checking whether we can use x86_64 asm code... yes >checking whether we can assemble AVX opcodes... yes >checking for 128-bit arithmetic... yes >checking for cpuid instruction... yes >checking if weak symbols are supported... yes >checking if data alignment is required... no >checking for arc4random... no >checking for arc4random_buf... no >checking for mmap... yes >checking for mlock... yes >checking for madvise... yes >checking for mprotect... yes >checking for explicit_bzero... no >checking for posix_memalign... yes >checking for getpid... yes >checking if gcc/ld supports -Wl,--output-def... not needed, shared libraries are disabled >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating dist-build/Makefile >config.status: creating libsodium.pc >config.status: creating libsodium-uninstalled.pc >config.status: creating msvc-scripts/Makefile >config.status: creating src/Makefile >config.status: creating src/libsodium/Makefile >config.status: creating src/libsodium/include/Makefile >config.status: creating src/libsodium/include/sodium/version.h >config.status: creating test/default/Makefile >config.status: creating test/Makefile >config.status: executing depfiles commands >config.status: executing libtool commands >Making all in dist-build >make[1]: Entering directory '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/temp.linux-x86_64-2.7/dist-build' >make[1]: Nothing to be done for 'all'. >make[1]: Leaving directory '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/temp.linux-x86_64-2.7/dist-build' >Making all in msvc-scripts >make[1]: Entering directory '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/temp.linux-x86_64-2.7/msvc-scripts' >make[1]: Nothing to be done for 'all'. >make[1]: Leaving directory '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/temp.linux-x86_64-2.7/msvc-scripts' >Making all in src >make[1]: Entering directory '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/temp.linux-x86_64-2.7/src' >Making all in libsodium >make[2]: Entering directory '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/temp.linux-x86_64-2.7/src/libsodium' >Making all in include >make[3]: Entering directory '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/temp.linux-x86_64-2.7/src/libsodium/include' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/temp.linux-x86_64-2.7/src/libsodium/include' >make[3]: Entering directory '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/temp.linux-x86_64-2.7/src/libsodium' > CC crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo > CC crypto_auth/libsodium_la-crypto_auth.lo >/bin/sh: line 1: 18279 Illegal instruction /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.8\" -DPACKAGE_STRING=\"libsodium\ 1.0.8\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SMMINTRIN_H=1 -DHAVE_AVXINTRIN_H=1 -DHAVE_WMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_AVX_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DHAVE_WEAK_SYMBOLS=1 -DCPU_UNALIGNED_ACCESS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_GETPID=1 -I. -I/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1/src/libsodium/src/libsodium -I/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1/src/libsodium/src/libsodium/include/sodium -I./include/sodium -march=native -O2 -pipe -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self -Wwrite-strings -Wdiv-by-zero -c -o crypto_auth/libsodium_la-crypto_auth.lo `test -f 'crypto_auth/crypto_auth.c' || echo '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1/src/libsodium/src/libsodium/'`crypto_auth/crypto_auth.c >make[3]: *** [Makefile:2113: crypto_auth/libsodium_la-crypto_auth.lo] Error 132 >make[3]: Leaving directory '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/temp.linux-x86_64-2.7/src/libsodium' >make[2]: *** [Makefile:2967: all-recursive] Error 1 >make[2]: Leaving directory '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/temp.linux-x86_64-2.7/src/libsodium' >make[1]: *** [Makefile:377: all-recursive] Error 1 >make[1]: Leaving directory '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1-python2_7/temp.linux-x86_64-2.7/src' >make: *** [Makefile:491: all-recursive] Error 1 >Traceback (most recent call last): > File "setup.py", line 259, in <module> > "Programming Language :: Python :: 3.5", > File "/usr/lib64/python2.7/distutils/core.py", line 151, in setup > dist.run_commands() > File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands > self.run_command(cmd) > File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command > cmd_obj.run() > File "/usr/lib64/python2.7/distutils/command/build.py", line 127, in run > self.run_command(cmd_name) > File "/usr/lib64/python2.7/distutils/cmd.py", line 326, in run_command > self.distribution.run_command(command) > File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command > cmd_obj.run() > File "setup.py", line 190, in run > subprocess.check_call(["make"], cwd=build_temp) > File "/usr/lib64/python2.7/subprocess.py", line 541, in check_call > raise CalledProcessError(retcode, cmd) >subprocess.CalledProcessError: Command '['make']' returned non-zero exit status 2 > * ERROR: dev-python/pynacl-1.0.1::gentoo failed (compile phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 115: Called src_compile > * environment, line 2607: Called distutils-r1_src_compile > * environment, line 772: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' > * environment, line 331: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 2146: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 1454: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 1452: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 522: Called distutils-r1_run_phase 'distutils-r1_python_compile' > * environment, line 763: Called distutils-r1_python_compile > * environment, line 638: Called esetup.py 'build' > * environment, line 1017: Called die > * The specific snippet of code: > * "${@}" || die "${die_args[@]}"; > * > * If you need support, post the output of `emerge --info '=dev-python/pynacl-1.0.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/pynacl-1.0.1::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:pynacl-1.0.1:20161206-033311.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pynacl-1.0.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/pynacl-1.0.1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1' > * S: '/var/tmp/portage/dev-python/pynacl-1.0.1/work/PyNaCl-1.0.1'
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 601780
: 455220 |
455222
|
455224
|
455226