>>> perl-device-serialport: Building main/perl-device-serialport 1.04-r16 (using abuild 3.9.0-r0) started Wed, 08 Jun 2022 07:06:44 +0000 >>> perl-device-serialport: Checking sanity of /home/buildozer/aports/main/perl-device-serialport/APKBUILD... >>> perl-device-serialport: Analyzing dependencies... >>> perl-device-serialport: Installing for build: build-base perl perl-dev (1/8) Installing libbz2 (1.0.8-r1) (2/8) Installing perl (5.36.0-r0) (3/8) Installing perl-utils (5.36.0-r0) (4/8) Installing perl-dev (5.36.0-r0) (5/8) Installing .makedepends-perl-device-serialport (20220608.070644) (6/8) Installing perl-error (0.17029-r1) (7/8) Installing perl-git (2.36.1-r0) (8/8) Installing git-perl (2.36.1-r0) Executing busybox-1.35.0-r14.trigger OK: 414 MiB in 105 packages >>> perl-device-serialport: Cleaning up srcdir >>> perl-device-serialport: Cleaning up pkgdir >>> perl-device-serialport: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Device-SerialPort-1.04.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98706 100 98706 0 0 132k 0 --:--:-- --:--:-- --:--:-- 132k >>> perl-device-serialport: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Device-SerialPort-1.04.tar.gz >>> perl-device-serialport: Checking sha512sums... Device-SerialPort-1.04.tar.gz: OK >>> perl-device-serialport: Unpacking /var/cache/distfiles/edge/Device-SerialPort-1.04.tar.gz... To enable serial port tests, use: perl Makefile.PL TESTPORT= where is a specific port or 'auto' to autodetect. Running ./configure ... checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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... Running Mkbootstrap for SerialPort () "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' SerialPort.xs > SerialPort.xsc chmod 644 "SerialPort.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SerialPort.bs blib/arch/auto/Device/SerialPort/SerialPort.bs 644 cp SerialPort.pm blib/lib/Device/SerialPort.pm mv SerialPort.xsc SerialPort.c cc -c -I. -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" SerialPort.c In file included from SerialPort.xs:23: /usr/include/sys/termios.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ rm -f blib/arch/auto/Device/SerialPort/SerialPort.so cc -shared -Os -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 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 >>> WARNING: perl-device-serialport: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> perl-device-serialport: Entering fakeroot... "/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 Appending installation info to /home/buildozer/aports/main/perl-device-serialport/pkg/perl-device-serialport/usr/lib/perl5/core_perl/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/buildozer/aports/main/perl-device-serialport/pkg/perl-device-serialport/usr/lib/perl5/vendor_perl/auto/Device/SerialPort/SerialPort.so Installing /home/buildozer/aports/main/perl-device-serialport/pkg/perl-device-serialport/usr/lib/perl5/vendor_perl/Device/SerialPort.pm Installing /home/buildozer/aports/main/perl-device-serialport/pkg/perl-device-serialport/usr/share/man/man1/modemtest.1 Installing /home/buildozer/aports/main/perl-device-serialport/pkg/perl-device-serialport/usr/share/man/man3/Device::SerialPort.3pm Installing /home/buildozer/aports/main/perl-device-serialport/pkg/perl-device-serialport/usr/bin/modemtest >>> perl-device-serialport-doc*: Running split function doc... >>> perl-device-serialport-doc*: Preparing subpackage perl-device-serialport-doc... >>> perl-device-serialport-doc*: Running postcheck for perl-device-serialport-doc >>> perl-device-serialport*: Running postcheck for perl-device-serialport >>> perl-device-serialport*: Preparing package perl-device-serialport... >>> perl-device-serialport*: Stripping binaries >>> perl-device-serialport-doc*: Scanning shared objects >>> perl-device-serialport*: Scanning shared objects >>> perl-device-serialport-doc*: Tracing dependencies... >>> perl-device-serialport-doc*: Package size: 44.0 KB >>> perl-device-serialport-doc*: Compressing data... >>> perl-device-serialport-doc*: Create checksum... >>> perl-device-serialport-doc*: Create perl-device-serialport-doc-1.04-r16.apk >>> perl-device-serialport*: Tracing dependencies... >>> perl-device-serialport*: Package size: 164.0 KB >>> perl-device-serialport*: Compressing data... >>> perl-device-serialport*: Create checksum... >>> perl-device-serialport*: Create perl-device-serialport-1.04-r16.apk >>> perl-device-serialport: Build complete at Wed, 08 Jun 2022 07:06:51 +0000 elapsed time 0h 0m 7s >>> perl-device-serialport: Cleaning up srcdir >>> perl-device-serialport: Cleaning up pkgdir >>> perl-device-serialport: Uninstalling dependencies... (1/8) Purging .makedepends-perl-device-serialport (20220608.070644) (2/8) Purging perl-dev (5.36.0-r0) (3/8) Purging perl-utils (5.36.0-r0) (4/8) Purging git-perl (2.36.1-r0) (5/8) Purging perl-git (2.36.1-r0) (6/8) Purging perl-error (0.17029-r1) (7/8) Purging perl (5.36.0-r0) (8/8) Purging libbz2 (1.0.8-r1) Executing busybox-1.35.0-r14.trigger OK: 367 MiB in 97 packages >>> perl-device-serialport: Updating the main/aarch64 repository index... >>> perl-device-serialport: Signing the index...