make[2]: Leaving directory '/var/tmp/portage/net-misc/ipv6calc-4.0.0-r1/work/ipv6calc-4.0.0' x86_64-pc-linux-gnu-gcc -o ipv6loganon ipv6loganon.o ipv6loganonhelp.o -lm -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/libipv6calc.so.4.0.0 ../databases/lib/libipv6calc_db_wrapper.so.4.0.0 -lcrypto Can't locate Digest/SHA1.pm in @INC (you may need to install the Digest::SHA1 module) (@INC contains: /etc/perl /usr/local/lib64/perl5/5.34/x86_64-linux /usr/local/lib64/perl5/5.34 /usr/lib64/perl5/vendor_perl/5.34/x86_64-linux /usr/lib64/perl5/vendor_perl/5.34 /usr/lib64/perl5/5.34/x86_64-linux /usr/lib64/perl5/5.34) at ./ipv6calcweb.cgi line 172. BEGIN failed--compilation aborted at ./ipv6calcweb.cgi line 172. make[1]: *** [Makefile:15: ipv6calcweb] Error 2 make[1]: Leaving directory '/var/tmp/portage/net-misc/ipv6calc-4.0.0-r1/work/ipv6calc-4.0.0/ipv6calcweb' make: *** [Makefile:118: ipv6calcweb-make] Error 2 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop-j4-20211029-154214 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-11.2.0 * /usr/lib/llvm/13 13.0.0 Python 3.9.7 Available Ruby profiles: [1] ruby26 (with Rubygems) [2] ruby27 (with Rubygems) [3] ruby30 (with Rubygems) * Available Rust versions: [1] rust-1.56.0 * The Glorious Glasgow Haskell Compilation System, version 8.10.4 php cli: [1] php7.3 [2] php7.4 * [3] php8.0 HEAD of ::gentoo commit a4af82ee389d7b94f11a57d8f55ef80f66717927 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sat Oct 30 08:06:36 2021 +0000 2021-10-30 08:06:34 UTC emerge -qpvO net-misc/ipv6calc [ebuild N ] net-misc/ipv6calc-4.0.0-r1 USE="-cgi -geoip -test"
Created attachment 747471 [details] emerge-info.txt
Created attachment 747474 [details] emerge-history.txt
Created attachment 747477 [details] environment
Created attachment 747480 [details] etc.portage.tar.bz2
Created attachment 747483 [details] net-misc:ipv6calc-4.0.0-r1:20211030-090833.log
Created attachment 747486 [details] temp.tar.bz2
woops - Perl upgrade issue probably ?
(In reply to Toralf Förster from comment #7) > woops - Perl upgrade issue probably ? rather missing dep from IRC
(In reply to Toralf Förster from comment #8) > (In reply to Toralf Förster from comment #7) > > woops - Perl upgrade issue probably ? > > rather missing dep from IRC What do you mean? Can you explicitly state which dep is missing? I tested yesterday and I am no longer getting this error, so I think there may be something wrong at your end.
*** Bug 820803 has been marked as a duplicate of this bug. ***
* Package: net-misc/ipv6calc-4.0.0-r1 * Repository: gentoo * Maintainer: blueness@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking ipv6calc-4.0.0.tar.gz to /var/tmp/portage/net-misc/ipv6calc-4.0.0-r1/work >>> Source unpacked in /var/tmp/portage/net-misc/ipv6calc-4.0.0-r1/work >>> Preparing source in /var/tmp/portage/net-misc/ipv6calc-4.0.0-r1/work/ipv6calc-4.0.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-misc/ipv6calc-4.0.0-r1/work/ipv6calc-4.0.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/net-misc/ipv6calc-4.0.0-r1/work/ipv6calc-4.0.0 ... Can't locate Digest/SHA1.pm in @INC (you may need to install the Digest::SHA1 module) (@INC contains: /etc/perl /usr/local/lib64/perl5/5.34/x86_64-linux /usr/local/lib64/perl5/5.34 /usr/lib64/perl5/vendor_perl/5.34/x86_64-linux /usr/lib64/perl5/vendor_perl/5.34 /usr/lib64/perl5/5.34/x86_64-linux /usr/lib64/perl5/5.34) at ./ipv6calcweb.cgi line 172. BEGIN failed--compilation aborted at ./ipv6calcweb.cgi line 172. make[1]: *** [Makefile:15: ipv6calcweb] Error 2 make: *** [Makefile:118: ipv6calcweb-make] Error 2 * ERROR: net-misc/ipv6calc-4.0.0-r1::gentoo failed (compile phase): * emake failed On my builbot tinderbox
This is also failing for me with flags -cgi +geoip -test. Adding the package dev-perl/Digest-SHA1-2.130.0-r2::gentoo fixes the problem. Could it be that it's missing a dependency?
(In reply to Daniel Salas from comment #12) > This is also failing for me with flags -cgi +geoip -test. > > Adding the package dev-perl/Digest-SHA1-2.130.0-r2::gentoo fixes the > problem. Could it be that it's missing a dependency? Probably, I'll look at the code and add that as part of the deps if USE=cgi.
(In reply to Anthony Basile from comment #13) > (In reply to Daniel Salas from comment #12) > > This is also failing for me with flags -cgi +geoip -test. > > > > Adding the package dev-perl/Digest-SHA1-2.130.0-r2::gentoo fixes the > > problem. Could it be that it's missing a dependency? > > Probably, I'll look at the code and add that as part of the deps if USE=cgi. err I meant even with USE=-cgi.