Summary: | net-misc/ipcalc-0.42_p2 - runtime error (perl?) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Joseph <syscon780> |
Component: | Current packages | Assignee: | Gentoo Netmon project <netmon> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | perl, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=914392 https://github.com/pjacklam/p5-Math-BigInt/issues/8 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 919980, 920096 | ||
Bug Blocks: | 908724 |
Description
Joseph
2023-12-14 15:19:59 UTC
Huh.. it's bug 914392 again. Could you confirm your system is fully up to date? OK, reproduced (thanks for the easy command to run). The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbe081c7f381eea7981f6abd43dde5dccbf03dc commit 7dbe081c7f381eea7981f6abd43dde5dccbf03dc Author: Sam James <sam@gentoo.org> AuthorDate: 2023-12-15 08:10:11 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-12-15 08:10:11 +0000 virtual/perl-Math-BigInt: add 1.999.842 Bug: https://bugs.gentoo.org/919888 Bug: https://bugs.gentoo.org/914392 Signed-off-by: Sam James <sam@gentoo.org> virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.842.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957095610b31869a336b66d9b6c7ddfca8db28c1 commit 957095610b31869a336b66d9b6c7ddfca8db28c1 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-12-15 08:09:32 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-12-15 08:09:32 +0000 perl-core/Math-BigInt: add 1.999.842 Bug: https://bugs.gentoo.org/919888 Bug: https://bugs.gentoo.org/914392 Signed-off-by: Sam James <sam@gentoo.org> perl-core/Math-BigInt/Manifest | 1 + perl-core/Math-BigInt/Math-BigInt-1.999.842.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) Thank you for the report! Yes, my system is up to date; updated two days ago. I was reading related posts on bug: Bug: https://bugs.gentoo.org/914392 But I don't know what the solution is? If you sync now then update, it should be fixed. The commits above should help. (In reply to Sam James from comment #6) > If you sync now then update, it should be fixed. The commits above should > help. I just did "sync" and did an update. The problem still persist. ipcalc -r 195.123.224.0 - 195.123.231.255 deaggregate 195.123.224.0 - 195.123.231.255 Deep recursion on subroutine "Math::BigInt::bior" at /usr/lib64/perl5/5.38/Math/BigFloat.pm line 3883. Deep recursion on subroutine "Math::BigFloat::bior" at /usr/lib64/perl5/5.38/Math/BigInt.pm line 3513. Which package suppose to resolve the issue? Not sure why you made it WONTFIX, you can just re-open if it's still occurring... Per above, * virtual/perl-Math-BigInt-1.999.842 * perl-core/Math-BigInt-1.999.842 should work. What versions do you have installed? (In reply to Sam James from comment #8) > Not sure why you made it WONTFIX, you can just re-open if it's still > occurring... > > Per above, > * virtual/perl-Math-BigInt-1.999.842 > * perl-core/Math-BigInt-1.999.842 > should work. > > What versions do you have installed? Hmm.., non of them, were installed on my system. Installing them solved the problem. Maybe they should be dependency of "ipcalc" package. Let me poke a bit more... The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86447c52f21cc44e4b86b44695a53bfb75c6c915 commit 86447c52f21cc44e4b86b44695a53bfb75c6c915 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-12-16 04:40:37 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-12-16 04:45:08 +0000 dev-lang/perl: PDEPEND on >=virtual/perl-Math-BigInt-1.999.842 We need this to fix the modules included with Perl itself. I think this explains (or partly explains) how bug #914392 came back from the dead too. We can clean this PDEPEND up (and possibly a bunch of the others, actually) once a new Perl release is made containing newer versions of these (or perhaps Perl should PDEPEND on newer virtual/* for all of these to always pull in updates, actually.) We can't just add this dep in ipcalc because it only uses `bignum` directly, which is distinct from Math::BigInt. Bug: https://bugs.gentoo.org/914392 Closes: https://bugs.gentoo.org/919888 Signed-off-by: Sam James <sam@gentoo.org> dev-lang/perl/{perl-5.38.2.ebuild => perl-5.38.2-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) |