Build of bbe with musl toolchain

The build took 00h 01m 45s and was NOT successful.

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

SLOCLanguage
3,429 sh
1,910 ansic
1,333 makefile
6,672 total

The process tree of the build process is here.

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: bbe 0.2.2-1 (Tue Apr 4 23:08:27 UTC 2017)
# ==> 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 a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -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 features.h usability... yes
# checking features.h presence... yes
# checking for features.h... yes
# checking error.h usability... no
# checking error.h presence... no
# checking for error.h... no
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for getline... yes
# checking for getopt_long... yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for _LARGE_FILES value needed for large files... no
# checking for long file names... yes
# checking for off_t... yes
# checking for long long... yes
# checking for inline... inline
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating doc/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/bbe/src/bbe-0.2.2'
# Making all in src
# make[2]: Entering directory '/tmp/bbe/src/bbe-0.2.2/src'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -MT bbe.o -MD -MP -MF ".deps/bbe.Tpo" -c -o bbe.o bbe.c; \
# then mv -f ".deps/bbe.Tpo" ".deps/bbe.Po"; else rm -f ".deps/bbe.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -MT xmalloc.o -MD -MP -MF ".deps/xmalloc.Tpo" -c -o xmalloc.o xmalloc.c; \
# then mv -f ".deps/xmalloc.Tpo" ".deps/xmalloc.Po"; else rm -f ".deps/xmalloc.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -MT buffer.o -MD -MP -MF ".deps/buffer.Tpo" -c -o buffer.o buffer.c; \
# then mv -f ".deps/buffer.Tpo" ".deps/buffer.Po"; else rm -f ".deps/buffer.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I.. -MT execute.o -MD -MP -MF ".deps/execute.Tpo" -c -o execute.o execute.c; \
# then mv -f ".deps/execute.Tpo" ".deps/execute.Po"; else rm -f ".deps/execute.Tpo"; exit 1; fi
# execute.c:420:72: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (fseeko(c->fd,0,SEEK_SET)) panic("Cannot seek file",c->s1,strerror(errno));
# ^~~~~
# ./bbe.h:156:23: note: bbe.c:passing argument to parameter 'info' here472
# :21: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# panic(char *msg,char *info,char *syserror);
# ^
# new->s1 = xstrdup(token[1]);
# ^ ~~~~~~~~~~~~~~~~~
# buffer.c:469:18: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# write_buffer(string,(off_t) (f - string));
# ^~~~~~
# ./bbe.h:186:29: note: passing argument to parameter 'buf' here
# write_buffer(unsigned char *buf,off_t length);
# ^
# bbe.c:506:20: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strcpy(new->s1,token[1]);
# ^~~~~~~
# /sysroot/include/string.h:31:31: note: passing argument to parameter here
# char *strcpy (char *__restrict, const char *__restrict);
# ^
# bbe.c:507:20: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# strcat(new->s1,token[2]);
# ^~~~~~~
# /sysroot/include/string.h:34:31: note: passing argument to parameter here
# char *strcat (char *__restrict, const char *__restrict);
# ^
# bbe.c:514:73: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# while(*convert_strings[j] != 0 && strcmp(convert_strings[j],new->s1) != 0) j++;
# ^~~~~~~
# /sysroot/include/string.h:37:39: note: passing argument to parameter here
# int strcmp (const char *, const char *);
# ^
# execute.c:463:83: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if(fwrite(buf,1,length,c->fd) != length) panic("Cannot write to file",c->s2,strerror(errno));
# ^~~~~
# ./bbe.h:156:23: note: passing argument to parameter 'info' here
# panic(char *msg,char *info,char *syserror);
# ^
# bbe.c:564:37: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# while(*f != 0 && strchr(new->s1,*f) == NULL) f++;
# ^~~~~~~
# /sysroot/include/string.h:43:27: note: passing argument to parameter here
# char *strchr (const char *, int);
# ^
# execute.c:541:67: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if(fclose(c->fd) != 0) panic("Error closing file",c->s2,strerror(errno));
# ^~~~~
# ./bbe.h:156:23: note: passing argument to parameter 'info' here
# panic(char *msg,char *info,char *syserror);
# ^
# execute.c:544:28: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# unlink(c->s2);
# ^~~~~
# /sysroot/include/unistd.h:62:24: note: passing argument to parameter here
# int unlink(const char *);
# ^
# execute.c:549:28: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# bn_printf(file,c->s1,block_number);
# ^~~~~
# execute.c:501:28: note: passing argument to parameter 'str' here
# bn_printf(char *file,char *str,off_t block_number)
# ^
# execute.c:554:19: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# c->s2 = xstrdup(file);
# ^ ~~~~~~~~~~~~~
# execute.c:576:38: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if(find_block_w_file(c->s1,&wlen) != NULL)
# ^~~~~
# execute.c:474:25: note: passing argument to parameter 'file' here
# find_block_w_file(char *file,int *len)
# ^
# execute.c:584:35: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# c->fd = fopen(c->s1,"w");
# ^~~~~
# /sysroot/include/stdio.h:63:35: note: passing argument to parameter here
# FILE *fopen(const char *__restrict, const char *__restrict);
# ^
# execute.c:585:76: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if(c->fd == NULL) panic("Cannot open file for writing",c->s1,strerror(errno));
# ^~~~~
# ./bbe.h:156:23: note: passing argument to parameter 'info' here
# panic(char *msg,char *info,char *syserror);
# ^
# execute.c:587:37: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# c->s2 = xstrdup(c->s1);
# ^~~~~
# ./bbe.h:225:15: note: passing argument to parameter 'str' here
# xstrdup(char *str);
# ^
# execute.c:587:27: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# c->s2 = xstrdup(c->s1);
# ^ ~~~~~~~~~~~~~~
# execute.c:602:31: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# c->fd = fopen(c->s1,"r");
# ^~~~~
# /sysroot/include/stdio.h:63:35: note: passing argument to parameter here
# FILE *fopen(const char *__restrict, const char *__restrict);
# ^
# execute.c:603:72: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if(c->fd == NULL) panic("Cannot open file for reading",c->s1,strerror(errno));
# ^~~~~
# ./bbe.h:156:23: note: passing argument to parameter 'info' here
# panic(char *msg,char *info,char *syserror);
# ^
# execute.c:616:31: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# c->fd = fopen(c->s1,"r");
# ^~~~~
# /sysroot/include/stdio.h:63:35: note: passing argument to parameter here
# FILE *fopen(const char *__restrict, const char *__restrict);
# ^
# execute.c:617:72: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if(c->fd == NULL) panic("Cannot open file for reading",c->s1,strerror(errno));
# ^~~~~
# ./bbe.h:156:23: note: passing argument to parameter 'info' here
# panic(char *msg,char *info,char *syserror);
# ^
# execute.c:641:74: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if(fclose(c->fd) != 0) panic("Error in closing file",c->s2,strerror(errno));
# ^~~~~
# ./bbe.h:156:23: note: passing argument to parameter 'info' here
# panic(char *msg,char *info,char *syserror);
# ^
# execute.c:644:32: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# unlink(c->s2);
# ^~~~~
# /sysroot/include/unistd.h:62:24: note: passing argument to parameter here
# int unlink(const char *);
# ^
# In file included from execute.c:25:
# ./bbe.h:189:1: warning: inline function 'put_byte' is not defined [-Wundefined-inline]
# put_byte(unsigned char byte);
# ^
# execute.c:177:25: note: used here
# put_byte(c->s1[c->rpos - 1]);
# ^
# In file included from execute.c:25:
# ./bbe.h:219:1: warning: inline function 'read_pos' is not defined [-Wundefined-inline]
# read_pos();
# ^
# execute.c:240:55: note: used here
# if(p == out_buffer.write_pos) p = read_pos();
# ^
# In file included from execute.c:25:
# ./bbe.h:222:1: warning: inline function 'block_end_pos' is not defined [-Wundefined-inline]
# block_end_pos();
# ^
# execute.c:241:29: note: used here
# if(p == block_end_pos() && c->s1_len - 1 > i) break;
# ^
# In file included from execute.c:25:
# ./bbe.h:183:1: warning: inline function 'last_byte' is not defined [-Wundefined-inline]
# last_byte();
# ^
# execute.c:283:48: note: used here
# if(c->rpos || (last_byte() && out_buffer.block_offset == 0)) // skip first nibble
# ^
# In file included from execute.c:25:
# ./bbe.h:192:1: warning: inline function 'write_next_byte' is not defined [-Wundefined-inline]
# write_next_byte();
# ^
# execute.c:331:41: note: used here
# write_next_byte();
# ^
# In file included from execute.c:25:
# ./bbe.h:171:1: warning: inline function 'read_byte' is not defined [-Wundefined-inline]
# read_byte();
# ^
# execute.c:714:22: note: used here
# put_byte(read_byte()); // as default write current byte from input
# ^
# In file included from execute.c:25:
# ./bbe.h:174:1: warning: inline function 'get_next_byte' is not defined [-Wundefined-inline]
# get_next_byte();
# ^
# execute.c:720:42: note: used here
# if(!block_end && !inserting) get_next_byte();
# ^
# 1 warning generated.
# 24 warnings generated.
# 5 warnings generated.
# clang -I.. -o bbe bbe.o xmalloc.o buffer.o execute.o
# buffer.o:buffer.c:function find_block: error: undefined reference to 'end_of_stream'
# buffer.o:buffer.c:function find_block: error: undefined reference to 'end_of_stream'
# buffer.o:buffer.c:function find_block: error: undefined reference to 'end_of_stream'
# execute.o:execute.c:function execute_program: error: undefined reference to 'reset_rpos'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[2]: *** [Makefile:219: bbe] Error 1
# make[2]: Leaving directory '/tmp/bbe/src/bbe-0.2.2/src'
# make[1]: *** [Makefile:227: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/bbe/src/bbe-0.2.2'
# make: *** [Makefile:165: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/bbe/src/bbe-0.2.2/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 bbe configure 0.2.2, which was
# generated by GNU Autoconf 2.60. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = b3f939f210e8
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1769: checking for a BSD-compatible install
# configure:1825: result: /usr/bin/install -c
# configure:1836: checking whether build environment is sane
# configure:1879: result: yes
# configure:1944: checking for gawk
# configure:1960: found /usr/sbin/gawk
# configure:1971: result: gawk
# configure:1982: checking whether make sets $(MAKE)
# configure:2003: result: yes
# configure:2079: checking for x86_64-unknown-linux-strip
# configure:2109: result: no
# configure:2119: checking for strip
# configure:2135: found /sysroot/bin/strip
# configure:2146: result: strip
# configure:2202: checking build system type
# configure:2220: result: x86_64-unknown-linux-gnu
# configure:2242: checking host system type
# configure:2257: result: x86_64-unknown-linux-gnu
# configure:2293: checking for a BSD-compatible install
# configure:2349: result: /usr/bin/install -c
# configure:2368: checking for x86_64-unknown-linux-gcc
# configure:2395: result: clang
# configure:2673: checking for C compiler version
# configure:2680: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2683: $? = 0
# configure:2690: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2693: $? = 0
# configure:2700: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2703: $? = 1
# configure:2726: checking for C compiler default output file name
# configure:2753: clang conftest.c >&5
# configure:2756: $? = 0
# configure:2802: result: a.out
# configure:2807: checking whether the C compiler works
# configure:2817: ./a.out
# ./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:2820: $? = 127
# configure:2837: result: yes
# configure:2844: checking whether we are cross compiling
# configure:2846: result: yes
# configure:2849: checking for suffix of executables
# configure:2856: clang -o conftest conftest.c >&5
# configure:2859: $? = 0
# configure:2883: result:
# configure:2889: checking for suffix of object files
# configure:2915: clang -c conftest.c >&5
# configure:2918: $? = 0
# configure:2941: result: o
# configure:2945: checking whether we are using the GNU C compiler
# configure:2974: clang -c conftest.c >&5
# configure:2980: $? = 0
# configure:2987: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:2990: $? = 0
# configure:2997: test -s conftest.o
# configure:3000: $? = 0
# configure:3014: result: yes
# configure:3019: checking whether clang accepts -g
# configure:3049: clang -c -g conftest.c >&5
# configure:3055: $? = 0
# configure:3062: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:3065: $? = 0
# configure:3072: test -s conftest.o
# configure:3075: $? = 0
# configure:3205: result: yes
# configure:3222: checking for clang option to accept ISO C89
# configure:3296: clang -c conftest.c >&5
# configure:3302: $? = 0
# configure:3309: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:3312: $? = 0
# configure:3319: test -s conftest.o
# configure:3322: $? = 0
# configure:3342: result: none needed
# configure:3371: checking for style of include used by make
# configure:3399: result: GNU
# configure:3427: checking dependency style of clang
# configure:3517: result: gcc3
# configure:3548: checking how to run the C preprocessor
# configure:3588: clang -E conftest.c
# configure:3594: $? = 0
# configure:3632: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3638: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "bbe"
# | #define PACKAGE_TARNAME "bbe"
# | #define PACKAGE_VERSION "0.2.2"
# | #define PACKAGE_STRING "bbe 0.2.2"
# | #define PACKAGE_BUGREPORT "tjsa@iki.fi"
# | #define PACKAGE "bbe"
# | #define VERSION "0.2.2"
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# configure:3678: result: clang -E
# configure:3707: clang -E conftest.c
# configure:3713: $? = 0
# configure:3751: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3757: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "bbe"
# | #define PACKAGE_TARNAME "bbe"
# | #define PACKAGE_VERSION "0.2.2"
# | #define PACKAGE_STRING "bbe 0.2.2"
# | #define PACKAGE_BUGREPORT "tjsa@iki.fi"
# | #define PACKAGE "bbe"
# | #define VERSION "0.2.2"
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# configure:3802: checking for grep that handles long lines and -e
# configure:3876: result: /usr/sbin/grep
# configure:3881: checking for egrep
# configure:3959: result: /usr/sbin/grep -E
# configure:3964: checking for ANSI C header files
# configure:3994: clang -c conftest.c >&5
# configure:4000: $? = 0
# configure:4007: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4010: $? = 0
# configure:4017: test -s conftest.o
# configure:4020: $? = 0
# configure:4145: result: yes
# configure:4169: checking for sys/types.h
# configure:4190: clang -c conftest.c >&5
# configure:4196: $? = 0
# configure:4203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4206: $? = 0
# configure:4213: test -s conftest.o
# configure:4216: $? = 0
# configure:4229: result: yes
# configure:4169: checking for sys/stat.h
# configure:4190: clang -c conftest.c >&5
# configure:4196: $? = 0
# configure:4203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4206: $? = 0
# configure:4213: test -s conftest.o
# configure:4216: $? = 0
# configure:4229: result: yes
# configure:4169: checking for stdlib.h
# configure:4190: clang -c conftest.c >&5
# configure:4196: $? = 0
# configure:4203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4206: $? = 0
# configure:4213: test -s conftest.o
# configure:4216: $? = 0
# configure:4229: result: yes
# configure:4169: checking for string.h
# configure:4190: clang -c conftest.c >&5
# configure:4196: $? = 0
# configure:4203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4206: $? = 0
# configure:4213: test -s conftest.o
# configure:4216: $? = 0
# configure:4229: result: yes
# configure:4169: checking for memory.h
# configure:4190: clang -c conftest.c >&5
# configure:4196: $? = 0
# configure:4203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4206: $? = 0
# configure:4213: test -s conftest.o
# configure:4216: $? = 0
# configure:4229: result: yes
# configure:4169: checking for strings.h
# configure:4190: clang -c conftest.c >&5
# configure:4196: $? = 0
# configure:4203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4206: $? = 0
# configure:4213: test -s conftest.o
# configure:4216: $? = 0
# configure:4229: result: yes
# configure:4169: checking for inttypes.h
# configure:4190: clang -c conftest.c >&5
# configure:4196: $? = 0
# configure:4203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4206: $? = 0
# configure:4213: test -s conftest.o
# configure:4216: $? = 0
# configure:4229: result: yes
# configure:4169: checking for stdint.h
# configure:4190: clang -c conftest.c >&5
# configure:4196: $? = 0
# configure:4203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4206: $? = 0
# configure:4213: test -s conftest.o
# configure:4216: $? = 0
# configure:4229: result: yes
# configure:4169: checking for unistd.h
# configure:4190: clang -c conftest.c >&5
# configure:4196: $? = 0
# configure:4203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4206: $? = 0
# configure:4213: test -s conftest.o
# configure:4216: $? = 0
# configure:4229: result: yes
# configure:4259: checking features.h usability
# configure:4276: clang -c conftest.c >&5
# configure:4282: $? = 0
# configure:4289: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4292: $? = 0
# configure:4299: test -s conftest.o
# configure:4302: $? = 0
# configure:4313: result: yes
# configure:4317: checking features.h presence
# configure:4332: clang -E conftest.c
# configure:4338: $? = 0
# configure:4359: result: yes
# configure:4392: checking for features.h
# configure:4400: result: yes
# configure:4259: checking error.h usability
# configure:4276: clang -c conftest.c >&5
# conftest.c:55:10: fatal error: 'error.h' file not found
# #include
# ^
# 1 error generated.
# configure:4282: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "bbe"
# | #define PACKAGE_TARNAME "bbe"
# | #define PACKAGE_VERSION "0.2.2"
# | #define PACKAGE_STRING "bbe 0.2.2"
# | #define PACKAGE_BUGREPORT "tjsa@iki.fi"
# | #define PACKAGE "bbe"
# | #define VERSION "0.2.2"
# | #define _GNU_SOURCE 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_FEATURES_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #endif
# | #if HAVE_STDINT_H
# | # include
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4313: result: no
# configure:4317: checking error.h presence
# configure:4332: clang -E conftest.c
# conftest.c:22:10: fatal error: 'error.h' file not found
# #include
# ^
# 1 error generated.
# configure:4338: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "bbe"
# | #define PACKAGE_TARNAME "bbe"
# | #define PACKAGE_VERSION "0.2.2"
# | #define PACKAGE_STRING "bbe 0.2.2"
# | #define PACKAGE_BUGREPORT "tjsa@iki.fi"
# | #define PACKAGE "bbe"
# | #define VERSION "0.2.2"
# | #define _GNU_SOURCE 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_FEATURES_H 1
# | /* end confdefs.h. */
# | #include
# configure:4359: result: no
# configure:4392: checking for error.h
# configure:4400: result: no
# configure:4259: checking errno.h usability
# configure:4276: clang -c conftest.c >&5
# configure:4282: $? = 0
# configure:4289: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4292: $? = 0
# configure:4299: test -s conftest.o
# configure:4302: $? = 0
# configure:4313: result: yes
# configure:4317: checking errno.h presence
# configure:4332: clang -E conftest.c
# configure:4338: $? = 0
# configure:4359: result: yes
# configure:4392: checking for errno.h
# configure:4400: result: yes
# configure:4259: checking getopt.h usability
# configure:4276: clang -c conftest.c >&5
# configure:4282: $? = 0
# configure:4289: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4292: $? = 0
# configure:4299: test -s conftest.o
# configure:4302: $? = 0
# configure:4313: result: yes
# configure:4317: checking getopt.h presence
# configure:4332: clang -E conftest.c
# configure:4338: $? = 0
# configure:4359: result: yes
# configure:4392: checking for getopt.h
# configure:4400: result: yes
# configure:4418: checking for getline
# configure:4474: clang -o conftest conftest.c >&5
# configure:4480: $? = 0
# configure:4487: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4490: $? = 0
# configure:4497: test -s conftest
# configure:4500: $? = 0
# configure:4514: result: yes
# configure:4418: checking for getopt_long
# configure:4474: clang -o conftest conftest.c >&5
# configure:4480: $? = 0
# configure:4487: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4490: $? = 0
# configure:4497: test -s conftest
# configure:4500: $? = 0
# configure:4514: result: yes
# configure:4533: checking for special C compiler options needed for large files
# configure:4660: result: no
# configure:4666: checking for _FILE_OFFSET_BITS value needed for large files
# configure:4702: clang -c conftest.c >&5
# configure:4708: $? = 0
# configure:4715: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4718: $? = 0
# configure:4725: test -s conftest.o
# configure:4728: $? = 0
# configure:4809: result: no
# configure:4819: checking for _LARGE_FILES value needed for large files
# configure:4855: clang -c conftest.c >&5
# configure:4861: $? = 0
# configure:4868: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:4871: $? = 0
# configure:4878: test -s conftest.o
# configure:4881: $? = 0
# configure:4962: result: no
# configure:4974: checking for long file names
# configure:5006: result: yes
# configure:5016: checking for off_t
# configure:5046: clang -c conftest.c >&5
# configure:5052: $? = 0
# configure:5059: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5062: $? = 0
# configure:5069: test -s conftest.o
# configure:5072: $? = 0
# configure:5084: result: yes
# configure:5095: checking for long long
# configure:5125: clang -c conftest.c >&5
# configure:5131: $? = 0
# configure:5138: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5141: $? = 0
# configure:5148: test -s conftest.o
# configure:5151: $? = 0
# configure:5163: result: yes
# configure:5174: checking for inline
# configure:5200: clang -c conftest.c >&5
# configure:5206: $? = 0
# configure:5213: test -z "$ac_c_werror_flag" || test ! -s conftest.err
# configure:5216: $? = 0
# configure:5223: test -s conftest.o
# configure:5226: $? = 0
# configure:5241: result: inline
# configure:5378: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by bbe config.status 0.2.2, which was
# generated by GNU Autoconf 2.60. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on b3f939f210e8
#
# config.status:631: creating Makefile
# config.status:631: creating src/Makefile
# config.status:631: creating doc/Makefile
# config.status:631: creating config.h
# config.status:906: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# 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_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_getline=yes
# ac_cv_func_getopt_long=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_error_h=no
# ac_cv_header_features_h=yes
# ac_cv_header_getopt_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_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# 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_sys_file_offset_bits=no
# ac_cv_sys_large_files=no
# ac_cv_sys_largefile_CC=no
# ac_cv_sys_long_file_names=yes
# ac_cv_type_long_long=yes
# ac_cv_type_off_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/bbe/src/bbe-0.2.2/config/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/bbe/src/bbe-0.2.2/config/missing --run tar'
# AUTOCONF='${SHELL} /tmp/bbe/src/bbe-0.2.2/config/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/bbe/src/bbe-0.2.2/config/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/bbe/src/bbe-0.2.2/config/missing --run automake-1.9'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# ISODATE='2017-04-04'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/bbe/src/bbe-0.2.2/config/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='bbe'
# PACKAGE_BUGREPORT='tjsa@iki.fi'
# PACKAGE_NAME='bbe'
# PACKAGE_STRING='bbe 0.2.2'
# PACKAGE_TARNAME='bbe'
# PACKAGE_VERSION='0.2.2'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.2.2'
# ac_ct_CC=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# 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}'
# 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='/tmp/bbe/src/bbe-0.2.2/config/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='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_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "bbe"
# #define PACKAGE_TARNAME "bbe"
# #define PACKAGE_VERSION "0.2.2"
# #define PACKAGE_STRING "bbe 0.2.2"
# #define PACKAGE_BUGREPORT "tjsa@iki.fi"
# #define PACKAGE "bbe"
# #define VERSION "0.2.2"
# #define _GNU_SOURCE 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_FEATURES_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETLINE 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_LONG_FILE_NAMES 1
# #define HAVE_OFF_T 1
# #define HAVE_LONG_LONG 1
#
# configure: exit 0