The build took 00h 02m 01s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
3,156 |
sh |
2,080 |
ansic |
109 |
makefile |
58 |
perl |
5,403 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/sbin --> /sysroot/sbin
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/etc --> /sysroot/etc
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/var --> /sysroot/var
/toolchain_root/usr --> /sysroot/usr
/toolchain_root/glibc-build --> /sysroot/glibc-build
/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: pdmenu 1.3.2-2 (Thu Apr 13 18:13:59 UTC 2017)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) slang-2.3.0-1
Total Installed Size: 3.09 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing slang...
:: Running post-transaction hooks...
(1/1) Updating manpage index...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bison... bison
checking version of bison... 3.0.4, ok
checking for x86_64-unknown-linux-gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether cc accepts -pipe... yes
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking if install -d works... yes
checking for SLsig_block_signals in -lslang... yes
checking for ANSI C header files... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking slang.h usability... yes
checking slang.h presence... yes
checking for slang.h... yes
checking for an ANSI C-conforming const... (cached) yes
checking return type of signal handlers... void
checking for setenv... (cached) yes
checking for getopt_long... yes
checking for asprintf... yes
checking whether to use gpm... (cached) yes
checking gpm.h usability... yes
checking gpm.h presence... yes
checking for gpm.h... yes
checking for select... yes
checking for Gpm_Close in -lgpm... yes
checking for date... yes
checking for GNU compatable date utility... found
checking the date... April 13 2017
checking the date for lsm files... 13APR17
checking for gawk... gawk
checking pdmenu's version... 1.3.2
checking for perl... perl
checking the size of the tar file... about 174 kb
configure: creating ./config.status
config.status: creating makeinfo
config.status: WARNING: autoconf/makeinfo.in seems to ignore the --datarootdir setting
config.status: creating doc/pdmenu.man
config.status: creating doc/pdmenurc.man
config.status: creating examples/pdmenurc
config.status: creating examples/pdmenurc.monitor
config.status: creating examples/pdmenurc.complex
config.status: WARNING: examples/pdmenurc.complex contains a reference to the variable `datarootdir'
which seems to be undefined. Please make sure it is defined.
config.status: creating examples/newbie/pdmenurc.newbie
config.status: WARNING: examples/newbie/pdmenurc.newbie contains a reference to the variable `datarootdir'
which seems to be undefined. Please make sure it is defined.
config.status: creating src/slang.h
config.status: creating redhat/pdmenu.spec
config.status: creating doc/pdmenu-1.3.2.lsm
config.status: executing default-1 commands
mv makeinfo makeinfo.bak
awk '$0 ~ /^# DO NOT REMOVE THIS LINE/ { exit } { print }' \
< makeinfo.bak > makeinfo
rm -f makeinfo.bak
echo "# DO NOT REMOVE THIS LINE" >> makeinfo
clang -MM src/actions.c src/pdstring.c src/error.c src/menu.c src/rc.c src/inputbox.c src/screen.c src/window.c src/pdgetline.c src/mouse.c src/pdmenu.c src/keyboard.c | sed 's!^\(.*\)\.o[ :]!src/\1.o:!' \
>> makeinfo
touch .dep
cd src && clang -c ../src/actions.c -DETCDIR=\"/etc/\" -DVER=\"1.3.2\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -pipe
../src/actions.c:321:16: warning: implicit declaration of function 'isspace' is invalid in C99 [-Wimplicit-function-declaration]
while (isspace(cp[0]))
^
1 warning generated.
cd src && clang -c ../src/pdstring.c -DETCDIR=\"/etc/\" -DVER=\"1.3.2\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -pipe
cd src && clang -c ../src/error.c -DETCDIR=\"/etc/\" -DVER=\"1.3.2\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -pipe
cd src && clang -c ../src/menu.c -DETCDIR=\"/etc/\" -DVER=\"1.3.2\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -pipe
cd src && clang -c ../src/rc.c -DETCDIR=\"/etc/\" -DVER=\"1.3.2\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -pipe
cd src && clang -c ../src/inputbox.c -DETCDIR=\"/etc/\" -DVER=\"1.3.2\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -pipe
cd src && clang -c ../src/screen.c -DETCDIR=\"/etc/\" -DVER=\"1.3.2\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -pipe
../src/screen.c:58:18: warning: unused variable 'ch' [-Wunused-variable]
SLsmg_Char_Type ch;
^
1 warning generated.
cd src && clang -c ../src/window.c -DETCDIR=\"/etc/\" -DVER=\"1.3.2\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -pipe
cd src && clang -c ../src/pdgetline.c -DETCDIR=\"/etc/\" -DVER=\"1.3.2\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -pipe
cd src && clang -c ../src/mouse.c -DETCDIR=\"/etc/\" -DVER=\"1.3.2\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -pipe
cd src && clang -c ../src/pdmenu.c -DETCDIR=\"/etc/\" -DVER=\"1.3.2\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -pipe
cd src && clang -c ../src/keyboard.c -DETCDIR=\"/etc/\" -DVER=\"1.3.2\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -pipe
clang -o pdmenu src/actions.o src/pdstring.o src/error.o src/menu.o src/rc.o src/inputbox.o src/screen.o src/window.o src/pdgetline.o src/mouse.o src/pdmenu.o src/keyboard.o -DETCDIR=\"/etc/\" -DVER=\"1.3.2\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -pipe -lgpm -lslang
msgfmt -o po/fr.mo po/fr.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/es.mo po/es.po
==> Entering fakeroot environment...
==> Starting package()...
/usr/bin/install -c -d /tmp/pdmenu/pkg/pdmenu//usr/bin \
/tmp/pdmenu/pkg/pdmenu//usr/share/man/man1 \
/tmp/pdmenu/pkg/pdmenu//usr/share/man/man5 \
/tmp/pdmenu/pkg/pdmenu//etc \
/tmp/pdmenu/pkg/pdmenu//usr/share/pdmenu
/usr/bin/install -c pdmenu /tmp/pdmenu/pkg/pdmenu//usr/bin
/usr/bin/install -c doc/pdmenu.man /tmp/pdmenu/pkg/pdmenu//usr/share/man/man1/pdmenu.1 -m 0644
/usr/bin/install -c doc/pdmenurc.man /tmp/pdmenu/pkg/pdmenu//usr/share/man/man5/pdmenurc.5 -m 0644
if [ -e /tmp/pdmenu/pkg/pdmenu//etc/pdmenurc ]; then \
echo "Backing up /tmp/pdmenu/pkg/pdmenu//etc/pdmenurc to /tmp/pdmenu/pkg/pdmenu//etc/pdmenurc.old .." ; \
cp /tmp/pdmenu/pkg/pdmenu//etc/pdmenurc /tmp/pdmenu/pkg/pdmenu//etc/pdmenurc.old ; \
fi
/usr/bin/install -c examples/pdmenurc /tmp/pdmenu/pkg/pdmenu//etc/pdmenurc -m 0644
/usr/bin/install -c examples/showdir.pl /tmp/pdmenu/pkg/pdmenu//usr/share/pdmenu
cd /tmp/pdmenu/pkg/pdmenu//usr/share/pdmenu && ln -s -f showdir.pl editdir.pl
for lang in fr ru es; do \
[ ! -d /tmp/pdmenu/pkg/pdmenu/usr/share/locale/$lang/LC_MESSAGES/ ] && mkdir -p /tmp/pdmenu/pkg/pdmenu/usr/share/locale/$lang/LC_MESSAGES/; \
install -m 644 po/$lang.mo /tmp/pdmenu/pkg/pdmenu/usr/share/locale/$lang/LC_MESSAGES/pdmenu.mo; \
done
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "pdmenu"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pdmenu 1.3.2-2 (Thu Apr 13 18:14:49 UTC 2017)
CMD: pacman --query --file pdmenu-1.3.2-2-x86_64.pkg.tar.xz
Creating hybrid package for 'pdmenu'
Trying to find vanilla package 'pdmenu'...
CMD: pacman --query --file /mirror/pdmenu-1.3.2-2.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/etc/pdmenurc
/usr/bin/pdmenu
/usr/share/man/man1/pdmenu.1.gz
/usr/share/man/man5/pdmenurc.5.gz
/usr/share/pdmenu/showdir.pl
/usr/share/pdmenu/editdir.pl
/usr/share/locale/fr/LC_MESSAGES/pdmenu.mo
/usr/share/locale/ru/LC_MESSAGES/pdmenu.mo
/usr/share/locale/es/LC_MESSAGES/pdmenu.mo
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO etc usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO etc usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO etc usr .MTREE | xz -c -z
CMD: bsdtar -tqf pdmenu.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/pdmenu.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/pdmenu.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/pdmenu.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/pdmenu.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/pdmenu/src/pdmenu/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 configure, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc
## --------- ##
## Platform. ##
## --------- ##
hostname = f1e7f98ddd4a
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1780: checking whether make sets $(MAKE)
configure:1801: result: yes
configure:1818: checking for x86_64-unknown-linux-gcc
configure:1845: result: clang
configure:2123: checking for C compiler version
configure:2130: clang --version >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:2133: $? = 0
configure:2140: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:2143: $? = 0
configure:2150: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2153: $? = 1
configure:2176: checking for C compiler default output file name
configure:2203: clang conftest.c >&5
configure:2206: $? = 0
configure:2244: result: a.out
configure:2261: checking whether the C compiler works
configure:2271: ./a.out
configure:2274: $? = 0
configure:2291: result: yes
configure:2298: checking whether we are cross compiling
configure:2300: result: no
configure:2303: checking for suffix of executables
configure:2310: clang -o conftest conftest.c >&5
configure:2313: $? = 0
configure:2337: result:
configure:2343: checking for suffix of object files
configure:2369: clang -c conftest.c >&5
configure:2372: $? = 0
configure:2395: result: o
configure:2399: checking whether we are using the GNU C compiler
configure:2428: clang -c conftest.c >&5
configure:2434: $? = 0
configure:2451: result: yes
configure:2456: checking whether clang accepts -g
configure:2486: clang -c -g conftest.c >&5
configure:2492: $? = 0
configure:2591: result: yes
configure:2608: checking for clang option to accept ISO C89
configure:2682: clang -c conftest.c >&5
configure:2688: $? = 0
configure:2711: result: none needed
configure:2735: checking build system type
configure:2753: result: x86_64-unknown-linux-gnu
configure:2775: checking host system type
configure:2790: result: x86_64-unknown-linux-gnu
configure:2815: checking for x86_64-unknown-linux-ranlib
configure:2845: result: no
configure:2855: checking for ranlib
configure:2871: found /usr/bin/ranlib
configure:2882: result: ranlib
configure:2910: checking for strerror in -lcposix
configure:2945: clang -o conftest conftest.c -lcposix >&5
conftest.c:16:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:16:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
/usr/bin/ld: cannot find -lcposix
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2951: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pdmenu"
| /* end confdefs.h. */
|
| /* 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 strerror ();
| int
| main ()
| {
| return strerror ();
| ;
| return 0;
| }
configure:2969: result: no
configure:2982: checking how to run the C preprocessor
configure:3022: clang -E conftest.c
configure:3028: $? = 0
configure:3059: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3065: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pdmenu"
| /* end confdefs.h. */
| #include
configure:3098: result: clang -E
configure:3127: clang -E conftest.c
configure:3133: $? = 0
configure:3164: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3170: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pdmenu"
| /* end confdefs.h. */
| #include
configure:3208: checking for grep that handles long lines and -e
configure:3282: result: /usr/bin/grep
configure:3287: checking for egrep
configure:3365: result: /usr/bin/grep -E
configure:3370: checking for ANSI C header files
configure:3400: clang -c conftest.c >&5
configure:3406: $? = 0
configure:3505: clang -o conftest conftest.c >&5
configure:3508: $? = 0
configure:3514: ./conftest
configure:3517: $? = 0
configure:3534: result: yes
configure:3544: checking for an ANSI C-conforming const
configure:3619: clang -c conftest.c >&5
configure:3625: $? = 0
configure:3640: result: yes
configure:3650: checking for inline
configure:3676: clang -c conftest.c >&5
configure:3682: $? = 0
configure:3700: result: inline
configure:3733: checking for sys/types.h
configure:3754: clang -c conftest.c >&5
configure:3760: $? = 0
configure:3776: result: yes
configure:3733: checking for sys/stat.h
configure:3754: clang -c conftest.c >&5
configure:3760: $? = 0
configure:3776: result: yes
configure:3733: checking for stdlib.h
configure:3754: clang -c conftest.c >&5
configure:3760: $? = 0
configure:3776: result: yes
configure:3733: checking for string.h
configure:3754: clang -c conftest.c >&5
configure:3760: $? = 0
configure:3776: result: yes
configure:3733: checking for memory.h
configure:3754: clang -c conftest.c >&5
configure:3760: $? = 0
configure:3776: result: yes
configure:3733: checking for strings.h
configure:3754: clang -c conftest.c >&5
configure:3760: $? = 0
configure:3776: result: yes
configure:3733: checking for inttypes.h
configure:3754: clang -c conftest.c >&5
configure:3760: $? = 0
configure:3776: result: yes
configure:3733: checking for stdint.h
configure:3754: clang -c conftest.c >&5
configure:3760: $? = 0
configure:3776: result: yes
configure:3733: checking for unistd.h
configure:3754: clang -c conftest.c >&5
configure:3760: $? = 0
configure:3776: result: yes
configure:3788: checking for off_t
configure:3818: clang -c conftest.c >&5
configure:3824: $? = 0
configure:3839: result: yes
configure:3851: checking for size_t
configure:3881: clang -c conftest.c >&5
configure:3887: $? = 0
configure:3902: result: yes
configure:3916: checking for working alloca.h
configure:3943: clang -o conftest conftest.c >&5
configure:3949: $? = 0
configure:3966: result: yes
configure:3976: checking for alloca
configure:4023: clang -o conftest conftest.c >&5
configure:4029: $? = 0
configure:4046: result: yes
configure:4279: checking for stdlib.h
configure:4285: result: yes
configure:4279: checking for unistd.h
configure:4285: result: yes
configure:4418: checking for getpagesize
configure:4474: clang -o conftest conftest.c >&5
configure:4480: $? = 0
configure:4498: result: yes
configure:4508: checking for working mmap
configure:4655: clang -o conftest conftest.c >&5
configure:4658: $? = 0
configure:4664: ./conftest
configure:4667: $? = 0
configure:4683: result: yes
configure:4695: checking whether we are using the GNU C Library 2.1 or newer
configure:4726: result: yes
configure:4758: checking argz.h usability
configure:4775: clang -c conftest.c >&5
configure:4781: $? = 0
configure:4795: result: yes
configure:4799: checking argz.h presence
configure:4814: clang -E conftest.c
configure:4820: $? = 0
configure:4834: result: yes
configure:4862: checking for argz.h
configure:4870: result: yes
configure:4758: checking limits.h usability
configure:4775: clang -c conftest.c >&5
configure:4781: $? = 0
configure:4795: result: yes
configure:4799: checking limits.h presence
configure:4814: clang -E conftest.c
configure:4820: $? = 0
configure:4834: result: yes
configure:4862: checking for limits.h
configure:4870: result: yes
configure:4758: checking locale.h usability
configure:4775: clang -c conftest.c >&5
configure:4781: $? = 0
configure:4795: result: yes
configure:4799: checking locale.h presence
configure:4814: clang -E conftest.c
configure:4820: $? = 0
configure:4834: result: yes
configure:4862: checking for locale.h
configure:4870: result: yes
configure:4758: checking nl_types.h usability
configure:4775: clang -c conftest.c >&5
configure:4781: $? = 0
configure:4795: result: yes
configure:4799: checking nl_types.h presence
configure:4814: clang -E conftest.c
configure:4820: $? = 0
configure:4834: result: yes
configure:4862: checking for nl_types.h
configure:4870: result: yes
configure:4758: checking malloc.h usability
configure:4775: clang -c conftest.c >&5
configure:4781: $? = 0
configure:4795: result: yes
configure:4799: checking malloc.h presence
configure:4814: clang -E conftest.c
configure:4820: $? = 0
configure:4834: result: yes
configure:4862: checking for malloc.h
configure:4870: result: yes
configure:4758: checking stddef.h usability
configure:4775: clang -c conftest.c >&5
configure:4781: $? = 0
configure:4795: result: yes
configure:4799: checking stddef.h presence
configure:4814: clang -E conftest.c
configure:4820: $? = 0
configure:4834: result: yes
configure:4862: checking for stddef.h
configure:4870: result: yes
configure:4748: checking for stdlib.h
configure:4754: result: yes
configure:4748: checking for string.h
configure:4754: result: yes
configure:4748: checking for unistd.h
configure:4754: result: yes
configure:4758: checking sys/param.h usability
configure:4775: clang -c conftest.c >&5
configure:4781: $? = 0
configure:4795: result: yes
configure:4799: checking sys/param.h presence
configure:4814: clang -E conftest.c
configure:4820: $? = 0
configure:4834: result: yes
configure:4862: checking for sys/param.h
configure:4870: result: yes
configure:4909: checking for feof_unlocked
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for fgets_unlocked
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for getcwd
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for getegid
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for geteuid
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for getgid
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for getuid
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for mempcpy
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for munmap
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for putenv
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for setenv
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for setlocale
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for stpcpy
configure:4965: clang -o conftest conftest.c >&5
conftest.c:70:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
char stpcpy ();
^
conftest.c:70:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
1 warning generated.
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for strchr
configure:4965: clang -o conftest conftest.c >&5
conftest.c:71:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
char strchr ();
^
conftest.c:71:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
1 warning generated.
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for strcasecmp
configure:4965: clang -o conftest conftest.c >&5
conftest.c:72:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
^
conftest.c:72:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for strdup
configure:4965: clang -o conftest conftest.c >&5
conftest.c:73:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
char strdup ();
^
conftest.c:73:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for strtoul
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for tsearch
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for __argz_count
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for __argz_stringify
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:4909: checking for __argz_next
configure:4965: clang -o conftest conftest.c >&5
configure:4971: $? = 0
configure:4989: result: yes
configure:5014: checking for iconv
configure:5046: clang -o conftest conftest.c >&5
configure:5052: $? = 0
configure:5122: result: yes
configure:5130: checking for iconv declaration
configure:5169: clang -c conftest.c >&5
configure:5175: $? = 0
configure:5194: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:5210: checking for nl_langinfo and CODESET
configure:5236: clang -o conftest conftest.c >&5
configure:5242: $? = 0
configure:5260: result: yes
configure:5271: checking for LC_MESSAGES
configure:5297: clang -o conftest conftest.c >&5
configure:5303: $? = 0
configure:5320: result: yes
configure:5330: checking whether NLS is requested
configure:5339: result: yes
configure:5353: checking whether included gettext is requested
configure:5363: result: no
configure:5383: checking libintl.h usability
configure:5400: clang -c conftest.c >&5
configure:5406: $? = 0
configure:5420: result: yes
configure:5424: checking libintl.h presence
configure:5439: clang -E conftest.c
configure:5445: $? = 0
configure:5459: result: yes
configure:5487: checking for libintl.h
configure:5494: result: yes
configure:5499: checking for GNU gettext in libc
configure:5527: clang -o conftest conftest.c >&5
configure:5533: $? = 0
configure:5550: result: yes
configure:5631: checking for dcgettext
configure:5687: clang -o conftest conftest.c >&5
configure:5693: $? = 0
configure:5711: result: yes
configure:5725: checking for msgfmt
configure:5752: result: /usr/bin/msgfmt
configure:5761: checking for gmsgfmt
configure:5792: result: /usr/bin/msgfmt
configure:5803: checking for xgettext
configure:5830: result: /usr/bin/xgettext
configure:6007: checking for bison
configure:6023: found /usr/bin/bison
configure:6034: result: bison
configure:6048: checking version of bison
configure:6057: result: 3.0.4, ok
configure:6146: checking for x86_64-unknown-linux-gcc
configure:6173: result: clang
configure:6451: checking for C compiler version
configure:6458: clang --version >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:6461: $? = 0
configure:6468: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:6471: $? = 0
configure:6478: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:6481: $? = 1
configure:6484: checking whether we are using the GNU C compiler
configure:6536: result: yes
configure:6541: checking whether clang accepts -g
configure:6676: result: yes
configure:6693: checking for clang option to accept ISO C89
configure:6796: result: none needed
configure:6822: checking whether cc accepts -pipe
configure:6845: clang -c -pipe conftest.c >&5
configure:6851: $? = 0
configure:6866: checking whether ln -s works
configure:6870: result: yes
configure:6890: checking for a BSD-compatible install
configure:6946: result: /usr/bin/install -c
configure:6958: checking if install -d works
configure:6962: result: yes
configure:6977: checking for SLsig_block_signals in -lslang
configure:7012: clang -o conftest -pipe conftest.c -lslang >&5
configure:7018: $? = 0
configure:7036: result: yes
configure:7052: checking for ANSI C header files
configure:7216: result: yes
configure:7241: checking getopt.h usability
configure:7258: clang -c -pipe conftest.c >&5
configure:7264: $? = 0
configure:7278: result: yes
configure:7282: checking getopt.h presence
configure:7297: clang -E conftest.c
configure:7303: $? = 0
configure:7317: result: yes
configure:7345: checking for getopt.h
configure:7353: result: yes
configure:7526: checking slang.h usability
configure:7543: clang -c -pipe conftest.c >&5
configure:7549: $? = 0
configure:7563: result: yes
configure:7567: checking slang.h presence
configure:7582: clang -E conftest.c
configure:7588: $? = 0
configure:7602: result: yes
configure:7630: checking for slang.h
configure:7638: result: yes
configure:7663: checking for an ANSI C-conforming const
configure:7759: result: yes
configure:7770: checking return type of signal handlers
configure:7798: clang -c -pipe conftest.c >&5
conftest.c:73:8: error: indirection requires pointer operand ('void' invalid)
return *(signal (0, 0)) (0) == 1;
^~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:7804: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pdmenu"
| #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_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBSLANG 1
| #define STDC_HEADERS 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SLANG_H 1
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:7819: result: void
configure:7831: checking for setenv
configure:7911: result: yes
configure:7925: checking for getopt_long
configure:7981: clang -o conftest -pipe conftest.c -lslang >&5
configure:7987: $? = 0
configure:8005: result: yes
configure:8122: checking for asprintf
configure:8178: clang -o conftest -pipe conftest.c -lslang >&5
conftest.c:104:18: warning: format string missing [-Wformat]
return asprintf ();
~~~~~~~~ ^
1 warning generated.
configure:8184: $? = 0
configure:8202: result: yes
configure:8222: checking whether to use gpm
configure:8229: result: yes
configure:8248: checking gpm.h usability
configure:8265: clang -c -pipe conftest.c >&5
configure:8271: $? = 0
configure:8285: result: yes
configure:8289: checking gpm.h presence
configure:8304: clang -E conftest.c
configure:8310: $? = 0
configure:8324: result: yes
configure:8352: checking for gpm.h
configure:8360: result: yes
configure:8377: checking for select
configure:8433: clang -o conftest -pipe conftest.c -lslang >&5
configure:8439: $? = 0
configure:8457: result: yes
configure:8469: checking for Gpm_Close in -lgpm
configure:8504: clang -o conftest -pipe conftest.c -lgpm -lslang >&5
configure:8510: $? = 0
configure:8528: result: yes
configure:8556: checking for date
configure:8572: found /usr/bin/date
configure:8584: result: yes
configure:8593: checking for GNU compatable date utility
configure:8600: result: found
configure:8602: checking the date
configure:8606: result: April 13 2017
configure:8609: checking the date for lsm files
configure:8613: result: 13APR17
configure:8622: checking for gawk
configure:8638: found /usr/bin/gawk
configure:8649: result: gawk
configure:8661: checking pdmenu's version
configure:8665: result: 1.3.2
configure:8686: checking for perl
configure:8702: found /usr/bin/perl
configure:8713: result: perl
configure:8725: checking the size of the tar file
configure:8730: result: about 174 kb
configure:8897: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on f1e7f98ddd4a
config.status:648: creating makeinfo
config.status:783: WARNING: autoconf/makeinfo.in seems to ignore the --datarootdir setting
config.status:648: creating doc/pdmenu.man
config.status:648: creating doc/pdmenurc.man
config.status:648: creating examples/pdmenurc
config.status:648: creating examples/pdmenurc.monitor
config.status:648: creating examples/pdmenurc.complex
config.status:821: WARNING: examples/pdmenurc.complex contains a reference to the variable `datarootdir'
which seems to be undefined. Please make sure it is defined.
config.status:648: creating examples/newbie/pdmenurc.newbie
config.status:821: WARNING: examples/newbie/pdmenurc.newbie contains a reference to the variable `datarootdir'
which seems to be undefined. Please make sure it is defined.
config.status:648: creating src/slang.h
config.status:648: creating redhat/pdmenu.spec
config.status:648: creating doc/pdmenu-1.3.2.lsm
config.status:833: executing default-1 commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_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___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func_alloca_works=yes
ac_cv_func_asprintf=yes
ac_cv_func_dcgettext=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getuid=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_gnu_library_2_1=yes
ac_cv_header_argz_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_gpm_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_slang_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_param_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_lib_cposix_strerror=no
ac_cv_lib_gpm_Gpm_Close=yes
ac_cv_lib_slang_SLsig_block_signals=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_DATE_PROG=yes
ac_cv_prog_INTLBISON=bison
ac_cv_prog_PERL_PROG=perl
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_off_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_use_gpm=yes
ac_cv_working_alloca_h=yes
am_cv_func_iconv=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
am_cv_val_LC_MESSAGES=yes
gt_cv_func_gnugettext1_libc=yes
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALLOCA=''
AWK='gawk'
BUILD_DATE='April 13 2017'
BUILD_INCLUDED_LIBINTL='no'
CATALOGS=''
CATOBJEXT='.gmo'
CC='clang'
CFLAGS=' -pipe'
CPP='clang -E'
CPPFLAGS=''
DATADIRNAME='share'
DATE_PROG='yes'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_GPM_H=1 -DHAVE_SELECT=1 -DHAVE_LIBGPM=1 -DGPM_SUPPORT=1'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GENCAT='gencat'
GLIBC21='yes'
GMOFILES=''
GMSGFMT='/usr/bin/msgfmt'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTOBJEXT='.mo'
INTLBISON='bison'
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
LDFLAGS=''
LIBICONV=''
LIBOBJS=''
LIBS='-lgpm -lslang '
LN_S='ln -s'
LSM_BUILD_DATE='13APR17'
LTLIBOBJS=''
MKINSTALLDIRS='autoconf/mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
OBJEXT='o'
OLD_VER='1.3.1'
PACKAGE='pdmenu'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PDMENU_BINDIR='/usr/bin'
PDMENU_LIBDIR='${datarootdir}'
PDMENU_SYSCONFDIR='/etc'
PERL_PROG='perl'
POFILES=''
POSUB='po'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
SLANG_H='slang.h'
TAR_FILE_SIZE_GUESS='174'
USE_INCLUDED_LIBINTL='no'
USE_NLS='yes'
VER='1.3.2'
XGETTEXT='/usr/bin/xgettext'
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
gcc_cflags='$(CFLAGS_FOR_GCC)'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "pdmenu"
#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_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_ARGZ_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_FEOF_UNLOCKED 1
#define HAVE_FGETS_UNLOCKED 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETUID 1
#define HAVE_MEMPCPY 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STPCPY 1
#define HAVE_STRCHR 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define HAVE___ARGZ_COUNT 1
#define HAVE___ARGZ_STRINGIFY 1
#define HAVE___ARGZ_NEXT 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_LIBSLANG 1
#define STDC_HEADERS 1
#define HAVE_GETOPT_H 1
#define HAVE_SLANG_H 1
#define RETSIGTYPE void
#define HAVE_SETENV 1
#define HAVE_GETOPT_LONG 1
#define HAVE_ASPRINTF 1
#define HAVE_GPM_H 1
#define HAVE_SELECT 1
#define HAVE_LIBGPM 1
#define GPM_SUPPORT 1
configure: exit 0