Build of ccze with clang_glibc toolchain

The build took 00h 02m 03s and was SUCCESSFUL.

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

SLOCLanguage
4,563 ansic
2,597 sh
242 makefile
7,402 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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/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: ccze 0.2.1-9 (Thu Apr 13 17:10:24 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file src/ccze.c
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-cc... clang
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking for C compiler default output... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# 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 ANSI C... none needed
# checking whether we are using GCC 3... no
# checking how to run the C preprocessor... clang -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for egrep... grep -E
# checking for ANSI C header files... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# 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 argp.h usability... yes
# checking argp.h presence... yes
# checking for argp.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for an ANSI C-conforming const... yes
# checking for working volatile... yes
# checking for size_t... yes
# checking return type of signal handlers... void
# checking for error_t... no
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... yes
# checking for strftime... yes
# checking whether lstat dereferences a symlink specified with a trailing slash... yes
# checking whether stat accepts an empty string... no
# checking for working memcmp... yes
# checking for vprintf... yes
# checking for _doprnt... no
# checking whether closedir returns void... no
# checking for alphasort... yes
# checking for argp_parse... yes
# checking for asprintf... yes
# checking for getdelim... yes
# checking for getline... yes
# checking for getopt_long... yes
# checking for getsubopt... yes
# checking for memchr... yes
# checking for memset... yes
# checking for scandir... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strndup... yes
# checking for strstr... yes
# checking for initscr in -lncurses... yes
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# checking for getopt_long... (cached) yes
# checking for pcre-config... /usr/bin/pcre-config
# checking for PCRE... found
# checking for suboptarg... no
# configure: creating ./config.status
# config.status: creating Rules.mk
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating src/Makefile
# config.status: creating testsuite/Makefile
# config.status: creating system.h
# make -C doc all
# make[1]: Entering directory '/tmp/ccze/src/ccze-0.2.1/doc'
# sed -e "s,@VERSION\@,0.2.1,g" \
# -e "s,@sysconfdir\@,/usr/etc,g" \
# -e "s,@pkglibdir\@,/usr/lib/ccze,g" \
# <./ccze.1.in >ccze.1T && mv -f ccze.1T ccze.1
# sed -e "s,@VERSION\@,0.2.1,g" \
# -e "s,@sysconfdir\@,/usr/etc,g" \
# -e "s,@pkglibdir\@,/usr/lib/ccze,g" \
# <./ccze-plugin.7.in >ccze-plugin.7T && mv -f ccze-plugin.7T ccze-plugin.7
# sed -e "s,@VERSION\@,0.2.1,g" \
# -e "s,@sysconfdir\@,/usr/etc,g" \
# -e "s,@pkglibdir\@,/usr/lib/ccze,g" \
# <./ccze-cssdump.1.in >ccze-cssdump.1T && mv -f ccze-cssdump.1T ccze-cssdump.1
# make[1]: Leaving directory '/tmp/ccze/src/ccze-0.2.1/doc'
# make -C src all
# make[1]: Entering directory '/tmp/ccze/src/ccze-0.2.1/src'
# clang -c -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations ccze.c
# clang -c -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations ccze-color.c
# ccze-color.c:264:16: warning: comparison of integers of different signs: 'int' and 'chtype' (aka 'unsigned int') [-Wsign-compare]
# if (my_color < COLOR_PAIR (8))
# ~~~~~~~~ ^ ~~~~~~~~~~~~~~
# 1 warning generated.
# clang -c -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations ccze-plugin.c
# clang -c -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations ccze-wordcolor.c
# ccze-wordcolor.c:86:67: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (word, offsets, match, 1, (const char **)&pre);
# ^
# ccze-wordcolor.c:87:67: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (word, offsets, match, 2, (const char **)&tmp);
# ^
# ccze-wordcolor.c:98:67: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (word, offsets, match, 1, (const char **)&tmp);
# ^
# ccze-wordcolor.c:99:67: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (word, offsets, match, 2, (const char **)&post);
# ^
# 4 warnings generated.
# echo '#include ' >ccze-builtins.c
# echo '#include "ccze-private.h"' >>ccze-builtins.c
# echo >>ccze-builtins.c
# echo "void" >>ccze-builtins.c
# echo "ccze_plugin_load_all_builtins (void)" >>ccze-builtins.c
# echo "{" >>ccze-builtins.c
# echo "}" >>ccze-builtins.c
# clang -c -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations ccze-builtins.c
# clang -c -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations ccze-compat.c
# clang -rdynamic -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -o ccze ccze.o ccze-color.o ccze-plugin.o ccze-wordcolor.o ccze-builtins.o ccze-compat.o -lpcre -ldl -lncurses
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o apm.so mod_apm.c -shared
# mod_apm.c:38:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&battery);
# ^
# mod_apm.c:39:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&charge);
# ^
# mod_apm.c:40:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&rate);
# ^
# mod_apm.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&stuff1);
# ^
# mod_apm.c:42:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&elapsed);
# ^
# mod_apm.c:43:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&remain);
# ^
# mod_apm.c:44:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&stuff2);
# ^
# 7 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o distcc.so mod_distcc.c -shared
# mod_distcc.c:40:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&pid);
# ^
# mod_distcc.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&func);
# ^
# mod_distcc.c:42:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&rest);
# ^
# 3 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o exim.so mod_exim.c -shared
# mod_exim.c:40:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_exim.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&msgfull);
# ^
# mod_exim.c:47:21: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# (const char **)&uniqn);
# ^
# mod_exim.c:49:21: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# (const char **)&action);
# ^
# mod_exim.c:51:21: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# (const char **)&msg);
# ^
# mod_exim.c:63:21: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# (const char **)&uniqn);
# ^
# mod_exim.c:65:21: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# (const char **)&msg);
# ^
# 7 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o fetchmail.so mod_fetchmail.c -shared
# mod_fetchmail.c:37:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&start);
# ^
# mod_fetchmail.c:38:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&addy);
# ^
# mod_fetchmail.c:39:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)¤t);
# ^
# mod_fetchmail.c:40:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&full);
# ^
# mod_fetchmail.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&rest);
# ^
# 5 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o ftpstats.so mod_ftpstats.c -shared
# mod_ftpstats.c:40:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_ftpstats.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&sessionid);
# ^
# mod_ftpstats.c:42:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&user);
# ^
# mod_ftpstats.c:43:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&host);
# ^
# mod_ftpstats.c:44:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&type);
# ^
# mod_ftpstats.c:45:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&size);
# ^
# mod_ftpstats.c:46:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&duration);
# ^
# mod_ftpstats.c:47:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&file);
# ^
# 8 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o httpd.so mod_httpd.c -shared
# mod_httpd.c:53:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&vhost);
# ^
# mod_httpd.c:54:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&host);
# ^
# mod_httpd.c:55:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&user);
# ^
# mod_httpd.c:56:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&date);
# ^
# mod_httpd.c:57:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&full_action);
# ^
# mod_httpd.c:58:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&method);
# ^
# mod_httpd.c:59:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&http_code);
# ^
# mod_httpd.c:60:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&gsize);
# ^
# mod_httpd.c:61:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 9, (const char **)&other);
# ^
# mod_httpd.c:106:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_httpd.c:107:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&level);
# ^
# mod_httpd.c:108:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&msg);
# ^
# 12 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o icecast.so mod_icecast.c -shared
# mod_icecast.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_icecast.c:42:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&admin);
# ^
# mod_icecast.c:43:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&threadno);
# ^
# mod_icecast.c:44:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&thread);
# ^
# mod_icecast.c:45:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&rest);
# ^
# mod_icecast.c:82:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_icecast.c:83:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&threadno);
# ^
# mod_icecast.c:84:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&thread);
# ^
# mod_icecast.c:85:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&date2);
# ^
# mod_icecast.c:86:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&bw);
# ^
# mod_icecast.c:87:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&unit);
# ^
# mod_icecast.c:88:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&src);
# ^
# mod_icecast.c:89:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 9, (const char **)&clients);
# ^
# mod_icecast.c:90:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 10, (const char **)&admins);
# ^
# 14 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o oops.so mod_oops.c -shared
# mod_oops.c:40:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_oops.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&sp1);
# ^
# mod_oops.c:42:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&id);
# ^
# mod_oops.c:43:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&field);
# ^
# mod_oops.c:44:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&sp2);
# ^
# mod_oops.c:45:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&value);
# ^
# mod_oops.c:46:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 9, (const char **)&etc);
# ^
# 7 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o php.so mod_php.c -shared
# mod_php.c:40:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_php.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&rest);
# ^
# 2 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o postfix.so mod_postfix.c -shared
# mod_postfix.c:61:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&spoolid);
# ^
# mod_postfix.c:62:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&s);
# ^
# mod_postfix.c:63:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&rest);
# ^
# 3 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o procmail.so mod_procmail.c -shared
# mod_procmail.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&space1);
# ^
# mod_procmail.c:42:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&header);
# ^
# mod_procmail.c:43:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&value);
# ^
# mod_procmail.c:44:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&space2);
# ^
# mod_procmail.c:45:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&extra);
# ^
# 5 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o proftpd.so mod_proftpd.c -shared
# mod_proftpd.c:38:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&host);
# ^
# mod_proftpd.c:39:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&user);
# ^
# mod_proftpd.c:40:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&auser);
# ^
# mod_proftpd.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&date);
# ^
# mod_proftpd.c:42:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&command);
# ^
# mod_proftpd.c:43:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&file);
# ^
# mod_proftpd.c:44:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&ftpcode);
# ^
# mod_proftpd.c:45:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&size);
# ^
# mod_proftpd.c:89:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&servhost);
# ^
# mod_proftpd.c:90:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&pid);
# ^
# mod_proftpd.c:91:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&remhost);
# ^
# mod_proftpd.c:92:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&date);
# ^
# mod_proftpd.c:93:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&cmd);
# ^
# mod_proftpd.c:94:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&value);
# ^
# mod_proftpd.c:95:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&ftpcode);
# ^
# 15 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o squid.so mod_squid.c -shared
# mod_squid.c:90:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_squid.c:91:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&espace);
# ^
# mod_squid.c:92:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&elaps);
# ^
# mod_squid.c:93:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&host);
# ^
# mod_squid.c:94:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&action);
# ^
# mod_squid.c:95:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&httpc);
# ^
# mod_squid.c:96:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&gsize);
# ^
# mod_squid.c:97:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&method);
# ^
# mod_squid.c:98:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 9, (const char **)&uri);
# ^
# mod_squid.c:99:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 10, (const char **)&ident);
# ^
# mod_squid.c:100:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 11, (const char **)&hierar);
# ^
# mod_squid.c:101:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 12, (const char **)&fhost);
# ^
# mod_squid.c:102:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 13, (const char **)&ctype);
# ^
# mod_squid.c:160:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_squid.c:161:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&other);
# ^
# mod_squid.c:177:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_squid.c:178:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&tag);
# ^
# mod_squid.c:179:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&swapnum);
# ^
# mod_squid.c:180:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&swapname);
# ^
# mod_squid.c:181:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&swapsum);
# ^
# mod_squid.c:182:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&space1);
# ^
# mod_squid.c:183:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&hcode);
# ^
# mod_squid.c:184:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&space2);
# ^
# mod_squid.c:185:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 9, (const char **)&hdate);
# ^
# mod_squid.c:186:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 10, (const char **)&space3);
# ^
# mod_squid.c:187:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 11, (const char **)&lmdate);
# ^
# mod_squid.c:188:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 12, (const char **)&space4);
# ^
# mod_squid.c:189:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 13, (const char **)&expire);
# ^
# mod_squid.c:190:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 14, (const char **)&ctype);
# ^
# mod_squid.c:191:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 15, (const char **)&size);
# ^
# mod_squid.c:192:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 16, (const char **)&read);
# ^
# mod_squid.c:193:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 17, (const char **)&method);
# ^
# mod_squid.c:194:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 18, (const char **)&uri);
# ^
# 33 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o sulog.so mod_sulog.c -shared
# mod_sulog.c:37:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_sulog.c:38:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&islogin);
# ^
# mod_sulog.c:39:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&tty);
# ^
# mod_sulog.c:40:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&fromuser);
# ^
# mod_sulog.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&touser);
# ^
# 5 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o super.so mod_super.c -shared
# mod_super.c:37:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&email);
# ^
# mod_super.c:38:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&date);
# ^
# mod_super.c:39:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&space);
# ^
# mod_super.c:40:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&suptag);
# ^
# mod_super.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&other);
# ^
# 5 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o syslog.so mod_syslog.c -shared
# mod_syslog.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_syslog.c:42:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&host);
# ^
# mod_syslog.c:43:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&send);
# ^
# mod_syslog.c:50:66: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&process);
# ^
# mod_syslog.c:51:66: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&msg);
# ^
# 5 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o ulogd.so mod_ulogd.c -shared
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o vsftpd.so mod_vsftpd.c -shared
# mod_vsftpd.c:37:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_vsftpd.c:38:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&sspace);
# ^
# mod_vsftpd.c:39:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&pid);
# ^
# mod_vsftpd.c:40:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&user);
# ^
# mod_vsftpd.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&other);
# ^
# 5 warnings generated.
# clang -fPIC -DPIC -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -lpcre -ldl -lncurses -o xferlog.so mod_xferlog.c -shared
# mod_xferlog.c:39:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&curtime);
# ^
# mod_xferlog.c:40:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&transtime);
# ^
# mod_xferlog.c:41:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&host);
# ^
# mod_xferlog.c:42:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&fsize);
# ^
# mod_xferlog.c:43:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&fname);
# ^
# mod_xferlog.c:44:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&transtype);
# ^
# mod_xferlog.c:45:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&actionflag);
# ^
# mod_xferlog.c:46:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&direction);
# ^
# mod_xferlog.c:47:62: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 9, (const char **)&amode);
# ^
# mod_xferlog.c:48:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 10, (const char **)&user);
# ^
# mod_xferlog.c:49:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 11, (const char **)&service);
# ^
# mod_xferlog.c:50:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 12, (const char **)&amethod);
# ^
# mod_xferlog.c:51:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 13, (const char **)&auid);
# ^
# mod_xferlog.c:52:63: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 14, (const char **)&status);
# ^
# 14 warnings generated.
# clang -c -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations ccze-dump.c
# In file included from ccze-dump.c:29:
# ./ccze-color.c:264:16: warning: comparison of integers of different signs: 'int' and 'chtype' (aka 'unsigned int') [-Wsign-compare]
# if (my_color < COLOR_PAIR (8))
# ~~~~~~~~ ^ ~~~~~~~~~~~~~~
# ccze-dump.c:103:16: warning: comparison of integers of different signs: 'int' and 'chtype' (aka 'unsigned int') [-Wsign-compare]
# if (my_color < COLOR_PAIR (8))
# ~~~~~~~~ ^ ~~~~~~~~~~~~~~
# 2 warnings generated.
# clang -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -o ccze-dump ccze-dump.o ccze-compat.o
# clang -c -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations ccze-cssdump.c
# In file included from ccze-cssdump.c:29:
# ./ccze-color.c:264:16: warning: comparison of integers of different signs: 'int' and 'chtype' (aka 'unsigned int') [-Wsign-compare]
# if (my_color < COLOR_PAIR (8))
# ~~~~~~~~ ^ ~~~~~~~~~~~~~~
# 1 warning generated.
# clang -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/usr/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -o ccze-cssdump ccze-cssdump.o ccze-compat.o
# make[1]: Leaving directory '/tmp/ccze/src/ccze-0.2.1/src'
# make -C testsuite all
# make[1]: Entering directory '/tmp/ccze/src/ccze-0.2.1/testsuite'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/ccze/src/ccze-0.2.1/testsuite'
# sed -e "s,@VERSION@,0.2.1,g" -e "s,@DIST@,stable,g" \
# ccze.spec
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make -C doc install
# make[1]: Entering directory '/tmp/ccze/src/ccze-0.2.1/doc'
# /usr/bin/install -c -d /tmp/ccze/pkg/ccze/usr/share/man/man1
# /usr/bin/install -c -m 644 ccze.1 ccze-cssdump.1 /tmp/ccze/pkg/ccze/usr/share/man/man1/
# /usr/bin/install -c -d /tmp/ccze/pkg/ccze/usr/share/man/man7
# /usr/bin/install -c -m 644 ccze-plugin.7 /tmp/ccze/pkg/ccze/usr/share/man/man7/
# make[1]: Leaving directory '/tmp/ccze/src/ccze-0.2.1/doc'
# make -C src install
# make[1]: Entering directory '/tmp/ccze/src/ccze-0.2.1/src'
# /usr/bin/install -c -d /tmp/ccze/pkg/ccze/usr/bin
# /usr/bin/install -c ccze ccze-cssdump /tmp/ccze/pkg/ccze/usr/bin/
# /usr/bin/install -c -d /tmp/ccze/pkg/ccze/usr/include
# /usr/bin/install -c -m 644 ./ccze.h /tmp/ccze/pkg/ccze/usr/include
# /usr/bin/install -c -d /tmp/ccze/pkg/ccze/usr/lib/ccze
# /usr/bin/install -c -m 644 apm.so distcc.so exim.so fetchmail.so ftpstats.so httpd.so icecast.so oops.so php.so postfix.so procmail.so proftpd.so squid.so sulog.so super.so syslog.so ulogd.so vsftpd.so xferlog.so /tmp/ccze/pkg/ccze/usr/lib/ccze/
# make[1]: Leaving directory '/tmp/ccze/src/ccze-0.2.1/src'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "ccze"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: ccze 0.2.1-9 (Thu Apr 13 17:10:47 UTC 2017)

CMD: pacman --query --file ccze-0.2.1-9-x86_64.pkg.tar.xz
# ccze 0.2.1-9

Creating hybrid package for 'ccze'

Trying to find vanilla package 'ccze'...

CMD: pacman --query --file /mirror/ccze-0.2.1-9.pkg.tar.xz
# ccze 0.2.1-9

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/man/man1/ccze.1.gz
# /usr/share/man/man1/ccze-cssdump.1.gz
# /usr/share/man/man7/ccze-plugin.7.gz
# /usr/bin/ccze
# /usr/bin/ccze-cssdump
# /usr/include/ccze.h
# /usr/lib/ccze/apm.so
# /usr/lib/ccze/distcc.so
# /usr/lib/ccze/exim.so
# /usr/lib/ccze/fetchmail.so
# /usr/lib/ccze/ftpstats.so
# /usr/lib/ccze/httpd.so
# /usr/lib/ccze/icecast.so
# /usr/lib/ccze/oops.so
# /usr/lib/ccze/php.so
# /usr/lib/ccze/postfix.so
# /usr/lib/ccze/procmail.so
# /usr/lib/ccze/proftpd.so
# /usr/lib/ccze/squid.so
# /usr/lib/ccze/sulog.so
# /usr/lib/ccze/super.so
# /usr/lib/ccze/syslog.so
# /usr/lib/ccze/ulogd.so
# /usr/lib/ccze/vsftpd.so
# /usr/lib/ccze/xferlog.so
# /sysroot/usr/lib/ccze/apm.so
# /sysroot/usr/lib/ccze/distcc.so
# /sysroot/usr/lib/ccze/exim.so
# /sysroot/usr/lib/ccze/fetchmail.so
# /sysroot/usr/lib/ccze/ftpstats.so
# /sysroot/usr/lib/ccze/httpd.so
# /sysroot/usr/lib/ccze/icecast.so
# /sysroot/usr/lib/ccze/oops.so
# /sysroot/usr/lib/ccze/php.so
# /sysroot/usr/lib/ccze/postfix.so
# /sysroot/usr/lib/ccze/procmail.so
# /sysroot/usr/lib/ccze/proftpd.so
# /sysroot/usr/lib/ccze/squid.so
# /sysroot/usr/lib/ccze/sulog.so
# /sysroot/usr/lib/ccze/super.so
# /sysroot/usr/lib/ccze/syslog.so
# /sysroot/usr/lib/ccze/ulogd.so
# /sysroot/usr/lib/ccze/vsftpd.so
# /sysroot/usr/lib/ccze/xferlog.so
# /sysroot/usr/include/ccze.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ccze.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/ccze.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/ccze/src/ccze-0.2.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by ccze configure 0.2-stable, which was
# generated by GNU Autoconf 2.57. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = c3101ee71bea
# 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
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1314: checking build system type
# configure:1332: result: x86_64-unknown-linux-gnu
# configure:1340: checking host system type
# configure:1354: result: x86_64-unknown-linux-gnu
# configure:1369: checking for x86_64-unknown-linux-cc
# configure:1395: result: clang
# configure:1453: checking for x86_64-unknown-linux-gcc
# configure:1479: result: clang
# configure:1761: checking for C compiler version
# configure:1764: clang --version &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:1767: $? = 0
# configure:1769: clang -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:1772: $? = 0
# configure:1774: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:1777: $? = 1
# configure:1801: checking for C compiler default output
# configure:1804: clang conftest.c >&5
# configure:1807: $? = 0
# configure:1853: result: a.out
# configure:1858: checking whether the C compiler works
# configure:1864: ./a.out
# configure:1867: $? = 0
# configure:1884: result: yes
# configure:1891: checking whether we are cross compiling
# configure:1893: result: no
# configure:1896: checking for suffix of executables
# configure:1898: clang -o conftest conftest.c >&5
# configure:1901: $? = 0
# configure:1926: result:
# configure:1932: checking for suffix of object files
# configure:1954: clang -c conftest.c >&5
# configure:1957: $? = 0
# configure:1979: result: o
# configure:1983: checking whether we are using the GNU C compiler
# configure:2008: clang -c conftest.c >&5
# configure:2011: $? = 0
# configure:2014: test -s conftest.o
# configure:2017: $? = 0
# configure:2030: result: yes
# configure:2036: checking whether clang accepts -g
# configure:2058: clang -c -g conftest.c >&5
# configure:2061: $? = 0
# configure:2064: test -s conftest.o
# configure:2067: $? = 0
# configure:2078: result: yes
# configure:2095: checking for clang option to accept ANSI C
# configure:2156: clang -c conftest.c >&5
# configure:2159: $? = 0
# configure:2162: test -s conftest.o
# configure:2165: $? = 0
# configure:2183: result: none needed
# configure:2201: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2204: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2318: checking whether we are using GCC 3
# configure:2328: result: no
# configure:2352: checking how to run the C preprocessor
# configure:2388: clang -E conftest.c
# configure:2394: $? = 0
# configure:2426: clang -E conftest.c
# configure:2425:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2432: $? = 1
# configure: failed program was:
# | #line 2417 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ccze"
# | #define PACKAGE_TARNAME "ccze"
# | #define PACKAGE_VERSION "0.2-stable"
# | #define PACKAGE_STRING "ccze 0.2-stable"
# | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org"
# | /* end confdefs.h. */
# | #include
# configure:2470: result: clang -E
# configure:2495: clang -E conftest.c
# configure:2501: $? = 0
# configure:2533: clang -E conftest.c
# configure:2532:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2539: $? = 1
# configure: failed program was:
# | #line 2524 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ccze"
# | #define PACKAGE_TARNAME "ccze"
# | #define PACKAGE_VERSION "0.2-stable"
# | #define PACKAGE_STRING "ccze 0.2-stable"
# | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org"
# | /* end confdefs.h. */
# | #include
# configure:2593: checking for a BSD-compatible install
# configure:2647: result: /usr/bin/install -c
# configure:2661: checking for egrep
# configure:2671: result: grep -E
# configure:2676: checking for ANSI C header files
# configure:2702: clang -c conftest.c >&5
# configure:2705: $? = 0
# configure:2708: test -s conftest.o
# configure:2711: $? = 0
# configure:2803: clang -o conftest conftest.c >&5
# configure:2796:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# configure:2796:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:2806: $? = 0
# configure:2808: ./conftest
# configure:2811: $? = 0
# configure:2826: result: yes
# configure:2844: checking for dirent.h that defines DIR
# configure:2869: clang -c conftest.c >&5
# configure:2872: $? = 0
# configure:2875: test -s conftest.o
# configure:2878: $? = 0
# configure:2889: result: yes
# configure:2902: checking for library containing opendir
# configure:2933: clang -o conftest conftest.c >&5
# configure:2936: $? = 0
# configure:2939: test -s conftest
# configure:2942: $? = 0
# configure:3001: result: none required
# configure:3131: checking for sys/types.h
# configure:3148: clang -c conftest.c >&5
# configure:3151: $? = 0
# configure:3154: test -s conftest.o
# configure:3157: $? = 0
# configure:3168: result: yes
# configure:3131: checking for sys/stat.h
# configure:3148: clang -c conftest.c >&5
# configure:3151: $? = 0
# configure:3154: test -s conftest.o
# configure:3157: $? = 0
# configure:3168: result: yes
# configure:3131: checking for stdlib.h
# configure:3148: clang -c conftest.c >&5
# configure:3151: $? = 0
# configure:3154: test -s conftest.o
# configure:3157: $? = 0
# configure:3168: result: yes
# configure:3131: checking for string.h
# configure:3148: clang -c conftest.c >&5
# configure:3151: $? = 0
# configure:3154: test -s conftest.o
# configure:3157: $? = 0
# configure:3168: result: yes
# configure:3131: checking for memory.h
# configure:3148: clang -c conftest.c >&5
# configure:3151: $? = 0
# configure:3154: test -s conftest.o
# configure:3157: $? = 0
# configure:3168: result: yes
# configure:3131: checking for strings.h
# configure:3148: clang -c conftest.c >&5
# configure:3151: $? = 0
# configure:3154: test -s conftest.o
# configure:3157: $? = 0
# configure:3168: result: yes
# configure:3131: checking for inttypes.h
# configure:3148: clang -c conftest.c >&5
# configure:3151: $? = 0
# configure:3154: test -s conftest.o
# configure:3157: $? = 0
# configure:3168: result: yes
# configure:3131: checking for stdint.h
# configure:3148: clang -c conftest.c >&5
# configure:3151: $? = 0
# configure:3154: test -s conftest.o
# configure:3157: $? = 0
# configure:3168: result: yes
# configure:3131: checking for unistd.h
# configure:3148: clang -c conftest.c >&5
# configure:3151: $? = 0
# configure:3154: test -s conftest.o
# configure:3157: $? = 0
# configure:3168: result: yes
# configure:3198: checking argp.h usability
# configure:3211: clang -c conftest.c >&5
# configure:3214: $? = 0
# configure:3217: test -s conftest.o
# configure:3220: $? = 0
# configure:3230: result: yes
# configure:3234: checking argp.h presence
# configure:3245: clang -E conftest.c
# configure:3251: $? = 0
# configure:3270: result: yes
# configure:3306: checking for argp.h
# configure:3313: result: yes
# configure:3198: checking getopt.h usability
# configure:3211: clang -c conftest.c >&5
# configure:3214: $? = 0
# configure:3217: test -s conftest.o
# configure:3220: $? = 0
# configure:3230: result: yes
# configure:3234: checking getopt.h presence
# configure:3245: clang -E conftest.c
# configure:3251: $? = 0
# configure:3270: result: yes
# configure:3306: checking for getopt.h
# configure:3313: result: yes
# configure:3198: checking netdb.h usability
# configure:3211: clang -c conftest.c >&5
# configure:3214: $? = 0
# configure:3217: test -s conftest.o
# configure:3220: $? = 0
# configure:3230: result: yes
# configure:3234: checking netdb.h presence
# configure:3245: clang -E conftest.c
# configure:3251: $? = 0
# configure:3270: result: yes
# configure:3306: checking for netdb.h
# configure:3313: result: yes
# configure:3198: checking fcntl.h usability
# configure:3211: clang -c conftest.c >&5
# configure:3214: $? = 0
# configure:3217: test -s conftest.o
# configure:3220: $? = 0
# configure:3230: result: yes
# configure:3234: checking fcntl.h presence
# configure:3245: clang -E conftest.c
# configure:3251: $? = 0
# configure:3270: result: yes
# configure:3306: checking for fcntl.h
# configure:3313: result: yes
# configure:3198: checking stddef.h usability
# configure:3211: clang -c conftest.c >&5
# configure:3214: $? = 0
# configure:3217: test -s conftest.o
# configure:3220: $? = 0
# configure:3230: result: yes
# configure:3234: checking stddef.h presence
# configure:3245: clang -E conftest.c
# configure:3251: $? = 0
# configure:3270: result: yes
# configure:3306: checking for stddef.h
# configure:3313: result: yes
# configure:3327: checking for an ANSI C-conforming const
# configure:3395: clang -c conftest.c >&5
# configure:3398: $? = 0
# configure:3401: test -s conftest.o
# configure:3404: $? = 0
# configure:3415: result: yes
# configure:3425: checking for working volatile
# configure:3449: clang -c conftest.c >&5
# configure:3452: $? = 0
# configure:3455: test -s conftest.o
# configure:3458: $? = 0
# configure:3469: result: yes
# configure:3479: checking for size_t
# configure:3504: clang -c conftest.c >&5
# configure:3507: $? = 0
# configure:3510: test -s conftest.o
# configure:3513: $? = 0
# configure:3524: result: yes
# configure:3536: checking return type of signal handlers
# configure:3568: clang -c conftest.c >&5
# configure:3571: $? = 0
# configure:3574: test -s conftest.o
# configure:3577: $? = 0
# configure:3588: result: void
# configure:3597: checking for error_t
# configure:3622: clang -c conftest.c >&5
# configure:3664:15: error: expected expression
# if ((error_t *) 0)
# ^
# configure:3664:6: error: use of undeclared identifier 'error_t'
# if ((error_t *) 0)
# ^
# configure:3666:13: error: use of undeclared identifier 'error_t'
# if (sizeof (error_t))
# ^
# 3 errors generated.
# configure:3625: $? = 1
# configure: failed program was:
# | #line 3602 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ccze"
# | #define PACKAGE_TARNAME "ccze"
# | #define PACKAGE_VERSION "0.2-stable"
# | #define PACKAGE_STRING "ccze 0.2-stable"
# | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org"
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 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_ARGP_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDDEF_H 1
# | #define RETSIGTYPE void
# | /* 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
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if ((error_t *) 0)
# | return 0;
# | if (sizeof (error_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:3642: result: no
# configure:3660: checking for stdlib.h
# configure:3665: result: yes
# configure:3797: checking for GNU libc compatible malloc
# configure:3827: clang -o conftest conftest.c >&5
# configure:3830: $? = 0
# configure:3832: ./conftest
# configure:3835: $? = 0
# configure:3849: result: yes
# configure:3877: checking for stdlib.h
# configure:3882: result: yes
# configure:4014: checking for GNU libc compatible realloc
# configure:4044: clang -o conftest conftest.c >&5
# configure:4047: $? = 0
# configure:4049: ./conftest
# configure:4052: $? = 0
# configure:4066: result: yes
# configure:4093: checking for strftime
# configure:4143: clang -o conftest conftest.c >&5
# configure:4146: $? = 0
# configure:4149: test -s conftest
# configure:4152: $? = 0
# configure:4163: result: yes
# configure:4237: checking whether lstat dereferences a symlink specified with a trailing slash
# configure:4269: clang -o conftest conftest.c >&5
# configure:4272: $? = 0
# configure:4274: ./conftest
# configure:4277: $? = 0
# configure:4298: result: yes
# configure:4312: checking whether stat accepts an empty string
# configure:4338: clang -o conftest conftest.c >&5
# configure:4341: $? = 0
# configure:4343: ./conftest
# configure:4346: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | #line 4320 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ccze"
# | #define PACKAGE_TARNAME "ccze"
# | #define PACKAGE_VERSION "0.2-stable"
# | #define PACKAGE_STRING "ccze 0.2-stable"
# | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org"
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 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_ARGP_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDDEF_H 1
# | #define RETSIGTYPE void
# | #define error_t int
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_STRFTIME 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 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
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | struct stat sbuf;
# | exit (stat ("", &sbuf) ? 1 : 0);
# | ;
# | return 0;
# | }
# configure:4360: result: no
# configure:4371: checking for working memcmp
# configure:4420: clang -o conftest conftest.c >&5
# configure:4418:7: warning: implicitly declaring library function 'memcmp' with type 'int (const void *, const void *, unsigned long)' [-Wimplicit-function-declaration]
# if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
# ^
# configure:4418:7: note: include the header or explicitly provide a declaration for 'memcmp'
# configure:4419:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (1);
# ^
# configure:4419:5: note: include the header or explicitly provide a declaration for 'exit'
# configure:4432:9: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration]
# strcpy (a, "--------01111111");
# ^
# configure:4432:9: note: include the header or explicitly provide a declaration for 'strcpy'
# 3 warnings generated.
# configure:4423: $? = 0
# configure:4425: ./conftest
# configure:4428: $? = 0
# configure:4442: result: yes
# configure:4450: checking for vprintf
# configure:4500: clang -o conftest conftest.c >&5
# configure:4503:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# configure:4503:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:4503: $? = 0
# configure:4506: test -s conftest
# configure:4509: $? = 0
# configure:4520: result: yes
# configure:4527: checking for _doprnt
# configure:4577: clang -o conftest conftest.c >&5
# /tmp/conftest-fc237a.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `_doprnt'
# /tmp/conftest-fc237a.o:(.data+0x0): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4580: $? = 1
# configure: failed program was:
# | #line 4532 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ccze"
# | #define PACKAGE_TARNAME "ccze"
# | #define PACKAGE_VERSION "0.2-stable"
# | #define PACKAGE_STRING "ccze 0.2-stable"
# | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org"
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 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_ARGP_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDDEF_H 1
# | #define RETSIGTYPE void
# | #define error_t int
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_STRFTIME 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char _doprnt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub__doprnt) || defined (__stub____doprnt)
# | choke me
# | #else
# | char (*f) () = _doprnt;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != _doprnt;
# | ;
# | return 0;
# | }
# configure:4597: result: no
# configure:4611: checking whether closedir returns void
# configure:4641: clang -o conftest conftest.c >&5
# configure:4644: $? = 0
# configure:4646: ./conftest
# configure:4649: $? = 0
# configure:4663: result: no
# configure:4693: checking for alphasort
# configure:4743: clang -o conftest conftest.c >&5
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for argp_parse
# configure:4743: clang -o conftest conftest.c >&5
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for asprintf
# configure:4743: clang -o conftest conftest.c >&5
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for getdelim
# configure:4743: clang -o conftest conftest.c >&5
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for getline
# configure:4743: clang -o conftest conftest.c >&5
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for getopt_long
# configure:4743: clang -o conftest conftest.c >&5
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for getsubopt
# configure:4743: clang -o conftest conftest.c >&5
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for memchr
# configure:4743: clang -o conftest conftest.c >&5
# configure:4754:6: warning: incompatible redeclaration of library function 'memchr' [-Wincompatible-library-redeclaration]
# char memchr ();
# ^
# configure:4754:6: note: 'memchr' is a builtin with type 'void *(const void *, int, unsigned long)'
# 1 warning generated.
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for memset
# configure:4743: clang -o conftest conftest.c >&5
# configure:4755:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# configure:4755:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for scandir
# configure:4743: clang -o conftest conftest.c >&5
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for strcasecmp
# configure:4743: clang -o conftest conftest.c >&5
# configure:4757:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# configure:4757:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for strchr
# configure:4743: clang -o conftest conftest.c >&5
# configure:4758:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# configure:4758:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for strdup
# configure:4743: clang -o conftest conftest.c >&5
# configure:4759:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# configure:4759:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for strndup
# configure:4743: clang -o conftest conftest.c >&5
# configure:4760:6: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
# char strndup ();
# ^
# configure:4760:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
# 1 warning generated.
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for strstr
# configure:4743: clang -o conftest conftest.c >&5
# configure:4761:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# configure:4761:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4775: checking for initscr in -lncurses
# configure:4806: clang -o conftest conftest.c -lncurses >&5
# configure:4809: $? = 0
# configure:4812: test -s conftest
# configure:4815: $? = 0
# configure:4827: result: yes
# configure:4842: checking for dlopen
# configure:4892: clang -o conftest conftest.c -lncurses >&5
# /tmp/conftest-9c2b4a.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `dlopen'
# /tmp/conftest-9c2b4a.o:(.data+0x0): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4895: $? = 1
# configure: failed program was:
# | #line 4847 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ccze"
# | #define PACKAGE_TARNAME "ccze"
# | #define PACKAGE_VERSION "0.2-stable"
# | #define PACKAGE_STRING "ccze 0.2-stable"
# | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org"
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 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_ARGP_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDDEF_H 1
# | #define RETSIGTYPE void
# | #define error_t int
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_STRFTIME 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ALPHASORT 1
# | #define HAVE_ARGP_PARSE 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETLINE 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETSUBOPT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SCANDIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_LIBNCURSES 1
# | /* end confdefs.h. */
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char dlopen ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_dlopen) || defined (__stub___dlopen)
# | choke me
# | #else
# | char (*f) () = dlopen;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != dlopen;
# | ;
# | return 0;
# | }
# configure:4912: result: no
# configure:4918: checking for dlopen in -ldl
# configure:4949: clang -o conftest conftest.c -ldl -lncurses >&5
# configure:4952: $? = 0
# configure:4955: test -s conftest
# configure:4958: $? = 0
# configure:4970: result: yes
# configure:4983: checking for getopt_long
# configure:5053: result: yes
# configure:5128: checking for pcre-config
# configure:5146: found /usr/bin/pcre-config
# configure:5159: result: /usr/bin/pcre-config
# configure:5167: checking for PCRE
# configure:5178: result: found
# configure:5181: checking for suboptarg
# configure:5213: clang -o conftest conftest.c -ldl -lncurses >&5
# configure:5249:24: warning: incompatible pointer types passing 'char **[1]' to parameter of type 'char *const *' [-Wincompatible-pointer-types]
# getsubopt (&subopts, empty_subopts, &value);
# ^~~~~~~~~~~~~
# /usr/include/stdlib.h:899:33: note: passing argument to parameter '__tokens' here
# char *const *__restrict __tokens,
# ^
# 1 warning generated.
# /tmp/conftest-d85eb5.o: In function `main':
# conftest.c:(.text+0x3b): undefined reference to `suboptarg'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5216: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | #line 5186 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ccze"
# | #define PACKAGE_TARNAME "ccze"
# | #define PACKAGE_VERSION "0.2-stable"
# | #define PACKAGE_STRING "ccze 0.2-stable"
# | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org"
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 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_ARGP_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDDEF_H 1
# | #define RETSIGTYPE void
# | #define error_t int
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_STRFTIME 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ALPHASORT 1
# | #define HAVE_ARGP_PARSE 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_GETDELIM 1
# | #define HAVE_GETLINE 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETSUBOPT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SCANDIR 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_STRSTR 1
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# | static char **empty_subopts[] = { NULL };
# | extern char *suboptarg;
# |
# | int
# | main ()
# | {
# | char *subopts = "something";
# | char *value;
# |
# | getsubopt (&subopts, empty_subopts, &value);
# | exit (!suboptarg);
# | ;
# | return 0;
# | }
# configure:5234: result: no
# configure:5361: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ccze config.status 0.2-stable, which was
# generated by GNU Autoconf 2.57. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on c3101ee71bea
#
# config.status:634: creating Rules.mk
# config.status:634: creating Makefile
# config.status:634: creating doc/Makefile
# config.status:634: creating src/Makefile
# config.status:634: creating testsuite/Makefile
# config.status:738: creating system.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_volatile=yes
# 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_exeext=
# ac_cv_func__doprnt=no
# ac_cv_func_alphasort=yes
# ac_cv_func_argp_parse=yes
# ac_cv_func_asprintf=yes
# ac_cv_func_closedir_void=no
# ac_cv_func_dlopen=no
# ac_cv_func_getdelim=yes
# ac_cv_func_getline=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_getsubopt=yes
# ac_cv_func_lstat_dereferences_slashed_symlink=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memchr=yes
# ac_cv_func_memcmp_working=yes
# ac_cv_func_memset=yes
# ac_cv_func_realloc_0_nonnull=yes
# ac_cv_func_scandir=yes
# ac_cv_func_stat_empty_string_bug=no
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strftime=yes
# ac_cv_func_strndup=yes
# ac_cv_func_strstr=yes
# ac_cv_func_vprintf=yes
# ac_cv_header_argp_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=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_host_alias=x86_64-unknown-linux
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_ncurses_initscr=yes
# ac_cv_objext=o
# ac_cv_path_PCRE_CONFIG=/usr/bin/pcre-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_egrep='grep -E'
# ac_cv_search_opendir='none required'
# ac_cv_type_error_t=no
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ALL_PLUGINS='apm distcc exim fetchmail ftpstats httpd icecast oops php postfix procmail proftpd squid sulog super syslog ulogd vsftpd xferlog '
# CC='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-ldl -lncurses '
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT='algernon@bonehunter.rulez.org'
# PACKAGE_NAME='ccze'
# PACKAGE_STRING='ccze 0.2-stable'
# PACKAGE_TARNAME='ccze'
# PACKAGE_VERSION='0.2-stable'
# PATH_SEPARATOR=':'
# PCRE_CFLAGS=''
# PCRE_CONFIG='/usr/bin/pcre-config'
# PCRE_LIBS='-lpcre'
# SHELL='/bin/sh'
# S_PLUGINS=''
# WFLAGS='${WFLAGS_GCC}'
# WFLAGS_3X=''
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# 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'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_ALPHASORT 1
# #define HAVE_ARGP_H 1
# #define HAVE_ARGP_PARSE 1
# #define HAVE_ASPRINTF 1
# #define HAVE_DIRENT_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_GETDELIM 1
# #define HAVE_GETLINE 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_GETSUBOPT 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIBDL 1
# #define HAVE_LIBNCURSES 1
# #define HAVE_MALLOC 1
# #define HAVE_MEMCHR 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MEMSET 1
# #define HAVE_NETDB_H 1
# #define HAVE_REALLOC 1
# #define HAVE_SCANDIR 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRFTIME 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRNDUP 1
# #define HAVE_STRSTR 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_VPRINTF 1
# #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org"
# #define PACKAGE_NAME "ccze"
# #define PACKAGE_STRING "ccze 0.2-stable"
# #define PACKAGE_TARNAME "ccze"
# #define PACKAGE_VERSION "0.2-stable"
# #define RETSIGTYPE void
# #define STDC_HEADERS 1
# #define error_t int
#
# configure: exit 0