<86>Jan 31 11:09:16 userdel[4170258]: delete user 'rooter'
<86>Jan 31 11:09:16 userdel[4170258]: removed group 'rooter' owned by 'rooter'
<86>Jan 31 11:09:16 userdel[4170258]: removed shadow group 'rooter' owned by 'rooter'
<86>Jan 31 11:09:16 groupadd[4170286]: group added to /etc/group: name=rooter, GID=702
<86>Jan 31 11:09:16 groupadd[4170286]: group added to /etc/gshadow: name=rooter
<86>Jan 31 11:09:16 groupadd[4170286]: new group: name=rooter, GID=702
<86>Jan 31 11:09:16 useradd[4170309]: new user: name=rooter, UID=702, GID=702, home=/root, shell=/bin/bash
<86>Jan 31 11:09:16 userdel[4170340]: delete user 'builder'
<86>Jan 31 11:09:16 userdel[4170340]: removed group 'builder' owned by 'builder'
<86>Jan 31 11:09:16 userdel[4170340]: removed shadow group 'builder' owned by 'builder'
<86>Jan 31 11:09:16 groupadd[4170366]: group added to /etc/group: name=builder, GID=703
<86>Jan 31 11:09:16 groupadd[4170366]: group added to /etc/gshadow: name=builder
<86>Jan 31 11:09:16 groupadd[4170366]: new group: name=builder, GID=703
<86>Jan 31 11:09:16 useradd[4170390]: new user: name=builder, UID=703, GID=703, home=/usr/src, shell=/bin/bash
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
<13>Jan 31 11:09:18 rpmi: perl-Term-Cap-1.17-alt1 1445018869 installed
<13>Jan 31 11:09:18 rpmi: perl-Term-ANSIColor-4.06-alt1 1479407083 installed
<13>Jan 31 11:09:18 rpmi: perl-Pod-Escapes-1.07-alt1 1418767892 installed
<13>Jan 31 11:09:18 rpmi: perl-Filter-1.59-alt1.1 sisyphus+219907.400.1.1 1548343389 installed
<13>Jan 31 11:09:18 rpmi: perl-Encode-3.01-alt1 sisyphus+224923.100.1.1 1552474122 installed
<13>Jan 31 11:09:18 rpmi: perl-Pod-Simple-3.35-alt1 1482098090 installed
<13>Jan 31 11:09:18 rpmi: perl-Pod-Usage-1.69-alt1 1464274721 installed
<13>Jan 31 11:09:18 rpmi: perl-podlators-4.11-alt1 1525935408 installed
<13>Jan 31 11:09:18 rpmi: libgdbm-1.8.3-alt10 1454943334 installed
<13>Jan 31 11:09:18 rpmi: libgdbm-devel-1.8.3-alt10 1454943334 installed
<13>Jan 31 11:09:18 rpmi: libdb4.7-devel-4.7.25-alt9 1490438479 installed
<13>Jan 31 11:09:18 rpmi: perl-devel-1:5.28.3-alt1 p9+261964.100.3.1 1606316313 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/perl-Device-SerialPort-1.04-alt4.2.nosrc.rpm
Installing perl-Device-SerialPort-1.04-alt4.2.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.81495
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf Device-SerialPort-1.04
+ echo 'Source #0 (Device-SerialPort-1.04.tar.gz):'
Source #0 (Device-SerialPort-1.04.tar.gz):
+ /bin/tar -xf -
+ /bin/gzip -dc /usr/src/RPM/SOURCES/Device-SerialPort-1.04.tar.gz
+ cd Device-SerialPort-1.04
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.81495
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd Device-SerialPort-1.04
+ perl_vendor_build INSTALLMAN1DIR=/usr/share/man/man1
+ export PERL_EXTUTILS_AUTOINSTALL=--skip
+ PERL_EXTUTILS_AUTOINSTALL=--skip
+ export XSUBPP_STATIC_XS=1
+ XSUBPP_STATIC_XS=1
+ _perl_vendor_fixin
+ find . -type f -print0
+ xargs -r0 /usr/bin/subst -p '1s,^#![[:space:]]*\([^[:space:]]*/\)\?perl\([^/[:alpha:][:space:]][^/[:space:]]*\)\?\([[:space:]]\|$\),#!/usr/bin/perl\3,'
+ /bin/grep -qs -Ew '((dist|module)_name|Build_PL|Module::Build)' Build.PL
+ _perl_vendor_MM_build INSTALLMAN1DIR=/usr/share/man/man1
+ : looking for PREREQ dependencies
+ /usr/bin/perl Makefile.PL PRINT_PREREQ=1 INSTALLMAN1DIR=/usr/share/man/man1
+ tee .perl.req
To enable serial port tests, use:
	perl Makefile.PL TESTPORT=<DEVICE>
