* Package: dev-perl/Socket6-0.290.0:0 * Repository: gentoo * Maintainer: perl@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking Socket6-0.29.tar.gz to /var/tmp/portage/dev-perl/Socket6-0.290.0/work >>> Source unpacked in /var/tmp/portage/dev-perl/Socket6-0.290.0/work >>> Preparing source in /var/tmp/portage/dev-perl/Socket6-0.290.0/work/Socket6-0.29 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-perl/Socket6-0.290.0/work/Socket6-0.29 ... * Using ExtUtils::MakeMaker * perl Makefile.PL AR=x86_64-pc-linux-gnu-ar CC=x86_64-pc-linux-gnu-gcc CPP=x86_64-pc-linux-gnu-gcc -E LD=x86_64-pc-linux-gnu-gcc NM=x86_64-pc-linux-gnu-nm RANLIB=x86_64-pc-linux-gnu-ranlib OPTIMIZE=-O3 -march=native -mtune=native -fomit-frame-pointer -pipe LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none checking for gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether your Perl5 have PL_sv_undef... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for getaddrinfo... yes checking for getnameinfo... yes checking for gethostbyname2... yes checking for getipnodebyname... no checking for getipnodebyname in -lsocket... no checking whether your system has IPv6 directory... no checking for getipnodebyaddr... no checking for getipnodebyaddr in -lsocket... no checking whether your system has IPv6 directory... (cached) no checking for inet_pton... yes checking for inet_ntop... yes checking for working inet_ntop... yes checking whether you have sa_len in struct sockaddr... no checking whether you have sin6_scope_id in struct sockaddr_in6... yes checking for socklen_t... yes configure: creating ./config.status config.status: creating config.pl config.status: creating gailookup.pl config.status: creating config.h Checking if your kit is complete... Looks good 'CPP' is not a known MakeMaker parameter name. 'NM' is not a known MakeMaker parameter name. Generating a Unix-style Makefile Writing Makefile for Socket6 Writing MYMETA.yml and MYMETA.json >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-perl/Socket6-0.290.0/work/Socket6-0.29 ... make -j2 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs' 'OPTIMIZE=-O3 -march=native -mtune=native -fomit-frame-pointer -pipe' Running Mkbootstrap for Socket6 () chmod 644 "Socket6.bs" cp Socket6.pm blib/lib/Socket6.pm "/usr/bin/perl" "/usr/lib64/perl5/5.40/ExtUtils/xsubpp" -noprototypes -typemap '/usr/lib64/perl5/5.40/ExtUtils/typemap' Socket6.xs > Socket6.xsc mv Socket6.xsc Socket6.c "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.bs 644 x86_64-pc-linux-gnu-gcc -c -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -fno-strict-aliasing -DNO_PERL_RAND_SEED -fwrapv -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -DVERSION=\"0.29\" -DXS_VERSION=\"0.29\" -fPIC "-I/usr/lib64/perl5/5.40/x86_64-linux/CORE" Socket6.c In file included from /usr/lib64/perl5/5.40/x86_64-linux/CORE/perl.h:6227, from Socket6.xs:80: Socket6.xs: In function ‘XS_Socket6_inet_ntop’: Socket6.xs:543:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘STRLEN’ {aka ‘long unsigned int’} [-Wformat=] 543 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 544 | "Socket6::inet_ntop", 545 | addrlen, alen); | ~~~~~~~ | | | STRLEN {aka long unsigned int} /usr/lib64/perl5/5.40/x86_64-linux/CORE/embed.h:863:66: note: in definition of macro ‘croak’ 863 | # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) | ^~~~~~~~~~~ Socket6.xs:543:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘STRLEN’ {aka ‘long unsigned int’} [-Wformat=] 543 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 544 | "Socket6::inet_ntop", 545 | addrlen, alen); | ~~~~ | | | STRLEN {aka long unsigned int} /usr/lib64/perl5/5.40/x86_64-linux/CORE/embed.h:863:66: note: in definition of macro ‘croak’ 863 | # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) | ^~~~~~~~~~~ Socket6.xs: In function ‘XS_Socket6_unpack_sockaddr_in6’: Socket6.xs:622:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘STRLEN’ {aka ‘long unsigned int’} [-Wformat=] 622 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 623 | "Socket6::unpack_sockaddr_in6", 624 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~ | | | STRLEN {aka long unsigned int} /usr/lib64/perl5/5.40/x86_64-linux/CORE/embed.h:863:66: note: in definition of macro ‘croak’ 863 | # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) | ^~~~~~~~~~~ Socket6.xs:622:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] 622 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 623 | "Socket6::unpack_sockaddr_in6", 624 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~~ | | | long unsigned int /usr/lib64/perl5/5.40/x86_64-linux/CORE/embed.h:863:66: note: in definition of macro ‘croak’ 863 | # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) | ^~~~~~~~~~~ Socket6.xs: In function ‘XS_Socket6_unpack_sockaddr_in6_all’: Socket6.xs:658:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘STRLEN’ {aka ‘long unsigned int’} [-Wformat=] 658 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 659 | "Socket6::unpack_sockaddr_in6", 660 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~ | | | STRLEN {aka long unsigned int} /usr/lib64/perl5/5.40/x86_64-linux/CORE/embed.h:863:66: note: in definition of macro ‘croak’ 863 | # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) | ^~~~~~~~~~~ Socket6.xs:658:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] 658 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 659 | "Socket6::unpack_sockaddr_in6", 660 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~~ | | | long unsigned int /usr/lib64/perl5/5.40/x86_64-linux/CORE/embed.h:863:66: note: in definition of macro ‘croak’ 863 | # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) | ^~~~~~~~~~~ Socket6.xs: In function ‘XS_Socket6_getipnodebyname’: Socket6.xs:872:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 872 | ST(0) = (SV *) not_here("getipnodebyname"); | ^ Socket6.xs: In function ‘XS_Socket6_getipnodebyaddr’: Socket6.xs:943:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 943 | ST(0) = (SV *) not_here("getipnodebyaddr"); | ^ rm -f blib/arch/auto/Socket6/Socket6.so x86_64-pc-linux-gnu-gcc -shared -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs Socket6.o -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -o blib/arch/auto/Socket6/Socket6.so \ \ chmod 755 blib/arch/auto/Socket6/Socket6.so >>> Source compiled. * Skipping make test/check due to ebuild restriction. >>> Test phase [disabled because of RESTRICT=test]: dev-perl/Socket6-0.290.0 >>> Install dev-perl/Socket6-0.290.0 into /var/tmp/portage/dev-perl/Socket6-0.290.0/image make -j2 DESTDIR=/var/tmp/portage/dev-perl/Socket6-0.290.0/image pure_install "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.bs 644 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /var/tmp/portage/dev-perl/Socket6-0.290.0/image/usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/auto/Socket6/Socket6.so Installing /var/tmp/portage/dev-perl/Socket6-0.290.0/image/usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/Socket6.pm * Fixing installed file permissions * Fixing packlist file //usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/auto/Socket6/.packlist >>> Completed installing dev-perl/Socket6-0.290.0 into /var/tmp/portage/dev-perl/Socket6-0.290.0/image * Final size of build directory: 596 KiB * Final size of installed tree: 116 KiB strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version /usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/auto/Socket6/Socket6.so