Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 847332 Details for
Bug 889844
dev-libs/libsecp256k1-0.2.0 fails to build with #error configuration mismatch, invalid ECMULT_WINDOW_SIZE. Try deleting precomputed_ecmult.c before the build.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 13.51 KB, created by
Andrei Slavoiu
on 2023-01-05 15:53:37 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Andrei Slavoiu
Created:
2023-01-05 15:53:37 UTC
Size:
13.51 KB
patch
obsolete
>[32m * [39;49;00mPackage: dev-libs/libsecp256k1-0.2.0:0/1 >[32m * [39;49;00mRepository: gentoo >[32m * [39;49;00mMaintainer: luke-jr+gentoobugs@utopios.org proxy-maint@gentoo.org >[32m * [39;49;00mUSE: abi_x86_64 amd64 asm elibc_glibc extrakeys kernel_linux precompute-ecmult recovery schnorr userland_GNU valgrind >[32m * [39;49;00mFEATURES: ccache compressdebug installsources network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>>> Unpacking source... >>>> Unpacking libsecp256k1-0.2.0.tar.gz to /var/tmp/portage/dev-libs/libsecp256k1-0.2.0/work >>>> Source unpacked in /var/tmp/portage/dev-libs/libsecp256k1-0.2.0/work >>>> Preparing source in /var/tmp/portage/dev-libs/libsecp256k1-0.2.0/work/secp256k1-0.2.0 ... > [32m*[0m Running eautoreconf in '/var/tmp/portage/dev-libs/libsecp256k1-0.2.0/work/secp256k1-0.2.0' ... > [32m*[0m Running 'libtoolize --install --copy --force --automake' ... >[A[307C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Running 'aclocal -I build-aux/m4 --system-acdir=/var/tmp/portage/dev-libs/libsecp256k1-0.2.0/temp/aclocal' ... >[A[307C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Running 'autoconf --force' ... >[A[307C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Running 'autoheader' ... >[A[307C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Running 'automake --add-missing --copy --foreign --force-missing' ... >[A[307C [34;01m[ [32;01mok[34;01m ][0m > (B[m[1m[32m*(B[m Running elibtoolize in: secp256k1-0.2.0/ > (B[m[1m[32m*(B[m Running elibtoolize in: secp256k1-0.2.0/build-aux/ > (B[m[1m[32m*(B[m Applying portage/1.2.0 patch ... > (B[m[1m[32m*(B[m Applying sed/1.5.6 patch ... > (B[m[1m[32m*(B[m Applying as-needed/2.4.3 patch ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-libs/libsecp256k1-0.2.0/work/secp256k1-0.2.0 ... > * econf: updating secp256k1-0.2.0/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating secp256k1-0.2.0/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating secp256k1-0.2.0/build-aux/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating secp256k1-0.2.0/build-aux/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=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/libsecp256k1-0.2.0 --htmldir=/usr/share/doc/libsecp256k1-0.2.0/html --with-sysroot=/ --libdir=/usr/lib64 --disable-benchmark --disable-experimental --disable-tests --disable-exhaustive-tests --disable-module-ecdh --enable-module-extrakeys --with-asm=auto --enable-module-recovery --enable-module-schnorrsig --with-ecmult-window=24 --with-ecmult-gen-precision=8 --with-valgrind >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for a BSD-compatible install... /usr/lib/portage/python3.10/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 whether make supports nested variables... (cached) yes >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 dependency style of x86_64-pc-linux-gnu-gcc... none >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking the archiver (x86_64-pc-linux-gnu-ar) interface... ar >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/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/x86_64-pc-linux-gnu-nm -B >checking the name lister (/usr/bin/x86_64-pc-linux-gnu-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-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/x86_64-pc-linux-gnu/bin/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... x86_64-pc-linux-gnu-dlltool >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 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 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/x86_64-pc-linux-gnu/bin/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 if x86_64-pc-linux-gnu-gcc supports -Werror=unknown-warning-option... no >checking if x86_64-pc-linux-gnu-gcc supports -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef... yes >checking if x86_64-pc-linux-gnu-gcc supports -Wno-overlength-strings... yes >checking if x86_64-pc-linux-gnu-gcc supports -Wall... yes >checking if x86_64-pc-linux-gnu-gcc supports -Wno-unused-function... yes >checking if x86_64-pc-linux-gnu-gcc supports -Wextra... yes >checking if x86_64-pc-linux-gnu-gcc supports -Wcast-align... yes >checking if x86_64-pc-linux-gnu-gcc supports -Wcast-align=strict... yes >checking if x86_64-pc-linux-gnu-gcc supports -Wconditional-uninitialized... no >checking if x86_64-pc-linux-gnu-gcc supports -fvisibility=hidden... yes >checking for valgrind support... yes >checking for x86_64 assembly availability... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating libsecp256k1.pc >config.status: creating src/libsecp256k1-config.h >config.status: executing depfiles commands >config.status: executing libtool commands > >Build Options: > with external callbacks = no > with benchmarks = no > with tests = no > with coverage = no > with examples = no > module ecdh = no > module recovery = yes > module extrakeys = yes > module schnorrsig = yes > > asm = x86_64 > ecmult window size = 24 > ecmult gen prec. bits = 8 > > valgrind = yes > CC = x86_64-pc-linux-gnu-gcc > CPPFLAGS = > SECP_CFLAGS = -O2 -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wno-overlength-strings -Wall -Wno-unused-function -Wextra -Wcast-align -Wcast-align=strict -fvisibility=hidden > CFLAGS = -march=native -ggdb3 -O2 -pipe -fdiagnostics-color > LDFLAGS = -Wl,-O1 -Wl,--as-needed -Wl,-z,now >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-libs/libsecp256k1-0.2.0/work/secp256k1-0.2.0 ... >make -j8 -l16 >make all-am >make[1]: Entering directory '/var/tmp/portage/dev-libs/libsecp256k1-0.2.0/work/secp256k1-0.2.0' >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DVALGRIND -O2 -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wno-overlength-strings -Wall -Wno-unused-function -Wextra -Wcast-align -Wcast-align=strict -fvisibility=hidden -march=native -ggdb3 -O2 -pipe -fdiagnostics-color -c -o src/libsecp256k1_la-secp256k1.lo `test -f 'src/secp256k1.c' || echo './'`src/secp256k1.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -O2 -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wno-overlength-strings -Wall -Wno-unused-function -Wextra -Wcast-align -Wcast-align=strict -fvisibility=hidden -march=native -ggdb3 -O2 -pipe -fdiagnostics-color -c -o src/libsecp256k1_precomputed_la-precomputed_ecmult.lo `test -f 'src/precomputed_ecmult.c' || echo './'`src/precomputed_ecmult.c >/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -O2 -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wno-overlength-strings -Wall -Wno-unused-function -Wextra -Wcast-align -Wcast-align=strict -fvisibility=hidden -march=native -ggdb3 -O2 -pipe -fdiagnostics-color -c -o src/libsecp256k1_precomputed_la-precomputed_ecmult_gen.lo `test -f 'src/precomputed_ecmult_gen.c' || echo './'`src/precomputed_ecmult_gen.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -O2 -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wno-overlength-strings -Wall -Wno-unused-function -Wextra -Wcast-align -Wcast-align=strict -fvisibility=hidden -march=native -ggdb3 -O2 -pipe -fdiagnostics-color -c src/precomputed_ecmult.c -fPIC -DPIC -o src/.libs/libsecp256k1_precomputed_la-precomputed_ecmult.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -O2 -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wno-overlength-strings -Wall -Wno-unused-function -Wextra -Wcast-align -Wcast-align=strict -fvisibility=hidden -march=native -ggdb3 -O2 -pipe -fdiagnostics-color -c src/precomputed_ecmult_gen.c -fPIC -DPIC -o src/.libs/libsecp256k1_precomputed_la-precomputed_ecmult_gen.o >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -DVALGRIND -O2 -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wno-overlength-strings -Wall -Wno-unused-function -Wextra -Wcast-align -Wcast-align=strict -fvisibility=hidden -march=native -ggdb3 -O2 -pipe -fdiagnostics-color -c src/secp256k1.c -fPIC -DPIC -o src/.libs/libsecp256k1_la-secp256k1.o >[01m[Ksrc/precomputed_ecmult.c:14:5:[m[K [01;31m[Kerror: [m[K#error configuration mismatch, invalid ECMULT_WINDOW_SIZE. Try deleting precomputed_ecmult.c before the build. > 14 | #[01;31m[Kerror[m[K configuration mismatch, invalid ECMULT_WINDOW_SIZE. Try deleting precomputed_ecmult.c before the build. > | [01;31m[K^~~~~[m[K >make[1]: *** [Makefile:1170: src/libsecp256k1_precomputed_la-precomputed_ecmult.lo] Error 1 >make[1]: Leaving directory '/var/tmp/portage/dev-libs/libsecp256k1-0.2.0/work/secp256k1-0.2.0' >make: *** [Makefile:891: all] Error 2 > [31;01m*[0m ERROR: dev-libs/libsecp256k1-0.2.0::gentoo failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-libs/libsecp256k1-0.2.0::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-libs/libsecp256k1-0.2.0::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-libs/libsecp256k1-0.2.0/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-libs/libsecp256k1-0.2.0/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-libs/libsecp256k1-0.2.0/work/secp256k1-0.2.0' > [31;01m*[0m S: '/var/tmp/portage/dev-libs/libsecp256k1-0.2.0/work/secp256k1-0.2.0'
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 889844
: 847332 |
847334