where <DEVICE> 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
perl(Test::More)>=0 
+ : writing Makefile
+ /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN1DIR=/usr/share/man/man1
To enable serial port tests, use:
	perl Makefile.PL TESTPORT=<DEVICE>
where <DEVICE> 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
config.status: config.h is unchanged
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Device::SerialPort

You're ready to run 'make' now...
+ : running make
+ make -j8 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' 'CP=/bin/cp -p'
make: Entering directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
Running Mkbootstrap for SerialPort ()
chmod 644 "SerialPort.bs"
make: Leaving directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
make: Entering directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SerialPort.bs blib/arch/auto/Device/SerialPort/SerialPort.bs 644
make: Leaving directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
make: Entering directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
cp SerialPort.pm blib/lib/Device/SerialPort.pm
make: Leaving directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
make: Entering directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
"/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/ExtUtils/typemap'  SerialPort.xs > SerialPort.xsc
mv SerialPort.xsc SerialPort.c
make: Leaving directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
make: Entering directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
gcc -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 -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -fPIC "-I/usr/lib/perl5/CORE"   SerialPort.c
make: Leaving directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
make: Entering directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
rm -f blib/arch/auto/Device/SerialPort/SerialPort.so
gcc  -lpthread -shared -L/usr/local/lib -fstack-protector-strong  SerialPort.o  -o blib/arch/auto/Device/SerialPort/SerialPort.so  \
      \
   -L/usr/lib/perl5/CORE -lperl -lpthread
