Build of gf2x with vanilla toolchain

The build took 00h 00m 59s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
11,114 sh
9,323 ansic
3,280 makefile
1,369 cpp
151 perl
25,237 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: gf2x 1.1-2 (Wed Aug 24 12:09:57 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking how to print strings... printf
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking dependency style of gcc... gcc3
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# 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/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/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... yes
# checking for x86_64-unknown-linux-gcc... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking dependency style of gcc... (cached) gcc3
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking dependency style of g++... gcc3
# checking how to run the C++ preprocessor... g++ -E
# checking for ld used by g++... /usr/sbin/ld -m elf_x86_64
# checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking for g++ option to produce PIC... -fPIC -DPIC
# checking if g++ PIC flag -fPIC -DPIC works... yes
# checking if g++ static flag -static works... yes
# checking if g++ supports -c -o file.o... yes
# checking if g++ supports -c -o file.o... (cached) yes
# checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking warning verbosity option... -Wall -W for C++ -Wall -W for C
# checking for gcc option to accept ISO C99... none needed
# checking build system compiler gcc... yes
# checking for build system executable suffix...
# checking whether gcc and cc understand -c and -o together... yes
# checking size of unsigned long... 8
# checking whether gcc can compile and run sse-2 code... yes
# checking whether gcc can compile pclmulqdq and if it is supported by the hardware... disabled, no
# checking the number of bits in an unsigned long... 64
# configure: using ABI="default"
# configure: CC="gcc"
# configure: CFLAGS=" -msse2 -Wall -W"
# configure: CPPFLAGS=""
# configure: hwdir="x86_64"
# checking whether already_tuned/x86_64/ is right assuming 64-bits unsigned longs... yes
# configure: creating ./config.status
# config.status: creating version.sh
# config.status: creating Makefile
# config.status: creating tests/Makefile
# config.status: creating apps/Makefile
# config.status: creating src/Makefile
# config.status: creating gf2x/gf2x-config.h
# config.status: linking already_tuned/x86_64/gf2x-thresholds.h to gf2x/gf2x-thresholds.h
# config.status: linking already_tuned/x86_64/gf2x_mul1.h to gf2x/gf2x_mul1.h
# config.status: linking already_tuned/x86_64/gf2x_mul2.h to gf2x/gf2x_mul2.h
# config.status: linking already_tuned/x86_64/gf2x_mul3.h to gf2x/gf2x_mul3.h
# config.status: linking already_tuned/x86_64/gf2x_mul4.h to gf2x/gf2x_mul4.h
# config.status: linking already_tuned/x86_64/gf2x_mul5.h to gf2x/gf2x_mul5.h
# config.status: linking already_tuned/x86_64/gf2x_mul6.h to gf2x/gf2x_mul6.h
# config.status: linking already_tuned/x86_64/gf2x_mul7.h to gf2x/gf2x_mul7.h
# config.status: linking already_tuned/x86_64/gf2x_mul8.h to gf2x/gf2x_mul8.h
# config.status: linking already_tuned/x86_64/gf2x_mul9.h to gf2x/gf2x_mul9.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# Making all in .
# make[1]: Entering directory '/tmp/gf2x/src/gf2x-1.1'
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./gf2x -I. -I. -msse2 -Wall -W -MT gf2x.lo -MD -MP -MF .deps/gf2x.Tpo -c -o gf2x.lo gf2x.c
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./gf2x -I. -I. -msse2 -Wall -W -MT toom.lo -MD -MP -MF .deps/toom.Tpo -c -o toom.lo toom.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./gf2x -I. -I. -msse2 -Wall -W -MT gf2x.lo -MD -MP -MF .deps/gf2x.Tpo -c gf2x.c -fPIC -DPIC -o .libs/gf2x.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./gf2x -I. -I. -msse2 -Wall -W -MT toom.lo -MD -MP -MF .deps/toom.Tpo -c toom.c -fPIC -DPIC -o .libs/toom.o
# gf2x.c: In function 'gf2x_mul_pool_init':
# gf2x.c:82:24: warning: 'sizeof' on array function parameter 'p' will return size of 'struct gf2x_mul_pool_s *' [-Wsizeof-array-argument]
# memset(p, 0, sizeof(p));
# ^
# gf2x.c:80:41: note: declared here
# void gf2x_mul_pool_init(gf2x_mul_pool_t p)
# ^
# gf2x.c:82:24: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
# memset(p, 0, sizeof(p));
# ^
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./gf2x -I. -I. -msse2 -Wall -W -MT toom.lo -MD -MP -MF .deps/toom.Tpo -c toom.c -o toom.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./gf2x -I. -I. -msse2 -Wall -W -MT gf2x.lo -MD -MP -MF .deps/gf2x.Tpo -c gf2x.c -o gf2x.o >/dev/null 2>&1
# mv -f .deps/toom.Tpo .deps/toom.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./gf2x -I. -I. -msse2 -Wall -W -MT toom2.lo -MD -MP -MF .deps/toom2.Tpo -c -o toom2.lo toom2.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./gf2x -I. -I. -msse2 -Wall -W -MT toom2.lo -MD -MP -MF .deps/toom2.Tpo -c toom2.c -fPIC -DPIC -o .libs/toom2.o
# mv -f .deps/gf2x.Tpo .deps/gf2x.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./gf2x -I. -I. -msse2 -Wall -W -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c -o fft.lo fft.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./gf2x -I. -I. -msse2 -Wall -W -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c fft.c -fPIC -DPIC -o .libs/fft.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./gf2x -I. -I. -msse2 -Wall -W -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c fft.c -o fft.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./gf2x -I. -I. -msse2 -Wall -W -MT toom2.lo -MD -MP -MF .deps/toom2.Tpo -c toom2.c -o toom2.o >/dev/null 2>&1
# mv -f .deps/fft.Tpo .deps/fft.Plo
# mv -f .deps/toom2.Tpo .deps/toom2.Plo
# /bin/sh ./libtool --tag=CC --mode=link gcc -msse2 -Wall -W -version-info 1:0:0 -o libgf2x.la -rpath /usr/lib gf2x.lo toom.lo toom2.lo fft.lo
# libtool: link: gcc -shared -fPIC -DPIC .libs/gf2x.o .libs/toom.o .libs/toom2.o .libs/fft.o -msse2 -Wl,-soname -Wl,libgf2x.so.1 -o .libs/libgf2x.so.1.0.0
# libtool: link: (cd ".libs" && rm -f "libgf2x.so.1" && ln -s "libgf2x.so.1.0.0" "libgf2x.so.1")
# libtool: link: (cd ".libs" && rm -f "libgf2x.so" && ln -s "libgf2x.so.1.0.0" "libgf2x.so")
# libtool: link: ar cru .libs/libgf2x.a gf2x.o toom.o toom2.o fft.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgf2x.a
# libtool: link: ( cd ".libs" && rm -f "libgf2x.la" && ln -s "../libgf2x.la" "libgf2x.la" )
# make[1]: Leaving directory '/tmp/gf2x/src/gf2x-1.1'
# Making all in tests
# make[1]: Entering directory '/tmp/gf2x/src/gf2x-1.1/tests'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/gf2x/src/gf2x-1.1/tests'
# Making all in src
# make[1]: Entering directory '/tmp/gf2x/src/gf2x-1.1/src'
# sed -e s/@@SIZE@@/1/g < ./tuneup_pre.c > tuneup_1.c
# sed -e s/@@SIZE@@/1/g < ./tuning_undefs_pre.h > tuning_undefs_1.h
# sed -e s/@@SIZE@@/2/g < ./tuneup_pre.c > tuneup_2.c
# sed -e s/@@SIZE@@/2/g < ./tuning_undefs_pre.h > tuning_undefs_2.h
# sed -e s/@@SIZE@@/3/g < ./tuneup_pre.c > tuneup_3.c
# sed -e s/@@SIZE@@/3/g < ./tuning_undefs_pre.h > tuning_undefs_3.h
# sed -e s/@@SIZE@@/4/g < ./tuneup_pre.c > tuneup_4.c
# sed -e s/@@SIZE@@/4/g < ./tuning_undefs_pre.h > tuning_undefs_4.h
# sed -e s/@@SIZE@@/5/g < ./tuneup_pre.c > tuneup_5.c
# sed -e s/@@SIZE@@/5/g < ./tuning_undefs_pre.h > tuning_undefs_5.h
# sed -e s/@@SIZE@@/6/g < ./tuneup_pre.c > tuneup_6.c
# sed -e s/@@SIZE@@/6/g < ./tuning_undefs_pre.h > tuning_undefs_6.h
# sed -e s/@@SIZE@@/7/g < ./tuneup_pre.c > tuneup_7.c
# sed -e s/@@SIZE@@/7/g < ./tuning_undefs_pre.h > tuning_undefs_7.h
# sed -e s/@@SIZE@@/8/g < ./tuneup_pre.c > tuneup_8.c
# sed -e s/@@SIZE@@/8/g < ./tuning_undefs_pre.h > tuning_undefs_8.h
# sed -e s/@@SIZE@@/9/g < ./tuneup_pre.c > tuneup_9.c
# sed -e s/@@SIZE@@/9/g < ./tuning_undefs_pre.h > tuning_undefs_9.h
# gcc `test -f 'gen_bb_mul_code.c' || echo './'`gen_bb_mul_code.c -o gen_bb_mul_code
# ./gen_bb_mul_code 64 2 > gen_mul1_w64k2.c
# ./gen_bb_mul_code 64 3 > gen_mul1_w64k3.c
# ./gen_bb_mul_code 64 4 > gen_mul1_w64k4.c
# ./gen_bb_mul_code 64 5 > gen_mul1_w64k5.c
# ./gen_bb_mul_code 64 6 > gen_mul1_w64k6.c
# make all-am
# make[2]: Entering directory '/tmp/gf2x/src/gf2x-1.1/src'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/gf2x/src/gf2x-1.1/src'
# make[1]: Leaving directory '/tmp/gf2x/src/gf2x-1.1/src'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in .
# make[1]: Entering directory '/tmp/gf2x/src/gf2x-1.1'
# make[2]: Entering directory '/tmp/gf2x/src/gf2x-1.1'
# test -z "/tmp/gf2x/pkg/gf2x/usr/include" || /usr/sbin/mkdir -p "/tmp/gf2x/pkg/gf2x/usr/include"
# test -z "/tmp/gf2x/pkg/gf2x/usr/include" || /usr/sbin/mkdir -p "/tmp/gf2x/pkg/gf2x/usr/include"
# /usr/bin/install -c -m 644 gf2x.h '/tmp/gf2x/pkg/gf2x/usr/include/.'
# /usr/sbin/mkdir -p '/tmp/gf2x/pkg/gf2x/usr/include/gf2x'
# /usr/sbin/mkdir -p '/tmp/gf2x/pkg/gf2x/usr/include/gf2x'
# /usr/bin/install -c -m 644 gf2x/gf2x-config.h gf2x/gf2x-thresholds.h gf2x/gf2x_mul1.h gf2x/gf2x_mul2.h gf2x/gf2x_mul3.h gf2x/gf2x_mul4.h gf2x/gf2x_mul5.h gf2x/gf2x_mul6.h gf2x/gf2x_mul7.h gf2x/gf2x_mul8.h gf2x/gf2x_mul9.h '/tmp/gf2x/pkg/gf2x/usr/include/gf2x'
# /usr/bin/install -c -m 644 gf2x/gf2x-impl.h gf2x/gf2x-tfft.h gf2x/gf2x-small.h '/tmp/gf2x/pkg/gf2x/usr/include/gf2x'
# test -z "/tmp/gf2x/pkg/gf2x/usr/lib" || /usr/sbin/mkdir -p "/tmp/gf2x/pkg/gf2x/usr/lib"
# /bin/sh ./libtool --mode=install /usr/bin/install -c libgf2x.la '/tmp/gf2x/pkg/gf2x/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libgf2x.so.1.0.0 /tmp/gf2x/pkg/gf2x/usr/lib/libgf2x.so.1.0.0
# libtool: install: (cd /tmp/gf2x/pkg/gf2x/usr/lib && { ln -s -f libgf2x.so.1.0.0 libgf2x.so.1 || { rm -f libgf2x.so.1 && ln -s libgf2x.so.1.0.0 libgf2x.so.1; }; })
# libtool: install: (cd /tmp/gf2x/pkg/gf2x/usr/lib && { ln -s -f libgf2x.so.1.0.0 libgf2x.so || { rm -f libgf2x.so && ln -s libgf2x.so.1.0.0 libgf2x.so; }; })
# libtool: install: /usr/bin/install -c .libs/libgf2x.lai /tmp/gf2x/pkg/gf2x/usr/lib/libgf2x.la
# libtool: install: /usr/bin/install -c .libs/libgf2x.a /tmp/gf2x/pkg/gf2x/usr/lib/libgf2x.a
# libtool: install: chmod 644 /tmp/gf2x/pkg/gf2x/usr/lib/libgf2x.a
# libtool: install: ranlib /tmp/gf2x/pkg/gf2x/usr/lib/libgf2x.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Leaving directory '/tmp/gf2x/src/gf2x-1.1'
# make[1]: Leaving directory '/tmp/gf2x/src/gf2x-1.1'
# Making install in tests
# make[1]: Entering directory '/tmp/gf2x/src/gf2x-1.1/tests'
# make[2]: Entering directory '/tmp/gf2x/src/gf2x-1.1/tests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/gf2x/src/gf2x-1.1/tests'
# make[1]: Leaving directory '/tmp/gf2x/src/gf2x-1.1/tests'
# Making install in src
# make[1]: Entering directory '/tmp/gf2x/src/gf2x-1.1/src'
# make install-am
# make[2]: Entering directory '/tmp/gf2x/src/gf2x-1.1/src'
# make[3]: Entering directory '/tmp/gf2x/src/gf2x-1.1/src'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/gf2x/src/gf2x-1.1/src'
# make[2]: Leaving directory '/tmp/gf2x/src/gf2x-1.1/src'
# make[1]: Leaving directory '/tmp/gf2x/src/gf2x-1.1/src'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "gf2x"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: gf2x 1.1-2 (Wed Aug 24 12:10:07 UTC 2016)

CMD: pacman --query --file gf2x-1.1-2-x86_64.pkg.tar.xz
# gf2x 1.1-2

Creating hybrid package for 'gf2x'

Trying to find vanilla package 'gf2x'...

CMD: pacman --query --file /mirror/gf2x-1.1-2.pkg.tar.xz
# gf2x 1.1-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/include/gf2x.h
# /usr/include/gf2x/gf2x-config.h
# /usr/include/gf2x/gf2x-thresholds.h
# /usr/include/gf2x/gf2x-impl.h
# /usr/include/gf2x/gf2x_mul1.h
# /usr/include/gf2x/gf2x-tfft.h
# /usr/include/gf2x/gf2x_mul2.h
# /usr/include/gf2x/gf2x-small.h
# /usr/include/gf2x/gf2x_mul3.h
# /usr/include/gf2x/gf2x_mul4.h
# /usr/include/gf2x/gf2x_mul5.h
# /usr/include/gf2x/gf2x_mul6.h
# /usr/include/gf2x/gf2x_mul7.h
# /usr/include/gf2x/gf2x_mul8.h
# /usr/include/gf2x/gf2x_mul9.h
# /usr/lib/libgf2x.so.1
# /usr/lib/libgf2x.so
# /usr/lib/libgf2x.so.1.0.0
# /sysroot/usr/lib/libgf2x.so.1.0.0
# /sysroot/usr/lib/libgf2x.so.1
# /sysroot/usr/lib/libgf2x.so
# /sysroot/usr/lib/libgf2x.la
# /sysroot/usr/lib/libgf2x.a
# /sysroot/usr/include/gf2x.h
# /sysroot/usr/include/gf2x/gf2x-config.h
# /sysroot/usr/include/gf2x/gf2x-thresholds.h
# /sysroot/usr/include/gf2x/gf2x_mul1.h
# /sysroot/usr/include/gf2x/gf2x_mul2.h
# /sysroot/usr/include/gf2x/gf2x_mul3.h
# /sysroot/usr/include/gf2x/gf2x_mul4.h
# /sysroot/usr/include/gf2x/gf2x_mul5.h
# /sysroot/usr/include/gf2x/gf2x_mul6.h
# /sysroot/usr/include/gf2x/gf2x_mul7.h
# /sysroot/usr/include/gf2x/gf2x_mul8.h
# /sysroot/usr/include/gf2x/gf2x_mul9.h
# /sysroot/usr/include/gf2x/gf2x-impl.h
# /sysroot/usr/include/gf2x/gf2x-tfft.h
# /sysroot/usr/include/gf2x/gf2x-small.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf gf2x.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/gf2x.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/gf2x.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/gf2x.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/gf2x/src/gf2x-1.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by gf2x configure 1.1, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-sse2 --disable-pclmul CFLAGS= -msse2
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = e304ec6bcfb6
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /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/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2461: checking build system type
# configure:2475: result: x86_64-unknown-linux-gnu
# configure:2495: checking host system type
# configure:2508: result: x86_64-unknown-linux-gnu
# configure:2528: checking target system type
# configure:2541: result: x86_64-unknown-linux-gnu
# configure:2594: checking for a BSD-compatible install
# configure:2662: result: /usr/bin/install -c
# configure:2673: checking whether build environment is sane
# configure:2723: result: yes
# configure:2772: checking for x86_64-unknown-linux-strip
# configure:2802: result: no
# configure:2812: checking for strip
# configure:2828: found /usr/sbin/strip
# configure:2839: result: strip
# configure:2864: checking for a thread-safe mkdir -p
# configure:2903: result: /usr/sbin/mkdir -p
# configure:2916: checking for gawk
# configure:2932: found /usr/sbin/gawk
# configure:2943: result: gawk
# configure:2954: checking whether make sets $(MAKE)
# configure:2976: result: yes
# configure:3103: checking how to print strings
# configure:3130: result: printf
# configure:3163: checking for style of include used by make
# configure:3191: result: GNU
# configure:3221: checking for x86_64-unknown-linux-gcc
# configure:3251: result: no
# configure:3261: checking for gcc
# configure:3277: found /usr/sbin/gcc
# configure:3288: result: gcc
# configure:3517: checking for C compiler version
# configure:3526: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:3537: $? = 0
# configure:3526: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3537: $? = 0
# configure:3526: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3537: $? = 1
# configure:3526: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3537: $? = 1
# configure:3557: checking whether the C compiler works
# configure:3579: gcc -msse2 conftest.c >&5
# configure:3583: $? = 0
# configure:3631: result: yes
# configure:3634: checking for C compiler default output file name
# configure:3636: result: a.out
# configure:3642: checking for suffix of executables
# configure:3649: gcc -o conftest -msse2 conftest.c >&5
# configure:3653: $? = 0
# configure:3675: result:
# configure:3697: checking whether we are cross compiling
# configure:3705: gcc -o conftest -msse2 conftest.c >&5
# configure:3709: $? = 0
# configure:3716: ./conftest
# configure:3720: $? = 0
# configure:3735: result: no
# configure:3740: checking for suffix of object files
# configure:3762: gcc -c -msse2 conftest.c >&5
# configure:3766: $? = 0
# configure:3787: result: o
# configure:3791: checking whether we are using the GNU C compiler
# configure:3810: gcc -c -msse2 conftest.c >&5
# configure:3810: $? = 0
# configure:3819: result: yes
# configure:3828: checking whether gcc accepts -g
# configure:3848: gcc -c -g conftest.c >&5
# configure:3848: $? = 0
# configure:3889: result: yes
# configure:3906: checking for gcc option to accept ISO C89
# configure:3970: gcc -c -msse2 conftest.c >&5
# configure:3970: $? = 0
# configure:3983: result: none needed
# configure:4005: checking dependency style of gcc
# configure:4115: result: gcc3
# configure:4130: checking for a sed that does not truncate output
# configure:4194: result: /usr/sbin/sed
# configure:4212: checking for grep that handles long lines and -e
# configure:4270: result: /usr/sbin/grep
# configure:4275: checking for egrep
# configure:4337: result: /usr/sbin/grep -E
# configure:4342: checking for fgrep
# configure:4404: result: /usr/sbin/grep -F
# configure:4439: checking for ld used by gcc
# configure:4506: result: /usr/sbin/ld
# configure:4513: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:4528: result: yes
# configure:4540: checking for BSD- or MS-compatible name lister (nm)
# configure:4589: result: /usr/sbin/nm -B
# configure:4719: checking the name lister (/usr/sbin/nm -B) interface
# configure:4726: gcc -c -msse2 conftest.c >&5
# configure:4729: /usr/sbin/nm -B "conftest.o"
# configure:4732: output
# 0000000000000000 B some_variable
# configure:4739: result: BSD nm
# configure:4742: checking whether ln -s works
# configure:4746: result: yes
# configure:4754: checking the maximum length of command line arguments
# configure:4879: result: 1572864
# configure:4896: checking whether the shell understands some XSI constructs
# configure:4906: result: yes
# configure:4910: checking whether the shell understands "+="
# configure:4916: result: yes
# configure:4951: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:4991: result: func_convert_file_noop
# configure:4998: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5018: result: func_convert_file_noop
# configure:5025: checking for /usr/sbin/ld option to reload object files
# configure:5032: result: -r
# configure:5066: checking for x86_64-unknown-linux-objdump
# configure:5096: result: no
# configure:5106: checking for objdump
# configure:5122: found /usr/sbin/objdump
# configure:5133: result: objdump
# configure:5165: checking how to recognize dependent libraries
# configure:5367: result: pass_all
# configure:5412: checking for x86_64-unknown-linux-dlltool
# configure:5442: result: no
# configure:5452: checking for dlltool
# configure:5482: result: no
# configure:5512: checking how to associate runtime and link libraries
# configure:5539: result: printf %s\n
# configure:5556: checking for x86_64-unknown-linux-ar
# configure:5586: result: no
# configure:5600: checking for ar
# configure:5616: found /usr/sbin/ar
# configure:5627: result: ar
# configure:5664: checking for archiver @FILE support
# configure:5681: gcc -c -msse2 conftest.c >&5
# configure:5681: $? = 0
# configure:5684: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5687: $? = 0
# configure:5692: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5695: $? = 1
# configure:5707: result: @
# configure:5725: checking for x86_64-unknown-linux-strip
# configure:5752: result: strip
# configure:5824: checking for x86_64-unknown-linux-ranlib
# configure:5854: result: no
# configure:5864: checking for ranlib
# configure:5880: found /usr/sbin/ranlib
# configure:5891: result: ranlib
# configure:5993: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:6112: gcc -c -msse2 conftest.c >&5
# configure:6115: $? = 0
# configure:6119: /usr/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6122: $? = 0
# configure:6188: gcc -o conftest -msse2 conftest.c conftstm.o >&5
# configure:6191: $? = 0
# configure:6229: result: ok
# configure:6266: checking for sysroot
# configure:6296: result: no
# configure:6373: gcc -c -msse2 conftest.c >&5
# configure:6376: $? = 0
# configure:6499: checking for x86_64-unknown-linux-mt
# configure:6529: result: no
# configure:6539: checking for mt
# configure:6569: result: no
# configure:6589: checking if : is a manifest tool
# configure:6595: : '-?'
# configure:6603: result: no
# configure:7235: checking how to run the C preprocessor
# configure:7266: gcc -E conftest.c
# configure:7266: $? = 0
# configure:7280: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7280: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gf2x"
# | #define PACKAGE_TARNAME "gf2x"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "gf2x 1.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gf2x"
# | #define VERSION "1.1"
# | /* end confdefs.h. */
# | #include
# configure:7305: result: gcc -E
# configure:7325: gcc -E conftest.c
# configure:7325: $? = 0
# configure:7339: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7339: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gf2x"
# | #define PACKAGE_TARNAME "gf2x"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "gf2x 1.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gf2x"
# | #define VERSION "1.1"
# | /* end confdefs.h. */
# | #include
# configure:7368: checking for ANSI C header files
# configure:7388: gcc -c -msse2 conftest.c >&5
# configure:7388: $? = 0
# configure:7461: gcc -o conftest -msse2 conftest.c >&5
# configure:7461: $? = 0
# configure:7461: ./conftest
# configure:7461: $? = 0
# configure:7472: result: yes
# configure:7485: checking for sys/types.h
# configure:7485: gcc -c -msse2 conftest.c >&5
# configure:7485: $? = 0
# configure:7485: result: yes
# configure:7485: checking for sys/stat.h
# configure:7485: gcc -c -msse2 conftest.c >&5
# configure:7485: $? = 0
# configure:7485: result: yes
# configure:7485: checking for stdlib.h
# configure:7485: gcc -c -msse2 conftest.c >&5
# configure:7485: $? = 0
# configure:7485: result: yes
# configure:7485: checking for string.h
# configure:7485: gcc -c -msse2 conftest.c >&5
# configure:7485: $? = 0
# configure:7485: result: yes
# configure:7485: checking for memory.h
# configure:7485: gcc -c -msse2 conftest.c >&5
# configure:7485: $? = 0
# configure:7485: result: yes
# configure:7485: checking for strings.h
# configure:7485: gcc -c -msse2 conftest.c >&5
# configure:7485: $? = 0
# configure:7485: result: yes
# configure:7485: checking for inttypes.h
# configure:7485: gcc -c -msse2 conftest.c >&5
# configure:7485: $? = 0
# configure:7485: result: yes
# configure:7485: checking for stdint.h
# configure:7485: gcc -c -msse2 conftest.c >&5
# configure:7485: $? = 0
# configure:7485: result: yes
# configure:7485: checking for unistd.h
# configure:7485: gcc -c -msse2 conftest.c >&5
# configure:7485: $? = 0
# configure:7485: result: yes
# configure:7499: checking for dlfcn.h
# configure:7499: gcc -c -msse2 conftest.c >&5
# configure:7499: $? = 0
# configure:7499: result: yes
# configure:7686: checking for objdir
# configure:7701: result: .libs
# configure:7972: checking if gcc supports -fno-rtti -fno-exceptions
# configure:7990: gcc -c -msse2 -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:7994: $? = 0
# configure:8007: result: no
# configure:8317: checking for gcc option to produce PIC
# configure:8324: result: -fPIC -DPIC
# configure:8332: checking if gcc PIC flag -fPIC -DPIC works
# configure:8350: gcc -c -msse2 -fPIC -DPIC -DPIC conftest.c >&5
# configure:8354: $? = 0
# configure:8367: result: yes
# configure:8396: checking if gcc static flag -static works
# configure:8424: result: yes
# configure:8439: checking if gcc supports -c -o file.o
# configure:8460: gcc -c -msse2 -o out/conftest2.o conftest.c >&5
# configure:8464: $? = 0
# configure:8486: result: yes
# configure:8494: checking if gcc supports -c -o file.o
# configure:8541: result: yes
# configure:8574: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:9736: result: yes
# configure:9773: checking whether -lc should be explicitly linked in
# configure:9781: gcc -c -msse2 conftest.c >&5
# configure:9784: $? = 0
# configure:9799: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:9802: $? = 0
# configure:9816: result: no
# configure:9981: checking dynamic linker characteristics
# configure:10496: gcc -o conftest -msse2 -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10496: $? = 0
# configure:10730: result: GNU/Linux ld.so
# configure:10837: checking how to hardcode library paths into programs
# configure:10862: result: immediate
# configure:11402: checking whether stripping libraries is possible
# configure:11407: result: yes
# configure:11442: checking if libtool supports shared libraries
# configure:11444: result: yes
# configure:11447: checking whether to build shared libraries
# configure:11468: result: yes
# configure:11471: checking whether to build static libraries
# configure:11475: result: yes
# configure:11545: checking for x86_64-unknown-linux-gcc
# configure:11572: result: gcc
# configure:11841: checking for C compiler version
# configure:11850: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:11861: $? = 0
# configure:11850: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:11861: $? = 0
# configure:11850: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:11861: $? = 1
# configure:11850: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:11861: $? = 1
# configure:11865: checking whether we are using the GNU C compiler
# configure:11893: result: yes
# configure:11902: checking whether gcc accepts -g
# configure:11963: result: yes
# configure:11980: checking for gcc option to accept ISO C89
# configure:12057: result: none needed
# configure:12079: checking dependency style of gcc
# configure:12189: result: gcc3
# configure:12218: checking for x86_64-unknown-linux-g++
# configure:12248: result: no
# configure:12218: checking for x86_64-unknown-linux-c++
# configure:12248: result: no
# configure:12218: checking for x86_64-unknown-linux-gpp
# configure:12248: result: no
# configure:12218: checking for x86_64-unknown-linux-aCC
# configure:12248: result: no
# configure:12218: checking for x86_64-unknown-linux-CC
# configure:12248: result: no
# configure:12218: checking for x86_64-unknown-linux-cxx
# configure:12248: result: no
# configure:12218: checking for x86_64-unknown-linux-cc++
# configure:12248: result: no
# configure:12218: checking for x86_64-unknown-linux-cl.exe
# configure:12248: result: no
# configure:12218: checking for x86_64-unknown-linux-FCC
# configure:12248: result: no
# configure:12218: checking for x86_64-unknown-linux-KCC
# configure:12248: result: no
# configure:12218: checking for x86_64-unknown-linux-RCC
# configure:12248: result: no
# configure:12218: checking for x86_64-unknown-linux-xlC_r
# configure:12248: result: no
# configure:12218: checking for x86_64-unknown-linux-xlC
# configure:12248: result: no
# configure:12262: checking for g++
# configure:12278: found /usr/sbin/g++
# configure:12289: result: g++
# configure:12316: checking for C++ compiler version
# configure:12325: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:12336: $? = 0
# configure:12325: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:12336: $? = 0
# configure:12325: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:12336: $? = 1
# configure:12325: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:12336: $? = 1
# configure:12340: checking whether we are using the GNU C++ compiler
# configure:12359: g++ -c conftest.cpp >&5
# configure:12359: $? = 0
# configure:12368: result: yes
# configure:12377: checking whether g++ accepts -g
# configure:12397: g++ -c -g conftest.cpp >&5
# configure:12397: $? = 0
# configure:12438: result: yes
# configure:12463: checking dependency style of g++
# configure:12573: result: gcc3
# configure:12606: checking how to run the C++ preprocessor
# configure:12633: g++ -E conftest.cpp
# configure:12633: $? = 0
# configure:12647: g++ -E conftest.cpp
# conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12647: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gf2x"
# | #define PACKAGE_TARNAME "gf2x"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "gf2x 1.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gf2x"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12672: result: g++ -E
# configure:12692: g++ -E conftest.cpp
# configure:12692: $? = 0
# configure:12706: g++ -E conftest.cpp
# conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12706: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gf2x"
# | #define PACKAGE_TARNAME "gf2x"
# | #define PACKAGE_VERSION "1.1"
# | #define PACKAGE_STRING "gf2x 1.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gf2x"
# | #define VERSION "1.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12876: checking for ld used by g++
# configure:12943: result: /usr/sbin/ld -m elf_x86_64
# configure:12950: checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld
# configure:12965: result: yes
# configure:13020: checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:14024: result: yes
# configure:14059: g++ -c conftest.cpp >&5
# configure:14062: $? = 0
# configure:14582: checking for g++ option to produce PIC
# configure:14589: result: -fPIC -DPIC
# configure:14597: checking if g++ PIC flag -fPIC -DPIC works
# configure:14615: g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14619: $? = 0
# configure:14632: result: yes
# configure:14655: checking if g++ static flag -static works
# configure:14683: result: yes
# configure:14695: checking if g++ supports -c -o file.o
# configure:14716: g++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14720: $? = 0
# configure:14742: result: yes
# configure:14747: checking if g++ supports -c -o file.o
# configure:14794: result: yes
# configure:14824: checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:14861: result: yes
# configure:15004: checking dynamic linker characteristics
# configure:15687: result: GNU/Linux ld.so
# configure:15740: checking how to hardcode library paths into programs
# configure:15765: result: immediate
# configure:15806: checking warning verbosity option
# configure:15844: result: -Wall -W for C++ -Wall -W for C
# configure:15849: checking for gcc option to accept ISO C99
# configure:15998: gcc -c -msse2 -Wall -W conftest.c >&5
# conftest.c: In function 'test_varargs':
# conftest.c:94:9: warning: variable 'fnumber' set but not used [-Wunused-but-set-variable]
# float fnumber;
# ^~~~~~~
# conftest.c:93:7: warning: variable 'number' set but not used [-Wunused-but-set-variable]
# int number;
# ^~~~~~
# conftest.c:92:15: warning: variable 'str' set but not used [-Wunused-but-set-variable]
# const char *str;
# ^~~
# configure:15998: $? = 0
# configure:16011: result: none needed
# configure:16094: checking build system compiler gcc
# configure:16107: gcc conftest.c
# conftest.c: In function 'main':
# conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(0);
# ^~~~
# conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:4:3: note: include '' or provide a declaration of 'exit'
# configure:16110: $? = 0
# configure:16117: result: yes
# configure:16136: checking for build system executable suffix
# configure:16150: gcc conftest.c -o conftest.exe
# conftest.c: In function 'main':
# conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit (0);
# ^~~~
# conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:4:3: note: include '' or provide a declaration of 'exit'
# configure:16153: $? = 0
# ./configure: line 16155: ./conftest: No such file or directory
# configure:16150: gcc conftest.c -o conftest,ff8
# conftest.c: In function 'main':
# conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit (0);
# ^~~~
# conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:4:3: note: include '' or provide a declaration of 'exit'
# configure:16153: $? = 0
# ./configure: line 16155: ./conftest: No such file or directory
# configure:16150: gcc conftest.c -o conftest
# conftest.c: In function 'main':
# conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit (0);
# ^~~~
# conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:4:3: note: include '' or provide a declaration of 'exit'
# configure:16153: $? = 0
# configure:16167: result:
# configure:16175: checking whether gcc and cc understand -c and -o together
# configure:16206: gcc -c conftest.c -o conftest2.o >&5
# configure:16210: $? = 0
# configure:16216: gcc -c conftest.c -o conftest2.o >&5
# configure:16220: $? = 0
# configure:16231: cc -c conftest.c >&5
# configure:16235: $? = 0
# configure:16243: cc -c conftest.c -o conftest2.o >&5
# configure:16247: $? = 0
# configure:16253: cc -c conftest.c -o conftest2.o >&5
# configure:16257: $? = 0
# configure:16275: result: yes
# configure:16306: checking size of unsigned long
# configure:16311: gcc -o conftest -msse2 -Wall -W conftest.c >&5
# configure:16311: $? = 0
# configure:16311: ./conftest
# configure:16311: $? = 0
# configure:16325: result: 8
# configure:16342: checking whether gcc can compile and run sse-2 code
# configure:16366: gcc -o conftest -msse2 -Wall -W conftest.c >&5
# configure:16366: $? = 0
# configure:16366: ./conftest
# configure:16366: $? = 0
# configure:16409: result: yes
# configure:16478: checking whether gcc can compile pclmulqdq and if it is supported by the hardware
# configure:16563: result: no
# configure:16763: checking the number of bits in an unsigned long
# configure:16801: gcc -o conftest -msse2 -Wall -W conftest.c >&5
# configure:16801: $? = 0
# configure:16801: ./conftest
# configure:16801: $? = 0
# configure:16824: result: 64
# configure:16843: using ABI="default"
# configure:16845: CC="gcc"
# configure:16847: CFLAGS=" -msse2 -Wall -W"
# configure:16849: CPPFLAGS=""
# configure:16851: hwdir="x86_64"
# configure:16947: checking whether already_tuned/x86_64/ is right assuming 64-bits unsigned longs
# configure:16952: result: yes
# configure:17157: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by gf2x config.status 1.1, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on e304ec6bcfb6
#
# config.status:1181: creating version.sh
# config.status:1181: creating Makefile
# config.status:1181: creating tests/Makefile
# config.status:1181: creating apps/Makefile
# config.status:1181: creating src/Makefile
# config.status:1181: creating gf2x/gf2x-config.h
# config.status:1422: linking already_tuned/x86_64/gf2x-thresholds.h to gf2x/gf2x-thresholds.h
# config.status:1422: linking already_tuned/x86_64/gf2x_mul1.h to gf2x/gf2x_mul1.h
# config.status:1422: linking already_tuned/x86_64/gf2x_mul2.h to gf2x/gf2x_mul2.h
# config.status:1422: linking already_tuned/x86_64/gf2x_mul3.h to gf2x/gf2x_mul3.h
# config.status:1422: linking already_tuned/x86_64/gf2x_mul4.h to gf2x/gf2x_mul4.h
# config.status:1422: linking already_tuned/x86_64/gf2x_mul5.h to gf2x/gf2x_mul5.h
# config.status:1422: linking already_tuned/x86_64/gf2x_mul6.h to gf2x/gf2x_mul6.h
# config.status:1422: linking already_tuned/x86_64/gf2x_mul7.h to gf2x/gf2x_mul7.h
# config.status:1422: linking already_tuned/x86_64/gf2x_mul8.h to gf2x/gf2x_mul8.h
# config.status:1422: linking already_tuned/x86_64/gf2x_mul9.h to gf2x/gf2x_mul9.h
# config.status:1441: executing depfiles commands
# config.status:1441: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-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_FOR_BUILD_set=
# ac_cv_env_CC_FOR_BUILD_value=
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=' -msse2'
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# 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=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=gcc
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_CXXCPP='g++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_gcc_c_o=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof_unsigned_long=8
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# gf2x_cv_cc_supports_pclmul=no
# gf2x_cv_cc_supports_sse2=yes
# gf2x_cv_prog_exeext_for_build=
# gf2x_cv_ulongbits=64
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/sbin/ld
# lt_cv_path_LDCXX='/usr/sbin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/gf2x/src/gf2x-1.1/config/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/gf2x/src/gf2x-1.1/config/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/gf2x/src/gf2x-1.1/config/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/gf2x/src/gf2x-1.1/config/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/gf2x/src/gf2x-1.1/config/missing --run automake-1.11'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CC_FOR_BUILD='gcc'
# CFLAGS=' -msse2 -Wall -W'
# CPP='gcc -E'
# CPPFLAGS=''
# CXX='g++'
# CXXCPP='g++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -Wall -W'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ENABLE_NTL_CHECKS_FALSE=''
# ENABLE_NTL_CHECKS_TRUE='#'
# EXEEXT=''
# EXEEXT_FOR_BUILD=''
# FGREP='/usr/sbin/grep -F'
# GF2X_32BIT_SOURCES_FALSE=''
# GF2X_32BIT_SOURCES_TRUE='#'
# GF2X_64BIT_SOURCES_FALSE='#'
# GF2X_64BIT_SOURCES_TRUE=''
# GF2X_PCLMUL_AVAILABLE_FALSE=''
# GF2X_PCLMUL_AVAILABLE_TRUE='#'
# GF2X_SSE2_AVAILABLE_FALSE='#'
# GF2X_SSE2_AVAILABLE_TRUE=''
# GF2X_WORDSIZE='64'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/gf2x/src/gf2x-1.1/config/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='gf2x'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='gf2x'
# PACKAGE_STRING='gf2x 1.1'
# PACKAGE_TARNAME='gf2x'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.1'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.1'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_CXX='g++'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# gf2x_lib_version='1:0:0'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/gf2x/src/gf2x-1.1/config/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "gf2x"
# #define PACKAGE_TARNAME "gf2x"
# #define PACKAGE_VERSION "1.1"
# #define PACKAGE_STRING "gf2x 1.1"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "gf2x"
# #define VERSION "1.1"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define SIZEOF_UNSIGNED_LONG 8
# #define HAVE_SSE2_SUPPORT 1
#
# configure: exit 0