Build of minicom with clang_glibc toolchain

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

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

SLOCLanguage
14,465 ansic
4,939 sh
4,914 makefile
24,318 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: minicom 2.7-2 (Thu Apr 13 13:22:14 UTC 2017)
# ==> 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/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# 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 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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for library containing strerror... none required
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking for iconv... yes
# checking for working iconv... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for LOCKDEV... no
# checking for a sed that does not truncate output... /usr/bin/sed
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking for kermit... no
# checking for tputs in -ltinfo... no
# checking for tputs in -lncurses... yes
# checking ncurses/termcap.h usability... no
# checking ncurses/termcap.h presence... no
# checking for ncurses/termcap.h... no
# checking termcap.h usability... yes
# checking termcap.h presence... yes
# checking for termcap.h... yes
# checking for socket in -lsocket... no
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking whether stat file-mode macros are broken... no
# checking whether time.h and sys/time.h may both be included... yes
# checking POSIX termios... yes
# checking whether termios.h defines TIOCGWINSZ... no
# checking whether sys/ioctl.h defines TIOCGWINSZ... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking varargs.h usability... no
# checking varargs.h presence... no
# checking for varargs.h... no
# checking termio.h usability... yes
# checking termio.h presence... yes
# checking for termio.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking setjmp.h usability... yes
# checking setjmp.h presence... yes
# checking for setjmp.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking sgtty.h usability... yes
# checking sgtty.h presence... yes
# checking for sgtty.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking for sys/stat.h... (cached) yes
# checking sys/file.h usability... yes
# checking sys/file.h presence... yes
# checking for sys/file.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/ttold.h usability... no
# checking sys/ttold.h presence... no
# checking for sys/ttold.h... no
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking for unistd.h... (cached) yes
# checking posix1_lim.h usability... no
# checking posix1_lim.h presence... no
# checking for posix1_lim.h... no
# checking for sgtty.h... (cached) yes
# checking features.h usability... yes
# checking features.h presence... yes
# checking for features.h... yes
# checking for an ANSI C-conforming const... yes
# checking for uid_t in sys/types.h... yes
# checking for mode_t... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking return type of signal handlers... void
# checking for error_at_line... yes
# checking whether closedir returns void... no
# checking if malloc debugging is wanted... no
# checking for getcwd... yes
# checking for getwd... yes
# checking for memmove... yes
# checking for strerror... yes
# checking for strstr... yes
# checking for vsnprintf... yes
# checking for vprintf... yes
# checking for select... yes
# checking for snprintf... yes
# checking for usleep... yes
# checking for getopt... yes
# checking for getopt_long... yes
# checking for long file names... yes
# checking for com line lock directory... /var/run
# checking for default serial port device... /dev/modem
# checking for default baud rate... 115200
# 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 extras/Makefile
# config.status: creating extras/linux/Makefile
# config.status: creating extras/tables/Makefile
# config.status: creating extras/termcap/Makefile
# config.status: creating extras/terminfo/Makefile
# config.status: creating man/Makefile
# config.status: creating lib/Makefile
# config.status: creating src/Makefile
# config.status: creating po/Makefile.in
# config.status: creating minicom.spec
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# make all-recursive
# make[1]: Entering directory '/tmp/minicom/src/minicom-2.7'
# Making all in doc
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/doc'
# Making all in extras
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/extras'
# Making all in linux
# make[3]: Entering directory '/tmp/minicom/src/minicom-2.7/extras/linux'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/minicom/src/minicom-2.7/extras/linux'
# Making all in tables
# make[3]: Entering directory '/tmp/minicom/src/minicom-2.7/extras/tables'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/minicom/src/minicom-2.7/extras/tables'
# Making all in termcap
# make[3]: Entering directory '/tmp/minicom/src/minicom-2.7/extras/termcap'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/minicom/src/minicom-2.7/extras/termcap'
# Making all in terminfo
# make[3]: Entering directory '/tmp/minicom/src/minicom-2.7/extras/terminfo'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/minicom/src/minicom-2.7/extras/terminfo'
# make[3]: Entering directory '/tmp/minicom/src/minicom-2.7/extras'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/minicom/src/minicom-2.7/extras'
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/extras'
# Making all in man
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/man'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/man'
# Making all in po
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/po'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/po'
# Making all in lib
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/lib'
# rm -f libport.a
# ar cru libport.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libport.a
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/lib'
# Making all in src
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/src'
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT minicom.o -MD -MP -MF .deps/minicom.Tpo -c -o minicom.o minicom.c
# mv -f .deps/minicom.Tpo .deps/minicom.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT vt100.o -MD -MP -MF .deps/vt100.Tpo -c -o vt100.o vt100.c
# mv -f .deps/vt100.Tpo .deps/vt100.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c
# mv -f .deps/config.Tpo .deps/config.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.c
# mv -f .deps/help.Tpo .deps/help.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT updown.o -MD -MP -MF .deps/updown.Tpo -c -o updown.o updown.c
# mv -f .deps/updown.Tpo .deps/updown.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
# mv -f .deps/util.Tpo .deps/util.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT dial.o -MD -MP -MF .deps/dial.Tpo -c -o dial.o dial.c
# mv -f .deps/dial.Tpo .deps/dial.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT window.o -MD -MP -MF .deps/window.Tpo -c -o window.o window.c
# mv -f .deps/window.Tpo .deps/window.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT wkeys.o -MD -MP -MF .deps/wkeys.Tpo -c -o wkeys.o wkeys.c
# mv -f .deps/wkeys.Tpo .deps/wkeys.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT ipc.o -MD -MP -MF .deps/ipc.Tpo -c -o ipc.o ipc.c
# mv -f .deps/ipc.Tpo .deps/ipc.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT windiv.o -MD -MP -MF .deps/windiv.Tpo -c -o windiv.o windiv.c
# mv -f .deps/windiv.Tpo .deps/windiv.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT sysdep1.o -MD -MP -MF .deps/sysdep1.Tpo -c -o sysdep1.o sysdep1.c
# mv -f .deps/sysdep1.Tpo .deps/sysdep1.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT sysdep1_s.o -MD -MP -MF .deps/sysdep1_s.Tpo -c -o sysdep1_s.o sysdep1_s.c
# mv -f .deps/sysdep1_s.Tpo .deps/sysdep1_s.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT sysdep2.o -MD -MP -MF .deps/sysdep2.Tpo -c -o sysdep2.o sysdep2.c
# mv -f .deps/sysdep2.Tpo .deps/sysdep2.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT rwconf.o -MD -MP -MF .deps/rwconf.Tpo -c -o rwconf.o rwconf.c
# mv -f .deps/rwconf.Tpo .deps/rwconf.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
# mv -f .deps/main.Tpo .deps/main.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o file.c
# mv -f .deps/file.Tpo .deps/file.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT getsdir.o -MD -MP -MF .deps/getsdir.Tpo -c -o getsdir.o getsdir.c
# mv -f .deps/getsdir.Tpo .deps/getsdir.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT wildmat.o -MD -MP -MF .deps/wildmat.Tpo -c -o wildmat.o wildmat.c
# mv -f .deps/wildmat.Tpo .deps/wildmat.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.c
# mv -f .deps/common.Tpo .deps/common.Po
# clang -W -Wall -Wextra -std=gnu99 -o minicom minicom.o vt100.o config.o help.o updown.o util.o dial.o window.o wkeys.o ipc.o windiv.o sysdep1.o sysdep1_s.o sysdep2.o rwconf.o main.o file.o getsdir.o wildmat.o common.o ../lib/libport.a -lncurses
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT script.o -MD -MP -MF .deps/script.Tpo -c -o script.o script.c
# mv -f .deps/script.Tpo .deps/script.Po
# clang -W -Wall -Wextra -std=gnu99 -o runscript script.o sysdep1_s.o common.o ../lib/libport.a -lncurses
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -DCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wextra -std=gnu99 -MT ascii-xfr.o -MD -MP -MF .deps/ascii-xfr.Tpo -c -o ascii-xfr.o ascii-xfr.c
# mv -f .deps/ascii-xfr.Tpo .deps/ascii-xfr.Po
# clang -W -Wall -Wextra -std=gnu99 -o ascii-xfr ascii-xfr.o ../lib/libport.a -lncurses
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/src'
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7'
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7'
# make[1]: Leaving directory '/tmp/minicom/src/minicom-2.7'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in doc
# make[1]: Entering directory '/tmp/minicom/src/minicom-2.7/doc'
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/doc'
# make[1]: Leaving directory '/tmp/minicom/src/minicom-2.7/doc'
# Making install in extras
# make[1]: Entering directory '/tmp/minicom/src/minicom-2.7/extras'
# Making install in linux
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/extras/linux'
# make[3]: Entering directory '/tmp/minicom/src/minicom-2.7/extras/linux'
# 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/minicom/src/minicom-2.7/extras/linux'
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/extras/linux'
# Making install in tables
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/extras/tables'
# make[3]: Entering directory '/tmp/minicom/src/minicom-2.7/extras/tables'
# 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/minicom/src/minicom-2.7/extras/tables'
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/extras/tables'
# Making install in termcap
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/extras/termcap'
# make[3]: Entering directory '/tmp/minicom/src/minicom-2.7/extras/termcap'
# 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/minicom/src/minicom-2.7/extras/termcap'
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/extras/termcap'
# Making install in terminfo
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/extras/terminfo'
# make[3]: Entering directory '/tmp/minicom/src/minicom-2.7/extras/terminfo'
# 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/minicom/src/minicom-2.7/extras/terminfo'
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/extras/terminfo'
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/extras'
# make[3]: Entering directory '/tmp/minicom/src/minicom-2.7/extras'
# 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/minicom/src/minicom-2.7/extras'
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/extras'
# make[1]: Leaving directory '/tmp/minicom/src/minicom-2.7/extras'
# Making install in man
# make[1]: Entering directory '/tmp/minicom/src/minicom-2.7/man'
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/minicom/pkg/minicom//usr/share/man/man1'
# /usr/bin/install -c -m 644 ascii-xfr.1 minicom.1 runscript.1 xminicom.1 '/tmp/minicom/pkg/minicom//usr/share/man/man1'
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/man'
# make[1]: Leaving directory '/tmp/minicom/src/minicom-2.7/man'
# Making install in po
# make[1]: Entering directory '/tmp/minicom/src/minicom-2.7/po'
# /usr/bin/mkdir -p /tmp/minicom/pkg/minicom//usr/share
# installing cs.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/cs/LC_MESSAGES/minicom.mo
# installing da.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/da/LC_MESSAGES/minicom.mo
# installing de.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/de/LC_MESSAGES/minicom.mo
# installing es.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/es/LC_MESSAGES/minicom.mo
# installing fr.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/fr/LC_MESSAGES/minicom.mo
# installing fi.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/fi/LC_MESSAGES/minicom.mo
# installing hu.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/hu/LC_MESSAGES/minicom.mo
# installing id.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/id/LC_MESSAGES/minicom.mo
# installing ja.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/ja/LC_MESSAGES/minicom.mo
# installing nb.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/nb/LC_MESSAGES/minicom.mo
# installing pl.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/pl/LC_MESSAGES/minicom.mo
# installing pt_BR.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/pt_BR/LC_MESSAGES/minicom.mo
# installing ro.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/ro/LC_MESSAGES/minicom.mo
# installing ru.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/ru/LC_MESSAGES/minicom.mo
# installing rw.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/rw/LC_MESSAGES/minicom.mo
# installing sv.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/sv/LC_MESSAGES/minicom.mo
# installing vi.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/vi/LC_MESSAGES/minicom.mo
# installing zh_TW.gmo as /tmp/minicom/pkg/minicom//usr/share/locale/zh_TW/LC_MESSAGES/minicom.mo
# if test "minicom" = "gettext-tools"; then \
# /usr/bin/mkdir -p /tmp/minicom/pkg/minicom//usr/share/gettext/po; \
# for file in Makefile.in.in remove-potcdate.sin Makevars.template; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/minicom/pkg/minicom//usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/minicom/pkg/minicom//usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/minicom/src/minicom-2.7/po'
# Making install in lib
# make[1]: Entering directory '/tmp/minicom/src/minicom-2.7/lib'
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/lib'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/lib'
# make[1]: Leaving directory '/tmp/minicom/src/minicom-2.7/lib'
# Making install in src
# make[1]: Entering directory '/tmp/minicom/src/minicom-2.7/src'
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7/src'
# /usr/bin/mkdir -p '/tmp/minicom/pkg/minicom//usr/bin'
# /usr/bin/install -c minicom runscript ascii-xfr '/tmp/minicom/pkg/minicom//usr/bin'
# /usr/bin/mkdir -p '/tmp/minicom/pkg/minicom//usr/bin'
# /usr/bin/install -c xminicom '/tmp/minicom/pkg/minicom//usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7/src'
# make[1]: Leaving directory '/tmp/minicom/src/minicom-2.7/src'
# make[1]: Entering directory '/tmp/minicom/src/minicom-2.7'
# make[2]: Entering directory '/tmp/minicom/src/minicom-2.7'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/minicom/src/minicom-2.7'
# make[1]: Leaving directory '/tmp/minicom/src/minicom-2.7'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "minicom"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: minicom 2.7-2 (Thu Apr 13 13:22:51 UTC 2017)

