Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 820584 - net-misc/ipv6calc-4.0.0 fails to compile
Summary: net-misc/ipv6calc-4.0.0 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-28 10:07 UTC by Agostino Sarubbo
Modified: 2021-10-29 16:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,108.25 KB, text/plain)
2021-10-28 10:07 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-10-28 10:07:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/ipv6calc-4.0.0 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-10-28 10:07:51 UTC
Created attachment 747033 [details]
build.log

build log and emerge --info
Comment 2 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2021-10-28 16:32:39 UTC
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 /usr/lib64/perl5/vendor_perl/5.32 /usr/lib64/perl5/vendor_perl/5.30.3) at ./ipv6calcweb.cgi line 172.

Seems like dev-perl/Digest-SHA1 is a hard dependency now?
Comment 3 Anthony Basile gentoo-dev 2021-10-29 15:42:52 UTC
(In reply to John Helmert III from comment #2)
> 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 /usr/lib64/perl5/vendor_perl/5.32
> /usr/lib64/perl5/vendor_perl/5.30.3) at ./ipv6calcweb.cgi line 172.
> 
> Seems like dev-perl/Digest-SHA1 is a hard dependency now?

That sucks.  I'll take a dive to see what can be done as I'd rather not pull in a bunch of perl just for an optional(?) .cgi.
Comment 4 Larry the Git Cow gentoo-dev 2021-10-29 16:50:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27705d180ffd4c6c1fe1f4bc040563b72e052320

commit 27705d180ffd4c6c1fe1f4bc040563b72e052320
Author:     Anthony G. Basile <blueness@gentoo.org>
AuthorDate: 2021-10-29 16:50:03 +0000
Commit:     Anthony G. Basile <blueness@gentoo.org>
CommitDate: 2021-10-29 16:50:03 +0000

    net-misc/ipv6calc: add USE=cgi to build web interface
    
    Closes: https://bugs.gentoo.org/820584
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Anthony G. Basile <blueness@gentoo.org>

 net-misc/ipv6calc/ipv6calc-4.0.0.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)