Build of gprolog with vanilla toolchain

The build took 00h 01m 23s and was SUCCESSFUL.

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

SLOCLanguage
53,910 ansic
17,941 perl
3,333 sh
935 makefile
20 asm
76,139 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: gprolog 1.4.4-1 (Wed Aug 24 12:14:29 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 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-as... no
# checking for as... as
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-windres... no
# checking for windres... no
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking whether make sets $(MAKE)... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/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 whether byte ordering is bigendian... no
# checking for inline... inline
# checking size of long... 8
# checking size of void*... 8
# checking sys/ioctl_compat.h usability... no
# checking sys/ioctl_compat.h presence... no
# checking for sys/ioctl_compat.h... no
# checking sys/siginfo.h usability... no
# checking sys/siginfo.h presence... no
# checking for sys/siginfo.h... no
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking endian.h usability... yes
# checking endian.h presence... yes
# checking for endian.h... yes
# checking sys/endian.h usability... no
# checking sys/endian.h presence... no
# checking for sys/endian.h... no
# checking byteswap.h usability... yes
# checking byteswap.h presence... yes
# checking for byteswap.h... yes
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for sys/param.h... yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking for getpagesize... (cached) yes
# checking for mprotect... yes
# checking for sigaction... yes
# checking for mallopt... yes
# checking for fgetc... yes
# checking whether htole32 is declared... yes
# checking whether bswap_32 is declared... yes
# checking for atanh... yes
# checking for acosh... yes
# checking for asinh... yes
# checking for socklen_t... yes
# checking if struct sigcontext needs asm/sigcontext.h... no
# checking for sigsetjmp... yes
# checking for a working sigaction... yes
# checking constructors execution order... first to last
# checking for socket... yes
# checking for gethostbyname... yes
# DIRECTORIES
# --> Installation: /usr/gprolog-1.4.4
# --> Link to binaries: /usr/bin
# --> Documentation: /usr/gprolog-1.4.4/doc
# --> HTML documentation: /usr/gprolog-1.4.4/doc/html_node
# --> Examples: /usr/gprolog-1.4.4/examples
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating TopComp/Makefile
# config.status: creating Pl2Wam/Makefile
# config.status: creating Wam2Ma/Makefile
# config.status: creating Ma2Asm/Makefile
# config.status: creating Fd2C/Makefile
# config.status: creating Linedit/Makefile
# config.status: creating W32GUICons/Makefile
# config.status: creating EnginePl/Makefile
# config.status: creating BipsPl/Makefile
# config.status: creating EngineFD/Makefile
# config.status: creating BipsFD/Makefile
# config.status: creating Ma2Asm/FromC/Makefile
# config.status: creating Win32/Makefile
# config.status: creating Win32/gp-setup.iss
# config.status: creating EnginePl/gp_config.h
# cd EnginePl; make config
# make[1]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/EnginePl'
# gcc -fno-strict-aliasing -O3 -fomit-frame-pointer -o pl_config pl_config.c
# ./pl_config
#
# -------------------------------
# --- GNU PROLOG INSTALLATION ---
# -------------------------------
#
# GNU Prolog version: 1.4.4 (Aug 24 2016)
# Operating system : linux-gnu
# Processor : x86_64
# Size of a WAM word: 64 bits
# C compiler : gcc
# C flags : -O3 -fomit-frame-pointer
# C flags machine : -fno-strict-aliasing
# Assembler : as
# Assembler flags : --64
# Loader flags :
# Loader libraries : -lm
# Use line editor : Yes
# Use piped consult : Yes
# Use sockets : Yes
# Use FD solver : Yes
# Use machine regs. : Yes
# Used register(s) : r12 (pl_reg_bank) r13 (TR) r14 (B) r15 (H)
#
# ------------------------------
#
# (cd ../TopComp; make gplc)
# make[2]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/TopComp'
# gcc -fno-strict-aliasing -O3 -fomit-frame-pointer -o gplc top_comp.c -lm
# make[2]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/TopComp'
# make[1]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/EnginePl'
# . ./SETVARS;for i in EnginePl TopComp Wam2Ma Ma2Asm Linedit BipsPl Pl2Wam Fd2C EngineFD BipsFD;do (cd $i; make) || exit 1; done;\
# (cd TopComp; make top-level) || exit 1;\
# (cd Pl2Wam; make stage2)
# make[1]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/EnginePl'
# gcc -fno-strict-aliasing -O3 -fomit-frame-pointer -o cpp_headers cpp_headers.c
# gplc -c -C '-O3 -fomit-frame-pointer' machine.c
# gplc -c -C '-O3 -fomit-frame-pointer' machine1.c
# gplc -c -C '-O3 -fomit-frame-pointer' stacks_sigsegv.c
# gplc -c -C '-O3 -fomit-frame-pointer' mem_alloc.c
# gplc -c -C '-O3 -fomit-frame-pointer' misc.c
# gplc -c -C '-O3 -fomit-frame-pointer' hash_fct.c
# gplc -c -C '-O3 -fomit-frame-pointer' hash.c
# gplc -c -C '-O3 -fomit-frame-pointer' obj_chain.c
# gplc -c -C '-O3 -fomit-frame-pointer' engine.c
# gplc -c -o engine1.o engine1.c
# gplc -c -C '-O3 -fomit-frame-pointer' wam_inst.c
# gplc -c -C '-O3 -fomit-frame-pointer' atom.c
# gplc -c -C '-O3 -fomit-frame-pointer' pred.c
# gplc -c -C '-O3 -fomit-frame-pointer' oper.c
# gplc -c -C '-O3 -fomit-frame-pointer' if_no_fd.c
# gplc -c -C '-O3 -fomit-frame-pointer' main.c
# rm -f libengine_pl.a
# ar rc libengine_pl.a machine.o machine1.o stacks_sigsegv.o mem_alloc.o misc.o hash_fct.o hash.o obj_chain.o engine.o engine1.o wam_inst.o atom.o pred.o oper.o if_no_fd.o main.o
# ranlib libengine_pl.a
# make[1]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/EnginePl'
# make[1]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/TopComp'
# gcc -fno-strict-aliasing -O3 -fomit-frame-pointer -o hexgplc hexfilter.c
# make[1]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/TopComp'
# make[1]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/Wam2Ma'
# gcc -fno-strict-aliasing -O3 -fomit-frame-pointer -c wam2ma.c
# gcc -fno-strict-aliasing -O3 -fomit-frame-pointer -c wam_parser.c
# gcc -fno-strict-aliasing -O3 -fomit-frame-pointer -o wam2ma wam2ma.o wam_parser.o
# make[1]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/Wam2Ma'
# make[1]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/Ma2Asm'
# gcc -fno-strict-aliasing -O3 -fomit-frame-pointer -c ma2asm.c
# gcc -fno-strict-aliasing -O3 -fomit-frame-pointer -c ma_parser.c
# gcc -fno-strict-aliasing -O3 -fomit-frame-pointer -c ma2asm_inst.c
# gcc -fno-strict-aliasing -O3 -fomit-frame-pointer -o ma2asm ma2asm.o ma2asm_inst.o ma_parser.o
# make[1]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/Ma2Asm'
# make[1]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/Linedit'
# gcc -fno-strict-aliasing -c -O3 -fomit-frame-pointer -funsigned-char linedit.c
# gcc -fno-strict-aliasing -c -O3 -fomit-frame-pointer -funsigned-char terminal.c
# gcc -fno-strict-aliasing -c -O3 -fomit-frame-pointer -funsigned-char ctrl_c.c
# rm -f liblinedit.a
# ar rc liblinedit.a linedit.o terminal.o ctrl_c.o
# ranlib liblinedit.a
# make[1]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/Linedit'
# make[1]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/BipsPl'
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' error_supp.c
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' c_supp.c
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' foreign_supp.c
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' pred_supp.c
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' term_supp.c
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' stream_supp.c
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' scan_supp.c
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' parse_supp.c
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' write_supp.c
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' dynam_supp.c
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' callinf_supp.c
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' bc_supp.c
# gplc -c foreign.wam
# gplc -c pl_error.wam
# gplc -c utils.wam
# gplc -c unify.wam
# gplc -c assert.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' assert_c.c
# gplc -c read.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' read_c.c
# gplc -c write.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' write_c.c
# gplc -c print.wam
# gplc -c const_io.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' const_io_c.c
# gplc -c oper.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' oper_c.c
# gplc -c pred.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' pred_c.c
# gplc -c atom.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' atom_c.c
# gplc -c control.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' control_c.c
# gplc -c call.wam
# gplc -c call_args.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' call_args_c.c
# gplc -c catch.wam
# gplc -c throw.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' throw_c.c
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' flag_supp.c
# gplc -c flag.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' flag_c.c
# gplc -c arith_inl.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' arith_inl_c.c
# gplc -c type_inl.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' type_inl_c.c
# gplc -c term_inl.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' term_inl_c.c
# gplc -c g_var_inl.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' g_var_inl_c.c
# gplc -c all_solut.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' all_solut_c.c
# gplc -c sort.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' sort_c.c
# gplc -c list.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' list_c.c
# gplc -c stat.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' stat_c.c
# gplc -c stream.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' stream_c.c
# gplc -c file.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' file_c.c
# gplc -c char_io.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' char_io_c.c
# gplc -c dec10io.wam
# gplc -c format.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' format_c.c
# gplc -c os_interf.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' os_interf_c.c
# gplc -c expand.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' expand_c.c
# gplc -c consult.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' consult_c.c
# gplc -c pretty.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' pretty_c.c
# gplc -c random.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' random_c.c
# gplc -c top_level.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' top_level_c.c
# gplc -c debugger.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' debugger_c.c
# gplc -c src_rdr.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' src_rdr_c.c
# gplc -c all_pl_bips.wam
# gplc -c sockets.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' sockets_c.c
# gplc -c le_interf.wam
# gplc -c -C '-O3 -fomit-frame-pointer -funsigned-char' le_interf_c.c
# rm -f libbips_pl.a
# ar rc libbips_pl.a error_supp.o c_supp.o foreign_supp.o pred_supp.o term_supp.o stream_supp.o scan_supp.o parse_supp.o write_supp.o dynam_supp.o callinf_supp.o bc_supp.o foreign.o pl_error.o utils.o unify.o assert.o assert_c.o read.o read_c.o write.o write_c.o print.o const_io.o const_io_c.o oper.o oper_c.o pred.o pred_c.o atom.o atom_c.o control.o control_c.o call.o call_args.o call_args_c.o catch.o throw.o throw_c.o flag_supp.o flag.o flag_c.o arith_inl.o arith_inl_c.o type_inl.o type_inl_c.o term_inl.o term_inl_c.o g_var_inl.o g_var_inl_c.o all_solut.o all_solut_c.o sort.o sort_c.o list.o list_c.o stat.o stat_c.o stream.o stream_c.o file.o file_c.o char_io.o char_io_c.o dec10io.o format.o format_c.o os_interf.o os_interf_c.o expand.o expand_c.o consult.o consult_c.o pretty.o pretty_c.o random.o random_c.o top_level.o top_level_c.o debugger.o debugger_c.o src_rdr.o src_rdr_c.o all_pl_bips.o sockets.o sockets_c.o le_interf.o le_interf_c.o
# ranlib libbips_pl.a
# make[1]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/BipsPl'
# make[1]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/Pl2Wam'
# gplc -c pl2wam.wam
# gplc -c read_file.wam
# gplc -c syn_sugar.wam
# gplc -c internal.wam
# gplc -c code_gen.wam
# gplc -c reg_alloc.wam
# gplc -c inst_codif.wam
# gplc -c first_arg.wam
# gplc -c indexing.wam
# gplc -c wam_emit.wam
# [ ! -f pl2wam ] || cp pl2wam pl2wam0
# gplc -o pl2wam --no-fd-lib-warn --no-top-level pl2wam.o read_file.o syn_sugar.o internal.o code_gen.o reg_alloc.o inst_codif.o first_arg.o indexing.o wam_emit.o
# make[1]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/Pl2Wam'
# make[1]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/Fd2C'
# gplc -c --fast-math fd2c.pl
# gplc -c --fast-math read_file.pl
# gplc -c --fast-math parse.pl
# gplc -c --fast-math compile.pl
# gplc -o fd2c --no-fd-lib --min-bips fd2c.o read_file.o parse.o compile.o
# make[1]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/Fd2C'
# make[1]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/EngineFD'
# gplc -c -C '-O3 -fomit-frame-pointer' fd_inst.c
# gplc -c -C '-O3 -fomit-frame-pointer' fd_range.c
# gplc -c -C '-O3 -fomit-frame-pointer' fd_unify.fd
# rm -f libengine_fd.a
# ar rc libengine_fd.a fd_inst.o fd_range.o fd_unify.o
# ranlib libengine_fd.a
# make[1]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/EngineFD'
# make[1]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/BipsFD'
# gplc -c --no-redef-error fd_infos.pl
# gplc -c -C '-O3 -fomit-frame-pointer ' fd_infos_c.c
# gplc -c --no-redef-error fd_values.pl
# gplc -c -C '-O3 -fomit-frame-pointer ' fd_values_c.c
# gplc -c -C '-O3 -fomit-frame-pointer ' fd_values_fd.fd
# gplc -c --no-redef-error fd_math.pl
# gplc -c -C '-O3 -fomit-frame-pointer ' fd_math_c.c
# gplc -c -C '-O3 -fomit-frame-pointer ' fd_math_fd.fd
# gplc -c --no-redef-error fd_bool.pl
# gplc -c -C '-O3 -fomit-frame-pointer ' fd_bool_c.c
# gplc -c -C '-O3 -fomit-frame-pointer ' fd_bool_fd.fd
# gplc -c --no-redef-error fd_prime.pl
# gplc -c -C '-O3 -fomit-frame-pointer ' fd_prime_c.c
# gplc -c -C '-O3 -fomit-frame-pointer ' fd_prime_fd.fd
# gplc -c --no-redef-error fd_symbolic.pl
# gplc -c -C '-O3 -fomit-frame-pointer ' fd_symbolic_c.c
# gplc -c -C '-O3 -fomit-frame-pointer ' fd_symbolic_fd.fd
# gplc -c --no-redef-error fd_optim.pl
# gplc -c -C '-O3 -fomit-frame-pointer ' math_supp.c
# gplc -c -C '-O3 -fomit-frame-pointer ' oper_supp.c
# gplc -c --no-redef-error all_fd_bips.pl
# rm -f libbips_fd.a
# ar rc libbips_fd.a fd_infos.o fd_infos_c.o fd_values.o fd_values_c.o fd_values_fd.o fd_math.o fd_math_c.o fd_math_fd.o fd_bool.o fd_bool_c.o fd_bool_fd.o fd_prime.o fd_prime_c.o fd_prime_fd.o fd_symbolic.o fd_symbolic_c.o fd_symbolic_fd.o fd_optim.o math_supp.o oper_supp.o all_fd_bips.o
# ranlib libbips_fd.a
# make[1]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/BipsFD'
# make[1]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/TopComp'
# gplc -o gprolog -C '-O3 -fomit-frame-pointer' top_level.c
# make[1]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/TopComp'
# make[1]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/Pl2Wam'
# [ ! -f pl2wam ] || cp pl2wam pl2wam0
# rm -rf pl2wam
# make
# make[2]: Entering directory '/tmp/gprolog/src/gprolog-1.4.4/src/Pl2Wam'
# [ ! -f pl2wam ] || cp pl2wam pl2wam0
# gplc -o pl2wam --no-fd-lib-warn --no-top-level pl2wam.o read_file.o syn_sugar.o internal.o code_gen.o reg_alloc.o inst_codif.o first_arg.o indexing.o wam_emit.o
# make[2]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/Pl2Wam'
# make[1]: Leaving directory '/tmp/gprolog/src/gprolog-1.4.4/src/Pl2Wam'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# ./mkinstalldirs /tmp/gprolog/pkg/gprolog/usr/share/gprolog /tmp/gprolog/pkg/gprolog/usr/share/gprolog/bin \
# /tmp/gprolog/pkg/gprolog/usr/share/gprolog/include /tmp/gprolog/pkg/gprolog/usr/share/gprolog/lib
# if test /tmp/gprolog/pkg/gprolog/usr/share/gprolog/doc != none; then \
# ./mkinstalldirs /tmp/gprolog/pkg/gprolog/usr/share/gprolog/doc; \
# (F=`cd ../doc; echo ???*.dvi ???*.ps ???*.pdf ???*.chm ???*.eps ???*.html ???*.gif`; \
# for i in $F; do /usr/bin/install -c -m 644 ../doc/$i /tmp/gprolog/pkg/gprolog/usr/share/gprolog/doc; done); \
# fi
# mkdir /tmp/gprolog/pkg/gprolog/usr
# mkdir /tmp/gprolog/pkg/gprolog/usr/share
# mkdir /tmp/gprolog/pkg/gprolog/usr/share
# mkdir /tmp/gprolog/pkg/gprolog/usr/share/gprolog
# mkdir: cannot create directory '/tmp/gprolog/pkg/gprolog/usr/share': File exists
# mkdir /tmp/gprolog/pkg/gprolog/usr/share/gprolog
# mkdir: cannot create directory '/tmp/gprolog/pkg/gprolog/usr/share/gprolog': File exists
# mkdir /tmp/gprolog/pkg/gprolog/usr/share/gprolog/doc
# mkdir /tmp/gprolog/pkg/gprolog/usr/share/gprolog/bin
# mkdir /tmp/gprolog/pkg/gprolog/usr/share/gprolog/include
# mkdir /tmp/gprolog/pkg/gprolog/usr/share/gprolog/lib
# for i in README COPYING VERSION NEWS ChangeLog gprolog.ico; do /usr/bin/install -c -m 644 ../$i /tmp/gprolog/pkg/gprolog/usr/share/gprolog; done
# for i in gplc hexgplc gprolog pl2wam wam2ma ma2asm fd2c; do /usr/bin/install -c */$i /tmp/gprolog/pkg/gprolog/usr/share/gprolog/bin; done
# if test /tmp/gprolog/pkg/gprolog/usr/share/gprolog/doc/Html != none; then \
# ./mkinstalldirs /tmp/gprolog/pkg/gprolog/usr/share/gprolog/doc/Html; \
# (F=`cd ../doc/html_node; echo ???*.html ???*.gif ???*.css`; \
# for i in $F; do /usr/bin/install -c -m 644 ../doc/html_node/$i /tmp/gprolog/pkg/gprolog/usr/share/gprolog/doc/Html; done); \
# fi
# mkdir /tmp/gprolog/pkg/gprolog/usr/share/gprolog/doc/Html
# for i in top_level.o all_pl_bips.o debugger.o all_fd_bips.o; do /usr/bin/install -c -m 644 */$i /tmp/gprolog/pkg/gprolog/usr/share/gprolog/lib; done
# for i in libengine_pl.a libbips_pl.a liblinedit.a libengine_fd.a libbips_fd.a; do /usr/bin/install -c -m 644 */$i /tmp/gprolog/pkg/gprolog/usr/share/gprolog/lib; done
# for i in gprolog.h fd_to_c.h; do EnginePl/cpp_headers $i ./$i EnginePl EngineFD BipsPl BipsFD; /usr/bin/install -c -m 644 ./$i /tmp/gprolog/pkg/gprolog/usr/share/gprolog/include; rm -f $i; done
# (cd /tmp/gprolog/pkg/gprolog/usr/share/gprolog/lib; for i in *.a; do ranlib $i; done)
# if test /tmp/gprolog/pkg/gprolog/usr/share/gprolog != none; then \
# ./mkinstalldirs /tmp/gprolog/pkg/gprolog/usr/share/gprolog/ExamplesPl; \
# (F=`cd ../examples/ExamplesPl; echo Makefile README PROGS ??*.pl`; \
# for i in $F; do /usr/bin/install -c -m 644 ../examples/ExamplesPl/$i /tmp/gprolog/pkg/gprolog/usr/share/gprolog/ExamplesPl; done); \
# ./mkinstalldirs /tmp/gprolog/pkg/gprolog/usr/share/gprolog/ExamplesC; \
# (F=`cd ../examples/ExamplesC; echo Makefile README ??*.pl ??*_c.c`; \
# for i in $F; do /usr/bin/install -c -m 644 ../examples/ExamplesC/$i /tmp/gprolog/pkg/gprolog/usr/share/gprolog/ExamplesC; done); \
# ./mkinstalldirs /tmp/gprolog/pkg/gprolog/usr/share/gprolog/ExamplesFD; \
# (F=`cd ../examples/ExamplesFD; echo Makefile ??*.pl ??*.fd`; \
# for i in $F; do /usr/bin/install -c -m 644 ../examples/ExamplesFD/$i /tmp/gprolog/pkg/gprolog/usr/share/gprolog/ExamplesFD; done); \
# fi
# mkdir /tmp/gprolog/pkg/gprolog/usr/share/gprolog/ExamplesPl
# if test /tmp/gprolog/pkg/gprolog/usr/bin != none; then \
# (cd /tmp/gprolog/pkg/gprolog/usr/bin 2>/dev/null && rm -f gplc hexgplc gprolog pl2wam wam2ma ma2asm fd2c); \
# rmdir /tmp/gprolog/pkg/gprolog/usr/bin 2>/dev/null; \
# fi || exit 0;
# if test /tmp/gprolog/pkg/gprolog/usr/bin != none; then \
# ./mkinstalldirs /tmp/gprolog/pkg/gprolog/usr/bin; \
# (cd /tmp/gprolog/pkg/gprolog/usr/bin ; ln -s -f /tmp/gprolog/pkg/gprolog/usr/share/gprolog/bin/* .); \
# fi
# mkdir /tmp/gprolog/pkg/gprolog/usr/share/gprolog/ExamplesC
# mkdir /tmp/gprolog/pkg/gprolog/usr/bin
# mkdir /tmp/gprolog/pkg/gprolog/usr/share/gprolog/ExamplesFD
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "gprolog"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: gprolog 1.4.4-1 (Wed Aug 24 12:14:55 UTC 2016)

CMD: pacman --query --file gprolog-1.4.4-1-x86_64.pkg.tar.xz
# gprolog 1.4.4-1

Creating hybrid package for 'gprolog'

Trying to find vanilla package 'gprolog'...

CMD: pacman --query --file /mirror/gprolog-1.4.4-1.pkg.tar.xz
# gprolog 1.4.4-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/gplc
# /usr/bin/ma2asm
# /usr/bin/gprolog
# /usr/bin/pl2wam
# /usr/bin/fd2c
# /usr/bin/hexgplc
# /usr/bin/wam2ma
# /usr/share/gprolog/NEWS
# /usr/share/gprolog/COPYING
# /usr/share/gprolog/gprolog.ico
# /usr/share/gprolog/README
# /usr/share/gprolog/ChangeLog
# /usr/share/gprolog/VERSION
# /usr/share/gprolog/bin/gplc
# /usr/share/gprolog/bin/ma2asm
# /usr/share/gprolog/bin/gprolog
# /usr/share/gprolog/bin/pl2wam
# /usr/share/gprolog/bin/fd2c
# /usr/share/gprolog/bin/hexgplc
# /usr/share/gprolog/bin/wam2ma
# /usr/share/gprolog/ExamplesFD/magic.pl
# /usr/share/gprolog/ExamplesFD/langford.pl
# /usr/share/gprolog/ExamplesFD/Makefile
# /usr/share/gprolog/ExamplesFD/gardner.pl
# /usr/share/gprolog/ExamplesFD/bqueens.pl
# /usr/share/gprolog/ExamplesFD/interval.pl
# /usr/share/gprolog/ExamplesFD/srq.pl
# /usr/share/gprolog/ExamplesFD/queens_fd.fd
# /usr/share/gprolog/ExamplesFD/bpigeon.pl
# /usr/share/gprolog/ExamplesFD/bridge.pl
# /usr/share/gprolog/ExamplesFD/bridge1.pl
# /usr/share/gprolog/ExamplesFD/crypta.pl
# /usr/share/gprolog/ExamplesFD/qg5.pl
# /usr/share/gprolog/ExamplesFD/donald.pl
# /usr/share/gprolog/ExamplesFD/array.pl
# /usr/share/gprolog/ExamplesFD/eq10.pl
# /usr/share/gprolog/ExamplesFD/bsend.pl
# /usr/share/gprolog/ExamplesFD/bschur.pl
# /usr/share/gprolog/ExamplesFD/digit8.pl
# /usr/share/gprolog/ExamplesFD/cars.pl
# /usr/share/gprolog/ExamplesFD/send.pl
# /usr/share/gprolog/ExamplesFD/bramsey.pl
# /usr/share/gprolog/ExamplesFD/alpha.pl
# /usr/share/gprolog/ExamplesFD/magsq.pl
# /usr/share/gprolog/ExamplesFD/queens.pl
# /usr/share/gprolog/ExamplesFD/multipl.pl
# /usr/share/gprolog/ExamplesFD/eq20.pl
# /usr/share/gprolog/ExamplesFD/five.pl
# /usr/share/gprolog/ExamplesFD/square.pl
# /usr/share/gprolog/ExamplesFD/partit.pl
# /usr/share/gprolog/ExamplesFD/bdiag.pl
# /usr/share/gprolog/ExamplesFD/bdonald.pl
# /usr/share/gprolog/ExamplesPl/reducer.pl
# /usr/share/gprolog/ExamplesPl/Makefile
# /usr/share/gprolog/ExamplesPl/queensn.pl
# /usr/share/gprolog/ExamplesPl/tak_gvar.pl
# /usr/share/gprolog/ExamplesPl/sendmore.pl
# /usr/share/gprolog/ExamplesPl/crypt.pl
# /usr/share/gprolog/ExamplesPl/poly_10.pl
# /usr/share/gprolog/ExamplesPl/zebra.pl
# /usr/share/gprolog/ExamplesPl/PROGS
# /usr/share/gprolog/ExamplesPl/ham.pl
# /usr/share/gprolog/ExamplesPl/hook.pl
# /usr/share/gprolog/ExamplesPl/browse.pl
# /usr/share/gprolog/ExamplesPl/README
# /usr/share/gprolog/ExamplesPl/boyer.pl
# /usr/share/gprolog/ExamplesPl/qsort.pl
# /usr/share/gprolog/ExamplesPl/sdda.pl
# /usr/share/gprolog/ExamplesPl/nrev.pl
# /usr/share/gprolog/ExamplesPl/queens.pl
# /usr/share/gprolog/ExamplesPl/chat_parser.pl
# /usr/share/gprolog/ExamplesPl/query.pl
# /usr/share/gprolog/ExamplesPl/meta_qsort.pl
# /usr/share/gprolog/ExamplesPl/common.pl
# /usr/share/gprolog/ExamplesPl/tak.pl
# /usr/share/gprolog/ExamplesPl/cal.pl
# /usr/share/gprolog/ExamplesPl/nand.pl
# /usr/share/gprolog/doc/logo.pdf
# /usr/share/gprolog/doc/logo.eps
# /usr/share/gprolog/doc/compil-scheme.pdf
# /usr/share/gprolog/doc/compil-scheme.eps
# /usr/share/gprolog/doc/debug-box.eps
# /usr/share/gprolog/doc/gprolog.ps
# /usr/share/gprolog/doc/gprolog.html
# /usr/share/gprolog/doc/debug-box.pdf
# /usr/share/gprolog/doc/contents_motif.gif
# /usr/share/gprolog/doc/gprolog.dvi
# /usr/share/gprolog/doc/gprolog.pdf
# /usr/share/gprolog/doc/gprolog.chm
# /usr/share/gprolog/doc/Html/gprolog029.html
# /usr/share/gprolog/doc/Html/gprolog017.html
# /usr/share/gprolog/doc/Html/gprolog059.html
# /usr/share/gprolog/doc/Html/gprolog051.html
# /usr/share/gprolog/doc/Html/gprolog033.html
# /usr/share/gprolog/doc/Html/gprolog036.html
# /usr/share/gprolog/doc/Html/gprolog056.html
# /usr/share/gprolog/doc/Html/next_motif.gif
# /usr/share/gprolog/doc/Html/gprolog060.html
# /usr/share/gprolog/doc/Html/gprolog003.html
# /usr/share/gprolog/doc/Html/gprolog006.html
# /usr/share/gprolog/doc/Html/gprolog055.html
# /usr/share/gprolog/doc/Html/index.html
# /usr/share/gprolog/doc/Html/gprolog044.html
# /usr/share/gprolog/doc/Html/gprolog032.html
# /usr/share/gprolog/doc/Html/gprolog041.html
# /usr/share/gprolog/doc/Html/gprolog050.html
# /usr/share/gprolog/doc/Html/gprolog065.html
# /usr/share/gprolog/doc/Html/gprolog019.html
# /usr/share/gprolog/doc/Html/gprolog066.html
# /usr/share/gprolog/doc/Html/gprolog057.html
# /usr/share/gprolog/doc/Html/gprolog013.html
# /usr/share/gprolog/doc/Html/gprolog005.html
# /usr/share/gprolog/doc/Html/gprolog030.html
# /usr/share/gprolog/doc/Html/gprolog004.html
# /usr/share/gprolog/doc/Html/gprolog022.html
# /usr/share/gprolog/doc/Html/gprolog010.html
# /usr/share/gprolog/doc/Html/gprolog012.html
# /usr/share/gprolog/doc/Html/gprolog053.html
# /usr/share/gprolog/doc/Html/gprolog011.html
# /usr/share/gprolog/doc/Html/gprolog040.html
# /usr/share/gprolog/doc/Html/gprolog069.html
# /usr/share/gprolog/doc/Html/gprolog072.html
# /usr/share/gprolog/doc/Html/gprolog025.html
# /usr/share/gprolog/doc/Html/gprolog061.html
# /usr/share/gprolog/doc/Html/gprolog020.html
# /usr/share/gprolog/doc/Html/gprolog027.html
# /usr/share/gprolog/doc/Html/gprolog035.html
# /usr/share/gprolog/doc/Html/gprolog015.html
# /usr/share/gprolog/doc/Html/gprolog070.html
# /usr/share/gprolog/doc/Html/gprolog026.html
# /usr/share/gprolog/doc/Html/gprolog042.html
# /usr/share/gprolog/doc/Html/gprolog023.html
# /usr/share/gprolog/doc/Html/gprolog054.html
# /usr/share/gprolog/doc/Html/gprolog048.html
# /usr/share/gprolog/doc/Html/gprolog071.html
# /usr/share/gprolog/doc/Html/gprolog049.html
# /usr/share/gprolog/doc/Html/gprolog034.html
# /usr/share/gprolog/doc/Html/gprolog002.html
# /usr/share/gprolog/doc/Html/gprolog058.html
# /usr/share/gprolog/doc/Html/gprolog067.html
# /usr/share/gprolog/doc/Html/gprolog063.html
# /usr/share/gprolog/doc/Html/gprolog031.html
# /usr/share/gprolog/doc/Html/gprolog007.html
# /usr/share/gprolog/doc/Html/gprolog043.html
# /usr/share/gprolog/doc/Html/contents_motif.gif
# /usr/share/gprolog/doc/Html/gprolog073.html
# /usr/share/gprolog/doc/Html/gprolog046.html
# /usr/share/gprolog/doc/Html/gprolog-idx.html
# /usr/share/gprolog/doc/Html/gprolog018.html
# /usr/share/gprolog/doc/Html/gprolog039.html
# /usr/share/gprolog/doc/Html/gprolog024.html
# /usr/share/gprolog/doc/Html/gprolog016.html
# /usr/share/gprolog/doc/Html/gprolog038.html
# /usr/share/gprolog/doc/Html/gprolog068.html
# /usr/share/gprolog/doc/Html/gprolog047.html
# /usr/share/gprolog/doc/Html/gprolog.css
# /usr/share/gprolog/doc/Html/gprolog062.html
# /usr/share/gprolog/doc/Html/gprolog045.html
# /usr/share/gprolog/doc/Html/gprolog052.html
# /usr/share/gprolog/doc/Html/gprolog028.html
# /usr/share/gprolog/doc/Html/gprolog021.html
# /usr/share/gprolog/doc/Html/gprolog037.html
# /usr/share/gprolog/doc/Html/gprolog008.html
# /usr/share/gprolog/doc/Html/previous_motif.gif
# /usr/share/gprolog/doc/Html/gprolog064.html
# /usr/share/gprolog/doc/Html/gprolog014.html
# /usr/share/gprolog/doc/Html/gprolog001.html
# /usr/share/gprolog/doc/Html/gprolog009.html
# /usr/share/gprolog/lib/all_fd_bips.o
# /usr/share/gprolog/lib/libengine_fd.a
# /usr/share/gprolog/lib/liblinedit.a
# /usr/share/gprolog/lib/libbips_pl.a
# /usr/share/gprolog/lib/top_level.o
# /usr/share/gprolog/lib/libbips_fd.a
# /usr/share/gprolog/lib/all_pl_bips.o
# /usr/share/gprolog/lib/debugger.o
# /usr/share/gprolog/lib/libengine_pl.a
# /usr/share/gprolog/include/fd_to_c.h
# /usr/share/gprolog/include/gprolog.h
# /usr/share/gprolog/ExamplesC/examp_c.c
# /usr/share/gprolog/ExamplesC/Makefile
# /usr/share/gprolog/ExamplesC/new_main.pl
# /usr/share/gprolog/ExamplesC/examp.pl
# /usr/share/gprolog/ExamplesC/new_main_c.c
# /usr/share/gprolog/ExamplesC/README

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/gprolog.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/gprolog.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/gprolog/src/gprolog-1.4.4/src/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 gprolog configure 1.4.4, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --localstatedir=/var
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = f90f69666376
# 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:2710: checking for x86_64-unknown-linux-gcc
# configure:2740: result: no
# configure:2750: checking for gcc
# configure:2766: found /usr/sbin/gcc
# configure:2777: result: gcc
# configure:3006: checking for C compiler version
# configure:3015: 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:3026: $? = 0
# configure:3015: 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:3026: $? = 0
# configure:3015: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3026: $? = 1
# configure:3015: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3026: $? = 1
# configure:3046: checking whether the C compiler works
# configure:3068: gcc conftest.c >&5
# configure:3072: $? = 0
# configure:3120: result: yes
# configure:3123: checking for C compiler default output file name
# configure:3125: result: a.out
# configure:3131: checking for suffix of executables
# configure:3138: gcc -o conftest conftest.c >&5
# configure:3142: $? = 0
# configure:3164: result:
# configure:3186: checking whether we are cross compiling
# configure:3194: gcc -o conftest conftest.c >&5
# configure:3198: $? = 0
# configure:3205: ./conftest
# configure:3209: $? = 0
# configure:3224: result: no
# configure:3229: checking for suffix of object files
# configure:3251: gcc -c conftest.c >&5
# configure:3255: $? = 0
# configure:3276: result: o
# configure:3280: checking whether we are using the GNU C compiler
# configure:3299: gcc -c conftest.c >&5
# configure:3299: $? = 0
# configure:3308: result: yes
# configure:3317: checking whether gcc accepts -g
# configure:3337: gcc -c -g conftest.c >&5
# configure:3337: $? = 0
# configure:3378: result: yes
# configure:3395: checking for gcc option to accept ISO C89
# configure:3459: gcc -c conftest.c >&5
# configure:3459: $? = 0
# configure:3472: result: none needed
# configure:3526: checking build system type
# configure:3540: result: x86_64-unknown-linux-gnu
# configure:3560: checking host system type
# configure:3573: result: x86_64-unknown-linux-gnu
# configure:3747: checking for x86_64-unknown-linux-as
# configure:3777: result: no
# configure:3787: checking for as
# configure:3803: found /usr/sbin/as
# configure:3814: result: as
# configure:3839: checking for x86_64-unknown-linux-ranlib
# configure:3869: result: no
# configure:3879: checking for ranlib
# configure:3895: found /usr/sbin/ranlib
# configure:3906: result: ranlib
# configure:3936: checking for x86_64-unknown-linux-windres
# configure:3966: result: no
# configure:3976: checking for windres
# configure:4006: result: no
# configure:4033: checking for x86_64-unknown-linux-ar
# configure:4063: result: no
# configure:4073: checking for ar
# configure:4089: found /usr/sbin/ar
# configure:4100: result: ar
# configure:4127: checking for x86_64-unknown-linux-strip
# configure:4157: result: no
# configure:4167: checking for strip
# configure:4183: found /usr/sbin/strip
# configure:4194: result: strip
# configure:4220: checking whether make sets $(MAKE)
# configure:4242: result: yes
# configure:4265: checking for a BSD-compatible install
# configure:4333: result: /usr/bin/install -c
# configure:4344: checking whether ln -s works
# configure:4348: result: yes
# configure:4492: checking how to run the C preprocessor
# configure:4523: gcc -E conftest.c
# configure:4523: $? = 0
# configure:4537: gcc -E conftest.c
# conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4537: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gprolog"
# | #define PACKAGE_TARNAME "gprolog"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "gprolog 1.4.4"
# | #define PACKAGE_BUGREPORT "bug-prolog@gnu.org"
# | #define PACKAGE_URL "www.gprolog.org"
# | #define NO_USE_EBP 1
# | #define M_x86_64 1
# | #define M_linux 1
# | #define M_x86_64_linux 1
# | /* end confdefs.h. */
# | #include
# configure:4562: result: gcc -E
# configure:4582: gcc -E conftest.c
# configure:4582: $? = 0
# configure:4596: gcc -E conftest.c
# conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gprolog"
# | #define PACKAGE_TARNAME "gprolog"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "gprolog 1.4.4"
# | #define PACKAGE_BUGREPORT "bug-prolog@gnu.org"
# | #define PACKAGE_URL "www.gprolog.org"
# | #define NO_USE_EBP 1
# | #define M_x86_64 1
# | #define M_linux 1
# | #define M_x86_64_linux 1
# | /* end confdefs.h. */
# | #include
# configure:4625: checking for grep that handles long lines and -e
# configure:4683: result: /usr/sbin/grep
# configure:4688: checking for egrep
# configure:4750: result: /usr/sbin/grep -E
# configure:4755: checking for ANSI C header files
# configure:4775: gcc -c conftest.c >&5
# configure:4775: $? = 0
# configure:4848: gcc -o conftest conftest.c >&5
# configure:4848: $? = 0
# configure:4848: ./conftest
# configure:4848: $? = 0
# configure:4859: result: yes
# configure:4872: checking for sys/types.h
# configure:4872: gcc -c conftest.c >&5
# configure:4872: $? = 0
# configure:4872: result: yes
# configure:4872: checking for sys/stat.h
# configure:4872: gcc -c conftest.c >&5
# configure:4872: $? = 0
# configure:4872: result: yes
# configure:4872: checking for stdlib.h
# configure:4872: gcc -c conftest.c >&5
# configure:4872: $? = 0
# configure:4872: result: yes
# configure:4872: checking for string.h
# configure:4872: gcc -c conftest.c >&5
# configure:4872: $? = 0
# configure:4872: result: yes
# configure:4872: checking for memory.h
# configure:4872: gcc -c conftest.c >&5
# configure:4872: $? = 0
# configure:4872: result: yes
# configure:4872: checking for strings.h
# configure:4872: gcc -c conftest.c >&5
# configure:4872: $? = 0
# configure:4872: result: yes
# configure:4872: checking for inttypes.h
# configure:4872: gcc -c conftest.c >&5
# configure:4872: $? = 0
# configure:4872: result: yes
# configure:4872: checking for stdint.h
# configure:4872: gcc -c conftest.c >&5
# configure:4872: $? = 0
# configure:4872: result: yes
# configure:4872: checking for unistd.h
# configure:4872: gcc -c conftest.c >&5
# configure:4872: $? = 0
# configure:4872: result: yes
# configure:4884: checking whether byte ordering is bigendian
# configure:4899: gcc -c conftest.c >&5
# conftest.c:24:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:24:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:24:15: error: unknown type name 'universal'
# configure:4899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gprolog"
# | #define PACKAGE_TARNAME "gprolog"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "gprolog 1.4.4"
# | #define PACKAGE_BUGREPORT "bug-prolog@gnu.org"
# | #define PACKAGE_URL "www.gprolog.org"
# | #define NO_USE_EBP 1
# | #define M_x86_64 1
# | #define M_linux 1
# | #define M_x86_64_linux 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
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:4944: gcc -c conftest.c >&5
# configure:4944: $? = 0
# configure:4962: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:30:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:30:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:4962: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gprolog"
# | #define PACKAGE_TARNAME "gprolog"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "gprolog 1.4.4"
# | #define PACKAGE_BUGREPORT "bug-prolog@gnu.org"
# | #define PACKAGE_URL "www.gprolog.org"
# | #define NO_USE_EBP 1
# | #define M_x86_64 1
# | #define M_linux 1
# | #define M_x86_64_linux 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
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:5090: result: no
# configure:5112: checking for inline
# configure:5128: gcc -c conftest.c >&5
# configure:5128: $? = 0
# configure:5136: result: inline
# configure:5229: checking size of long
# configure:5234: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5234: $? = 0
# configure:5234: ./conftest
# configure:5234: $? = 0
# configure:5248: result: 8
# configure:5262: checking size of void*
# configure:5267: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5267: $? = 0
# configure:5267: ./conftest
# configure:5267: $? = 0
# configure:5281: result: 8
# configure:5294: checking sys/ioctl_compat.h usability
# configure:5294: gcc -c -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# conftest.c:58:30: fatal error: sys/ioctl_compat.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5294: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gprolog"
# | #define PACKAGE_TARNAME "gprolog"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "gprolog 1.4.4"
# | #define PACKAGE_BUGREPORT "bug-prolog@gnu.org"
# | #define PACKAGE_URL "www.gprolog.org"
# | #define NO_USE_EBP 1
# | #define M_x86_64 1
# | #define M_linux 1
# | #define M_x86_64_linux 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 SIZEOF_LONG 8
# | #define SIZEOF_VOIDP 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5294: result: no
# configure:5294: checking sys/ioctl_compat.h presence
# configure:5294: gcc -E conftest.c
# conftest.c:25:30: fatal error: sys/ioctl_compat.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5294: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gprolog"
# | #define PACKAGE_TARNAME "gprolog"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "gprolog 1.4.4"
# | #define PACKAGE_BUGREPORT "bug-prolog@gnu.org"
# | #define PACKAGE_URL "www.gprolog.org"
# | #define NO_USE_EBP 1
# | #define M_x86_64 1
# | #define M_linux 1
# | #define M_x86_64_linux 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 SIZEOF_LONG 8
# | #define SIZEOF_VOIDP 8
# | /* end confdefs.h. */
# | #include
# configure:5294: result: no
# configure:5294: checking for sys/ioctl_compat.h
# configure:5294: result: no
# configure:5294: checking sys/siginfo.h usability
# configure:5294: gcc -c -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# conftest.c:58:25: fatal error: sys/siginfo.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5294: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gprolog"
# | #define PACKAGE_TARNAME "gprolog"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "gprolog 1.4.4"
# | #define PACKAGE_BUGREPORT "bug-prolog@gnu.org"
# | #define PACKAGE_URL "www.gprolog.org"
# | #define NO_USE_EBP 1
# | #define M_x86_64 1
# | #define M_linux 1
# | #define M_x86_64_linux 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 SIZEOF_LONG 8
# | #define SIZEOF_VOIDP 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5294: result: no
# configure:5294: checking sys/siginfo.h presence
# configure:5294: gcc -E conftest.c
# conftest.c:25:25: fatal error: sys/siginfo.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5294: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gprolog"
# | #define PACKAGE_TARNAME "gprolog"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "gprolog 1.4.4"
# | #define PACKAGE_BUGREPORT "bug-prolog@gnu.org"
# | #define PACKAGE_URL "www.gprolog.org"
# | #define NO_USE_EBP 1
# | #define M_x86_64 1
# | #define M_linux 1
# | #define M_x86_64_linux 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 SIZEOF_LONG 8
# | #define SIZEOF_VOIDP 8
# | /* end confdefs.h. */
# | #include
# configure:5294: result: no
# configure:5294: checking for sys/siginfo.h
# configure:5294: result: no
# configure:5294: checking termios.h usability
# configure:5294: gcc -c -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5294: $? = 0
# configure:5294: result: yes
# configure:5294: checking termios.h presence
# configure:5294: gcc -E conftest.c
# configure:5294: $? = 0
# configure:5294: result: yes
# configure:5294: checking for termios.h
# configure:5294: result: yes
# configure:5294: checking malloc.h usability
# configure:5294: gcc -c -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5294: $? = 0
# configure:5294: result: yes
# configure:5294: checking malloc.h presence
# configure:5294: gcc -E conftest.c
# configure:5294: $? = 0
# configure:5294: result: yes
# configure:5294: checking for malloc.h
# configure:5294: result: yes
# configure:5294: checking endian.h usability
# configure:5294: gcc -c -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5294: $? = 0
# configure:5294: result: yes
# configure:5294: checking endian.h presence
# configure:5294: gcc -E conftest.c
# configure:5294: $? = 0
# configure:5294: result: yes
# configure:5294: checking for endian.h
# configure:5294: result: yes
# configure:5294: checking sys/endian.h usability
# configure:5294: gcc -c -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# conftest.c:61:24: fatal error: sys/endian.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5294: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gprolog"
# | #define PACKAGE_TARNAME "gprolog"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "gprolog 1.4.4"
# | #define PACKAGE_BUGREPORT "bug-prolog@gnu.org"
# | #define PACKAGE_URL "www.gprolog.org"
# | #define NO_USE_EBP 1
# | #define M_x86_64 1
# | #define M_linux 1
# | #define M_x86_64_linux 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 SIZEOF_LONG 8
# | #define SIZEOF_VOIDP 8
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_ENDIAN_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5294: result: no
# configure:5294: checking sys/endian.h presence
# configure:5294: gcc -E conftest.c
# conftest.c:28:24: fatal error: sys/endian.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5294: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gprolog"
# | #define PACKAGE_TARNAME "gprolog"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "gprolog 1.4.4"
# | #define PACKAGE_BUGREPORT "bug-prolog@gnu.org"
# | #define PACKAGE_URL "www.gprolog.org"
# | #define NO_USE_EBP 1
# | #define M_x86_64 1
# | #define M_linux 1
# | #define M_x86_64_linux 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 SIZEOF_LONG 8
# | #define SIZEOF_VOIDP 8
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_ENDIAN_H 1
# | /* end confdefs.h. */
# | #include
# configure:5294: result: no
# configure:5294: checking for sys/endian.h
# configure:5294: result: no
# configure:5294: checking byteswap.h usability
# configure:5294: gcc -c -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5294: $? = 0
# configure:5294: result: yes
# configure:5294: checking byteswap.h presence
# configure:5294: gcc -E conftest.c
# configure:5294: $? = 0
# configure:5294: result: yes
# configure:5294: checking for byteswap.h
# configure:5294: result: yes
# configure:5294: checking float.h usability
# configure:5294: gcc -c -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5294: $? = 0
# configure:5294: result: yes
# configure:5294: checking float.h presence
# configure:5294: gcc -E conftest.c
# configure:5294: $? = 0
# configure:5294: result: yes
# configure:5294: checking for float.h
# configure:5294: result: yes
# configure:5310: checking for stdlib.h
# configure:5310: result: yes
# configure:5310: checking for unistd.h
# configure:5310: result: yes
# configure:5310: checking for sys/param.h
# configure:5310: gcc -c -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5310: $? = 0
# configure:5310: result: yes
# configure:5330: checking for getpagesize
# configure:5330: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5339: checking for working mmap
# configure:5486: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5486: $? = 0
# configure:5486: ./conftest
# configure:5486: $? = 0
# configure:5496: result: yes
# configure:5509: checking for getpagesize
# configure:5509: result: yes
# configure:5509: checking for mprotect
# configure:5509: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5509: $? = 0
# configure:5509: result: yes
# configure:5509: checking for sigaction
# configure:5509: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5509: $? = 0
# configure:5509: result: yes
# configure:5509: checking for mallopt
# configure:5509: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5509: $? = 0
# configure:5509: result: yes
# configure:5509: checking for fgetc
# configure:5509: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5509: $? = 0
# configure:5509: result: yes
# configure:5518: checking whether htole32 is declared
# configure:5518: gcc -c -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5518: $? = 0
# configure:5518: result: yes
# configure:5542: checking whether bswap_32 is declared
# configure:5542: gcc -c -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5542: $? = 0
# configure:5542: result: yes
# configure:5573: checking for atanh
# configure:5573: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c -lm >&5
# conftest.c:65:6: warning: conflicting types for built-in function 'atanh'
# char atanh ();
# ^~~~~
# configure:5573: $? = 0
# configure:5573: result: yes
# configure:5573: checking for acosh
# configure:5573: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c -lm >&5
# conftest.c:66:6: warning: conflicting types for built-in function 'acosh'
# char acosh ();
# ^~~~~
# configure:5573: $? = 0
# configure:5573: result: yes
# configure:5573: checking for asinh
# configure:5573: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c -lm >&5
# conftest.c:67:6: warning: conflicting types for built-in function 'asinh'
# char asinh ();
# ^~~~~
# configure:5573: $? = 0
# configure:5573: result: yes
# configure:5586: checking for socklen_t
# configure:5602: gcc -c -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5602: $? = 0
# configure:5603: result: yes
# configure:5643: checking if struct sigcontext needs asm/sigcontext.h
# configure:5658: gcc -c -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c >&5
# configure:5658: $? = 0
# configure:5659: result: no
# configure:5673: checking for sigsetjmp
# configure:5686: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c -lm >&5
# configure:5686: $? = 0
# configure:5687: result: yes
# configure:5701: checking for a working sigaction
# configure:5707: result: yes
# configure:5719: checking constructors execution order
# configure:5731: result: first to last
# configure:5788: checking for socket
# configure:5788: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c -lm >&5
# configure:5788: $? = 0
# configure:5788: result: yes
# configure:5837: checking for gethostbyname
# configure:5837: gcc -o conftest -fno-strict-aliasing -O3 -fomit-frame-pointer conftest.c -lm >&5
# configure:5837: $? = 0
# configure:5837: result: yes
# configure:6346: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by gprolog config.status 1.4.4, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on f90f69666376
#
# config.status:966: creating Makefile
# config.status:966: creating TopComp/Makefile
# config.status:966: creating Pl2Wam/Makefile
# config.status:966: creating Wam2Ma/Makefile
# config.status:966: creating Ma2Asm/Makefile
# config.status:966: creating Fd2C/Makefile
# config.status:966: creating Linedit/Makefile
# config.status:966: creating W32GUICons/Makefile
# config.status:966: creating EnginePl/Makefile
# config.status:966: creating BipsPl/Makefile
# config.status:966: creating EngineFD/Makefile
# config.status:966: creating BipsFD/Makefile
# config.status:966: creating Ma2Asm/FromC/Makefile
# config.status:966: creating Win32/Makefile
# config.status:966: creating Win32/gp-setup.iss
# config.status:966: creating EnginePl/gp_config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_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_func_acosh=yes
# ac_cv_func_asinh=yes
# ac_cv_func_atanh=yes
# ac_cv_func_fgetc=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_mallopt=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_mprotect=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_socket=yes
# ac_cv_have_decl_bswap_32=yes
# ac_cv_have_decl_htole32=yes
# ac_cv_header_byteswap_h=yes
# ac_cv_header_endian_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_malloc_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_endian_h=no
# ac_cv_header_sys_ioctl_compat_h=no
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_siginfo_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_termios_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_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_AS=as
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof_long=8
# ac_cv_sizeof_voidp=8
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AR='ar'
# AR_RC='ar rc '
# AR_SEP=' '
# AS='as'
# ASFLAGS='--64'
# ASM_SUFFIX='.s'
# BIN_FILES=' gplc hexgplc gprolog pl2wam wam2ma ma2asm fd2c'
# CC='gcc'
# CC_EXE_NAME_OPT='-o '
# CC_OBJ_NAME_OPT='-o '
# CFLAGS='-O3 -fomit-frame-pointer'
# CFLAGS_MACHINE=' -fno-strict-aliasing'
# CFLAGS_PREFIX_REG='-ffixed-%s'
# CFLAGS_UNSIGNED_CHAR='-funsigned-char'
# CPP='gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DLL_W32GUICONS='w32guicons.dll'
# DOC_DIR='/usr/gprolog-1.4.4/doc'
# DOC_FILES='???*.dvi ???*.ps ???*.pdf ???*.chm ???*.eps ???*.html ???*.gif'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ENV_VARIABLE='PL_PATH'
# EXAMPLES_DIR='/usr/gprolog-1.4.4/examples'
# EXC_FILES='Makefile README ??*.pl ??*_c.c'
# EXEEXT=''
# EXE_SUFFIX=''
# EXFD_FILES='Makefile ??*.pl ??*.fd'
# EXPL_FILES='Makefile README PROGS ??*.pl'
# GPLC='gplc'
# GREP='/usr/sbin/grep'
# HEXGPLC='hexgplc'
# HTML_DIR='/usr/gprolog-1.4.4/doc/html_node'
# HTML_FILES='???*.html ???*.gif ???*.css'
# INC_FILES='gprolog.h fd_to_c.h'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_DIR='/usr/gprolog-1.4.4'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LD='gcc'
# LDFLAGS=''
# LDGUILIBS=''
# LDLIBS='-lm'
# LD_DLL_OPT='-shared'
# LD_OUT_NAME_OPT='-o '
# LIBOBJS=''
# LIBS=' -lm'
# LIB_BIPS_FD='libbips_fd.a'
# LIB_BIPS_PL='libbips_pl.a'
# LIB_ENGINE_FD='libengine_fd.a'
# LIB_ENGINE_PL='libengine_pl.a'
# LIB_FILES='libengine_pl.a libbips_pl.a liblinedit.a libengine_fd.a libbips_fd.a'
# LIB_LINEDIT='liblinedit.a'
# LINKS_DIR='/usr/bin'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKE_ENGINE1_SRC='engine1.c'
# MAKE_FD_DIRS='$(FD_DIRS)'
# MAKE_LE_DIRS='$(LE_DIRS)'
# MAKE_LE_INTERF_OBJS='$(LE_INTERF_OBJS)'
# MAKE_SOCKETS_OBJS='$(SOCKETS_OBJS)'
# MAKE_W32GC_DIRS=''
# OBJEXT='o'
# OBJ_FILES=' top_level.o all_pl_bips.o debugger.o all_fd_bips.o'
# OBJ_SUFFIX='.o'
# PACKAGE_BUGREPORT='bug-prolog@gnu.org'
# PACKAGE_NAME='gprolog'
# PACKAGE_STRING='gprolog 1.4.4'
# PACKAGE_TARNAME='gprolog'
# PACKAGE_URL='www.gprolog.org'
# PACKAGE_VERSION='1.4.4'
# PATH_SEPARATOR=':'
# PKG_NAME='gprolog-1.4.4'
# PROLOG_COPYRIGHT='Copyright (C) 1999-2013 Daniel Diaz'
# PROLOG_DATE='Aug 24 2016'
# PROLOG_DIALECT='gprolog'
# PROLOG_NAME='GNU Prolog'
# PROLOG_VERSION='1.4.4'
# RANLIB='ranlib'
# RC=''
# RCFLAGS='-O coff'
# RC_OUT_NAME_OPT='-o '
# ROOT_DIR1='/tmp/gprolog/src/gprolog-1.4.4'
# ROOT_DIR='/tmp/gprolog/src/gprolog-1.4.4'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TOP_LEVEL='gprolog'
# TOP_LEVEL_FLAGS=''
# TXT_FILES='README COPYING VERSION NEWS ChangeLog gprolog.ico'
# WIN_AS_FOUND=''
# WIN_CC_VER=''
# WIN_CONF_OPT=' --host=x86_64-unknown-linux'
# WIN_TMP_DIR=''
# WITH_MSVC='no'
# ac_ct_CC='gcc'
# 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='/usr'
# 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'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "gprolog"
# #define PACKAGE_TARNAME "gprolog"
# #define PACKAGE_VERSION "1.4.4"
# #define PACKAGE_STRING "gprolog 1.4.4"
# #define PACKAGE_BUGREPORT "bug-prolog@gnu.org"
# #define PACKAGE_URL "www.gprolog.org"
# #define NO_USE_EBP 1
# #define M_x86_64 1
# #define M_linux 1
# #define M_x86_64_linux 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 SIZEOF_LONG 8
# #define SIZEOF_VOIDP 8
# #define HAVE_TERMIOS_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_ENDIAN_H 1
# #define HAVE_BYTESWAP_H 1
# #define HAVE_FLOAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MPROTECT 1
# #define HAVE_SIGACTION 1
# #define HAVE_MALLOPT 1
# #define HAVE_FGETC 1
# #define HAVE_DECL_HTOLE32 1
# #define HAVE_DECL_BSWAP_32 1
# #define HAVE_ATANH 1
# #define HAVE_ACOSH 1
# #define HAVE_ASINH 1
# #define HAVE_SIGSETJMP 1
# #define HAVE_WORKING_SIGACTION 1
# #define OBJ_CHAIN_REVERSE_ORDER 1
# #define NO_USE_GUI_CONSOLE 1
# #define PROLOG_NAME "GNU Prolog"
# #define PROLOG_DIALECT "gprolog"
# #define PROLOG_VERSION "1.4.4"
# #define PROLOG_DATE "Aug 24 2016"
# #define PROLOG_COPYRIGHT "Copyright (C) 1999-2013 Daniel Diaz"
# #define TOP_LEVEL "gprolog"
# #define GPLC "gplc"
# #define HEXGPLC "hexgplc"
# #define ENV_VARIABLE "PL_PATH"
# #define M_CPU "x86_64"
# #define M_VENDOR "unknown"
# #define M_OS "linux-gnu"
# #define CC "gcc"
# #define CFLAGS_PREFIX_REG "-ffixed-%s"
# #define CFLAGS "-O3 -fomit-frame-pointer"
# #define CFLAGS_MACHINE " -fno-strict-aliasing"
# #define LDFLAGS ""
# #define LDLIBS "-lm"
# #define AS "as"
# #define ASFLAGS "--64"
# #define STRIP "strip"
# #define ASM_SUFFIX ".s"
# #define OBJ_SUFFIX ".o"
# #define EXE_SUFFIX ""
# #define CC_OBJ_NAME_OPT "-o "
# #define CC_EXE_NAME_OPT "-o "
# #define DLL_W32GUICONS "w32guicons.dll"
# #define LIB_LINEDIT "liblinedit.a"
# #define LIB_ENGINE_PL "libengine_pl.a"
# #define LIB_BIPS_PL "libbips_pl.a"
# #define LIB_ENGINE_FD "libengine_fd.a"
# #define LIB_BIPS_FD "libbips_fd.a"
#
# configure: exit 0