Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 864173 Details for
Bug 908803
sys-libs/libxcrypt-4.4.34 - configure: error: bad value all for --enable-hashes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-libs:libxcrypt-4.4.34:20230618-202842.log
sys-libs:libxcrypt-4.4.34:20230618-202842.log (text/plain), 13.09 KB, created by
Toralf Förster
on 2023-06-18 20:35:33 UTC
(
hide
)
Description:
sys-libs:libxcrypt-4.4.34:20230618-202842.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2023-06-18 20:35:33 UTC
Size:
13.09 KB
patch
obsolete
> * Package: sys-libs/libxcrypt-4.4.34:0/1 > * Repository: gentoo > * Maintainer: toolchain@gentoo.org > * USE: abi_x86_64 amd64 compat elibc_glibc kernel_linux split-usr system > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking libxcrypt-4.4.34-autotools.tar.xz to /var/tmp/portage/sys-libs/libxcrypt-4.4.34/work >>>> Source unpacked in /var/tmp/portage/sys-libs/libxcrypt-4.4.34/work >>>> Preparing source in /var/tmp/portage/sys-libs/libxcrypt-4.4.34/work/libxcrypt-4.4.34 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-libs/libxcrypt-4.4.34/work/libxcrypt-4.4.34 ... > * xcrypt_compat: running multilib-minimal_src_configure > * abi_x86_64.amd64: running multilib-minimal_abi_src_configure > * econf: updating libxcrypt-4.4.34/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating libxcrypt-4.4.34/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating libxcrypt-4.4.34/build-aux/m4-autogen/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating libxcrypt-4.4.34/build-aux/m4-autogen/config.guess with /usr/share/gnuconfig/config.guess >/var/tmp/portage/sys-libs/libxcrypt-4.4.34/work/libxcrypt-4.4.34/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/libxcrypt-4.4.34 --htmldir=/usr/share/doc/libxcrypt-4.4.34/html --with-sysroot=/ --host=x86_64-pc-linux-gnu --disable-werror --libdir=//lib64/ --with-pkgconfigdir=/usr/lib64/pkgconfig --includedir=/usr/include/ --mandir=/usr/share/man --disable-static --disable-xcrypt-compat-files --enable-obsolete-api=yes >configure: WARNING: you should use --build, --host, --target >checking for a BSD-compatible install... /var/tmp/portage/._portage_reinstall_.bncvibsm/bin/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a race-free mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for x86_64-pc-linux-gnu-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 the compiler supports GNU C... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking whether make supports the include directive... yes (GNU style) >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking pkg-config is at least version 0.9.0... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking whether make sets $(MAKE)... (cached) yes >checking whether ln -s works... yes >checking for perl... /usr/bin/perl >checking whether /usr/bin/perl is version 5.14.0 or later... yes >checking for gpg2... /usr/bin/gpg2 >checking for sha256sum... /usr/bin/sha256sum >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.h... yes >checking for unistd.h... yes >checking for wchar.h... yes >checking for minix/config.h... no >checking for fcntl.h... yes >checking for stdbool.h... yes >checking for ucontext.h... yes >checking for sys/cdefs.h... yes >checking for sys/random.h... yes >checking for sys/syscall.h... yes >checking for valgrind/valgrind.h... no >checking for endian.h... yes >checking for sys/endian.h... no >checking for sys/param.h... yes >checking whether it is safe to define __EXTENSIONS__... yes >checking whether _XOPEN_SOURCE should be defined... no >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... no >checking whether C compiler accepts -Werror=unknown-warning-option... no >checking whether C compiler accepts -Wall... yes >checking whether C compiler accepts -Wextra... yes >checking whether C compiler accepts -Walloc-zero... yes >checking whether C compiler accepts -Walloca... yes >checking whether C compiler accepts -Wbad-function-cast... yes >checking whether C compiler accepts -Wcast-align... yes >checking whether C compiler accepts -Wcast-qual... yes >checking whether C compiler accepts -Wconversion... yes >checking whether C compiler accepts -Wformat=2... yes >checking whether C compiler accepts -Wformat-overflow=2... yes >checking whether C compiler accepts -Wformat-signedness... yes >checking whether C compiler accepts -Wformat-truncation=1... yes >checking whether C compiler accepts -Wlogical-op... yes >checking whether C compiler accepts -Wmissing-declarations... yes >checking whether C compiler accepts -Wmissing-prototypes... yes >checking whether C compiler accepts -Wnested-externs... yes >checking whether C compiler accepts -Wnull-dereference... yes >checking whether C compiler accepts -Wold-style-definition... yes >checking whether C compiler accepts -Wpointer-arith... yes >checking whether C compiler accepts -Wrestrict... yes >checking whether C compiler accepts -Wshadow... yes >checking whether C compiler accepts -Wstrict-overflow=2... yes >checking whether C compiler accepts -Wstrict-prototypes... yes >checking whether C compiler accepts -Wundef... yes >checking whether C compiler accepts -Wvla... yes >checking whether C compiler accepts -Wwrite-strings... yes >checking whether C compiler accepts -Wpedantic... yes >checking how to print strings... printf >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/libexec/gcc/x86_64-pc-linux-gnu/ld >checking if the linker (/usr/libexec/gcc/x86_64-pc-linux-gnu/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B >checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm >checking the maximum length of command line arguments... 1572864 >checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop >checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/libexec/gcc/x86_64-pc-linux-gnu/ld option to reload object files... -r >checking for x86_64-pc-linux-gnu-file... no >checking for file... file >checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-dlltool... no >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking for archiver @FILE support... @ >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok >checking for sysroot... / >checking for a working dd... /bin/dd >checking how to truncate binary pipes... /bin/dd bs=4096 count=1 >checking for x86_64-pc-linux-gnu-mt... no >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... yes >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/libexec/gcc/x86_64-pc-linux-gnu/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >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... yes >checking whether to build static libraries... no >checking for _ prefix in compiled symbols... no >checking whether the preprocessor (x86_64-pc-linux-gnu-gcc -E) supports -dD... yes >checking whether we are compiling with ASan... no >checking whether sys/cdefs.h defines __BEGIN_DECLS and __END_DECLS... yes >checking whether sys/cdefs.h defines __THROW... yes >checking how to control data alignment... _Alignas >checking how to query data alignment... _Alignof >checking for max_align_t in stddef.h... yes >checking for byte order macros... BYTE_ORDER and xxx_ENDIAN >checking for static_assert in assert.h... yes >checking for ld --wrap... yes >checking linker version script flag... --version-script >checking if version scripts can use complex wildcards... yes >checking for __attribute__((symver))... yes >checking how to make linking fail when undefined symbols remain... -Wl,-z,defs >checking how to make linking fail when there are text relocations... -Wl,-z,text >checking how to link with read-only relocations... -Wl,-z,relro >checking how to link with immediate binding... -Wl,-z,now >checking whether C compiler accepts -fno-plt... yes >checking for arc4random_buf... yes >checking for explicit_bzero... yes >checking for explicit_memset... no >checking for getentropy... yes >checking for getrandom... yes >checking for memset_s... no >checking for open64... yes >checking for syscall... yes >checking for valgrind... no >checking for Python 3.>=6 with Passlib... not found >configure: Disabling the "regen-ka-table" target, missing Python requirements. >checking whether all ucontext.h functions are available... yes >when is deprecated at /var/tmp/portage/sys-libs/libxcrypt-4.4.34/work/libxcrypt-4.4.34/build-aux/scripts/BuildCommon.pm line 522. >Compilation failed in require at /var/tmp/portage/sys-libs/libxcrypt-4.4.34/work/libxcrypt-4.4.34/build-aux/scripts/expand-selected-hashes line 28. >BEGIN failed--compilation aborted at /var/tmp/portage/sys-libs/libxcrypt-4.4.34/work/libxcrypt-4.4.34/build-aux/scripts/expand-selected-hashes line 28. >configure: error: bad value 'all' for --enable-hashes > >!!! Please attach the following file when seeking support: >!!! /var/tmp/portage/sys-libs/libxcrypt-4.4.34/work/libxcrypt-4.4.34-xcrypt_compat-abi_x86_64.amd64/config.log > * ERROR: sys-libs/libxcrypt-4.4.34::gentoo failed (configure phase): > * econf failed > * > * Call stack: > * ebuild.sh, line 136: Called src_configure > * environment, line 3122: Called multibuild_foreach_variant 'multilib-minimal_src_configure' > * environment, line 1897: Called _multibuild_run 'multilib-minimal_src_configure' > * environment, line 1895: Called multilib-minimal_src_configure > * environment, line 1942: Called multilib_foreach_abi 'multilib-minimal_abi_src_configure' > * environment, line 2192: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' > * environment, line 1897: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' > * environment, line 1895: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure' > * environment, line 468: Called multilib-minimal_abi_src_configure > * environment, line 1936: Called multilib_src_configure > * environment, line 2435: Called econf '--host=x86_64-pc-linux-gnu' '--disable-werror' '--libdir=//lib64/' '--with-pkgconfigdir=/usr/lib64/pkgconfig' '--includedir=/usr/include/' '--mandir=/usr/share/man' '--disable-static' '--disable-xcrypt-compat-files' '--enable-obsolete-api=yes' '' > * phase-helpers.sh, line 732: Called __helpers_die 'econf failed' > * isolated-functions.sh, line 112: Called die > * The specific snippet of code: > * die "$@" > * > * If you need support, post the output of `emerge --info '=sys-libs/libxcrypt-4.4.34::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-libs/libxcrypt-4.4.34::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-libs:libxcrypt-4.4.34:20230618-202842.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-libs/libxcrypt-4.4.34/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-libs/libxcrypt-4.4.34/temp/environment'. > * Working directory: '/var/tmp/portage/sys-libs/libxcrypt-4.4.34/work/libxcrypt-4.4.34-xcrypt_compat-abi_x86_64.amd64' > * S: '/var/tmp/portage/sys-libs/libxcrypt-4.4.34/work/libxcrypt-4.4.34' >
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 908803
:
864168
|
864169
|
864170
|
864171
|
864172
| 864173 |
864174