/soft/perl_addons_02_mod/Device-SerialPort-1.002 1. perl Makefile.PL Trying to find a serial port for testing... (use 'perl Makefile.PL TESTPORT=' to override this search) checking '/dev/ttyS1' ... character device PLEASE NOTE: If you run 'make test', you must make sure that nothing is plugged into '/dev/ttyS1'! 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 ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... 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 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 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... missing checking definition of TCSETX... 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 Writing Makefile for Device::SerialPort You're ready to run 'make' now... 2. make cp SerialPort.pm blib/lib/Device/SerialPort.pm /usr/bin/perl /usr/lib/perl5/5.8.7/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.7/ExtUtils/typemap SerialPort.xs > SerialPort.xsc && mv SerialPort.xsc SerialPort.c cc -c -I. -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.002\" -DXS_VERSION=\"1.002\" -fpic "-I/usr/lib/perl5/5.8.7/i686-linux/CORE" SerialPort.c Running Mkbootstrap for Device::SerialPort () chmod 644 SerialPort.bs rm -f blib/arch/auto/Device/SerialPort/SerialPort.so cc -shared -L/usr/local/lib SerialPort.o -o blib/arch/auto/Device/SerialPort/SerialPort.so \ \ chmod 755 blib/arch/auto/Device/SerialPort/SerialPort.so cp SerialPort.bs blib/arch/auto/Device/SerialPort/SerialPort.bs chmod 644 blib/arch/auto/Device/SerialPort/SerialPort.bs cp modemtest blib/script/modemtest /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/modemtest 3. make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01timing....ok t/test1....... Failed 8/174 subtests t/test2.......ok t/test3....... Failed 10/159 subtests t/test4.......ok Test Summary Report ------------------- t/test1 (Wstat: 0 Tests: 174 Failed: 8) Failed tests: 71, 96, 99, 135, 137, 139, 141, 148 t/test3 (Wstat: 0 Tests: 159 Failed: 10) Failed tests: 71, 85, 88, 125, 129, 133, 138, 142, 146 151 Files=5, Tests=727, 34 wallclock secs ( 0.06 usr 0.02 sys + 0.25 cusr 0.43 csys = 0.76 CPU) Result: FAIL 4. make install Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/site_perl/5.8.7/i686-linux/auto/Device/SerialPort/SerialPort.bs Installing /usr/lib/perl5/site_perl/5.8.7/i686-linux/auto/Device/SerialPort/SerialPort.so Installing /usr/lib/perl5/site_perl/5.8.7/i686-linux/Device/SerialPort.pm Installing /usr/bin/modemtest Writing /usr/lib/perl5/site_perl/5.8.7/i686-linux/auto/Device/SerialPort/.packlist Appending installation info to /usr/lib/perl5/5.8.7/i686-linux/perllocal.pod 5. package files strip -s /usr/lib/perl5/site_perl/5.8.7/i686-linux/auto/Device/SerialPort/SerialPort.so tar cvf device_serialport.tar ./Device-SerialPort-1.002/jed_conf /usr/bin/modemtest /usr/lib/perl5/site_perl/5.8.7/i686-linux/Device/SerialPort.pm /usr/lib/perl5/site_perl/5.8.7/i686-linux/auto/Device/SerialPort/SerialPort.bs /usr/lib/perl5/site_perl/5.8.7/i686-linux/auto/Device/SerialPort/SerialPort.so /usr/lib/perl5/site_perl/5.8.7/i686-linux/auto/Device/SerialPort/.packlist