The following packages will be installed: perl-Net-RawIP Fetching README... 0%100%100%100%100%100%Done Fetching perl-Net-RawIP.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-Net-RawIP.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Net-RawIP-0.25/ Net-RawIP-0.25/Changes Net-RawIP-0.25/eth.c Net-RawIP-0.25/examples/ Net-RawIP-0.25/examples/DoS_linux.2.2.7-9 Net-RawIP-0.25/examples/iflist Net-RawIP-0.25/examples/ip_rt_dev Net-RawIP-0.25/examples/ipopt_traceroute Net-RawIP-0.25/examples/land Net-RawIP-0.25/examples/macof Net-RawIP-0.25/examples/oshare Net-RawIP-0.25/examples/ping Net-RawIP-0.25/examples/sniff.pl Net-RawIP-0.25/examples/traceroute Net-RawIP-0.25/examples/watch Net-RawIP-0.25/ifaddrlist.c Net-RawIP-0.25/ifaddrlist.h Net-RawIP-0.25/ip.h Net-RawIP-0.25/lib/ Net-RawIP-0.25/lib/Net/ Net-RawIP-0.25/lib/Net/RawIP/ Net-RawIP-0.25/lib/Net/RawIP/ethhdr.pm Net-RawIP-0.25/lib/Net/RawIP/generichdr.pm Net-RawIP-0.25/lib/Net/RawIP/icmphdr.pm Net-RawIP-0.25/lib/Net/RawIP/iphdr.pm Net-RawIP-0.25/lib/Net/RawIP/opt.pm Net-RawIP-0.25/lib/Net/RawIP/tcphdr.pm Net-RawIP-0.25/lib/Net/RawIP/udphdr.pm Net-RawIP-0.25/lib/Net/RawIP.pm Net-RawIP-0.25/Makefile.PL Net-RawIP-0.25/MANIFEST Net-RawIP-0.25/MANIFEST.SKIP Net-RawIP-0.25/META.yml Net-RawIP-0.25/RawIP/ Net-RawIP-0.25/RawIP/libpcap.pod Net-RawIP-0.25/RawIP.xs Net-RawIP-0.25/rdev.c Net-RawIP-0.25/README Net-RawIP-0.25/README.Devel Net-RawIP-0.25/solaris.h Net-RawIP-0.25/t/ Net-RawIP-0.25/t/00-load.t Net-RawIP-0.25/t/01-api.t Net-RawIP-0.25/t/90-pod.t Net-RawIP-0.25/t/91-pod-coverage.t Net-RawIP-0.25/t/99-critic.t Net-RawIP-0.25/t/iflist.t Net-RawIP-0.25/t/memory_leak.t Net-RawIP-0.25/t/set_icmp.t Net-RawIP-0.25/t/simple.t Net-RawIP-0.25/t/timem.t Net-RawIP-0.25/TODO Net-RawIP-0.25/typemap Net-RawIP-0.25/util.c Compiler: cc cc (GCC) 5.3.0 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::RawIP Writing MYMETA.yml and MYMETA.json cp lib/Net/RawIP/udphdr.pm blib/lib/Net/RawIP/udphdr.pm cp lib/Net/RawIP/iphdr.pm blib/lib/Net/RawIP/iphdr.pm cp lib/Net/RawIP/opt.pm blib/lib/Net/RawIP/opt.pm cp lib/Net/RawIP/ethhdr.pm blib/lib/Net/RawIP/ethhdr.pm cp lib/Net/RawIP/icmphdr.pm blib/lib/Net/RawIP/icmphdr.pm cp RawIP/libpcap.pod blib/lib/Net/RawIP/libpcap.pod cp lib/Net/RawIP.pm blib/lib/Net/RawIP.pm AutoSplitting blib/lib/Net/RawIP.pm (blib/lib/auto/Net/RawIP) cp lib/Net/RawIP/tcphdr.pm blib/lib/Net/RawIP/tcphdr.pm cp lib/Net/RawIP/generichdr.pm blib/lib/Net/RawIP/generichdr.pm Running Mkbootstrap for Net::RawIP () chmod 644 "RawIP.bs" "/usr/bin/perl5.22.2" "/usr/share/perl5/ExtUtils/xsubpp" -typemap "/usr/share/perl5/ExtUtils/typemap" -typemap "typemap" RawIP.xs > RawIP.xsc && mv RawIP.xsc RawIP.c cc -c -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 -D_FORTIFY_SOURCE=2 -O2 -march=i586 -mtune=i686 -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/usr/lib/perl5/CORE" -D_LINUX_ -D_ETH_ -D_IFLIST_ -D_GLIBC_ RawIP.c RawIP.xs: In function ‘XS_Net__RawIP_tap’: RawIP.xs:660:14: warning: implicit declaration of function ‘tap’ [-Wimplicit-function-declaration] RETVAL = tap(device,&i,m); ^ RawIP.xs: In function ‘XS_Net__RawIP_mac_disc’: RawIP.xs:676:14: warning: implicit declaration of function ‘mac_disc’ [-Wimplicit-function-declaration] RETVAL = mac_disc(addr,m); ^ RawIP.xs: In function ‘XS_Net__RawIP_send_eth_packet’: RawIP.xs:691:5: warning: implicit declaration of function ‘send_eth_packet’ [-Wimplicit-function-declaration] send_eth_packet(fd, eth_device, (char*)SvPV(pkt,PL_na), SvCUR(pkt),flag); ^ cc -c -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 -D_FORTIFY_SOURCE=2 -O2 -march=i586 -mtune=i686 -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/usr/lib/perl5/CORE" -D_LINUX_ -D_ETH_ -D_IFLIST_ -D_GLIBC_ util.c cc -c -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 -D_FORTIFY_SOURCE=2 -O2 -march=i586 -mtune=i686 -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/usr/lib/perl5/CORE" -D_LINUX_ -D_ETH_ -D_IFLIST_ -D_GLIBC_ eth.c cc -c -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 -D_FORTIFY_SOURCE=2 -O2 -march=i586 -mtune=i686 -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/usr/lib/perl5/CORE" -D_LINUX_ -D_ETH_ -D_IFLIST_ -D_GLIBC_ ifaddrlist.c In file included from /usr/include/sys/types.h:25:0, from /usr/include/sys/param.h:25, from ifaddrlist.c:6: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ rm -f blib/arch/auto/Net/RawIP/RawIP.so LD_RUN_PATH="/usr/lib" cc -shared -O2 -march=i586 -mtune=i686 -L/usr/local/lib -fstack-protector-strong RawIP.o util.o eth.o ifaddrlist.o -o blib/arch/auto/Net/RawIP/RawIP.so \ -lpcap \ chmod 755 blib/arch/auto/Net/RawIP/RawIP.so "/usr/bin/perl5.22.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- RawIP.bs blib/arch/auto/Net/RawIP/RawIP.bs 644 Manifying 2 pod documents Running Mkbootstrap for Net::RawIP () chmod 644 "RawIP.bs" PERL_DL_NONLAZY=1 "/usr/bin/perl5.22.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Net::RawIP 0.25 under Perl 5.022002 t/00-load.t .......... ok t/01-api.t ........... ok t/90-pod.t ........... skipped: Author tests t/91-pod-coverage.t .. skipped: Author tests t/99-critic.t ........ skipped: Author tests t/iflist.t ........... ok t/memory_leak.t ...... skipped: Proc::ProcessTable is needed for this test t/set_icmp.t ......... ok # Testing 0.25 t/simple.t ........... ok t/timem.t ............ ok All tests successful. Files=10, Tests=83, 2 wallclock secs ( 0.16 usr 0.04 sys + 1.60 cusr 0.20 csys = 2.00 CPU) Result: PASS Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/lib/perl5/auto/Net/RawIP/RawIP.so Installing /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/lib/perl5/auto/Net/RawIP/autosplit.ix Installing /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/lib/perl5/Net/RawIP.pm Installing /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/lib/perl5/Net/RawIP/udphdr.pm Installing /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/lib/perl5/Net/RawIP/icmphdr.pm Installing /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/lib/perl5/Net/RawIP/iphdr.pm Installing /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/lib/perl5/Net/RawIP/ethhdr.pm Installing /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/lib/perl5/Net/RawIP/libpcap.pod Installing /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/lib/perl5/Net/RawIP/generichdr.pm Installing /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/lib/perl5/Net/RawIP/opt.pm Installing /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/lib/perl5/Net/RawIP/tcphdr.pm Installing /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/share/man/man3/Net::RawIP.3 Installing /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/share/man/man3/Net::RawIP::libpcap.3 Appending installation info to /usr/src/slapt-src/perl/perl-Net-RawIP/package-perl-Net-RawIP/usr/lib/perl5/perllocal.pod Slackware package maker, version 3.141593. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/perl/perl-Net-RawIP/perl-Net-RawIP-0.25-i486-1salix.txz ./ usr/ usr/lib/ usr/lib/perl5/ usr/lib/perl5/auto/ usr/lib/perl5/auto/Net/ usr/lib/perl5/auto/Net/RawIP/ usr/lib/perl5/auto/Net/RawIP/RawIP.so usr/lib/perl5/auto/Net/RawIP/autosplit.ix usr/lib/perl5/Net/ usr/lib/perl5/Net/RawIP.pm usr/lib/perl5/Net/RawIP/ usr/lib/perl5/Net/RawIP/udphdr.pm usr/lib/perl5/Net/RawIP/icmphdr.pm usr/lib/perl5/Net/RawIP/iphdr.pm usr/lib/perl5/Net/RawIP/ethhdr.pm usr/lib/perl5/Net/RawIP/libpcap.pod usr/lib/perl5/Net/RawIP/generichdr.pm usr/lib/perl5/Net/RawIP/opt.pm usr/lib/perl5/Net/RawIP/tcphdr.pm usr/doc/ usr/doc/perl-Net-RawIP-0.25/ usr/doc/perl-Net-RawIP-0.25/README usr/doc/perl-Net-RawIP-0.25/perl-Net-RawIP.SlackBuild usr/doc/perl-Net-RawIP-0.25/README.Devel usr/man/ usr/man/man3/ usr/man/man3/Net::RawIP::libpcap.3.gz usr/man/man3/Net::RawIP.3.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/perl/perl-Net-RawIP/perl-Net-RawIP-0.25-i486-1salix.txz created. Installing package perl-Net-RawIP-0.25-i486-1salix... | perl-Net-RawIP (manipulate raw IP packets) | | This package provides a class which can be used for creating, | manipulating and sending raw IP packets with optional features for | manipulating Ethernet headers. | | | | | | | |