Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 926479 Details for
Bug 954831
dev-perl/Socket6-0.290.0 - ./configure:line <snip>: which: command not found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-perl:Socket6-0.290.0:20250426-195143.log
dev-perl:Socket6-0.290.0:20250426-195143.log (text/plain), 12.24 KB, created by
Toralf Förster
on 2025-04-27 20:37:20 UTC
(
hide
)
Description:
dev-perl:Socket6-0.290.0:20250426-195143.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2025-04-27 20:37:20 UTC
Size:
12.24 KB
patch
obsolete
> * 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 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto 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 >./configure: line 2729: which: command not found >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... /usr/bin/grep >checking for egrep... /usr/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 -O -j4 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto' 'OPTIMIZE=-O3 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto' >Running Mkbootstrap for Socket6 () >chmod 644 "Socket6.bs" >cp Socket6.pm blib/lib/Socket6.pm >"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.bs 644 >"/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 >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fno-strict-aliasing -DNO_PERL_RAND_SEED -fwrapv -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -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 -O2 -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 -Wl,--defsym=__gentoo_check_ldflags__=0 -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -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 -O -j4 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: 580 KiB > * Final size of installed tree: 64 KiB > > * QA Notice: command not found: > * > * ./configure: line 2729: which: command not found >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 > * checking 5 files for package collisions >>>> Merging dev-perl/Socket6-0.290.0 to / >--- /usr/ >--- /usr/lib64/ >--- /usr/lib64/perl5/ >--- /usr/lib64/perl5/vendor_perl/ >--- /usr/lib64/perl5/vendor_perl/5.40/ >--- /usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/ >--- /usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/auto/ >>>> /usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/auto/Socket6/ >>>> /usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/auto/Socket6/Socket6.so >>>> /usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/auto/Socket6/.packlist >>>> /usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/Socket6.pm >--- /usr/share/ >--- /usr/share/doc/ >>>> /usr/share/doc/Socket6-0.290.0/ >>>> /usr/share/doc/Socket6-0.290.0/ChangeLog.bz2 >>>> /usr/share/doc/Socket6-0.290.0/README.bz2 >>>> dev-perl/Socket6-0.290.0 merged.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 954831
:
926478
| 926479 |
926480
|
926481
|
926482