Build of ccze with vanilla toolchain

The build took 00h 00m 38s 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: ccze 0.2.1-9 (Wed Aug 24 13:18:59 UTC 2016)
# ==> 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... no
# checking for cc... cc
# checking for x86_64-unknown-linux-gcc... cc
# 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 cc accepts -g... yes
# checking for cc option to accept ANSI C... none needed
# checking whether we are using GCC 3... no
# checking how to run the C preprocessor... cc -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/sbin/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,@DIST@,stable,g" \
# ccze.spec
# 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'
# cc -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
# cc -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: In function 'ccze_color_to_css':
# ccze-color.c:264:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (my_color < COLOR_PAIR (8))
# ^
# cc -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
# cc -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: In function 'ccze_wordcolor_process_one':
# ccze-wordcolor.c:86:52: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (word, offsets, match, 1, (const char **)&pre);
# ^
# ccze-wordcolor.c:87:52: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (word, offsets, match, 2, (const char **)&tmp);
# ^
# ccze-wordcolor.c:98:52: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (word, offsets, match, 1, (const char **)&tmp);
# ^
# ccze-wordcolor.c:99:52: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (word, offsets, match, 2, (const char **)&post);
# ^
# 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
# cc -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
# cc -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: In function 'ccze_apm_process':
# mod_apm.c:38:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&battery);
# ^
# mod_apm.c:39:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&charge);
# ^
# mod_apm.c:40:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&rate);
# ^
# mod_apm.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&stuff1);
# ^
# mod_apm.c:42:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&elapsed);
# ^
# mod_apm.c:43:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&remain);
# ^
# mod_apm.c:44:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&stuff2);
# ^
# cc -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
# cc -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_distcc.c: In function 'ccze_distcc_process':
# mod_distcc.c:40:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&pid);
# ^
# mod_distcc.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&func);
# ^
# mod_distcc.c:42:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&rest);
# ^
# mod_exim.c: In function 'ccze_exim_process':
# mod_exim.c:40:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_exim.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&msgfull);
# ^
# mod_exim.c:47:6: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# (const char **)&uniqn);
# ^
# mod_exim.c:49:6: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# (const char **)&action);
# ^
# mod_exim.c:51:6: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# (const char **)&msg);
# ^
# mod_exim.c:63:6: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# (const char **)&uniqn);
# ^
# mod_exim.c:65:6: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# (const char **)&msg);
# ^
# cc -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
# cc -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: In function 'ccze_ftpstats_process':
# mod_ftpstats.c:40:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_ftpstats.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&sessionid);
# ^
# mod_ftpstats.c:42:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&user);
# ^
# mod_ftpstats.c:43:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&host);
# ^
# mod_ftpstats.c:44:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&type);
# ^
# mod_ftpstats.c:45:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&size);
# ^
# mod_ftpstats.c:46:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&duration);
# ^
# mod_ftpstats.c:47:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&file);
# ^
# mod_fetchmail.c: In function 'ccze_fetchmail_process':
# mod_fetchmail.c:37:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&start);
# ^
# mod_fetchmail.c:38:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&addy);
# ^
# mod_fetchmail.c:39:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)¤t);
# ^
# mod_fetchmail.c:40:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&full);
# ^
# mod_fetchmail.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&rest);
# ^
# cc -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
# cc -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_httpd.c: In function 'ccze_httpd_access_log_process':
# mod_httpd.c:53:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&vhost);
# ^
# mod_httpd.c:54:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&host);
# ^
# mod_httpd.c:55:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&user);
# ^
# mod_httpd.c:56:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&date);
# ^
# mod_httpd.c:57:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&full_action);
# ^
# mod_httpd.c:58:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&method);
# ^
# mod_httpd.c:59:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&http_code);
# ^
# mod_httpd.c:60:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&gsize);
# ^
# mod_httpd.c:61:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 9, (const char **)&other);
# ^
# mod_httpd.c: In function 'ccze_httpd_error_log_process':
# mod_httpd.c:106:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_httpd.c:107:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&level);
# ^
# mod_httpd.c:108:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&msg);
# ^
# mod_icecast.c: In function 'ccze_icecast_process':
# mod_icecast.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_icecast.c:42:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&admin);
# ^
# mod_icecast.c:43:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&threadno);
# ^
# mod_icecast.c:44:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&thread);
# ^
# mod_icecast.c:45:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&rest);
# ^
# mod_icecast.c: In function 'ccze_icecast_usage_process':
# mod_icecast.c:82:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_icecast.c:83:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&threadno);
# ^
# mod_icecast.c:84:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&thread);
# ^
# mod_icecast.c:85:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&date2);
# ^
# mod_icecast.c:86:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&bw);
# ^
# mod_icecast.c:87:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&unit);
# ^
# mod_icecast.c:88:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&src);
# ^
# mod_icecast.c:89:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 9, (const char **)&clients);
# ^
# mod_icecast.c:90:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 10, (const char **)&admins);
# ^
# cc -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
# cc -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_oops.c: In function 'ccze_oops_process':
# mod_oops.c:40:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_oops.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&sp1);
# ^
# mod_oops.c:42:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&id);
# ^
# mod_oops.c:43:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&field);
# ^
# mod_oops.c:44:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&sp2);
# ^
# mod_oops.c:45:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&value);
# ^
# mod_oops.c:46:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 9, (const char **)&etc);
# ^
# mod_php.c: In function 'ccze_php_process':
# mod_php.c:40:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_php.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&rest);
# ^
# cc -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
# cc -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_postfix.c: In function 'ccze_postfix_process':
# mod_postfix.c:61:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&spoolid);
# ^
# mod_postfix.c:62:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&s);
# ^
# mod_postfix.c:63:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&rest);
# ^
# mod_procmail.c: In function 'ccze_procmail_process':
# mod_procmail.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&space1);
# ^
# mod_procmail.c:42:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&header);
# ^
# mod_procmail.c:43:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&value);
# ^
# mod_procmail.c:44:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&space2);
# ^
# mod_procmail.c:45:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&extra);
# ^
# cc -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
# cc -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_proftpd.c: In function 'ccze_proftpd_access_log_process':
# mod_proftpd.c:38:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&host);
# ^
# mod_proftpd.c:39:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&user);
# ^
# mod_proftpd.c:40:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&auser);
# ^
# mod_proftpd.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&date);
# ^
# mod_proftpd.c:42:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&command);
# ^
# mod_proftpd.c:43:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&file);
# ^
# mod_proftpd.c:44:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&ftpcode);
# ^
# mod_proftpd.c:45:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&size);
# ^
# mod_proftpd.c: In function 'ccze_proftpd_auth_log_process':
# mod_proftpd.c:89:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&servhost);
# ^
# mod_proftpd.c:90:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&pid);
# ^
# mod_proftpd.c:91:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&remhost);
# ^
# mod_proftpd.c:92:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&date);
# ^
# mod_proftpd.c:93:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&cmd);
# ^
# mod_proftpd.c:94:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&value);
# ^
# mod_proftpd.c:95:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&ftpcode);
# ^
# mod_squid.c: In function 'ccze_squid_access_log_process':
# mod_squid.c:90:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_squid.c:91:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&espace);
# ^
# mod_squid.c:92:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&elaps);
# ^
# mod_squid.c:93:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&host);
# ^
# mod_squid.c:94:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&action);
# ^
# mod_squid.c:95:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&httpc);
# ^
# mod_squid.c:96:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&gsize);
# ^
# mod_squid.c:97:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&method);
# ^
# mod_squid.c:98:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 9, (const char **)&uri);
# ^
# mod_squid.c:99:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 10, (const char **)&ident);
# ^
# mod_squid.c:100:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 11, (const char **)&hierar);
# ^
# mod_squid.c:101:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 12, (const char **)&fhost);
# ^
# mod_squid.c:102:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 13, (const char **)&ctype);
# ^
# mod_squid.c: In function 'ccze_squid_cache_log_process':
# mod_squid.c:160:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_squid.c:161:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&other);
# ^
# mod_squid.c: In function 'ccze_squid_store_log_process':
# mod_squid.c:177:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_squid.c:178:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&tag);
# ^
# mod_squid.c:179:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&swapnum);
# ^
# mod_squid.c:180:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&swapname);
# ^
# mod_squid.c:181:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&swapsum);
# ^
# mod_squid.c:182:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&space1);
# ^
# mod_squid.c:183:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&hcode);
# ^
# mod_squid.c:184:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&space2);
# ^
# mod_squid.c:185:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 9, (const char **)&hdate);
# ^
# mod_squid.c:186:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 10, (const char **)&space3);
# ^
# mod_squid.c:187:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 11, (const char **)&lmdate);
# ^
# mod_squid.c:188:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 12, (const char **)&space4);
# ^
# mod_squid.c:189:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 13, (const char **)&expire);
# ^
# mod_squid.c:190:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 14, (const char **)&ctype);
# ^
# mod_squid.c:191:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 15, (const char **)&size);
# ^
# mod_squid.c:192:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 16, (const char **)&read);
# ^
# mod_squid.c:193:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 17, (const char **)&method);
# ^
# mod_squid.c:194:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 18, (const char **)&uri);
# ^
# cc -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
# cc -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_sulog.c: In function 'ccze_sulog_process':
# mod_sulog.c:37:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_sulog.c:38:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&islogin);
# ^
# mod_sulog.c:39:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&tty);
# ^
# mod_sulog.c:40:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&fromuser);
# ^
# mod_sulog.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&touser);
# ^
# mod_super.c: In function 'ccze_super_process':
# mod_super.c:37:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&email);
# ^
# mod_super.c:38:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&date);
# ^
# mod_super.c:39:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&space);
# ^
# mod_super.c:40:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&suptag);
# ^
# mod_super.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&other);
# ^
# cc -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
# cc -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
# mod_syslog.c: In function 'ccze_syslog_process':
# mod_syslog.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_syslog.c:42:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&host);
# ^
# mod_syslog.c:43:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&send);
# ^
# mod_syslog.c:50:51: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&process);
# ^
# mod_syslog.c:51:51: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&msg);
# ^
# cc -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: In function 'ccze_vsftpd_log_process':
# mod_vsftpd.c:37:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&date);
# ^
# mod_vsftpd.c:38:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&sspace);
# ^
# mod_vsftpd.c:39:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&pid);
# ^
# mod_vsftpd.c:40:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&user);
# ^
# mod_vsftpd.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&other);
# ^
# cc -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
# cc -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
# mod_xferlog.c: In function 'ccze_xferlog_log_process':
# mod_xferlog.c:39:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 1, (const char **)&curtime);
# ^
# mod_xferlog.c:40:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 2, (const char **)&transtime);
# ^
# mod_xferlog.c:41:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 3, (const char **)&host);
# ^
# mod_xferlog.c:42:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 4, (const char **)&fsize);
# ^
# mod_xferlog.c:43:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 5, (const char **)&fname);
# ^
# mod_xferlog.c:44:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 6, (const char **)&transtype);
# ^
# mod_xferlog.c:45:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 7, (const char **)&actionflag);
# ^
# mod_xferlog.c:46:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 8, (const char **)&direction);
# ^
# mod_xferlog.c:47:47: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 9, (const char **)&amode);
# ^
# mod_xferlog.c:48:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 10, (const char **)&user);
# ^
# mod_xferlog.c:49:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 11, (const char **)&service);
# ^
# mod_xferlog.c:50:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 12, (const char **)&amethod);
# ^
# mod_xferlog.c:51:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 13, (const char **)&auid);
# ^
# mod_xferlog.c:52:48: warning: to be safe all intermediate pointers in cast from 'char **' to 'const char **' must be 'const' qualified [-Wcast-qual]
# pcre_get_substring (str, offsets, match, 14, (const char **)&status);
# ^
# cc -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-dump.c:29:0:
# ccze-color.c: In function 'ccze_color_to_css':
# ccze-color.c:264:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (my_color < COLOR_PAIR (8))
# ^
# ccze-dump.c: In function 'ccze_dump_color_to_name':
# ccze-dump.c:103:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (my_color < COLOR_PAIR (8))
# ^
# In file included from ccze-cssdump.c:29:0:
# ccze-color.c: In function 'ccze_color_to_css':
# ccze-color.c:264:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (my_color < COLOR_PAIR (8))
# ^
# cc -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
# cc -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
# cc -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
# cc -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
# 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'
# ==> 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 (Wed Aug 24 13:19:10 UTC 2016)

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 = ed396fe5f7d7
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure: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:1398: result: no
# configure:1407: checking for cc
# configure:1423: found /usr/sbin/cc
# configure:1433: result: cc
# configure:1453: checking for x86_64-unknown-linux-gcc
# configure:1479: result: cc
# configure:1761: checking for C compiler version
# configure:1764: cc --version &5
# cc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:1767: $? = 0
# configure:1769: cc -v &5
# Using built-in specs.
# COLLECT_GCC=cc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:1772: $? = 0
# configure:1774: cc -V &5
# cc: error: unrecognized command line option '-V'
# cc: fatal error: no input files
# compilation terminated.
# configure:1777: $? = 1
# configure:1801: checking for C compiler default output
# configure:1804: cc 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: cc -o conftest conftest.c >&5
# configure:1901: $? = 0
# configure:1926: result:
# configure:1932: checking for suffix of object files
# configure:1954: cc -c conftest.c >&5
# configure:1957: $? = 0
# configure:1979: result: o
# configure:1983: checking whether we are using the GNU C compiler
# configure:2008: cc -c conftest.c >&5
# configure:2011: $? = 0
# configure:2014: test -s conftest.o
# configure:2017: $? = 0
# configure:2030: result: yes
# configure:2036: checking whether cc accepts -g
# configure:2058: cc -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 cc option to accept ANSI C
# configure:2156: cc -c conftest.c >&5
# configure:2159: $? = 0
# configure:2162: test -s conftest.o
# configure:2165: $? = 0
# configure:2183: result: none needed
# configure:2201: cc -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^~~~~
# conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
# 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: cc -E conftest.c
# configure:2394: $? = 0
# configure:2426: cc -E conftest.c
# configure:2425:28: fatal error: ac_nonexistent.h: No such file or directory
# _ACEOF
# ^
# compilation terminated.
# 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: cc -E
# configure:2495: cc -E conftest.c
# configure:2501: $? = 0
# configure:2533: cc -E conftest.c
# configure:2532:28: fatal error: ac_nonexistent.h: No such file or directory
# _ACEOF
# ^
# compilation terminated.
# 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: cc -c conftest.c >&5
# configure:2705: $? = 0
# configure:2708: test -s conftest.o
# configure:2711: $? = 0
# configure:2803: cc -o conftest conftest.c >&5
# configure: In function 'main':
# configure:2796:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# if (XOR (islower (i), ISLOWER (i))
# ^~~~
# configure:2796:7: warning: incompatible implicit declaration of built-in function 'exit'
# configure:2796:7: note: include '' or provide a declaration of 'exit'
# configure:2797:3: warning: incompatible implicit declaration of built-in function 'exit'
# || toupper (i) != TOUPPER (i))
# ^
# configure:2797:3: note: include '' or provide a declaration of 'exit'
# configure:2806: $? = 0
# configure:2808: ./conftest
# configure:2811: $? = 0
# configure:2826: result: yes
# configure:2844: checking for dirent.h that defines DIR
# configure:2869: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -c conftest.c >&5
# configure: In function 'main':
# configure:3664:6: error: 'error_t' undeclared (first use in this function)
# fi
# ^
# configure:3664:6: note: each undeclared identifier is reported only once for each function it appears in
# configure:3664:15: error: expected expression before ')' token
# fi
# ^
# 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: cc -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: cc -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: cc -o conftest conftest.c >&5
# configure:4144:6: warning: conflicting types for built-in function 'strftime'
# (eval $ac_link) 2>&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: cc -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: cc -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: cc -o conftest conftest.c >&5
# configure: In function 'main':
# configure:4418:7: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration]
# _ACEOF
# ^
# configure:4419:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# rm -f conftest$ac_exeext
# ^~~~
# configure:4419:5: warning: incompatible implicit declaration of built-in function 'exit'
# configure:4419:5: note: include '' or provide a declaration of 'exit'
# configure:4432:9: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
# echo "$as_me: program exited with status $ac_status" >&5
# ^~~~~~
# configure:4432:9: warning: incompatible implicit declaration of built-in function 'strcpy'
# configure:4432:9: note: include '' or provide a declaration of 'strcpy'
# configure:4435:11: warning: incompatible implicit declaration of built-in function 'exit'
#
# ^
# configure:4435:11: note: include '' or provide a declaration of 'exit'
# configure:4437:5: warning: incompatible implicit declaration of built-in function 'exit'
# ac_cv_func_memcmp_working=no
# ^~~~
# configure:4437:5: note: include '' or provide a declaration of 'exit'
# configure:4423: $? = 0
# configure:4425: ./conftest
# configure:4428: $? = 0
# configure:4442: result: yes
# configure:4450: checking for vprintf
# configure:4500: cc -o conftest conftest.c >&5
# configure:4503:6: warning: conflicting types for built-in function 'vprintf'
# echo "$as_me:$LINENO: \$? = $ac_status" >&5
# ^~~~~~~
# configure:4503: $? = 0
# configure:4506: test -s conftest
# configure:4509: $? = 0
# configure:4520: result: yes
# configure:4527: checking for _doprnt
# configure:4577: cc -o conftest conftest.c >&5
# /tmp/ccoMIVlH.o: In function `main':
# conftest.c:(.text+0xd): undefined reference to `_doprnt'
# /tmp/ccoMIVlH.o:(.data+0x0): undefined reference to `_doprnt'
# collect2: error: ld returned 1 exit status
# 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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -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: cc -o conftest conftest.c >&5
# configure:4754:6: warning: conflicting types for built-in function 'memchr'
# eval "$as_ac_var=yes"
# ^~~~~~
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for memset
# configure:4743: cc -o conftest conftest.c >&5
# configure:4755:6: warning: conflicting types for built-in function 'memset'
# else
# ^
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for scandir
# configure:4743: cc -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: cc -o conftest conftest.c >&5
# configure:4757:6: warning: conflicting types for built-in function 'strcasecmp'
# sed 's/^/| /' conftest.$ac_ext >&5
# ^~~~~~~~~~
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for strchr
# configure:4743: cc -o conftest conftest.c >&5
# configure:4758:6: warning: conflicting types for built-in function 'strchr'
#
# ^
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for strdup
# configure:4743: cc -o conftest conftest.c >&5
# configure:4759:6: warning: conflicting types for built-in function 'strdup'
# eval "$as_ac_var=no"
# ^~~~~~
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for strndup
# configure:4743: cc -o conftest conftest.c >&5
# configure:4760:6: warning: conflicting types for built-in function 'strndup'
# fi
# ^
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4693: checking for strstr
# configure:4743: cc -o conftest conftest.c >&5
# configure:4761:6: warning: conflicting types for built-in function 'strstr'
# rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# ^~~~~~
# configure:4746: $? = 0
# configure:4749: test -s conftest
# configure:4752: $? = 0
# configure:4763: result: yes
# configure:4775: checking for initscr in -lncurses
# configure:4806: cc -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: cc -o conftest conftest.c -lncurses >&5
# /tmp/ccEnb6Vc.o: In function `main':
# conftest.c:(.text+0xd): undefined reference to `dlopen'
# /tmp/ccEnb6Vc.o:(.data+0x0): undefined reference to `dlopen'
# collect2: error: ld returned 1 exit status
# 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: cc -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/sbin/pcre-config
# configure:5159: result: /usr/sbin/pcre-config
# configure:5167: checking for PCRE
# configure:5178: result: found
# configure:5181: checking for suboptarg
# configure:5213: cc -o conftest conftest.c -ldl -lncurses >&5
# configure: In function 'main':
# configure:5249:24: warning: passing argument 2 of 'getsubopt' from incompatible pointer type [-Wincompatible-pointer-types]
# # Check whether --with-builtins or --without-builtins was given.
# ^~~~~~~~~~~~~
# In file included from configure:5237:0:
# /usr/include/stdlib.h:898:12: note: expected 'char * const* restrict' but argument is of type 'char ***'
# extern int getsubopt (char **__restrict __optionp,
# ^~~~~~~~~
# /tmp/cctYKwzB.o: In function `main':
# conftest.c:(.text+0x28): undefined reference to `suboptarg'
# collect2: error: ld returned 1 exit status
# 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 ed396fe5f7d7
#
# 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=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_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/sbin/pcre-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=cc
# ac_cv_prog_CPP='cc -E'
# ac_cv_prog_ac_ct_CC=cc
# 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='cc'
# CFLAGS=''
# CPP='cc -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/sbin/pcre-config'
# PCRE_LIBS='-lpcre'
# SHELL='/bin/sh'
# S_PLUGINS=''
# WFLAGS='${WFLAGS_GCC}'
# WFLAGS_3X=''
# ac_ct_CC='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