CMD: pacman --query --file minicom-2.7-2-x86_64.pkg.tar.xz
# minicom 2.7-2

Creating hybrid package for 'minicom'

Trying to find vanilla package 'minicom'...

CMD: pacman --query --file /mirror/minicom-2.7-2.pkg.tar.xz
# minicom 2.7-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /etc/minirc.dfl
# /usr/share/man/man1/ascii-xfr.1.gz
# /usr/share/man/man1/minicom.1.gz
# /usr/share/man/man1/runscript.1.gz
# /usr/share/man/man1/xminicom.1.gz
# /usr/share/locale/cs/LC_MESSAGES/minicom.mo
# /usr/share/locale/da/LC_MESSAGES/minicom.mo
# /usr/share/locale/de/LC_MESSAGES/minicom.mo
# /usr/share/locale/es/LC_MESSAGES/minicom.mo
# /usr/share/locale/fr/LC_MESSAGES/minicom.mo
# /usr/share/locale/fi/LC_MESSAGES/minicom.mo
# /usr/share/locale/hu/LC_MESSAGES/minicom.mo
# /usr/share/locale/id/LC_MESSAGES/minicom.mo
# /usr/share/locale/ja/LC_MESSAGES/minicom.mo
# /usr/share/locale/nb/LC_MESSAGES/minicom.mo
# /usr/share/locale/pl/LC_MESSAGES/minicom.mo
# /usr/share/locale/pt_BR/LC_MESSAGES/minicom.mo
# /usr/share/locale/ro/LC_MESSAGES/minicom.mo
# /usr/share/locale/ru/LC_MESSAGES/minicom.mo
# /usr/share/locale/rw/LC_MESSAGES/minicom.mo
# /usr/share/locale/sv/LC_MESSAGES/minicom.mo
# /usr/share/locale/vi/LC_MESSAGES/minicom.mo
# /usr/share/locale/zh_TW/LC_MESSAGES/minicom.mo
# /usr/bin/xminicom
# /usr/bin/minicom
# /usr/bin/runscript
# /usr/bin/ascii-xfr

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 minicom.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/minicom.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/minicom.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/minicom/src/minicom-2.7/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 minicom configure 2.7, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 1d44679d79c3
# 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/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2340: checking for a BSD-compatible install
# configure:2408: result: /usr/bin/install -c
# configure:2419: checking whether build environment is sane
# configure:2474: result: yes
# configure:2533: checking for x86_64-unknown-linux-strip
# configure:2563: result: no
# configure:2573: checking for strip
# configure:2589: found /usr/bin/strip
# configure:2600: result: strip
# configure:2625: checking for a thread-safe mkdir -p
# configure:2664: result: /usr/bin/mkdir -p
# configure:2671: checking for gawk
# configure:2687: found /usr/bin/gawk
# configure:2698: result: gawk
# configure:2709: checking whether make sets $(MAKE)
# configure:2731: result: yes
# configure:2760: checking whether make supports nested variables
# configure:2777: result: yes
# configure:2911: checking for x86_64-unknown-linux-gcc
# configure:2938: result: clang
# configure:3207: checking for C compiler version
# configure:3216: 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:3227: $? = 0
# configure:3216: 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
# ... rest of stderr output deleted ...
# configure:3227: $? = 0
# configure:3216: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3227: $? = 1
# configure:3216: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3227: $? = 1
# configure:3247: checking whether the C compiler works
# configure:3269: clang conftest.c >&5
# configure:3273: $? = 0
# configure:3321: result: yes
# configure:3324: checking for C compiler default output file name
# configure:3326: result: a.out
# configure:3332: checking for suffix of executables
# configure:3339: clang -o conftest conftest.c >&5
# configure:3343: $? = 0
# configure:3365: result:
# configure:3387: checking whether we are cross compiling
# configure:3395: clang -o conftest conftest.c >&5
# configure:3399: $? = 0
# configure:3406: ./conftest
# configure:3410: $? = 0
# configure:3425: result: no
# configure:3430: checking for suffix of object files
# configure:3452: clang -c conftest.c >&5
# configure:3456: $? = 0
# configure:3477: result: o
# configure:3481: checking whether we are using the GNU C compiler
# configure:3500: clang -c conftest.c >&5
# configure:3500: $? = 0
# configure:3509: result: yes
# configure:3518: checking whether clang accepts -g
# configure:3538: clang -c -g conftest.c >&5
# configure:3538: $? = 0
# configure:3579: result: yes
# configure:3596: checking for clang option to accept ISO C89
# configure:3659: clang -c conftest.c >&5
# configure:3659: $? = 0
# configure:3672: result: none needed
# configure:3697: checking whether clang understands -c and -o together
# configure:3719: clang -c conftest.c -o conftest2.o
# configure:3722: $? = 0
# configure:3719: clang -c conftest.c -o conftest2.o
# configure:3722: $? = 0
# configure:3734: result: yes
# configure:3762: checking for style of include used by make
# configure:3790: result: GNU
# configure:3816: checking dependency style of clang
# configure:3927: result: gcc3
# configure:3948: checking for x86_64-unknown-linux-ar
# configure:3978: result: no
# configure:3948: checking for x86_64-unknown-linux-lib
# configure:3978: result: no
# configure:3948: checking for x86_64-unknown-linux-link
# configure:3978: result: no
# configure:3992: checking for ar
# configure:4008: found /usr/bin/ar
# configure:4019: result: ar
# configure:4045: checking the archiver (ar) interface
# configure:4061: clang -c conftest.c >&5
# configure:4061: $? = 0
# configure:4063: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:4066: $? = 0
# configure:4094: result: ar
# configure:4120: checking how to run the C preprocessor
# configure:4151: clang -E conftest.c
# configure:4151: $? = 0
# configure:4165: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4165: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | /* end confdefs.h. */
# | #include
# configure:4190: result: clang -E
# configure:4210: clang -E conftest.c
# configure:4210: $? = 0
# configure:4224: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4224: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | /* end confdefs.h. */
# | #include
# configure:4253: checking for grep that handles long lines and -e
# configure:4311: result: /usr/bin/grep
# configure:4316: checking for egrep
# configure:4378: result: /usr/bin/grep -E
# configure:4383: checking for ANSI C header files
# configure:4403: clang -c conftest.c >&5
# configure:4403: $? = 0
# configure:4476: clang -o conftest conftest.c >&5
# configure:4476: $? = 0
# configure:4476: ./conftest
# configure:4476: $? = 0
# configure:4487: result: yes
# configure:4500: checking for sys/types.h
# configure:4500: clang -c conftest.c >&5
# configure:4500: $? = 0
# configure:4500: result: yes
# configure:4500: checking for sys/stat.h
# configure:4500: clang -c conftest.c >&5
# configure:4500: $? = 0
# configure:4500: result: yes
# configure:4500: checking for stdlib.h
# configure:4500: clang -c conftest.c >&5
# configure:4500: $? = 0
# configure:4500: result: yes
# configure:4500: checking for string.h
# configure:4500: clang -c conftest.c >&5
# configure:4500: $? = 0
# configure:4500: result: yes
# configure:4500: checking for memory.h
# configure:4500: clang -c conftest.c >&5
# configure:4500: $? = 0
# configure:4500: result: yes
# configure:4500: checking for strings.h
# configure:4500: clang -c conftest.c >&5
# configure:4500: $? = 0
# configure:4500: result: yes
# configure:4500: checking for inttypes.h
# configure:4500: clang -c conftest.c >&5
# configure:4500: $? = 0
# configure:4500: result: yes
# configure:4500: checking for stdint.h
# configure:4500: clang -c conftest.c >&5
# configure:4500: $? = 0
# configure:4500: result: yes
# configure:4500: checking for unistd.h
# configure:4500: clang -c conftest.c >&5
# configure:4500: $? = 0
# configure:4500: result: yes
# configure:4513: checking minix/config.h usability
# configure:4513: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4513: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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
# | /* 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:4513: result: no
# configure:4513: checking minix/config.h presence
# configure:4513: clang -E conftest.c
# conftest.c:21:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4513: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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
# | /* end confdefs.h. */
# | #include
# configure:4513: result: no
# configure:4513: checking for minix/config.h
# configure:4513: result: no
# configure:4534: checking whether it is safe to define __EXTENSIONS__
# configure:4552: clang -c conftest.c >&5
# configure:4552: $? = 0
# configure:4559: result: yes
# configure:4580: checking for x86_64-unknown-linux-ranlib
# configure:4610: result: no
# configure:4620: checking for ranlib
# configure:4636: found /usr/bin/ranlib
# configure:4647: result: ranlib
# configure:4670: checking for library containing strerror
# configure:4701: clang -o conftest conftest.c >&5
# conftest.c:33:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:33:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:4701: $? = 0
# configure:4718: result: none required
# configure:4730: checking build system type
# configure:4744: result: x86_64-unknown-linux-gnu
# configure:4764: checking host system type
# configure:4777: result: x86_64-unknown-linux-gnu
# configure:4838: checking for ld used by clang
# configure:4905: result: /usr/bin/ld
# configure:4912: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4927: result: yes
# configure:4934: checking for shared library run path origin
# configure:4947: result: done
# configure:5524: checking for iconv
# configure:5548: clang -o conftest conftest.c >&5
# configure:5548: $? = 0
# configure:5582: result: yes
# configure:5585: checking for working iconv
# configure:5705: clang -o conftest conftest.c >&5
# configure:5705: $? = 0
# configure:5705: ./conftest
# configure:5705: $? = 0
# configure:5717: result: yes
# configure:5782: checking for x86_64-unknown-linux-pkg-config
# configure:5815: result: no
# configure:5825: checking for pkg-config
# configure:5843: found /usr/bin/pkg-config
# configure:5855: result: /usr/bin/pkg-config
# configure:5880: checking pkg-config is at least version 0.9.0
# configure:5883: result: yes
# configure:5894: checking for LOCKDEV
# configure:5901: $PKG_CONFIG --exists --print-errors "lockdev"
# Package lockdev was not found in the pkg-config search path.
# Perhaps you should add the directory containing `lockdev.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'lockdev' found
# configure:5904: $? = 1
# configure:5918: $PKG_CONFIG --exists --print-errors "lockdev"
# Package lockdev was not found in the pkg-config search path.
# Perhaps you should add the directory containing `lockdev.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'lockdev' found
# configure:5921: $? = 1
# configure:5935: result: no
# No package 'lockdev' found
# configure:6055: checking for a sed that does not truncate output
# configure:6119: result: /usr/bin/sed
# configure:6125: checking whether NLS is requested
# configure:6134: result: yes
# configure:6174: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:6206: result: /usr/bin/msgfmt
# configure:6215: checking for gmsgfmt
# configure:6246: result: /usr/bin/msgfmt
# configure:6296: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:6328: result: /usr/bin/xgettext
# configure:6373: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:6404: result: /usr/bin/msgmerge
# configure:6445: checking for CFPreferencesCopyAppValue
# configure:6463: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:28:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:6463: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:6472: result: no
# configure:6479: checking for CFLocaleCopyCurrent
# configure:6497: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:28:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:6497: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:6506: result: no
# configure:6555: checking for GNU gettext in libc
# configure:6579: clang -o conftest conftest.c >&5
# configure:6579: $? = 0
# configure:6588: result: yes
# configure:7416: checking whether to use NLS
# configure:7418: result: yes
# configure:7421: checking where the gettext function comes from
# configure:7432: result: libc
# configure:7496: checking for kermit
# configure:7528: result: no
# configure:7561: checking for tputs in -ltinfo
# configure:7586: clang -o conftest conftest.c -ltinfo >&5
# /usr/bin/ld: cannot find -ltinfo
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7586: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | /* 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 tputs ();
# | int
# | main ()
# | {
# | return tputs ();
# | ;
# | return 0;
# | }
# configure:7596: result: no
# configure:7561: checking for tputs in -lncurses
# configure:7586: clang -o conftest conftest.c -lncurses >&5
# configure:7586: $? = 0
# configure:7596: result: yes
# configure:7609: checking ncurses/termcap.h usability
# configure:7609: clang -c conftest.c >&5
# conftest.c:65:10: fatal error: 'ncurses/termcap.h' file not found
# #include
# ^
# 1 error generated.
# configure:7609: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | /* 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:7609: result: no
# configure:7609: checking ncurses/termcap.h presence
# configure:7609: clang -E conftest.c
# conftest.c:32:10: fatal error: 'ncurses/termcap.h' file not found
# #include
# ^
# 1 error generated.
# configure:7609: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | /* end confdefs.h. */
# | #include
# configure:7609: result: no
# configure:7609: checking for ncurses/termcap.h
# configure:7609: result: no
# configure:7623: checking termcap.h usability
# configure:7623: clang -c conftest.c >&5
# configure:7623: $? = 0
# configure:7623: result: yes
# configure:7623: checking termcap.h presence
# configure:7623: clang -E conftest.c
# configure:7623: $? = 0
# configure:7623: result: yes
# configure:7623: checking for termcap.h
# configure:7623: result: yes
# configure:7635: checking for socket in -lsocket
# configure:7660: clang -o conftest conftest.c -lsocket -lncurses >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7660: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | #define HAVE_TERMCAP_H 1
# | /* 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 socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:7669: result: no
# configure:7684: checking for dirent.h that defines DIR
# configure:7703: clang -c conftest.c >&5
# configure:7703: $? = 0
# configure:7711: result: yes
# configure:7724: checking for library containing opendir
# configure:7755: clang -o conftest conftest.c -lncurses >&5
# configure:7755: $? = 0
# configure:7772: result: none required
# configure:7839: checking for ANSI C header files
# configure:7943: result: yes
# configure:7951: checking for sys/wait.h that is POSIX.1 compatible
# configure:7977: clang -c conftest.c >&5
# configure:7977: $? = 0
# configure:7984: result: yes
# configure:7992: checking whether stat file-mode macros are broken
# configure:8019: clang -c conftest.c >&5
# configure:8019: $? = 0
# configure:8026: result: no
# configure:8034: checking whether time.h and sys/time.h may both be included
# configure:8054: clang -c conftest.c >&5
# configure:8054: $? = 0
# configure:8061: result: yes
# configure:8070: checking POSIX termios
# configure:8090: clang -o conftest conftest.c -lncurses >&5
# configure:8090: $? = 0
# configure:8098: result: yes
# configure:8101: checking whether termios.h defines TIOCGWINSZ
# configure:8124: result: no
# configure:8128: checking whether sys/ioctl.h defines TIOCGWINSZ
# configure:8151: result: yes
# configure:8173: checking stdarg.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking stdarg.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for stdarg.h
# configure:8173: result: yes
# configure:8173: checking varargs.h usability
# configure:8173: clang -c conftest.c >&5
# In file included from conftest.c:73:
# /usr/bin/../lib/clang/3.8.0/include/varargs.h:25:4: error: "Please use instead of "
# #error "Please use instead of "
# ^
# 1 error generated.
# configure:8173: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define POSIX_TERMIOS 1
# | #define HAVE_STDARG_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:8173: result: no
# configure:8173: checking varargs.h presence
# configure:8173: clang -E conftest.c
# In file included from conftest.c:40:
# /usr/bin/../lib/clang/3.8.0/include/varargs.h:25:4: error: "Please use instead of "
# #error "Please use instead of "
# ^
# 1 error generated.
# configure:8173: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define POSIX_TERMIOS 1
# | #define HAVE_STDARG_H 1
# | /* end confdefs.h. */
# | #include
# configure:8173: result: no
# configure:8173: checking for varargs.h
# configure:8173: result: no
# configure:8173: checking termio.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking termio.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for termio.h
# configure:8173: result: yes
# configure:8173: checking termios.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking termios.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for termios.h
# configure:8173: result: yes
# configure:8173: checking setjmp.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking setjmp.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for setjmp.h
# configure:8173: result: yes
# configure:8173: checking errno.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking errno.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for errno.h
# configure:8173: result: yes
# configure:8173: checking pwd.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking pwd.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for pwd.h
# configure:8173: result: yes
# configure:8173: checking signal.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking signal.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for signal.h
# configure:8173: result: yes
# configure:8173: checking fcntl.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking fcntl.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for fcntl.h
# configure:8173: result: yes
# configure:8173: checking sgtty.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking sgtty.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for sgtty.h
# configure:8173: result: yes
# configure:8173: checking locale.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking locale.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for locale.h
# configure:8173: result: yes
# configure:8173: checking for sys/stat.h
# configure:8173: result: yes
# configure:8173: checking sys/file.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking sys/file.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for sys/file.h
# configure:8173: result: yes
# configure:8173: checking sys/ioctl.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking sys/ioctl.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for sys/ioctl.h
# configure:8173: result: yes
# configure:8173: checking sys/time.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking sys/time.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for sys/time.h
# configure:8173: result: yes
# configure:8173: checking sys/ttold.h usability
# configure:8173: clang -c conftest.c >&5
# conftest.c:86:10: fatal error: 'sys/ttold.h' file not found
# #include
# ^
# 1 error generated.
# configure:8173: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define POSIX_TERMIOS 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_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:8173: result: no
# configure:8173: checking sys/ttold.h presence
# configure:8173: clang -E conftest.c
# conftest.c:53:10: fatal error: 'sys/ttold.h' file not found
# #include
# ^
# 1 error generated.
# configure:8173: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define POSIX_TERMIOS 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:8173: result: no
# configure:8173: checking for sys/ttold.h
# configure:8173: result: no
# configure:8173: checking sys/param.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking sys/param.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for sys/param.h
# configure:8173: result: yes
# configure:8173: checking for unistd.h
# configure:8173: result: yes
# configure:8173: checking posix1_lim.h usability
# configure:8173: clang -c conftest.c >&5
# conftest.c:88:10: fatal error: 'posix1_lim.h' file not found
# #include
# ^
# 1 error generated.
# configure:8173: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define POSIX_TERMIOS 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_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:8173: result: no
# configure:8173: checking posix1_lim.h presence
# configure:8173: clang -E conftest.c
# conftest.c:55:10: fatal error: 'posix1_lim.h' file not found
# #include
# ^
# 1 error generated.
# configure:8173: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define POSIX_TERMIOS 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:8173: result: no
# configure:8173: checking for posix1_lim.h
# configure:8173: result: no
# configure:8173: checking for sgtty.h
# configure:8173: result: yes
# configure:8173: checking features.h usability
# configure:8173: clang -c conftest.c >&5
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking features.h presence
# configure:8173: clang -E conftest.c
# configure:8173: $? = 0
# configure:8173: result: yes
# configure:8173: checking for features.h
# configure:8173: result: yes
# configure:8184: checking for an ANSI C-conforming const
# configure:8250: clang -c conftest.c >&5
# configure:8250: $? = 0
# configure:8257: result: yes
# configure:8265: checking for uid_t in sys/types.h
# configure:8284: result: yes
# configure:8295: checking for mode_t
# configure:8295: clang -c conftest.c >&5
# configure:8295: $? = 0
# configure:8295: clang -c conftest.c >&5
# conftest.c:93:21: error: expected expression
# if (sizeof ((mode_t)))
# ^
# 1 error generated.
# configure:8295: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define POSIX_TERMIOS 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FEATURES_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
# | int
# | main ()
# | {
# | if (sizeof ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:8295: result: yes
# configure:8306: checking for pid_t
# configure:8306: clang -c conftest.c >&5
# configure:8306: $? = 0
# configure:8306: clang -c conftest.c >&5
# conftest.c:93:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:8306: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define POSIX_TERMIOS 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FEATURES_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
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:8306: result: yes
# configure:8317: checking for size_t
# configure:8317: clang -c conftest.c >&5
# configure:8317: $? = 0
# configure:8317: clang -c conftest.c >&5
# conftest.c:93:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:8317: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define POSIX_TERMIOS 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FEATURES_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
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:8317: result: yes
# configure:8328: checking whether struct tm is in sys/time.h or time.h
# configure:8348: clang -c conftest.c >&5
# configure:8348: $? = 0
# configure:8355: result: time.h
# configure:8364: checking return type of signal handlers
# configure:8382: clang -c conftest.c >&5
# conftest.c:63:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:8382: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "minicom"
# | #define PACKAGE_TARNAME "minicom"
# | #define PACKAGE_VERSION "2.7"
# | #define PACKAGE_STRING "minicom 2.7"
# | #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "minicom"
# | #define VERSION "2.7"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ICONV 1
# | #define USE_SOCKET 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define KERMIT ""
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define POSIX_TERMIOS 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SETJMP_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_FEATURES_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:8389: result: void
# configure:8397: checking for error_at_line
# configure:8413: clang -o conftest conftest.c -lncurses >&5
# configure:8413: $? = 0
# configure:8421: result: yes
# configure:8432: checking whether closedir returns void
# configure:8456: clang -o conftest conftest.c -lncurses >&5
# configure:8456: $? = 0
# configure:8456: ./conftest
# configure:8456: $? = 0
# configure:8466: result: no
# configure:8474: checking if malloc debugging is wanted
# configure:8492: result: no
# configure:8500: checking for getcwd
# configure:8500: clang -o conftest conftest.c -lncurses >&5
# configure:8500: $? = 0
# configure:8500: result: yes
# configure:8500: checking for getwd
# configure:8500: clang -o conftest conftest.c -lncurses >&5
# /tmp/conftest-58aabb.o: In function `main':
# conftest.c:(.text+0x12): warning: the `getwd' function is dangerous and should not be used.
# configure:8500: $? = 0
# configure:8500: result: yes
# configure:8500: checking for memmove
# configure:8500: clang -o conftest conftest.c -lncurses >&5
# conftest.c:83:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:83:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:8500: $? = 0
# configure:8500: result: yes
# configure:8500: checking for strerror
# configure:8500: clang -o conftest conftest.c -lncurses >&5
# conftest.c:84:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:84:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:8500: $? = 0
# configure:8500: result: yes
# configure:8500: checking for strstr
# configure:8500: clang -o conftest conftest.c -lncurses >&5
# conftest.c:85:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:85:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:8500: $? = 0
# configure:8500: result: yes
# configure:8500: checking for vsnprintf
# configure:8500: clang -o conftest conftest.c -lncurses >&5
# conftest.c:86:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:86:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:8500: $? = 0
# configure:8500: result: yes
# configure:8500: checking for vprintf
# configure:8500: clang -o conftest conftest.c -lncurses >&5
# conftest.c:87:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:87:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:8500: $? = 0
# configure:8500: result: yes
# configure:8500: checking for select
# configure:8500: clang -o conftest conftest.c -lncurses >&5
# configure:8500: $? = 0
# configure:8500: result: yes
# configure:8512: checking for snprintf
# configure:8512: clang -o conftest conftest.c -lncurses >&5
# conftest.c:89:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:89:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:8512: $? = 0
# configure:8512: result: yes
# configure:8525: checking for usleep
# configure:8525: clang -o conftest conftest.c -lncurses >&5
# configure:8525: $? = 0
# configure:8525: result: yes
# configure:8538: checking for getopt
# configure:8538: clang -o conftest conftest.c -lncurses >&5
# configure:8538: $? = 0
# configure:8538: result: yes
# configure:8551: checking for getopt_long
# configure:8551: clang -o conftest conftest.c -lncurses >&5
# configure:8551: $? = 0
# configure:8551: result: yes
# configure:8566: checking for long file names
# configure:8598: result: yes
# configure:8608: checking for com line lock directory
# configure:8632: result: /var/run
# configure:8651: checking for default serial port device
# configure:8691: result: /dev/modem
# configure:8701: checking for default baud rate
# configure:8715: result: 115200
# configure:8857: checking that generated files are newer than configure
# configure:8863: result: done
# configure:8886: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by minicom config.status 2.7, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 1d44679d79c3
#
# config.status:962: creating Makefile
# config.status:962: creating doc/Makefile
# config.status:962: creating extras/Makefile
# config.status:962: creating extras/linux/Makefile
# config.status:962: creating extras/tables/Makefile
# config.status:962: creating extras/termcap/Makefile
# config.status:962: creating extras/terminfo/Makefile
# config.status:962: creating man/Makefile
# config.status:962: creating lib/Makefile
# config.status:962: creating src/Makefile
# config.status:962: creating po/Makefile.in
# config.status:962: creating minicom.spec
# config.status:962: creating config.h
# config.status:1191: executing depfiles commands
# config.status:1191: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LOCKDEV_CFLAGS_set=
# ac_cv_env_LOCKDEV_CFLAGS_value=
# ac_cv_env_LOCKDEV_LIBS_set=
# ac_cv_env_LOCKDEV_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_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_closedir_void=no
# ac_cv_func_getcwd=yes
# ac_cv_func_getopt=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_getwd=yes
# ac_cv_func_memmove=yes
# ac_cv_func_select=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strstr=yes
# ac_cv_func_usleep=yes
# ac_cv_func_vprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_features_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_ncurses_termcap_h=no
# ac_cv_header_posix1_lim_h=no
# ac_cv_header_pwd_h=yes
# ac_cv_header_setjmp_h=yes
# ac_cv_header_sgtty_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stat_broken=no
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_file_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_ttold_h=no
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_termcap_h=yes
# ac_cv_header_termio_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_varargs_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_error_at_line=yes
# ac_cv_lib_ncurses___tputs=yes
# ac_cv_lib_socket_socket=no
# ac_cv_lib_tinfo___tputs=no
# 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_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_PATH_KERMIT=no
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_opendir='none required'
# ac_cv_search_strerror='none required'
# ac_cv_struct_tm=time.h
# ac_cv_sys_long_file_names=yes
# ac_cv_sys_posix_termios=yes
# ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
# ac_cv_sys_tiocgwinsz_in_termios_h=no
# ac_cv_type_mode_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_uid_t=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/bin/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_ar_interface=ar
# am_cv_func_iconv=yes
# am_cv_func_iconv_works=yes
# am_cv_lib_iconv=no
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/minicom/src/minicom-2.7/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/minicom/src/minicom-2.7/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/minicom/src/minicom-2.7/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/minicom/src/minicom-2.7/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -W -Wall -Wextra -std=gnu99'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GETTEXT_MACRO_VERSION='0.18'
# GMSGFMT='/usr/bin/msgfmt'
# GMSGFMT_015='/usr/bin/msgfmt'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# KEYSERV=''
# LDFLAGS=''
# LIBICONV=''
# LIBINTL=''
# LIBOBJS=''
# LIBPORT_GETOPT_LONG_DEP=''
# LIBS=' -lncurses'
# LOCKDEV_CFLAGS=''
# LOCKDEV_LIBS=''
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/minicom/src/minicom-2.7/missing makeinfo'
# MINICOM_CONFDIR='/etc'
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# OBJEXT='o'
# PACKAGE='minicom'
# PACKAGE_BUGREPORT='minicom-devel@lists.alioth.debian.org'
# PACKAGE_NAME='minicom'
# PACKAGE_STRING='minicom 2.7'
# PACKAGE_TARNAME='minicom'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.7'
# PATH_KERMIT='no'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# POSUB='po'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_NLS='yes'
# VERSION='2.7'
# XGETTEXT='/usr/bin/xgettext'
# XGETTEXT_015='/usr/bin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# 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/minicom/src/minicom-2.7/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "minicom"
# #define PACKAGE_TARNAME "minicom"
# #define PACKAGE_VERSION "2.7"
# #define PACKAGE_STRING "minicom 2.7"
# #define PACKAGE_BUGREPORT "minicom-devel@lists.alioth.debian.org"
# #define PACKAGE_URL ""
# #define PACKAGE "minicom"
# #define VERSION "2.7"
# #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 __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_ICONV 1
# #define USE_SOCKET 1
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define KERMIT ""
# #define HAVE_TERMCAP_H 1
# #define HAVE_DIRENT_H 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 1
# #define TIME_WITH_SYS_TIME 1
# #define GWINSZ_IN_SYS_IOCTL 1
# #define POSIX_TERMIOS 1
# #define HAVE_STDARG_H 1
# #define HAVE_TERMIO_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_SETJMP_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_PWD_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_SGTTY_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_FILE_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SGTTY_H 1
# #define HAVE_FEATURES_H 1
# #define RETSIGTYPE void
# #define HAVE_GETCWD 1
# #define HAVE_GETWD 1
# #define HAVE_MEMMOVE 1
# #define HAVE_STRERROR 1
# #define HAVE_STRSTR 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_VPRINTF 1
# #define HAVE_SELECT 1
# #define HAVE_SNPRINTF 1
# #define HAVE_USLEEP 1
# #define HAVE_GETOPT 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_LONG_FILE_NAMES 1
# #define UUCPLOCK "/var/run"
# #define DFL_PORT "/dev/modem"
# #define DEF_BAUD "115200"
#
# configure: exit 0