chmod 755 blib/arch/auto/Device/SerialPort/SerialPort.so
make: Leaving directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
make: Entering directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
/bin/cp -p modemtest blib/script/modemtest
"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/modemtest
make: Leaving directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
make: Entering directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
Manifying 1 pod document
make: Leaving directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
+ : running tests
+ LD_BIND_NOW=1
+ PERL_DL_NONLAZY=1
+ /usr/bin/make test 'CP=/bin/cp -p'
make: Entering directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SerialPort.bs blib/arch/auto/Device/SerialPort/SerialPort.bs 644
/bin/cp -p modemtest blib/script/modemtest
"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/modemtest
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01timing.t ........... ok
t/10basic.t ............ skipped: No serial port selected for use with testing
t/11saved-state.t ...... skipped: No serial port selected for use with testing
t/20inherited.t ........ skipped: No serial port selected for use with testing
t/21inherited-state.t .. skipped: No serial port selected for use with testing
All tests successful.
Files=5, Tests=7,  3 wallclock secs ( 0.03 usr  0.00 sys +  0.41 cusr  0.04 csys =  0.48 CPU)
Result: PASS
make: Leaving directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.42919
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Device-SerialPort-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/perl-Device-SerialPort-buildroot
+ cd Device-SerialPort-1.04
+ perl_vendor_install
+ /bin/grep -qs -Ew Build_PL Build.PL
+ /bin/grep -qs -Ew '(dist|module)_name' Build.PL
+ _perl_vendor_MM_install
+ : installing
+ make 'INSTALL=/bin/install -p' 'CP=/bin/cp -p' DESTDIR=/usr/src/tmp/perl-Device-SerialPort-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install
make: Entering directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SerialPort.bs blib/arch/auto/Device/SerialPort/SerialPort.bs 644
/bin/cp -p modemtest blib/script/modemtest
"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/modemtest
Manifying 1 pod document
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/src/tmp/perl-Device-SerialPort-buildroot/usr/lib/perl5/auto/Device/SerialPort/SerialPort.so
Installing /usr/src/tmp/perl-Device-SerialPort-buildroot/usr/lib/perl5/Device/SerialPort.pm
Installing /usr/src/tmp/perl-Device-SerialPort-buildroot/usr/share/man/man1/modemtest.1
Installing /usr/src/tmp/perl-Device-SerialPort-buildroot/usr/bin/modemtest
make: Leaving directory '/usr/src/RPM/BUILD/Device-SerialPort-1.04'
+ _perl_vendor_check_buildroot
+ : prompting for files that contain /usr/local
+ find /usr/src/tmp/perl-Device-SerialPort-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';'
Binary file /usr/src/tmp/perl-Device-SerialPort-buildroot/usr/lib/perl5/auto/Device/SerialPort/SerialPort.so matches
+ : prompting for files that contain /tmp
+ find /usr/src/tmp/perl-Device-SerialPort-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';'
+ _perl_vendor_save_prereq
+ /bin/grep -F 'perl(' .perl.req
perl(Test::More)>=0 
+ /bin/grep -F 'perl(' .perl.req
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/perl-Device-SerialPort-buildroot (auto)
removed './usr/lib/perl5/auto/Device/SerialPort/.packlist'
mode of './usr/lib/perl5/auto/Device/SerialPort/SerialPort.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/perl-Device-SerialPort-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/perl-Device-SerialPort-buildroot/ (default)
Compressing files in /usr/src/tmp/perl-Device-SerialPort-buildroot (auto)
Adjusting library links in /usr/src/tmp/perl-Device-SerialPort-buildroot
./usr/lib:
Verifying ELF objects in /usr/src/tmp/perl-Device-SerialPort-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: perl-Device-SerialPort-1.04-alt4.2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.42919
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd Device-SerialPort-1.04
+ DOCDIR=/usr/src/tmp/perl-Device-SerialPort-buildroot/usr/share/doc/perl-Device-SerialPort-1.04
+ export DOCDIR
+ rm -rf /usr/src/tmp/perl-Device-SerialPort-buildroot/usr/share/doc/perl-Device-SerialPort-1.04
+ /bin/mkdir -p /usr/src/tmp/perl-Device-SerialPort-buildroot/usr/share/doc/perl-Device-SerialPort-1.04
+ cp -prL Changes /usr/src/tmp/perl-Device-SerialPort-buildroot/usr/share/doc/perl-Device-SerialPort-1.04
+ chmod -R go-w /usr/src/tmp/perl-Device-SerialPort-buildroot/usr/share/doc/perl-Device-SerialPort-1.04
+ chmod -R a+rX /usr/src/tmp/perl-Device-SerialPort-buildroot/usr/share/doc/perl-Device-SerialPort-1.04
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JIQKEl
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VD05hN
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/perl-Device-SerialPort-buildroot/usr/bin/modemtest syntax OK
/usr/src/tmp/perl-Device-SerialPort-buildroot/usr/lib/perl5/Device/SerialPort.pm syntax OK
Provides: perl(Device/SerialPort.pm) = 1.040
Requires: /usr/bin/perl, /usr/lib/perl5, libperl-5.28.so >= set:okjB3ZoQxlpVOcLLjzHLXM4G1codHGMIL0, libpthread.so.0(GLIBC_2.0), perl(IO/Handle.pm), perl(POSIX.pm), perl(XSLoader.pm), rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.utFXFv
Creating perl-Device-SerialPort-debuginfo package
Processing files: perl-Device-SerialPort-debuginfo-1.04-alt4.2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wKs8Uy
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wZYA5K
find-requires: running scripts (debuginfo)
Requires: perl-Device-SerialPort = 1.04-alt4.2, debug(libperl-5.28.so), debug(libpthread.so.0)
Adding to perl-Device-SerialPort-debuginfo a strict dependency on perl-Device-SerialPort
Wrote: /usr/src/RPM/RPMS/i586/perl-Device-SerialPort-1.04-alt4.2.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/perl-Device-SerialPort-debuginfo-1.04-alt4.2.i586.rpm
11.39user 3.81system 0:21.89elapsed 69%CPU (0avgtext+0avgdata 47236maxresident)k
0inputs+0outputs (0major+1391159minor)pagefaults 0swaps
15.26user 6.34system 0:28.22elapsed 76%CPU (0avgtext+0avgdata 117332maxresident)k
0inputs+0outputs (0major+1693022minor)pagefaults 0swaps