Build of perl-device-serialport with clang_glibc toolchain

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

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

SLOCLanguage
4,737 perl
731 makefile
388 ansic
5,856 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: perl-device-serialport 1.04-8 (Thu Apr 13 13:11:17 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# To enable serial port tests, use:
# perl Makefile.PL TESTPORT=
# where is a specific port or 'auto' to autodetect.
# Running ./configure ...
# checking for gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for clang option to accept ISO C99... none needed
# checking for clang option to accept ISO Standard C... (cached) none needed
# 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 library containing strerror... none required
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking sys/termiox.h usability... no
# checking sys/termiox.h presence... no
# checking for sys/termiox.h... no
# checking sys/termios.h usability... yes
# checking sys/termios.h presence... yes
# checking for sys/termios.h... yes
# checking sys/ttycom.h usability... no
# checking sys/ttycom.h presence... no
# checking for sys/ttycom.h... no
# checking sys/modem.h usability... no
# checking sys/modem.h presence... no
# checking for sys/modem.h... no
# checking IOKit/serial/ioss.h usability... no
# checking IOKit/serial/ioss.h presence... no
# checking for IOKit/serial/ioss.h... no
# checking definition of _SC_CLK_TCK... found
# checking definition of TIOCMBIS... found
# checking definition of TIOCMBIC... found
# checking definition of TIOCMGET... found
# checking definition of CRTSCTS... found
# checking definition of OCRNL... found
# checking definition of ONLCR... found
# checking definition of ECHOKE... found
# checking definition of ECHOCTL... found
# checking definition of TIOCM_CAR... found
# checking definition of TIOCM_CD... found
# checking definition of TIOCM_RNG... found
# checking definition of TIOCM_RI... found
# checking definition of TIOCM_CTS... found
# checking definition of TIOCM_DSR... found
# checking definition of TIOCMIWAIT... found
# checking definition of TIOCGICOUNT... found
# checking definition of TIOCINQ... found
# checking definition of FIONREAD... found
# checking definition of TIOCOUTQ... found
# checking definition of TIOCSER_TEMT... found
# checking definition of TIOCM_LE... found
# checking definition of TIOCSERGETLSR... found
# checking definition of TIOCSDTR... missing
# checking definition of TIOCCDTR... missing
# checking definition of TIOCM_RTS... found
# checking definition of TIOCM_DTR... found
# checking definition of CTSXON... missing
# checking definition of RTSXOFF... missing
# checking definition of TCGETX... found
# checking definition of TCSETX... found
# checking definition of IOSSIOSPEED... missing
# checking definition of B0... found
# checking definition of B50... found
# checking definition of B75... found
# checking definition of B110... found
# checking definition of B134... found
# checking definition of B150... found
# checking definition of B200... found
# checking definition of B300... found
# checking definition of B600... found
# checking definition of B1200... found
# checking definition of B1800... found
# checking definition of B2400... found
# checking definition of B4800... found
# checking definition of B9600... found
# checking definition of B19200... found
# checking definition of B38400... found
# checking definition of B57600... found
# checking definition of B115200... found
# checking definition of B230400... found
# checking definition of B460800... found
# checking definition of B500000... found
# checking definition of B576000... found
# checking definition of B921600... found
# checking definition of B1000000... found
# checking definition of B1152000... found
# checking definition of B1500000... found
# checking definition of B2000000... found
# checking definition of B2500000... found
# checking definition of B3000000... found
# checking definition of B3500000... found
# checking definition of B4000000... found
# checking serial control via ioctl... yes
# checking read/write of RTS signal... yes
# checking read/write of DTR signal... yes
# checking read access to modem lines... yes
# checking read access to buffer status... yes
# checking read access to serial line status... yes
# checking normal CTS/RTS flow control... yes
# configure: creating ./config.status
# config.status: creating config.h
# Checking if your kit is complete...
# Looks good
# Generating a Unix-style Makefile
# Writing Makefile for Device::SerialPort
# Writing MYMETA.yml and MYMETA.json
#
# You're ready to run 'make' now...
# cp SerialPort.pm blib/lib/Device/SerialPort.pm
# Running Mkbootstrap for Device::SerialPort ()
# chmod 644 "SerialPort.bs"
# "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap "/usr/share/perl5/core_perl/ExtUtils/typemap" SerialPort.xs > SerialPort.xsc && mv SerialPort.xsc SerialPort.c
# cc -c -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" SerialPort.c
# rm -f blib/arch/auto/Device/SerialPort/SerialPort.so
# cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/local/lib -fstack-protector-strong SerialPort.o -o blib/arch/auto/Device/SerialPort/SerialPort.so \
# \
#
# chmod 755 blib/arch/auto/Device/SerialPort/SerialPort.so
# "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SerialPort.bs blib/arch/auto/Device/SerialPort/SerialPort.bs 644
# cp modemtest blib/script/modemtest
# "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/modemtest
# Manifying 1 pod document
# Manifying 1 pod document
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Running Mkbootstrap for Device::SerialPort ()
# chmod 644 "SerialPort.bs"
# Manifying 1 pod document
# Manifying 1 pod document
# Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
# Installing /tmp/perl-device-serialport/pkg/perl-device-serialport/usr/lib/perl5/vendor_perl/auto/Device/SerialPort/SerialPort.so
# Installing /tmp/perl-device-serialport/pkg/perl-device-serialport/usr/lib/perl5/vendor_perl/Device/SerialPort.pm
# Installing /tmp/perl-device-serialport/pkg/perl-device-serialport/usr/share/man/man1/modemtest.1p
# Installing /tmp/perl-device-serialport/pkg/perl-device-serialport/usr/share/man/man3/Device::SerialPort.3pm
# Installing /tmp/perl-device-serialport/pkg/perl-device-serialport/usr/bin/vendor_perl/modemtest
# Appending installation info to /tmp/perl-device-serialport/pkg/perl-device-serialport/usr/lib/perl5/core_perl/perllocal.pod
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "perl-device-serialport"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: perl-device-serialport 1.04-8 (Thu Apr 13 13:12:09 UTC 2017)

CMD: pacman --query --file perl-device-serialport-1.04-8-x86_64.pkg.tar.xz
# perl-device-serialport 1.04-8

Creating hybrid package for 'perl-device-serialport'

Trying to find vanilla package 'perl-device-serialport'...

CMD: pacman --query --file /mirror/perl-device-serialport-1.04-8.pkg.tar.xz
# perl-device-serialport 1.04-8

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/vendor_perl/modemtest
# /usr/share/man/man1/modemtest.1p.gz
# /usr/share/man/man3/Device::SerialPort.3pm.gz
# /usr/lib/perl5/vendor_perl/auto/Device/SerialPort/SerialPort.so
# /usr/lib/perl5/vendor_perl/Device/SerialPort.pm
# /sysroot/usr/lib/perl5/vendor_perl/Device/SerialPort.pm
# /sysroot/usr/lib/perl5/vendor_perl/auto/Device/SerialPort/SerialPort.so

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

CMD: bsdtar -tqf perl-device-serialport.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/perl-device-serialport.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/perl-device-serialport.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/perl-device-serialport.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/perl-device-serialport/src/Device-SerialPort-1.04/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 Device::SerialPort configure 1.04, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 4fc961ef0fdd
# 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:1739: checking for gcc
# configure:1766: result: clang
# configure:2004: checking for C compiler version
# configure:2011: 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:2014: $? = 0
# configure:2021: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2024: $? = 0
# configure:2031: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2034: $? = 1
# configure:2057: checking for C compiler default output file name
# configure:2084: clang conftest.c >&5
# configure:2087: $? = 0
# configure:2125: result: a.out
# configure:2142: checking whether the C compiler works
# configure:2152: ./a.out
# configure:2155: $? = 0
# configure:2172: result: yes
# configure:2179: checking whether we are cross compiling
# configure:2181: result: no
# configure:2184: checking for suffix of executables
# configure:2191: clang -o conftest conftest.c >&5
# configure:2194: $? = 0
# configure:2218: result:
# configure:2224: checking for suffix of object files
# configure:2250: clang -c conftest.c >&5
# configure:2253: $? = 0
# configure:2276: result: o
# configure:2280: checking whether we are using the GNU C compiler
# configure:2309: clang -c conftest.c >&5
# configure:2315: $? = 0
# configure:2332: result: yes
# configure:2337: checking whether clang accepts -g
# configure:2367: clang -c -g conftest.c >&5
# configure:2373: $? = 0
# configure:2472: result: yes
# configure:2489: checking for clang option to accept ISO C89
# configure:2563: clang -c conftest.c >&5
# configure:2569: $? = 0
# configure:2592: result: none needed
# configure:2612: checking for clang option to accept ISO C99
# configure:2771: clang -c conftest.c >&5
# configure:2777: $? = 0
# configure:2800: result: none needed
# configure:2937: checking for clang option to accept ISO Standard C
# configure:2946: result: none needed
# configure:2959: checking how to run the C preprocessor
# configure:2999: clang -E conftest.c
# configure:3005: $? = 0
# configure:3036: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3042: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | /* end confdefs.h. */
# | #include
# configure:3075: result: clang -E
# configure:3104: clang -E conftest.c
# configure:3110: $? = 0
# configure:3141: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3147: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | /* end confdefs.h. */
# | #include
# configure:3185: checking for grep that handles long lines and -e
# configure:3259: result: /usr/bin/grep
# configure:3264: checking for egrep
# configure:3342: result: /usr/bin/grep -E
# configure:3347: checking for ANSI C header files
# configure:3377: clang -c conftest.c >&5
# configure:3383: $? = 0
# configure:3482: clang -o conftest conftest.c >&5
# configure:3485: $? = 0
# configure:3491: ./conftest
# configure:3494: $? = 0
# configure:3511: result: yes
# configure:3521: checking for library containing strerror
# configure:3562: clang -o conftest conftest.c >&5
# conftest.c:16:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:16:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:3568: $? = 0
# configure:3596: result: none required
# configure:3619: checking for sys/types.h
# configure:3640: clang -c conftest.c >&5
# configure:3646: $? = 0
# configure:3662: result: yes
# configure:3619: checking for sys/stat.h
# configure:3640: clang -c conftest.c >&5
# configure:3646: $? = 0
# configure:3662: result: yes
# configure:3619: checking for stdlib.h
# configure:3640: clang -c conftest.c >&5
# configure:3646: $? = 0
# configure:3662: result: yes
# configure:3619: checking for string.h
# configure:3640: clang -c conftest.c >&5
# configure:3646: $? = 0
# configure:3662: result: yes
# configure:3619: checking for memory.h
# configure:3640: clang -c conftest.c >&5
# configure:3646: $? = 0
# configure:3662: result: yes
# configure:3619: checking for strings.h
# configure:3640: clang -c conftest.c >&5
# configure:3646: $? = 0
# configure:3662: result: yes
# configure:3619: checking for inttypes.h
# configure:3640: clang -c conftest.c >&5
# configure:3646: $? = 0
# configure:3662: result: yes
# configure:3619: checking for stdint.h
# configure:3640: clang -c conftest.c >&5
# configure:3646: $? = 0
# configure:3662: result: yes
# configure:3619: checking for unistd.h
# configure:3640: clang -c conftest.c >&5
# configure:3646: $? = 0
# configure:3662: result: yes
# configure:3689: checking sys/ioctl.h usability
# configure:3706: clang -c conftest.c >&5
# configure:3712: $? = 0
# configure:3726: result: yes
# configure:3730: checking sys/ioctl.h presence
# configure:3745: clang -E conftest.c
# configure:3751: $? = 0
# configure:3765: result: yes
# configure:3798: checking for sys/ioctl.h
# configure:3806: result: yes
# configure:3833: checking termios.h usability
# configure:3850: clang -c conftest.c >&5
# configure:3856: $? = 0
# configure:3870: result: yes
# configure:3874: checking termios.h presence
# configure:3889: clang -E conftest.c
# configure:3895: $? = 0
# configure:3909: result: yes
# configure:3942: checking for termios.h
# configure:3950: result: yes
# configure:3977: checking sys/termiox.h usability
# configure:3994: clang -c conftest.c >&5
# conftest.c:53:10: fatal error: 'sys/termiox.h' file not found
# #include
# ^
# 1 error generated.
# configure:4000: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_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:4014: result: no
# configure:4018: checking sys/termiox.h presence
# configure:4033: clang -E conftest.c
# conftest.c:20:10: fatal error: 'sys/termiox.h' file not found
# #include
# ^
# 1 error generated.
# configure:4039: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | /* end confdefs.h. */
# | #include
# configure:4053: result: no
# configure:4086: checking for sys/termiox.h
# configure:4094: result: no
# configure:4121: checking sys/termios.h usability
# configure:4138: clang -c conftest.c >&5
# configure:4144: $? = 0
# configure:4158: result: yes
# configure:4162: checking sys/termios.h presence
# configure:4177: clang -E conftest.c
# configure:4183: $? = 0
# configure:4197: result: yes
# configure:4230: checking for sys/termios.h
# configure:4238: result: yes
# configure:4265: checking sys/ttycom.h usability
# configure:4282: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'sys/ttycom.h' file not found
# #include
# ^
# 1 error generated.
# configure:4288: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SYS_TERMIOS_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:4302: result: no
# configure:4306: checking sys/ttycom.h presence
# configure:4321: clang -E conftest.c
# conftest.c:21:10: fatal error: 'sys/ttycom.h' file not found
# #include
# ^
# 1 error generated.
# configure:4327: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | /* end confdefs.h. */
# | #include
# configure:4341: result: no
# configure:4374: checking for sys/ttycom.h
# configure:4382: result: no
# configure:4409: checking sys/modem.h usability
# configure:4426: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'sys/modem.h' file not found
# #include
# ^
# 1 error generated.
# configure:4432: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SYS_TERMIOS_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:4446: result: no
# configure:4450: checking sys/modem.h presence
# configure:4465: clang -E conftest.c
# conftest.c:21:10: fatal error: 'sys/modem.h' file not found
# #include
# ^
# 1 error generated.
# configure:4471: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | /* end confdefs.h. */
# | #include
# configure:4485: result: no
# configure:4518: checking for sys/modem.h
# configure:4526: result: no
# configure:4553: checking IOKit/serial/ioss.h usability
# configure:4570: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'IOKit/serial/ioss.h' file not found
# #include
# ^
# 1 error generated.
# configure:4576: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SYS_TERMIOS_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:4590: result: no
# configure:4594: checking IOKit/serial/ioss.h presence
# configure:4609: clang -E conftest.c
# conftest.c:21:10: fatal error: 'IOKit/serial/ioss.h' file not found
# #include
# ^
# 1 error generated.
# configure:4615: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | /* end confdefs.h. */
# | #include
# configure:4629: result: no
# configure:4662: checking for IOKit/serial/ioss.h
# configure:4670: result: no
# configure:4708: checking definition of _SC_CLK_TCK
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCMBIS
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCMBIC
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCMGET
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of CRTSCTS
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of OCRNL
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of ONLCR
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of ECHOKE
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of ECHOCTL
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCM_CAR
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCM_CD
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCM_RNG
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCM_RI
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCM_CTS
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCM_DSR
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCMIWAIT
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCGICOUNT
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCINQ
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of FIONREAD
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCOUTQ
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCSER_TEMT
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCM_LE
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCSERGETLSR
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCSDTR
# configure:4758: clang -o conftest conftest.c >&5
# conftest.c:51:7: error: use of undeclared identifier 'TIOCSDTR'
# int a=TIOCSDTR
# ^
# 1 error generated.
# configure:4764: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_IOCTL_H
# | # include
# | #endif
# | #ifdef HAVE_TERMIOS_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TERMIOX_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TERMIOS_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TTYCOM_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_MODEM_H
# | # include
# | #endif
# | #ifdef HAVE_IOKIT_SERIAL_IOSS_H
# | # include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | int a=TIOCSDTR
# | ;
# | return 0;
# | }
# |
# configure:4781: result: missing
# configure:4708: checking definition of TIOCCDTR
# configure:4758: clang -o conftest conftest.c >&5
# conftest.c:51:7: error: use of undeclared identifier 'TIOCCDTR'
# int a=TIOCCDTR
# ^
# 1 error generated.
# configure:4764: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_IOCTL_H
# | # include
# | #endif
# | #ifdef HAVE_TERMIOS_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TERMIOX_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TERMIOS_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TTYCOM_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_MODEM_H
# | # include
# | #endif
# | #ifdef HAVE_IOKIT_SERIAL_IOSS_H
# | # include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | int a=TIOCCDTR
# | ;
# | return 0;
# | }
# |
# configure:4781: result: missing
# configure:4708: checking definition of TIOCM_RTS
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TIOCM_DTR
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of CTSXON
# configure:4758: clang -o conftest conftest.c >&5
# conftest.c:51:7: error: use of undeclared identifier 'CTSXON'
# int a=CTSXON
# ^
# 1 error generated.
# configure:4764: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_IOCTL_H
# | # include
# | #endif
# | #ifdef HAVE_TERMIOS_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TERMIOX_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TERMIOS_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TTYCOM_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_MODEM_H
# | # include
# | #endif
# | #ifdef HAVE_IOKIT_SERIAL_IOSS_H
# | # include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | int a=CTSXON
# | ;
# | return 0;
# | }
# |
# configure:4781: result: missing
# configure:4708: checking definition of RTSXOFF
# configure:4758: clang -o conftest conftest.c >&5
# conftest.c:51:7: error: use of undeclared identifier 'RTSXOFF'
# int a=RTSXOFF
# ^
# 1 error generated.
# configure:4764: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_IOCTL_H
# | # include
# | #endif
# | #ifdef HAVE_TERMIOS_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TERMIOX_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TERMIOS_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TTYCOM_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_MODEM_H
# | # include
# | #endif
# | #ifdef HAVE_IOKIT_SERIAL_IOSS_H
# | # include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | int a=RTSXOFF
# | ;
# | return 0;
# | }
# |
# configure:4781: result: missing
# configure:4708: checking definition of TCGETX
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of TCSETX
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of IOSSIOSPEED
# configure:4758: clang -o conftest conftest.c >&5
# conftest.c:51:7: error: use of undeclared identifier 'IOSSIOSPEED'
# int a=IOSSIOSPEED
# ^
# 1 error generated.
# configure:4764: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Device::SerialPort"
# | #define PACKAGE_TARNAME "device--serialport"
# | #define PACKAGE_VERSION "1.04"
# | #define PACKAGE_STRING "Device::SerialPort 1.04"
# | #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_SYS_TERMIOS_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_IOCTL_H
# | # include
# | #endif
# | #ifdef HAVE_TERMIOS_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TERMIOX_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TERMIOS_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_TTYCOM_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_MODEM_H
# | # include
# | #endif
# | #ifdef HAVE_IOKIT_SERIAL_IOSS_H
# | # include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | int a=IOSSIOSPEED
# | ;
# | return 0;
# | }
# |
# configure:4781: result: missing
# configure:4708: checking definition of B0
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B50
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B75
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B110
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B134
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B150
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B200
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B300
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B600
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B1200
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B1800
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B2400
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B4800
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B9600
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B19200
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B38400
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B57600
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B115200
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B230400
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B460800
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B500000
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B576000
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B921600
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B1000000
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B1152000
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B1500000
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B2000000
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B2500000
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B3000000
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B3500000
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4708: checking definition of B4000000
# configure:4758: clang -o conftest conftest.c >&5
# configure:4764: $? = 0
# configure:4772: result: found
# configure:4792: checking serial control via ioctl
# configure:4796: result: yes
# configure:4805: checking read/write of RTS signal
# configure:4810: result: yes
# configure:4819: checking read/write of DTR signal
# configure:4824: result: yes
# configure:4833: checking read access to modem lines
# configure:4836: result: yes
# configure:4845: checking read access to buffer status
# configure:4849: result: yes
# configure:4858: checking read access to serial line status
# configure:4861: result: yes
# configure:4870: checking normal CTS/RTS flow control
# configure:4881: result: yes
# configure:4985: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Device::SerialPort config.status 1.04, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 4fc961ef0fdd
#
# config.status:515: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=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_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=
# ac_cv_env_host_alias_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_IOKit_serial_ioss_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_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_ioctl_h=yes
# ac_cv_header_sys_modem_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_termios_h=yes
# ac_cv_header_sys_termiox_h=no
# ac_cv_header_sys_ttycom_h=no
# ac_cv_header_sys_types_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_CC=clang
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_search_strerror='none required'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT='devser-bugs@outflux.net'
# PACKAGE_NAME='Device::SerialPort'
# PACKAGE_STRING='Device::SerialPort 1.04'
# PACKAGE_TARNAME='device--serialport'
# PACKAGE_VERSION='1.04'
# PATH_SEPARATOR=':'
# SHELL='/bin/sh'
# ac_ct_CC='clang'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias=''
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr/local'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "Device::SerialPort"
# #define PACKAGE_TARNAME "device--serialport"
# #define PACKAGE_VERSION "1.04"
# #define PACKAGE_STRING "Device::SerialPort 1.04"
# #define PACKAGE_BUGREPORT "devser-bugs@outflux.net"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_SYS_TERMIOS_H 1
#
# configure: exit 0