request from: hawk checking if we should skip the build started at: Thu Feb 12 17:57:16 2015 fetching http://kraz.tld-linux.org/~buildertidev//srpms/f83ea7a8-d58e-423a-8656-d343f93e18e4/perl-Net-ext-1.011-12.src.rpm fetched 180190 bytes, 432.6 K/s installing srpm: perl-Net-ext-1.011-12.src.rpm mesg: ttyname failed: Inappropriate ioctl for device mesg: ttyname failed: Inappropriate ioctl for device mesg: ttyname failed: Inappropriate ioctl for device Building target platforms: i686-pld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR no BR needed building RPM using: echo build-id: f83ea7a8-d58e-423a-8656-d343f93e18e4; cd rpm/SPECS; TMPDIR=/tmp/B.b96d1c exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --target i686-pld-linux perl-Net-ext.spec mesg: ttyname failed: Inappropriate ioctl for device build-id: f83ea7a8-d58e-423a-8656-d343f93e18e4 Building target platforms: i686-pld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.b96d1c /bin/sh -e /tmp/B.b96d1c/rpm-tmp.3256 + umask 022 + cd /home/users/builder/rpm/BUILD + cd /home/users/builder/rpm/BUILD + rm -rf Net-ext-1.011 + tar -xf - + /usr/bin/gzip -dc /home/users/builder/rpm/SOURCES/Net-ext-1.011.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-ext-1.011 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.b96d1c /bin/sh -e /tmp/B.b96d1c/rpm-tmp.3256 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.b96d1c + umask 022 + cd /home/users/builder/rpm/BUILD + cd Net-ext-1.011 + /usr/bin/perl Makefile.PL 'INSTALLDIRS=vendor' Use of :locked is deprecated at (eval 5) line 1. Processing hints file hints/linux.pl Created lib/Net/Gen.pm from lib/Net/Gen.dat Created lib/Net/Inet.pm from lib/Net/Inet.dat Created lib/Net/TCP.pm from lib/Net/TCP.dat Created lib/Net/UDP.pm from lib/Net/UDP.dat Created lib/Net/UNIX.pm from lib/Net/UNIX.dat Created lib/Net/TCP/Server.pm from lib/Net/TCP/Server.dat Created lib/Net/UNIX/Server.pm from lib/Net/UNIX/Server.dat Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Gen Writing MYMETA.yml and MYMETA.json Wrote netgen.h + /usr/bin/make -j4 'CC=i686-tld-linux-gcc' 'OPTIMIZE=-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' Running Mkbootstrap for Net::Gen () /usr/bin/perl5.20.1 /usr/share/perl5/5.20.1/ExtUtils/xsubpp -typemap /usr/share/perl5/5.20.1/ExtUtils/typemap -typemap typemap Gen.xs > Gen.xsc && mv Gen.xsc Gen.c chmod 644 Gen.bs cp lib/Net/UDP.pm blib/lib/Net/UDP.pm AutoSplitting blib/lib/Net/UDP.pm (blib/lib/auto/Net/UDP) cp lib/Net/Gen.pm blib/lib/Net/Gen.pm AutoSplitting blib/lib/Net/Gen.pm (blib/lib/auto/Net/Gen) cp lib/Net/TCP.pm blib/lib/Net/TCP.pm cp lib/Net/UNIX.pm blib/lib/Net/UNIX.pm AutoSplitting blib/lib/Net/UNIX.pm (blib/lib/auto/Net/UNIX) cp lib/Net/Inet.pm blib/lib/Net/Inet.pm AutoSplitting blib/lib/Net/Inet.pm (blib/lib/auto/Net/Inet) cp lib/Net/TCP/Server.pm blib/lib/Net/TCP/Server.pm cp lib/Net/UNIX/Server.pm blib/lib/Net/UNIX/Server.pm i686-tld-linux-gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DVERSION=\"1.011\" -DXS_VERSION=\"1.011\" -fPIC "-I/usr/lib/perl5/5.20.1/i686-tld-linux-thread-multi/CORE" -DBAD_TCP_MSS Gen.c Gen.xs: In function 'S_newmissing': Gen.xs:149:5: warning: null argument where non-null required (argument 3) [-Wnonnull] cv = newXS(name, NULL, file); /* newSUB with no block */ ^ Gen.xs: In function 'boot_Net__Gen': Gen.xs:346:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TCPOPT_EOL", TCPOPT_EOL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:347:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TCPOPT_MAXSEG", TCPOPT_MAXSEG, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:348:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TCPOPT_NOP", TCPOPT_NOP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:349:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TCPOPT_WINDOW", TCPOPT_WINDOW, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:351:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TCP_MAXSEG", TCP_MAXSEG, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:355:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TCP_MAXWIN", TCP_MAXWIN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:356:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TCP_MAX_WINSHIFT", TCP_MAX_WINSHIFT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:357:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TCP_MSS", TCP_MSS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:359:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TCP_NODELAY", TCP_NODELAY, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:366:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::TCP::TCP_RPTR2RXT", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:368:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TH_ACK", TH_ACK, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:369:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TH_FIN", TH_FIN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:370:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TH_PUSH", TH_PUSH, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:371:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TH_RST", TH_RST, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:372:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TH_SYN", TH_SYN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:373:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::TCP::TH_URG", TH_URG, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:379:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::DEFTTL", DEFTTL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:381:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_ECHO", ICMP_ECHO, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:382:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_ECHOREPLY", ICMP_ECHOREPLY, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:383:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_IREQ", ICMP_IREQ, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:384:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_IREQREPLY", ICMP_IREQREPLY, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:385:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_MASKLEN", ICMP_MASKLEN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:386:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_MASKREPLY", ICMP_MASKREPLY, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:387:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_MASKREQ", ICMP_MASKREQ, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:388:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_MAXTYPE", ICMP_MAXTYPE, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:389:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_MINLEN", ICMP_MINLEN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:390:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_PARAMPROB", ICMP_PARAMPROB, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:391:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_REDIRECT", ICMP_REDIRECT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:392:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_REDIRECT_HOST", ICMP_REDIRECT_HOST, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:393:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_REDIRECT_NET", ICMP_REDIRECT_NET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:394:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_REDIRECT_TOSHOST", ICMP_REDIRECT_TOSHOST, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:395:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_REDIRECT_TOSNET", ICMP_REDIRECT_TOSNET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:396:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_SOURCEQUENCH", ICMP_SOURCEQUENCH, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:397:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_TIMXCEED", ICMP_TIMXCEED, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:398:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_TIMXCEED_INTRANS", ICMP_TIMXCEED_INTRANS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:399:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_TIMXCEED_REASS", ICMP_TIMXCEED_REASS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:400:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_TSLEN", ICMP_TSLEN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:401:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_TSTAMP", ICMP_TSTAMP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:402:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_TSTAMPREPLY", ICMP_TSTAMPREPLY, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:403:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_UNREACH", ICMP_UNREACH, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:404:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_UNREACH_HOST", ICMP_UNREACH_HOST, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:405:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_UNREACH_NEEDFRAG", ICMP_UNREACH_NEEDFRAG, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:406:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_UNREACH_NET", ICMP_UNREACH_NET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:407:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_UNREACH_PORT", ICMP_UNREACH_PORT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:408:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_UNREACH_PROTOCOL", ICMP_UNREACH_PROTOCOL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:409:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::ICMP_UNREACH_SRCFAIL", ICMP_UNREACH_SRCFAIL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:410:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSA_HOST", IN_CLASSA_HOST, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:411:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSA_MAX", IN_CLASSA_MAX, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:412:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSA_NET", IN_CLASSA_NET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:413:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSA_NSHIFT", IN_CLASSA_NSHIFT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:417:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Inet::IN_CLASSA_SUBHOST", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:422:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Inet::IN_CLASSA_SUBNET", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:427:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Inet::IN_CLASSA_SUBNSHIFT", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:429:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSB_HOST", IN_CLASSB_HOST, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:430:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSB_MAX", IN_CLASSB_MAX, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:431:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSB_NET", IN_CLASSB_NET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:432:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSB_NSHIFT", IN_CLASSB_NSHIFT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:436:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Inet::IN_CLASSB_SUBHOST", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:441:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Inet::IN_CLASSB_SUBNET", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:446:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Inet::IN_CLASSB_SUBNSHIFT", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:448:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSC_HOST", IN_CLASSC_HOST, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:449:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSC_MAX", IN_CLASSC_MAX, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:450:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSC_NET", IN_CLASSC_NET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:451:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSC_NSHIFT", IN_CLASSC_NSHIFT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:452:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSD_HOST", IN_CLASSD_HOST, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:453:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSD_NET", IN_CLASSD_NET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:454:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_CLASSD_NSHIFT", IN_CLASSD_NSHIFT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:455:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IN_LOOPBACKNET", IN_LOOPBACKNET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:457:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPFRAGTTL", IPFRAGTTL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:461:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_CIPSO", IPOPT_CIPSO, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:462:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_CONTROL", IPOPT_CONTROL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:463:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_DEBMEAS", IPOPT_DEBMEAS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:464:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_EOL", IPOPT_EOL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:465:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_LSRR", IPOPT_LSRR, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:466:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_MINOFF", IPOPT_MINOFF, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:467:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_NOP", IPOPT_NOP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:468:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_OFFSET", IPOPT_OFFSET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:469:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_OLEN", IPOPT_OLEN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:470:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_OPTVAL", IPOPT_OPTVAL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:471:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_RESERVED1", IPOPT_RESERVED1, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:472:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_RESERVED2", IPOPT_RESERVED2, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:473:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_RIPSO_AUX", IPOPT_RIPSO_AUX, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:474:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_RR", IPOPT_RR, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:475:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_SATID", IPOPT_SATID, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:476:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_SECURITY", IPOPT_SECURITY, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:477:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_SECUR_CONFID", IPOPT_SECUR_CONFID, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:478:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_SECUR_EFTO", IPOPT_SECUR_EFTO, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:479:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_SECUR_MMMM", IPOPT_SECUR_MMMM, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:480:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_SECUR_RESTR", IPOPT_SECUR_RESTR, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:481:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_SECUR_SECRET", IPOPT_SECUR_SECRET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:482:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_SECUR_TOPSECRET", IPOPT_SECUR_TOPSECRET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:483:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_SECUR_UNCLASS", IPOPT_SECUR_UNCLASS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:484:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_SSRR", IPOPT_SSRR, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:485:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_TS", IPOPT_TS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:486:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_TS_PRESPEC", IPOPT_TS_PRESPEC, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:487:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_TS_TSANDADDR", IPOPT_TS_TSANDADDR, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:488:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPOPT_TS_TSONLY", IPOPT_TS_TSONLY, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:489:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPORT_RESERVED", IPPORT_RESERVED, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:493:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Inet::IPPORT_TIMESERVER", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:495:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPORT_USERRESERVED", IPPORT_USERRESERVED, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:496:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_EGP", IPPROTO_EGP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:497:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_EON", IPPROTO_EON, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:498:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_GGP", IPPROTO_GGP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:499:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_HELLO", IPPROTO_HELLO, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:500:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_ICMP", IPPROTO_ICMP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:501:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_IDP", IPPROTO_IDP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:502:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_IGMP", IPPROTO_IGMP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:503:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_IP", IPPROTO_IP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:504:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_IPIP", IPPROTO_IPIP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:505:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_MAX", IPPROTO_MAX, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:506:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_PUP", IPPROTO_PUP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:507:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_RAW", IPPROTO_RAW, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:508:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_RSVP", IPPROTO_RSVP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:509:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_TCP", IPPROTO_TCP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:510:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_TP", IPPROTO_TP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:511:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPPROTO_UDP", IPPROTO_UDP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:512:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPTOS_LOWDELAY", IPTOS_LOWDELAY, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:513:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPTOS_PREC_CRITIC_ECP", IPTOS_PREC_CRITIC_ECP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:514:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPTOS_PREC_FLASH", IPTOS_PREC_FLASH, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:515:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPTOS_PREC_FLASHOVERRIDE", IPTOS_PREC_FLASHOVERRIDE, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:516:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPTOS_PREC_IMMEDIATE", IPTOS_PREC_IMMEDIATE, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:517:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPTOS_PREC_INTERNETCONTROL", IPTOS_PREC_INTERNETCONTROL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:518:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPTOS_PREC_NETCONTROL", IPTOS_PREC_NETCONTROL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:519:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPTOS_PREC_PRIORITY", IPTOS_PREC_PRIORITY, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:520:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPTOS_PREC_ROUTINE", IPTOS_PREC_ROUTINE, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:521:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPTOS_RELIABILITY", IPTOS_RELIABILITY, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:522:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPTOS_THROUGHPUT", IPTOS_THROUGHPUT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:523:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPTTLDEC", IPTTLDEC, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:524:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IPVERSION", IPVERSION, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:526:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_ADD_MEMBERSHIP", IP_ADD_MEMBERSHIP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:531:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_DEFAULT_MULTICAST_LOOP", IP_DEFAULT_MULTICAST_LOOP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:536:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_DEFAULT_MULTICAST_TTL", IP_DEFAULT_MULTICAST_TTL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:540:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_DF", IP_DF, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:542:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_DROP_MEMBERSHIP", IP_DROP_MEMBERSHIP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:547:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_HDRINCL", IP_HDRINCL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:551:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_MAXPACKET", IP_MAXPACKET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:553:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_MAX_MEMBERSHIPS", IP_MAX_MEMBERSHIPS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:557:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_MF", IP_MF, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:558:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_MSS", IP_MSS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:560:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_MULTICAST_IF", IP_MULTICAST_IF, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:565:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_MULTICAST_LOOP", IP_MULTICAST_LOOP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:570:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_MULTICAST_TTL", IP_MULTICAST_TTL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:575:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_OPTIONS", IP_OPTIONS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:582:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Inet::IP_RECVDSTADDR", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:585:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_RECVOPTS", IP_RECVOPTS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:590:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_RECVRETOPTS", IP_RECVRETOPTS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:595:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_RETOPTS", IP_RETOPTS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:600:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_TOS", IP_TOS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:605:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::IP_TTL", IP_TTL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:609:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::MAXTTL", MAXTTL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:610:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::MAX_IPOPTLEN", MAX_IPOPTLEN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:611:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Inet::MINTTL", MINTTL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:615:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Inet::SUBNETSHIFT", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:620:2: warning: passing argument 5 of 'S_newXSconstPVN' discards 'const' qualifier from pointer target type [enabled by default] newXSconstPVN("Net::Inet::INADDR_ALLHOSTS_GROUP", ^ Gen.xs:227:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstPVN(pTHX_ char *name, char *string, STRLEN len, char *file) ^ Gen.xs:623:2: warning: passing argument 5 of 'S_newXSconstPVN' discards 'const' qualifier from pointer target type [enabled by default] newXSconstPVN("Net::Inet::INADDR_ALLRTRS_GROUP", ^ Gen.xs:227:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstPVN(pTHX_ char *name, char *string, STRLEN len, char *file) ^ Gen.xs:626:2: warning: passing argument 5 of 'S_newXSconstPVN' discards 'const' qualifier from pointer target type [enabled by default] newXSconstPVN("Net::Inet::INADDR_MAX_LOCAL_GROUP", ^ Gen.xs:227:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstPVN(pTHX_ char *name, char *string, STRLEN len, char *file) ^ Gen.xs:629:2: warning: passing argument 5 of 'S_newXSconstPVN' discards 'const' qualifier from pointer target type [enabled by default] newXSconstPVN("Net::Inet::INADDR_UNSPEC_GROUP", ^ Gen.xs:227:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstPVN(pTHX_ char *name, char *string, STRLEN len, char *file) ^ Gen.xs:768:2: warning: passing argument 4 of 'S_newXSconstIV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstIV("Net::Gen::EOF_NONBLOCK", f_ic_EOF_NONBLOCK, file); ^ Gen.xs:243:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstIV(pTHX_ char *name, IV ival, char *file) ^ Gen.xs:770:2: warning: passing argument 4 of 'S_newXSconstIV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstIV("Net::Gen::RD_NODATA", RD_NODATA, file); ^ Gen.xs:243:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstIV(pTHX_ char *name, IV ival, char *file) ^ Gen.xs:774:2: warning: passing argument 4 of 'S_newXSconstIV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstIV("Net::Gen::SHUT_RD", SHUT_RD, file); ^ Gen.xs:243:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstIV(pTHX_ char *name, IV ival, char *file) ^ Gen.xs:775:2: warning: passing argument 4 of 'S_newXSconstIV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstIV("Net::Gen::SHUT_WR", SHUT_WR, file); ^ Gen.xs:243:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstIV(pTHX_ char *name, IV ival, char *file) ^ Gen.xs:776:2: warning: passing argument 4 of 'S_newXSconstIV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstIV("Net::Gen::SHUT_RDWR", SHUT_RDWR, file); ^ Gen.xs:243:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstIV(pTHX_ char *name, IV ival, char *file) ^ Gen.xs:783:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::VAL_O_NONBLOCK", VAL_O_NONBLOCK, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:788:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::VAL_EAGAIN", VAL_EAGAIN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:792:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::MSG_OOB", MSG_OOB, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:794:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_ACCEPTCONN", SO_ACCEPTCONN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:799:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_BROADCAST", SO_BROADCAST, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:804:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_DEBUG", SO_DEBUG, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:809:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_DONTROUTE", SO_DONTROUTE, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:814:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_ERROR", SO_ERROR, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:821:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::SO_EXPANDED_RIGHTS", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:824:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_KEEPALIVE", SO_KEEPALIVE, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:829:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_OOBINLINE", SO_OOBINLINE, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:836:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::SO_PAIRABLE", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:839:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_REUSEADDR", SO_REUSEADDR, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:844:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_REUSEPORT", SO_REUSEPORT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:851:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::SO_USELOOPBACK", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:856:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::SO_XSE", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:859:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_RCVBUF", SO_RCVBUF, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:864:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_SNDBUF", SO_SNDBUF, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:869:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_RCVTIMEO", SO_RCVTIMEO, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:874:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_SNDTIMEO", SO_SNDTIMEO, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:879:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_RCVLOWAT", SO_RCVLOWAT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:884:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_SNDLOWAT", SO_SNDLOWAT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:889:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_TYPE", SO_TYPE, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:896:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::SO_STATE", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:901:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::SO_FAMILY", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:904:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SO_LINGER", SO_LINGER, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:909:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SOL_SOCKET", SOL_SOCKET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:914:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SOCK_STREAM", SOCK_STREAM, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:919:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SOCK_DGRAM", SOCK_DGRAM, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:924:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SOCK_RAW", SOCK_RAW, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:929:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SOCK_RDM", SOCK_RDM, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:934:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SOCK_SEQPACKET", SOCK_SEQPACKET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:941:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::AF_UNSPEC", AF_UNSPEC, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:945:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::PF_UNSPEC", PF_UNSPEC, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:947:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::AF_INET", AF_INET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:952:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::PF_INET", PF_INET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:977:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::AF_UNIX", AF_UNIX, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:982:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::PF_UNIX", PF_UNIX, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:987:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::AF_LOCAL", AF_LOCAL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:992:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::PF_LOCAL", PF_LOCAL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:999:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_IMPLINK", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1004:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_IMPLINK", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1009:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_PUP", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1014:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_PUP", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1019:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_CHAOS", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1024:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_CHAOS", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1029:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_NS", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1034:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_NS", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1039:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_ISO", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1044:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_ISO", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1049:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_OSI", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1054:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_OSI", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1059:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_ECMA", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1064:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_ECMA", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1069:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_DATAKIT", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1074:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_DATAKIT", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1079:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_CCITT", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1084:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_CCITT", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1087:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::AF_SNA", AF_SNA, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1092:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::PF_SNA", PF_SNA, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1097:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::AF_DECnet", AF_DECnet, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1102:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::PF_DECnet", PF_DECnet, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1109:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_DLI", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1114:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_DLI", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1119:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_LAT", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1124:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_LAT", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1129:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_HYLINK", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1134:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_HYLINK", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1137:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::AF_APPLETALK", AF_APPLETALK, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1142:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::PF_APPLETALK", PF_APPLETALK, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1147:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::AF_ROUTE", AF_ROUTE, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1152:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::PF_ROUTE", PF_ROUTE, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1159:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_LINK", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1164:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_LINK", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1169:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_NETMAN", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1174:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_NETMAN", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1177:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::AF_X25", AF_X25, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1182:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::PF_X25", PF_X25, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1189:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_CTF", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1194:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_CTF", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1199:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_WAN", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1204:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_WAN", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1209:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_USER", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1214:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_USER", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1219:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::AF_LAST", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1224:2: warning: passing argument 4 of 'S_newmissing' discards 'const' qualifier from pointer target type [enabled by default] newmissing(missing, "Net::Gen::PF_LAST", file); ^ Gen.xs:137:1: note: expected 'char *' but argument is of type 'const char *' S_newmissing(pTHX_ HV *missing, char *name, char *file) ^ Gen.xs:1226:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ENOENT", ENOENT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1227:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EINVAL", EINVAL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1228:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EBADF", EBADF, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1229:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EAGAIN", EAGAIN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1230:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EWOULDBLOCK", EWOULDBLOCK, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1231:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EINPROGRESS", EINPROGRESS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1232:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EALREADY", EALREADY, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1233:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ENOTSOCK", ENOTSOCK, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1234:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EDESTADDRREQ", EDESTADDRREQ, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1235:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EMSGSIZE", EMSGSIZE, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1236:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EPROTOTYPE", EPROTOTYPE, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1237:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ENOPROTOOPT", ENOPROTOOPT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1238:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EPROTONOSUPPORT", EPROTONOSUPPORT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1239:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ESOCKTNOSUPPORT", ESOCKTNOSUPPORT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1240:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EOPNOTSUPP", EOPNOTSUPP, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1241:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EPFNOSUPPORT", EPFNOSUPPORT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1242:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EAFNOSUPPORT", EAFNOSUPPORT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1243:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EADDRINUSE", EADDRINUSE, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1244:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EADDRNOTAVAIL", EADDRNOTAVAIL, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1245:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ENETDOWN", ENETDOWN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1246:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ENETUNREACH", ENETUNREACH, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1247:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ENETRESET", ENETRESET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1248:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ECONNABORTED", ECONNABORTED, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1249:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ECONNRESET", ECONNRESET, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1250:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ENOBUFS", ENOBUFS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1251:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EISCONN", EISCONN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1252:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ENOTCONN", ENOTCONN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1253:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ESHUTDOWN", ESHUTDOWN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1254:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ETOOMANYREFS", ETOOMANYREFS, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1255:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ETIMEDOUT", ETIMEDOUT, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1256:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ECONNREFUSED", ECONNREFUSED, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1257:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EHOSTDOWN", EHOSTDOWN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1258:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EHOSTUNREACH", EHOSTUNREACH, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1259:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ENOSR", ENOSR, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1260:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ETIME", ETIME, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1261:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EBADMSG", EBADMSG, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1262:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::EPROTO", EPROTO, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1263:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ENODATA", ENODATA, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1264:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::ENOSTR", ENOSTR, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ Gen.xs:1265:2: warning: passing argument 4 of 'S_newXSconstUV' discards 'const' qualifier from pointer target type [enabled by default] newXSconstUV("Net::Gen::SOMAXCONN", SOMAXCONN, file); ^ Gen.xs:257:1: note: expected 'char *' but argument is of type 'const char *' S_newXSconstUV(pTHX_ char *name, UV uval, char *file) ^ rm -f blib/arch/auto/Net/Gen/Gen.so i686-tld-linux-gcc -shared -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -L/usr/local/lib -fstack-protector Gen.o -o blib/arch/auto/Net/Gen/Gen.so \ \ chmod 755 blib/arch/auto/Net/Gen/Gen.so /usr/bin/perl5.20.1 -MExtUtils::Command::MM -e 'cp_nonempty' -- Gen.bs blib/arch/auto/Net/Gen/Gen.bs 644 Manifying blib/man3/Net::Gen.3pm Manifying blib/man3/Net::Inet.3pm Manifying blib/man3/Net::TCP.3pm Manifying blib/man3/Net::TCP::Server.3pm Manifying blib/man3/Net::UDP.3pm Manifying blib/man3/Net::UNIX.3pm Manifying blib/man3/Net::UNIX::Server.3pm + exit 0 Executing(%install): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.b96d1c /bin/sh -e /tmp/B.b96d1c/rpm-tmp.36975 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.b96d1c + umask 022 + cd /home/users/builder/rpm/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder + /bin/mkdir -p /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder + cd Net-ext-1.011 + rm -rf /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder + /usr/bin/make -j4 install 'DESTDIR=/tmp/B.b96d1c/perl-Net-ext-1.011-root-builder' Running Mkbootstrap for Net::Gen () chmod 644 Gen.bs Appending installation info to /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/5.20.1/i686-tld-linux-thread-multi/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/Gen.so Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/Net/UNIX.pm Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/Net/TCP.pm Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/Net/Inet.pm Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/Net/UDP.pm Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/Net/Gen.pm Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/Net/UNIX/Server.pm Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/Net/TCP/Server.pm Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/UNIX/setdebug.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/UNIX/_setbuf_unbuf.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/UNIX/bind.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/UNIX/autosplit.ix Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/UNIX/PRINT.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/UNIX/READLINE.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/setdebug.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/listen.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/format_local_addr.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/setparam.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/didlisten.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/bind.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/RECV.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/new_from_fh.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/autosplit.ix Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/STORE.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/delparam.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/ioctl.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/PRINTF.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/fileno.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/unbind.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/accept.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/_findxopt.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/fhvec.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/_setxopt.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/getropt.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/format_addr.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/format_remote_addr.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/READLINE.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/getsopt.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/select.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/sendto.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/TIEHANDLE.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/setropt.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/getfh.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/GETC.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/EOF.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/READ.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/WRITE.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/FETCH.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/BINMODE.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/setsopt.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/getlines.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/FILENO.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/TIESCALAR.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/_getxopt.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/fcntl.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Inet/setdebug.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Inet/bind.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Inet/autosplit.ix Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Inet/unbind.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/UDP/_setbuf_unbuf.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/UDP/autosplit.ix Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/UDP/PRINT.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/UDP/READLINE.al Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/share/man/man3/Net::TCP::Server.3pm Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/share/man/man3/Net::Inet.3pm Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/share/man/man3/Net::UDP.3pm Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/share/man/man3/Net::UNIX.3pm Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/share/man/man3/Net::UNIX::Server.3pm Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/share/man/man3/Net::TCP.3pm Installing /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/share/man/man3/Net::Gen.3pm + __spec_install_post_strip + set +x Stripping 1 ELF shared libraries...DONE + __spec_install_post_chrpath + set +x Remove RPATH/RUNPATH from 1 executable binaries and shared object files. + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_tmpfiles + set +x Checking /var/run <-> tmpfiles.d completeness... DONE + __spec_install_post_compress_docs + set +x Compress man pages: /usr/share/man + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x + rm -f /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/5.20.1/i686-tld-linux-thread-multi/perllocal.pod /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/ext/.packlist Processing files: perl-Net-ext-1.011-12 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.b96d1c /bin/sh -e /tmp/B.b96d1c/rpm-tmp.8401 + umask 022 + cd /home/users/builder/rpm/BUILD + cd Net-ext-1.011 + DOCDIR=/tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/share/doc/perl-Net-ext-1.011 + export DOCDIR + rm -rf /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/share/doc/perl-Net-ext-1.011 + /bin/mkdir -p /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/share/doc/perl-Net-ext-1.011 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/share/doc/perl-Net-ext-1.011... Documentation compressed. + cp -pr ChangeLog README /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/share/doc/perl-Net-ext-1.011 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder/usr/share/doc/perl-Net-ext-1.011... ./README ./ChangeLog Documentation compressed. + exit 0 Provides: Gen.so perl(Net::Gen) = 1.011 perl(Net::Inet) = 1.0 perl(Net::TCP) = 1.0 perl(Net::TCP::Server) = 1.0 perl(Net::UDP) = 1.0 perl(Net::UNIX) = 1.0 perl(Net::UNIX::Server) = 1.0 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi libc.so.6 libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) perl(AutoLoader) perl(DynaLoader) perl(Exporter) perl(IO::Handle) perl(Net::Gen) >= 1.0 perl(Net::Inet) >= 1.0 perl(Net::TCP) >= 1.0 perl(Net::UNIX) >= 1.0 perl(SelectSaver) perl(Socket) perl(Symbol) perl(strict) perl(vars) perl-base >= 0:5.004_04 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder warning: Installed (but unpackaged) file(s) found: /usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/.packlist Wrote: /home/users/builder/rpm/RPMS/perl-Net-ext-1.011-12.i686.rpm Executing(%clean): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.b96d1c /bin/sh -e /tmp/B.b96d1c/rpm-tmp.46124 + umask 022 + cd /home/users/builder/rpm/BUILD + cd Net-ext-1.011 + /bin/rm '--interactive=never' -rf /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder + rm -rf /tmp/B.b96d1c/perl-Net-ext-1.011-root-builder ended at: Thu Feb 12 17:57:26 2015, done in 01days 00h 00m 06s mesg: ttyname failed: Inappropriate ioctl for device copy rpm files to cache_dir: /spools/ready Creating pndir index of /spools/ready/ (type=dir)... Loading [pndir]previous /spools/ready/packages.ndir.gz... Loading [dir]/spools/ready/... 200..400..600..600 Writing /spools/ready/packages.ndir.gz... Begin-PLD-Builder-Info upgrading packages End-PLD-Builder-Info Begin-PLD-Builder-Info Build-Time: user:7.21s sys:3.65s real:11.07s (faults io:0 non-io:284647) Files queued for ftp: 142362 perl-Net-ext-1.011-12.i686.rpm 86 perl-Net-ext-1.011-12.src.rpm.uploadinfo warning: Installed (but unpackaged) file(s) found: /usr/lib/perl5/vendor_perl/5.20.0/i686-tld-linux-thread-multi/auto/Net/Gen/.packlist End-PLD-Builder-Info