Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 908748

Summary: dev-perl/WWW-Mechanize-2.170.0 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-06-18 07:28:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-perl/WWW-Mechanize-2.170.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-18 07:28:38 UTC
Created attachment 864110 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-20 04:57:01 UTC
[...]
-Test::NoWarnings = 1.04
-Test::Taint = 1.08

in diff b/t WWW-Mechanize-2.60.0 WWW-Mechanize-2.170.0.

But this is because they dropped it in https://github.com/libwww-perl/WWW-Mechanize/commit/abb350cd5f4d552caf6782eedb0a269a0a991735. I don't get why?
Comment 3 Larry the Git Cow gentoo-dev 2023-06-20 05:02:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5261515a7aaf49de154a13b781b6c4e92b280bee

commit 5261515a7aaf49de154a13b781b6c4e92b280bee
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-06-20 04:59:08 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-06-20 05:02:21 +0000

    dev-perl/WWW-Mechanize: restore Test-Taint test dep
    
    ... even though it's gone from reqs.
    
    Closes: https://bugs.gentoo.org/908748
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-perl/WWW-Mechanize/WWW-Mechanize-2.170.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-20 05:07:18 UTC
(In reply to Sam James from comment #2)
> [...]
> -Test::NoWarnings = 1.04
> -Test::Taint = 1.08
> 
> in diff b/t WWW-Mechanize-2.60.0 WWW-Mechanize-2.170.0.
> 
> But this is because they dropped it in
> https://github.com/libwww-perl/WWW-Mechanize/commit/
> abb350cd5f4d552caf6782eedb0a269a0a991735. I don't get why?

Ah, it's ONLY in META.yml. ok..