>>> Building on exopi-3 under comms/p5-Device-SerialPort DIST = [comms/p5-Device-SerialPort:Device-SerialPort-1.04.tar.gz] FULLPKGNAME = p5-Device-SerialPort-1.04p4v0 distfiles size=98706 >>> Running build in comms/p5-Device-SerialPort at 1711573363.64 ===> comms/p5-Device-SerialPort ===> Building from scratch p5-Device-SerialPort-1.04p4v0 ===> Verifying specs: c perl ===> found c.99.0 perl.23.0 ===> Checking files for p5-Device-SerialPort-1.04p4v0 `/exopi-cvs/ports/distfiles/Device-SerialPort-1.04.tar.gz' is up to date. >> (SHA256) Device-SerialPort-1.04.tar.gz: OK ===> Extracting for p5-Device-SerialPort-1.04p4v0 ===> Patching for p5-Device-SerialPort-1.04p4v0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Device-SerialPort-1.04p4v0 ===> Configuring for p5-Device-SerialPort-1.04p4v0 To enable serial port tests, use: perl Makefile.PL TESTPORT= where is a specific port or 'auto' to autodetect. Running ./configure ... checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for cc option to accept ISO C99... none needed checking for cc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... cc -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... yes checking sys/ttycom.h presence... yes checking for sys/ttycom.h... yes 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... missing checking definition of TIOCGICOUNT... missing checking definition of TIOCINQ... missing checking definition of FIONREAD... found checking definition of TIOCOUTQ... found checking definition of TIOCSER_TEMT... missing checking definition of TIOCM_LE... found checking definition of TIOCSERGETLSR... missing checking definition of TIOCSDTR... found checking definition of TIOCCDTR... found 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... missing checking definition of TCSETX... missing 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... missing checking definition of B500000... missing checking definition of B576000... missing checking definition of B921600... missing checking definition of B1000000... missing checking definition of B1152000... missing checking definition of B1500000... missing checking definition of B2000000... missing checking definition of B2500000... missing checking definition of B3000000... missing checking definition of B3500000... missing checking definition of B4000000... missing 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... no checking read access to serial line status... no configure: WARNING: You will not be able to check the serial buffer state (to test for flushes) checking normal CTS/RTS flow control... configure: WARNING: You will not be able to check serial line status (to do full write flush) 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... ===> Building for p5-Device-SerialPort-1.04p4v0 cp SerialPort.pm blib/lib/Device/SerialPort.pm Running Mkbootstrap for SerialPort () chmod 644 "SerialPort.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SerialPort.bs blib/arch/auto/Device/SerialPort/SerialPort.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' SerialPort.xs > SerialPort.xsc mv SerialPort.xsc SerialPort.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" SerialPort.c rm -f blib/arch/auto/Device/SerialPort/SerialPort.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib SerialPort.o -o blib/arch/auto/Device/SerialPort/SerialPort.so chmod 755 blib/arch/auto/Device/SerialPort/SerialPort.so 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 >>> Running package in comms/p5-Device-SerialPort at 1711573406.60 ===> comms/p5-Device-SerialPort ===> Faking installation for p5-Device-SerialPort-1.04p4v0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SerialPort.bs blib/arch/auto/Device/SerialPort/SerialPort.bs 644 Manifying 1 pod document Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /exopi-obj/pobj/p5-Device-SerialPort-1.04/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Device/SerialPort/SerialPort.so Installing /exopi-obj/pobj/p5-Device-SerialPort-1.04/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/Device/SerialPort.pm Installing /exopi-obj/pobj/p5-Device-SerialPort-1.04/fake-amd64/usr/local/man/man1/modemtest.1 Installing /exopi-obj/pobj/p5-Device-SerialPort-1.04/fake-amd64/usr/local/man/man3p/Device::SerialPort.3p Installing /exopi-obj/pobj/p5-Device-SerialPort-1.04/fake-amd64/usr/local/bin/modemtest Appending installation info to /exopi-obj/pobj/p5-Device-SerialPort-1.04/fake-amd64/usr/./libdata/perl5/amd64-openbsd/perllocal.pod ===> Building package for p5-Device-SerialPort-1.04p4v0 Create /exopi-cvs/ports/packages/amd64/all/p5-Device-SerialPort-1.04p4v0.tgz Creating package p5-Device-SerialPort-1.04p4v0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**** | 7% archiving|****** | 9% archiving|************************ | 37% archiving|*************************** | 42% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/p5-Device-SerialPort-1.04p4v0.tgz >>> Running clean in comms/p5-Device-SerialPort at 1711573410.51 ===> comms/p5-Device-SerialPort ===> Cleaning for p5-Device-SerialPort-1.04p4v0 >>> Ended at 1711573410.98 max_stuck=0.37/build=42.92/package=3.94/clean=0.51