Build of calcurse with vanilla toolchain

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

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

SLOCLanguage
15,305 ansic
5,902 sh
4,333 makefile
397 python
16 sed
25,953 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: calcurse 4.1.0-1 (Wed Aug 24 13:08:04 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/sbin/msgfmt
# checking for gmsgfmt... /usr/sbin/msgfmt
# checking for xgettext... /usr/sbin/xgettext
# checking for msgmerge... /usr/sbin/msgmerge
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking dependency style of gcc... gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for ld used by GCC... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking whether NLS is requested... yes
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking for x86_64-unknown-linux-gcc... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking whether gcc understands -c and -o together... (cached) yes
# checking dependency style of gcc... (cached) gcc3
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking math.h usability... yes
# checking math.h presence... yes
# checking for math.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for sys/stat.h... (cached) yes
# checking for sys/types.h... (cached) yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking for unistd.h... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking paths.h usability... yes
# checking paths.h presence... yes
# checking for paths.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking regex.h usability... yes
# checking regex.h presence... yes
# checking for regex.h... yes
# checking for initscr... no
# checking for initscr in -lncursesw... yes
# checking ncursesw/ncurses.h usability... no
# checking ncursesw/ncurses.h presence... no
# checking for ncursesw/ncurses.h... no
# checking ncurses.h usability... yes
# checking ncurses.h presence... yes
# checking for ncurses.h... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for pthread_create in -lpthread... yes
# checking for math.h... (cached) yes
# checking for exp in -lm... yes
# checking whether to include documentation... yes
# configure: WARNING: Will not rebuild documentation!
# checking if memory debug should be used... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating src/Makefile
# config.status: creating test/Makefile
# config.status: creating scripts/Makefile
# config.status: creating po/Makefile.in
# config.status: creating po/Makefile
# config.status: creating contrib/caldav/Makefile
# config.status: creating config.h
# config.status: executing default-1 commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# config.status: executing depfiles commands
#
# ========================================================================
# calcurse is configured as follows.
# Please check that this configuration matches your expectations.
# Also give a look at the config.h file to check for preprocessor symbols.
#
# Host system type : x86_64-unknown-linux-gnu
#
# Options used to compile and link:
# PREFIX = /usr
# VERSION = 4.1.0
# CC = gcc
# CFLAGS = -Wall
# CPPFLAGS =
# DEFS = -DHAVE_CONFIG_H
# LD = /usr/sbin/ld
# LDFLAGS =
# LIBS = -lncursesw -pthread -lm
# ========================================================================
#
# make all-recursive
# make[1]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0'
# Making all in po
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/po'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/po'
# Making all in src
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/src'
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT calcurse.o -MD -MP -MF .deps/calcurse.Tpo -c -o calcurse.o calcurse.c
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT apoint.o -MD -MP -MF .deps/apoint.Tpo -c -o apoint.o apoint.c
# mv -f .deps/apoint.Tpo .deps/apoint.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT args.o -MD -MP -MF .deps/args.Tpo -c -o args.o args.c
# mv -f .deps/calcurse.Tpo .deps/calcurse.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c
# mv -f .deps/config.Tpo .deps/config.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT custom.o -MD -MP -MF .deps/custom.Tpo -c -o custom.o custom.c
# mv -f .deps/args.Tpo .deps/args.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT day.o -MD -MP -MF .deps/day.Tpo -c -o day.o day.c
# mv -f .deps/day.Tpo .deps/day.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT event.o -MD -MP -MF .deps/event.Tpo -c -o event.o event.c
# mv -f .deps/custom.Tpo .deps/custom.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT getstring.o -MD -MP -MF .deps/getstring.Tpo -c -o getstring.o getstring.c
# mv -f .deps/event.Tpo .deps/event.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.c
# mv -f .deps/getstring.Tpo .deps/getstring.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT hooks.o -MD -MP -MF .deps/hooks.Tpo -c -o hooks.o hooks.c
# mv -f .deps/hooks.Tpo .deps/hooks.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT ical.o -MD -MP -MF .deps/ical.Tpo -c -o ical.o ical.c
# mv -f .deps/help.Tpo .deps/help.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT io.o -MD -MP -MF .deps/io.Tpo -c -o io.o io.c
# mv -f .deps/ical.Tpo .deps/ical.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT keys.o -MD -MP -MF .deps/keys.Tpo -c -o keys.o keys.c
# mv -f .deps/keys.Tpo .deps/keys.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT listbox.o -MD -MP -MF .deps/listbox.Tpo -c -o listbox.o listbox.c
# mv -f .deps/io.Tpo .deps/io.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT llist.o -MD -MP -MF .deps/llist.Tpo -c -o llist.o llist.c
# mv -f .deps/llist.Tpo .deps/llist.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT note.o -MD -MP -MF .deps/note.Tpo -c -o note.o note.c
# mv -f .deps/listbox.Tpo .deps/listbox.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT notify.o -MD -MP -MF .deps/notify.Tpo -c -o notify.o notify.c
# mv -f .deps/note.Tpo .deps/note.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT pcal.o -MD -MP -MF .deps/pcal.Tpo -c -o pcal.o pcal.c
# mv -f .deps/notify.Tpo .deps/notify.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT recur.o -MD -MP -MF .deps/recur.Tpo -c -o recur.o recur.c
# mv -f .deps/pcal.Tpo .deps/pcal.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c
# mv -f .deps/sha1.Tpo .deps/sha1.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT sigs.o -MD -MP -MF .deps/sigs.Tpo -c -o sigs.o sigs.c
# mv -f .deps/recur.Tpo .deps/recur.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT strings.o -MD -MP -MF .deps/strings.Tpo -c -o strings.o strings.c
# mv -f .deps/strings.Tpo .deps/strings.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT todo.o -MD -MP -MF .deps/todo.Tpo -c -o todo.o todo.c
# mv -f .deps/sigs.Tpo .deps/sigs.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT ui-calendar.o -MD -MP -MF .deps/ui-calendar.Tpo -c -o ui-calendar.o ui-calendar.c
# mv -f .deps/todo.Tpo .deps/todo.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT ui-day.o -MD -MP -MF .deps/ui-day.Tpo -c -o ui-day.o ui-day.c
# mv -f .deps/ui-calendar.Tpo .deps/ui-calendar.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT ui-todo.o -MD -MP -MF .deps/ui-todo.Tpo -c -o ui-todo.o ui-todo.c
# mv -f .deps/ui-day.Tpo .deps/ui-day.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT utf8.o -MD -MP -MF .deps/utf8.Tpo -c -o utf8.o utf8.c
# mv -f .deps/ui-todo.Tpo .deps/ui-todo.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
# mv -f .deps/utf8.Tpo .deps/utf8.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT vars.o -MD -MP -MF .deps/vars.Tpo -c -o vars.o vars.c
# mv -f .deps/vars.Tpo .deps/vars.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT vector.o -MD -MP -MF .deps/vector.Tpo -c -o vector.o vector.c
# mv -f .deps/vector.Tpo .deps/vector.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT wins.o -MD -MP -MF .deps/wins.Tpo -c -o wins.o wins.c
# mv -f .deps/wins.Tpo .deps/wins.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT mem.o -MD -MP -MF .deps/mem.Tpo -c -o mem.o mem.c
# mv -f .deps/mem.Tpo .deps/mem.Po
# gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DDOCDIR=\"/usr/share/doc/calcurse\" -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -MT dmon.o -MD -MP -MF .deps/dmon.Tpo -c -o dmon.o dmon.c
# mv -f .deps/dmon.Tpo .deps/dmon.Po
# mv -f .deps/utils.Tpo .deps/utils.Po
# gcc -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L -Wall -o calcurse calcurse.o apoint.o args.o config.o custom.o day.o event.o getstring.o help.o hooks.o ical.o io.o keys.o listbox.o llist.o note.o notify.o pcal.o recur.o sha1.o sigs.o strings.o todo.o ui-calendar.o ui-day.o ui-todo.o utf8.o utils.o vars.o vector.o wins.o mem.o dmon.o -lncursesw -pthread -lm
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/src'
# Making all in test
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/test'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/test'
# Making all in scripts
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/scripts'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/scripts'
# Making all in contrib/caldav
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/contrib/caldav'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/contrib/caldav'
# Making all in doc
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/doc'
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0'
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0'
# make[1]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make install-recursive
# make[1]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0'
# Making install in po
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/po'
# /bin/sh .././mkinstalldirs /tmp/calcurse/pkg/calcurse/usr/share
# mkdir -p -- /tmp/calcurse/pkg/calcurse/usr/share
# mkdir -p -- /tmp/calcurse/pkg/calcurse/usr/share/locale/fr/LC_MESSAGES
# installing fr.gmo as /tmp/calcurse/pkg/calcurse/usr/share/locale/fr/LC_MESSAGES/calcurse.mo
# mkdir -p -- /tmp/calcurse/pkg/calcurse/usr/share/locale/en/LC_MESSAGES
# installing en.gmo as /tmp/calcurse/pkg/calcurse/usr/share/locale/en/LC_MESSAGES/calcurse.mo
# mkdir -p -- /tmp/calcurse/pkg/calcurse/usr/share/locale/de/LC_MESSAGES
# installing de.gmo as /tmp/calcurse/pkg/calcurse/usr/share/locale/de/LC_MESSAGES/calcurse.mo
# mkdir -p -- /tmp/calcurse/pkg/calcurse/usr/share/locale/es/LC_MESSAGES
# installing es.gmo as /tmp/calcurse/pkg/calcurse/usr/share/locale/es/LC_MESSAGES/calcurse.mo
# mkdir -p -- /tmp/calcurse/pkg/calcurse/usr/share/locale/nl/LC_MESSAGES
# installing nl.gmo as /tmp/calcurse/pkg/calcurse/usr/share/locale/nl/LC_MESSAGES/calcurse.mo
# mkdir -p -- /tmp/calcurse/pkg/calcurse/usr/share/locale/ru/LC_MESSAGES
# installing ru.gmo as /tmp/calcurse/pkg/calcurse/usr/share/locale/ru/LC_MESSAGES/calcurse.mo
# mkdir -p -- /tmp/calcurse/pkg/calcurse/usr/share/locale/pt_BR/LC_MESSAGES
# installing pt_BR.gmo as /tmp/calcurse/pkg/calcurse/usr/share/locale/pt_BR/LC_MESSAGES/calcurse.mo
# if test "calcurse" = "gettext-tools"; then \
# /bin/sh .././mkinstalldirs /tmp/calcurse/pkg/calcurse/usr/share/gettext/po; \
# for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/calcurse/pkg/calcurse/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/calcurse/pkg/calcurse/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/po'
# Making install in src
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/src'
# make[3]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/src'
# make[3]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/calcurse/pkg/calcurse/usr/bin'
# /usr/bin/install -c calcurse '/tmp/calcurse/pkg/calcurse/usr/bin'
# make[3]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/src'
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/src'
# Making install in test
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/test'
# make[3]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/test'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/test'
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/test'
# Making install in scripts
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/scripts'
# make[3]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/scripts'
# /usr/sbin/mkdir -p '/tmp/calcurse/pkg/calcurse/usr/bin'
# make[3]: Nothing to be done for 'install-data-am'.
# /usr/bin/install -c calcurse-upgrade '/tmp/calcurse/pkg/calcurse/usr/bin'
# make[3]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/scripts'
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/scripts'
# Making install in contrib/caldav
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/contrib/caldav'
# make[3]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/contrib/caldav'
# /usr/sbin/mkdir -p '/tmp/calcurse/pkg/calcurse/usr/bin'
# make[3]: Nothing to be done for 'install-data-am'.
# /usr/bin/install -c calcurse-caldav '/tmp/calcurse/pkg/calcurse/usr/bin'
# make[3]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/contrib/caldav'
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/contrib/caldav'
# Making install in doc
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/doc'
# make[3]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0/doc'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/calcurse/pkg/calcurse/usr/share/man/man1'
# /usr/sbin/mkdir -p '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse'
# /usr/bin/install -c -m 644 calcurse.1 '/tmp/calcurse/pkg/calcurse/usr/share/man/man1'
# /usr/sbin/mkdir -p '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse/de'
# /usr/bin/install -c -m 644 de/enote.txt de/view.txt de/general.txt de/priority.txt de/other.txt de/config.txt de/repeat.txt de/displacement.txt de/delete.txt de/vnote.txt de/tab.txt de/pipe.txt de/save.txt de/goto.txt de/edit.txt de/flag.txt de/export.txt de/add.txt de/credits.txt de/import.txt de/copy-paste.txt de/intro.txt '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse/de'
# /usr/bin/install -c -m 644 manual.html submitting-patches.html add.txt config.txt copy-paste.txt credits.txt delete.txt displacement.txt edit.txt enote.txt export.txt flag.txt general.txt goto.txt import.txt intro.txt manual.txt other.txt pipe.txt priority.txt reload.txt repeat.txt save.txt tab.txt view.txt vnote.txt '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse/.'
# /usr/sbin/mkdir -p '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse/es'
# /usr/bin/install -c -m 644 es/enote.txt es/view.txt es/general.txt es/priority.txt es/other.txt es/config.txt es/repeat.txt es/displacement.txt es/delete.txt es/vnote.txt es/tab.txt es/pipe.txt es/save.txt es/goto.txt es/edit.txt es/flag.txt es/export.txt es/add.txt es/credits.txt es/import.txt es/copy-paste.txt es/intro.txt '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse/es'
# /usr/sbin/mkdir -p '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse/fr'
# /usr/bin/install -c -m 644 fr/enote.txt fr/view.txt fr/general.txt fr/priority.txt fr/other.txt fr/config.txt fr/repeat.txt fr/displacement.txt fr/delete.txt fr/vnote.txt fr/tab.txt fr/pipe.txt fr/save.txt fr/goto.txt fr/edit.txt fr/flag.txt fr/export.txt fr/add.txt fr/credits.txt fr/import.txt fr/copy-paste.txt fr/intro.txt '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse/fr'
# /usr/sbin/mkdir -p '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse/ru'
# /usr/bin/install -c -m 644 ru/enote.txt ru/view.txt ru/general.txt ru/priority.txt ru/other.txt ru/config.txt ru/repeat.txt ru/displacement.txt ru/delete.txt ru/vnote.txt ru/tab.txt ru/pipe.txt ru/save.txt ru/goto.txt ru/edit.txt ru/flag.txt ru/export.txt ru/add.txt ru/credits.txt ru/import.txt ru/copy-paste.txt ru/intro.txt '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse/ru'
# /usr/sbin/mkdir -p '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse/nl'
# /usr/bin/install -c -m 644 nl/enote.txt nl/view.txt nl/general.txt nl/priority.txt nl/other.txt nl/config.txt nl/repeat.txt nl/displacement.txt nl/delete.txt nl/vnote.txt nl/tab.txt nl/pipe.txt nl/save.txt nl/goto.txt nl/edit.txt nl/flag.txt nl/export.txt nl/add.txt nl/credits.txt nl/import.txt nl/copy-paste.txt nl/intro.txt '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse/nl'
# /usr/sbin/mkdir -p '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse/pt_BR'
# /usr/bin/install -c -m 644 pt_BR/enote.txt pt_BR/view.txt pt_BR/general.txt pt_BR/priority.txt pt_BR/other.txt pt_BR/config.txt pt_BR/repeat.txt pt_BR/displacement.txt pt_BR/delete.txt pt_BR/vnote.txt pt_BR/tab.txt pt_BR/pipe.txt pt_BR/save.txt pt_BR/goto.txt pt_BR/edit.txt pt_BR/flag.txt pt_BR/export.txt pt_BR/add.txt pt_BR/credits.txt pt_BR/import.txt pt_BR/copy-paste.txt pt_BR/intro.txt '/tmp/calcurse/pkg/calcurse/usr/share/doc/calcurse/pt_BR'
# make[3]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/doc'
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0/doc'
# make[2]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0'
# make[3]: Entering directory '/tmp/calcurse/src/calcurse-4.1.0'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0'
# make[2]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0'
# make[1]: Leaving directory '/tmp/calcurse/src/calcurse-4.1.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "calcurse"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: calcurse 4.1.0-1 (Wed Aug 24 13:08:18 UTC 2016)

CMD: pacman --query --file calcurse-4.1.0-1-x86_64.pkg.tar.xz
# calcurse 4.1.0-1

Creating hybrid package for 'calcurse'

Trying to find vanilla package 'calcurse'...

CMD: pacman --query --file /mirror/calcurse-4.1.0-1.pkg.tar.xz
# calcurse 4.1.0-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /usr/share/doc/calcurse/add.txt
# /usr/share/doc/calcurse/manual.txt
# /usr/share/doc/calcurse/manual.html
# /usr/share/doc/calcurse/pipe.txt
# /usr/share/doc/calcurse/delete.txt
# /usr/share/doc/calcurse/vnote.txt
# /usr/share/doc/calcurse/credits.txt
# /usr/share/doc/calcurse/goto.txt
# /usr/share/doc/calcurse/other.txt
# /usr/share/doc/calcurse/reload.txt
# /usr/share/doc/calcurse/repeat.txt
# /usr/share/doc/calcurse/edit.txt
# /usr/share/doc/calcurse/submitting-patches.html
# /usr/share/doc/calcurse/displacement.txt
# /usr/share/doc/calcurse/intro.txt
# /usr/share/doc/calcurse/copy-paste.txt
# /usr/share/doc/calcurse/view.txt
# /usr/share/doc/calcurse/config.txt
# /usr/share/doc/calcurse/import.txt
# /usr/share/doc/calcurse/priority.txt
# /usr/share/doc/calcurse/general.txt
# /usr/share/doc/calcurse/enote.txt
# /usr/share/doc/calcurse/export.txt
# /usr/share/doc/calcurse/tab.txt
# /usr/share/doc/calcurse/flag.txt
# /usr/share/doc/calcurse/save.txt
# /usr/share/doc/calcurse/pt_BR/add.txt
# /usr/share/doc/calcurse/pt_BR/pipe.txt
# /usr/share/doc/calcurse/pt_BR/delete.txt
# /usr/share/doc/calcurse/pt_BR/vnote.txt
# /usr/share/doc/calcurse/pt_BR/credits.txt
# /usr/share/doc/calcurse/pt_BR/goto.txt
# /usr/share/doc/calcurse/pt_BR/other.txt
# /usr/share/doc/calcurse/pt_BR/repeat.txt
# /usr/share/doc/calcurse/pt_BR/edit.txt
# /usr/share/doc/calcurse/pt_BR/displacement.txt
# /usr/share/doc/calcurse/pt_BR/intro.txt
# /usr/share/doc/calcurse/pt_BR/copy-paste.txt
# /usr/share/doc/calcurse/pt_BR/view.txt
# /usr/share/doc/calcurse/pt_BR/config.txt
# /usr/share/doc/calcurse/pt_BR/import.txt
# /usr/share/doc/calcurse/pt_BR/priority.txt
# /usr/share/doc/calcurse/pt_BR/general.txt
# /usr/share/doc/calcurse/pt_BR/enote.txt
# /usr/share/doc/calcurse/pt_BR/export.txt
# /usr/share/doc/calcurse/pt_BR/tab.txt
# /usr/share/doc/calcurse/pt_BR/flag.txt
# /usr/share/doc/calcurse/pt_BR/save.txt
# /usr/share/doc/calcurse/fr/add.txt
# /usr/share/doc/calcurse/fr/pipe.txt
# /usr/share/doc/calcurse/fr/delete.txt
# /usr/share/doc/calcurse/fr/vnote.txt
# /usr/share/doc/calcurse/fr/credits.txt
# /usr/share/doc/calcurse/fr/goto.txt
# /usr/share/doc/calcurse/fr/other.txt
# /usr/share/doc/calcurse/fr/repeat.txt
# /usr/share/doc/calcurse/fr/edit.txt
# /usr/share/doc/calcurse/fr/displacement.txt
# /usr/share/doc/calcurse/fr/intro.txt
# /usr/share/doc/calcurse/fr/copy-paste.txt
# /usr/share/doc/calcurse/fr/view.txt
# /usr/share/doc/calcurse/fr/config.txt
# /usr/share/doc/calcurse/fr/import.txt
# /usr/share/doc/calcurse/fr/priority.txt
# /usr/share/doc/calcurse/fr/general.txt
# /usr/share/doc/calcurse/fr/enote.txt
# /usr/share/doc/calcurse/fr/export.txt
# /usr/share/doc/calcurse/fr/tab.txt
# /usr/share/doc/calcurse/fr/flag.txt
# /usr/share/doc/calcurse/fr/save.txt
# /usr/share/doc/calcurse/de/add.txt
# /usr/share/doc/calcurse/de/pipe.txt
# /usr/share/doc/calcurse/de/delete.txt
# /usr/share/doc/calcurse/de/vnote.txt
# /usr/share/doc/calcurse/de/credits.txt
# /usr/share/doc/calcurse/de/goto.txt
# /usr/share/doc/calcurse/de/other.txt
# /usr/share/doc/calcurse/de/repeat.txt
# /usr/share/doc/calcurse/de/edit.txt
# /usr/share/doc/calcurse/de/displacement.txt
# /usr/share/doc/calcurse/de/intro.txt
# /usr/share/doc/calcurse/de/copy-paste.txt
# /usr/share/doc/calcurse/de/view.txt
# /usr/share/doc/calcurse/de/config.txt
# /usr/share/doc/calcurse/de/import.txt
# /usr/share/doc/calcurse/de/priority.txt
# /usr/share/doc/calcurse/de/general.txt
# /usr/share/doc/calcurse/de/enote.txt
# /usr/share/doc/calcurse/de/export.txt
# /usr/share/doc/calcurse/de/tab.txt
# /usr/share/doc/calcurse/de/flag.txt
# /usr/share/doc/calcurse/de/save.txt
# /usr/share/doc/calcurse/nl/add.txt
# /usr/share/doc/calcurse/nl/pipe.txt
# /usr/share/doc/calcurse/nl/delete.txt
# /usr/share/doc/calcurse/nl/vnote.txt
# /usr/share/doc/calcurse/nl/credits.txt
# /usr/share/doc/calcurse/nl/goto.txt
# /usr/share/doc/calcurse/nl/other.txt
# /usr/share/doc/calcurse/nl/repeat.txt
# /usr/share/doc/calcurse/nl/edit.txt
# /usr/share/doc/calcurse/nl/displacement.txt
# /usr/share/doc/calcurse/nl/intro.txt
# /usr/share/doc/calcurse/nl/copy-paste.txt
# /usr/share/doc/calcurse/nl/view.txt
# /usr/share/doc/calcurse/nl/config.txt
# /usr/share/doc/calcurse/nl/import.txt
# /usr/share/doc/calcurse/nl/priority.txt
# /usr/share/doc/calcurse/nl/general.txt
# /usr/share/doc/calcurse/nl/enote.txt
# /usr/share/doc/calcurse/nl/export.txt
# /usr/share/doc/calcurse/nl/tab.txt
# /usr/share/doc/calcurse/nl/flag.txt
# /usr/share/doc/calcurse/nl/save.txt
# /usr/share/doc/calcurse/es/add.txt
# /usr/share/doc/calcurse/es/pipe.txt
# /usr/share/doc/calcurse/es/delete.txt
# /usr/share/doc/calcurse/es/vnote.txt
# /usr/share/doc/calcurse/es/credits.txt
# /usr/share/doc/calcurse/es/goto.txt
# /usr/share/doc/calcurse/es/other.txt
# /usr/share/doc/calcurse/es/repeat.txt
# /usr/share/doc/calcurse/es/edit.txt
# /usr/share/doc/calcurse/es/displacement.txt
# /usr/share/doc/calcurse/es/intro.txt
# /usr/share/doc/calcurse/es/copy-paste.txt
# /usr/share/doc/calcurse/es/view.txt
# /usr/share/doc/calcurse/es/config.txt
# /usr/share/doc/calcurse/es/import.txt
# /usr/share/doc/calcurse/es/priority.txt
# /usr/share/doc/calcurse/es/general.txt
# /usr/share/doc/calcurse/es/enote.txt
# /usr/share/doc/calcurse/es/export.txt
# /usr/share/doc/calcurse/es/tab.txt
# /usr/share/doc/calcurse/es/flag.txt
# /usr/share/doc/calcurse/es/save.txt
# /usr/share/doc/calcurse/ru/add.txt
# /usr/share/doc/calcurse/ru/pipe.txt
# /usr/share/doc/calcurse/ru/delete.txt
# /usr/share/doc/calcurse/ru/vnote.txt
# /usr/share/doc/calcurse/ru/credits.txt
# /usr/share/doc/calcurse/ru/goto.txt
# /usr/share/doc/calcurse/ru/other.txt
# /usr/share/doc/calcurse/ru/repeat.txt
# /usr/share/doc/calcurse/ru/edit.txt
# /usr/share/doc/calcurse/ru/displacement.txt
# /usr/share/doc/calcurse/ru/intro.txt
# /usr/share/doc/calcurse/ru/copy-paste.txt
# /usr/share/doc/calcurse/ru/view.txt
# /usr/share/doc/calcurse/ru/config.txt
# /usr/share/doc/calcurse/ru/import.txt
# /usr/share/doc/calcurse/ru/priority.txt
# /usr/share/doc/calcurse/ru/general.txt
# /usr/share/doc/calcurse/ru/enote.txt
# /usr/share/doc/calcurse/ru/export.txt
# /usr/share/doc/calcurse/ru/tab.txt
# /usr/share/doc/calcurse/ru/flag.txt
# /usr/share/doc/calcurse/ru/save.txt
# /usr/share/locale/pt_BR/LC_MESSAGES/calcurse.mo
# /usr/share/locale/fr/LC_MESSAGES/calcurse.mo
# /usr/share/locale/de/LC_MESSAGES/calcurse.mo
# /usr/share/locale/nl/LC_MESSAGES/calcurse.mo
# /usr/share/locale/es/LC_MESSAGES/calcurse.mo
# /usr/share/locale/ru/LC_MESSAGES/calcurse.mo
# /usr/share/locale/en/LC_MESSAGES/calcurse.mo
# /usr/share/man/man1/calcurse.1.gz
# /usr/share/licenses/calcurse/COPYING
# /usr/bin/calcurse-upgrade
# /usr/bin/calcurse
# /usr/bin/calcurse-caldav

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL usr .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/calcurse.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/calcurse.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/calcurse/src/calcurse-4.1.0/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 calcurse configure 4.1.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --enable-docs --without-asciidoc --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = d0672f1e1c24
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2244: checking for a BSD-compatible install
# configure:2312: result: /usr/bin/install -c
# configure:2323: checking whether build environment is sane
# configure:2378: result: yes
# configure:2437: checking for x86_64-unknown-linux-strip
# configure:2467: result: no
# configure:2477: checking for strip
# configure:2493: found /usr/sbin/strip
# configure:2504: result: strip
# configure:2529: checking for a thread-safe mkdir -p
# configure:2568: result: /usr/sbin/mkdir -p
# configure:2575: checking for gawk
# configure:2591: found /usr/sbin/gawk
# configure:2602: result: gawk
# configure:2613: checking whether make sets $(MAKE)
# configure:2635: result: yes
# configure:2664: checking whether make supports nested variables
# configure:2681: result: yes
# configure:2822: checking whether NLS is requested
# configure:2831: result: yes
# configure:2869: checking for msgfmt
# configure:2900: result: /usr/sbin/msgfmt
# configure:2909: checking for gmsgfmt
# configure:2940: result: /usr/sbin/msgfmt
# configure:2980: checking for xgettext
# configure:3011: result: /usr/sbin/xgettext
# configure:3051: checking for msgmerge
# configure:3081: result: /usr/sbin/msgmerge
# configure:3144: checking for style of include used by make
# configure:3172: result: GNU
# configure:3203: checking for x86_64-unknown-linux-gcc
# configure:3233: result: no
# configure:3243: checking for gcc
# configure:3259: found /usr/sbin/gcc
# configure:3270: result: gcc
# configure:3499: checking for C compiler version
# configure:3508: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3519: $? = 0
# configure:3508: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3519: $? = 0
# configure:3508: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3519: $? = 1
# configure:3508: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3519: $? = 1
# configure:3539: checking whether the C compiler works
# configure:3561: gcc conftest.c >&5
# configure:3565: $? = 0
# configure:3613: result: yes
# configure:3616: checking for C compiler default output file name
# configure:3618: result: a.out
# configure:3624: checking for suffix of executables
# configure:3631: gcc -o conftest conftest.c >&5
# configure:3635: $? = 0
# configure:3657: result:
# configure:3679: checking whether we are cross compiling
# configure:3687: gcc -o conftest conftest.c >&5
# configure:3691: $? = 0
# configure:3698: ./conftest
# configure:3702: $? = 0
# configure:3717: result: no
# configure:3722: checking for suffix of object files
# configure:3744: gcc -c conftest.c >&5
# configure:3748: $? = 0
# configure:3769: result: o
# configure:3773: checking whether we are using the GNU C compiler
# configure:3792: gcc -c conftest.c >&5
# configure:3792: $? = 0
# configure:3801: result: yes
# configure:3810: checking whether gcc accepts -g
# configure:3830: gcc -c -g conftest.c >&5
# configure:3830: $? = 0
# configure:3871: result: yes
# configure:3888: checking for gcc option to accept ISO C89
# configure:3951: gcc -c conftest.c >&5
# configure:3951: $? = 0
# configure:3964: result: none needed
# configure:3989: checking whether gcc understands -c and -o together
# configure:4011: gcc -c conftest.c -o conftest2.o
# configure:4014: $? = 0
# configure:4011: gcc -c conftest.c -o conftest2.o
# configure:4014: $? = 0
# configure:4026: result: yes
# configure:4045: checking dependency style of gcc
# configure:4156: result: gcc3
# configure:4175: checking build system type
# configure:4189: result: x86_64-unknown-linux-gnu
# configure:4209: checking host system type
# configure:4222: result: x86_64-unknown-linux-gnu
# configure:4266: checking for ld used by GCC
# configure:4330: result: /usr/sbin/ld
# configure:4337: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:4350: result: yes
# configure:4356: checking for shared library run path origin
# configure:4369: result: done
# configure:4786: checking whether NLS is requested
# configure:4795: result: yes
# configure:4813: checking for GNU gettext in libc
# configure:4832: gcc -o conftest conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:18:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
# ^
# configure:4832: $? = 0
# configure:4840: result: yes
# configure:5420: checking whether to use NLS
# configure:5422: result: yes
# configure:5425: checking where the gettext function comes from
# configure:5436: result: libc
# configure:5512: checking for x86_64-unknown-linux-gcc
# configure:5539: result: gcc
# configure:5808: checking for C compiler version
# configure:5817: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:5828: $? = 0
# configure:5817: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:5828: $? = 0
# configure:5817: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:5828: $? = 1
# configure:5817: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:5828: $? = 1
# configure:5832: checking whether we are using the GNU C compiler
# configure:5860: result: yes
# configure:5869: checking whether gcc accepts -g
# configure:5930: result: yes
# configure:5947: checking for gcc option to accept ISO C89
# configure:6023: result: none needed
# configure:6048: checking whether gcc understands -c and -o together
# configure:6085: result: yes
# configure:6104: checking dependency style of gcc
# configure:6215: result: gcc3
# configure:6238: checking how to run the C preprocessor
# configure:6269: gcc -E conftest.c
# configure:6269: $? = 0
# configure:6283: gcc -E conftest.c
# conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6283: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "calcurse"
# | #define PACKAGE_TARNAME "calcurse"
# | #define PACKAGE_VERSION "4.1.0"
# | #define PACKAGE_STRING "calcurse 4.1.0"
# | #define PACKAGE_BUGREPORT "bugs@calcurse.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "calcurse"
# | #define VERSION "4.1.0"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | /* end confdefs.h. */
# | #include
# configure:6308: result: gcc -E
# configure:6328: gcc -E conftest.c
# configure:6328: $? = 0
# configure:6342: gcc -E conftest.c
# conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6342: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "calcurse"
# | #define PACKAGE_TARNAME "calcurse"
# | #define PACKAGE_VERSION "4.1.0"
# | #define PACKAGE_STRING "calcurse 4.1.0"
# | #define PACKAGE_BUGREPORT "bugs@calcurse.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "calcurse"
# | #define VERSION "4.1.0"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | /* end confdefs.h. */
# | #include
# configure:6371: checking for grep that handles long lines and -e
# configure:6429: result: /usr/sbin/grep
# configure:6434: checking for egrep
# configure:6496: result: /usr/sbin/grep -E
# configure:6501: checking for ANSI C header files
# configure:6521: gcc -c conftest.c >&5
# configure:6521: $? = 0
# configure:6594: gcc -o conftest conftest.c >&5
# configure:6594: $? = 0
# configure:6594: ./conftest
# configure:6594: $? = 0
# configure:6605: result: yes
# configure:6618: checking for sys/types.h
# configure:6618: gcc -c conftest.c >&5
# configure:6618: $? = 0
# configure:6618: result: yes
# configure:6618: checking for sys/stat.h
# configure:6618: gcc -c conftest.c >&5
# configure:6618: $? = 0
# configure:6618: result: yes
# configure:6618: checking for stdlib.h
# configure:6618: gcc -c conftest.c >&5
# configure:6618: $? = 0
# configure:6618: result: yes
# configure:6618: checking for string.h
# configure:6618: gcc -c conftest.c >&5
# configure:6618: $? = 0
# configure:6618: result: yes
# configure:6618: checking for memory.h
# configure:6618: gcc -c conftest.c >&5
# configure:6618: $? = 0
# configure:6618: result: yes
# configure:6618: checking for strings.h
# configure:6618: gcc -c conftest.c >&5
# configure:6618: $? = 0
# configure:6618: result: yes
# configure:6618: checking for inttypes.h
# configure:6618: gcc -c conftest.c >&5
# configure:6618: $? = 0
# configure:6618: result: yes
# configure:6618: checking for stdint.h
# configure:6618: gcc -c conftest.c >&5
# configure:6618: $? = 0
# configure:6618: result: yes
# configure:6618: checking for unistd.h
# configure:6618: gcc -c conftest.c >&5
# configure:6618: $? = 0
# configure:6618: result: yes
# configure:6635: checking ctype.h usability
# configure:6635: gcc -c conftest.c >&5
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking ctype.h presence
# configure:6635: gcc -E conftest.c
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking for ctype.h
# configure:6635: result: yes
# configure:6635: checking getopt.h usability
# configure:6635: gcc -c conftest.c >&5
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking getopt.h presence
# configure:6635: gcc -E conftest.c
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking for getopt.h
# configure:6635: result: yes
# configure:6635: checking locale.h usability
# configure:6635: gcc -c conftest.c >&5
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking locale.h presence
# configure:6635: gcc -E conftest.c
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking for locale.h
# configure:6635: result: yes
# configure:6635: checking math.h usability
# configure:6635: gcc -c conftest.c >&5
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking math.h presence
# configure:6635: gcc -E conftest.c
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking for math.h
# configure:6635: result: yes
# configure:6635: checking signal.h usability
# configure:6635: gcc -c conftest.c >&5
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking signal.h presence
# configure:6635: gcc -E conftest.c
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking for signal.h
# configure:6635: result: yes
# configure:6635: checking stdio.h usability
# configure:6635: gcc -c conftest.c >&5
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking stdio.h presence
# configure:6635: gcc -E conftest.c
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking for stdio.h
# configure:6635: result: yes
# configure:6635: checking for stdlib.h
# configure:6635: result: yes
# configure:6635: checking for string.h
# configure:6635: result: yes
# configure:6635: checking for sys/stat.h
# configure:6635: result: yes
# configure:6635: checking for sys/types.h
# configure:6635: result: yes
# configure:6635: checking sys/wait.h usability
# configure:6635: gcc -c conftest.c >&5
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking sys/wait.h presence
# configure:6635: gcc -E conftest.c
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking for sys/wait.h
# configure:6635: result: yes
# configure:6635: checking time.h usability
# configure:6635: gcc -c conftest.c >&5
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking time.h presence
# configure:6635: gcc -E conftest.c
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking for time.h
# configure:6635: result: yes
# configure:6635: checking for unistd.h
# configure:6635: result: yes
# configure:6635: checking fcntl.h usability
# configure:6635: gcc -c conftest.c >&5
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking fcntl.h presence
# configure:6635: gcc -E conftest.c
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking for fcntl.h
# configure:6635: result: yes
# configure:6635: checking paths.h usability
# configure:6635: gcc -c conftest.c >&5
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking paths.h presence
# configure:6635: gcc -E conftest.c
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking for paths.h
# configure:6635: result: yes
# configure:6635: checking errno.h usability
# configure:6635: gcc -c conftest.c >&5
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking errno.h presence
# configure:6635: gcc -E conftest.c
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking for errno.h
# configure:6635: result: yes
# configure:6635: checking limits.h usability
# configure:6635: gcc -c conftest.c >&5
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking limits.h presence
# configure:6635: gcc -E conftest.c
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking for limits.h
# configure:6635: result: yes
# configure:6635: checking regex.h usability
# configure:6635: gcc -c conftest.c >&5
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking regex.h presence
# configure:6635: gcc -E conftest.c
# configure:6635: $? = 0
# configure:6635: result: yes
# configure:6635: checking for regex.h
# configure:6635: result: yes
# configure:6648: checking for initscr
# configure:6648: gcc -o conftest conftest.c >&5
# /tmp/ccrRDFVQ.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `initscr'
# collect2: error: ld returned 1 exit status
# configure:6648: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "calcurse"
# | #define PACKAGE_TARNAME "calcurse"
# | #define PACKAGE_VERSION "4.1.0"
# | #define PACKAGE_STRING "calcurse 4.1.0"
# | #define PACKAGE_BUGREPORT "bugs@calcurse.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "calcurse"
# | #define VERSION "4.1.0"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_REGEX_H 1
# | /* end confdefs.h. */
# | /* Define initscr to an innocuous variant, in case declares initscr.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define initscr innocuous_initscr
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char initscr (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef initscr
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char initscr ();
# | /* 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_initscr || defined __stub___initscr
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return initscr ();
# | ;
# | return 0;
# | }
# configure:6648: result: no
# configure:6657: checking for initscr in -lncursesw
# configure:6682: gcc -o conftest conftest.c -lncursesw >&5
# configure:6682: $? = 0
# configure:6692: result: yes
# configure:6704: checking ncursesw/ncurses.h usability
# configure:6704: gcc -c conftest.c >&5
# conftest.c:75:30: fatal error: ncursesw/ncurses.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6704: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "calcurse"
# | #define PACKAGE_TARNAME "calcurse"
# | #define PACKAGE_VERSION "4.1.0"
# | #define PACKAGE_STRING "calcurse 4.1.0"
# | #define PACKAGE_BUGREPORT "bugs@calcurse.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "calcurse"
# | #define VERSION "4.1.0"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_REGEX_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:6704: result: no
# configure:6704: checking ncursesw/ncurses.h presence
# configure:6704: gcc -E conftest.c
# conftest.c:42:30: fatal error: ncursesw/ncurses.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6704: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "calcurse"
# | #define PACKAGE_TARNAME "calcurse"
# | #define PACKAGE_VERSION "4.1.0"
# | #define PACKAGE_STRING "calcurse 4.1.0"
# | #define PACKAGE_BUGREPORT "bugs@calcurse.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "calcurse"
# | #define VERSION "4.1.0"
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_REGEX_H 1
# | /* end confdefs.h. */
# | #include
# configure:6704: result: no
# configure:6704: checking for ncursesw/ncurses.h
# configure:6704: result: no
# configure:6713: checking ncurses.h usability
# configure:6713: gcc -c conftest.c >&5
# configure:6713: $? = 0
# configure:6713: result: yes
# configure:6713: checking ncurses.h presence
# configure:6713: gcc -E conftest.c
# configure:6713: $? = 0
# configure:6713: result: yes
# configure:6713: checking for ncurses.h
# configure:6713: result: yes
# configure:6765: checking pthread.h usability
# configure:6765: gcc -c conftest.c >&5
# configure:6765: $? = 0
# configure:6765: result: yes
# configure:6765: checking pthread.h presence
# configure:6765: gcc -E conftest.c
# configure:6765: $? = 0
# configure:6765: result: yes
# configure:6765: checking for pthread.h
# configure:6765: result: yes
# configure:6771: checking for pthread_create in -lpthread
# configure:6796: gcc -o conftest conftest.c -lpthread -lncursesw >&5
# configure:6796: $? = 0
# configure:6805: result: yes
# configure:6828: checking for math.h
# configure:6828: result: yes
# configure:6834: checking for exp in -lm
# configure:6859: gcc -o conftest conftest.c -lm -lncursesw -pthread >&5
# conftest.c:53:6: warning: conflicting types for built-in function 'exp'
# char exp ();
# ^~~
# configure:6859: $? = 0
# configure:6868: result: yes
# configure:6903: checking whether to include documentation
# configure:6905: result: yes
# configure:7108: WARNING: Will not rebuild documentation!
# configure:7149: checking if memory debug should be used
# configure:7151: result: no
# configure:7275: checking that generated files are newer than configure
# configure:7281: result: done
# configure:7324: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by calcurse config.status 4.1.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on d0672f1e1c24
#
# config.status:924: creating Makefile
# config.status:924: creating doc/Makefile
# config.status:924: creating src/Makefile
# config.status:924: creating test/Makefile
# config.status:924: creating scripts/Makefile
# config.status:924: creating po/Makefile.in
# config.status:924: creating po/Makefile
# config.status:924: creating contrib/caldav/Makefile
# config.status:924: creating config.h
# config.status:1153: executing default-1 commands
# config.status:1153: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=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_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_initscr=no
# ac_cv_header_ctype_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_math_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_ncurses_h=yes
# ac_cv_header_ncursesw_ncurses_h=no
# ac_cv_header_paths_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_regex_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_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_sys_wait_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_m_exp=yes
# ac_cv_lib_ncursesw___initscr=yes
# ac_cv_lib_pthread_pthread_create=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GMSGFMT=/usr/sbin/msgfmt
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_MSGFMT=/usr/sbin/msgfmt
# ac_cv_path_MSGMERGE=/usr/sbin/msgmerge
# ac_cv_path_XGETTEXT=/usr/sbin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=gcc
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_path_LD=/usr/sbin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# gt_cv_func_gnugettext1_libc=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# A2X=''
# ACLOCAL='${SHELL} /tmp/calcurse/src/calcurse-4.1.0/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# ASCIIDOC=''
# AUTOCONF='${SHELL} /tmp/calcurse/src/calcurse-4.1.0/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/calcurse/src/calcurse-4.1.0/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/calcurse/src/calcurse-4.1.0/missing automake-1.15'
# AWK='gawk'
# CALCURSE_MEMORY_DEBUG_FALSE=''
# CALCURSE_MEMORY_DEBUG_TRUE='#'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall'
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ENABLE_DOCS_FALSE='#'
# ENABLE_DOCS_TRUE=''
# EXEEXT=''
# GMSGFMT='/usr/sbin/msgfmt'
# GREP='/usr/sbin/grep'
# HAVE_A2X_FALSE=''
# HAVE_A2X_TRUE='#'
# HAVE_ASCIIDOC_FALSE=''
# HAVE_ASCIIDOC_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# LDFLAGS=''
# LIBICONV='-liconv'
# LIBINTL=''
# LIBOBJS=''
# LIBS=' -lncursesw -pthread -lm'
# LTLIBICONV='-liconv'
# LTLIBINTL=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/calcurse/src/calcurse-4.1.0/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
# MSGFMT='/usr/sbin/msgfmt'
# MSGMERGE='/usr/sbin/msgmerge'
# OBJEXT='o'
# PACKAGE='calcurse'
# PACKAGE_BUGREPORT='bugs@calcurse.org'
# PACKAGE_NAME='calcurse'
# PACKAGE_STRING='calcurse 4.1.0'
# PACKAGE_TARNAME='calcurse'
# PACKAGE_URL=''
# PACKAGE_VERSION='4.1.0'
# PATH_SEPARATOR=':'
# POSUB='po'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_NLS='yes'
# VERSION='4.1.0'
# XGETTEXT='/usr/sbin/xgettext'
# ac_ct_CC='gcc'
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/calcurse/src/calcurse-4.1.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "calcurse"
# #define PACKAGE_TARNAME "calcurse"
# #define PACKAGE_VERSION "4.1.0"
# #define PACKAGE_STRING "calcurse 4.1.0"
# #define PACKAGE_BUGREPORT "bugs@calcurse.org"
# #define PACKAGE_URL ""
# #define PACKAGE "calcurse"
# #define VERSION "4.1.0"
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_CTYPE_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_MATH_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_PATHS_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_REGEX_H 1
# #define HAVE_NCURSES_H 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_LIBPTHREAD 1
# #define HAVE_MATH_H 1
# #define HAVE_LIBMATH 1
# #define CALCURSE_MEMORY_DEBUG_DISABLED 1
#
# configure: exit 0