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

Bug 807238

Summary: dev-perl/SOAP-Lite-1.270.0 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal CC: dilfridge, sam
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 817509    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-08-09 06:34:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-perl/SOAP-Lite-1.270.0 fails tests.
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-08-09 06:34:16 UTC
Created attachment 731647 [details]
build.log

build log and emerge --info
Comment 2 Wilson M. Michaels 2021-08-11 20:48:49 UTC
I fixed this bug in my local copy of SOAP-Lite-1.260.0.ebuild with this patch:


--- /usr/portage/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild    2021-08-02 02:39:44.000000000 +0000
+++ /usr/local/portage/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild      2021-08-11 20:04:10.651305098 +0000
@@ -39,6 +39,7 @@
        test? (
                virtual/perl-IO
                virtual/perl-Test-Simple
+               dev-perl/HTTP-Daemon
                dev-perl/Test-Warn
                >=dev-perl/XML-Parser-Lite-0.715.0
        )


The SOAP-Lite-1.270.0.ebuild may need the same fix.

dev-perl/HTTP-Daemon was installed later in the emerge, but too late for the test phase.
Comment 3 Larry the Git Cow gentoo-dev 2021-10-11 02:38:07 UTC
The bug has been closed via the following commit(s):

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

commit ca6e8843491163c72d34a39a11bc034ede3baefe
Author:     Wilson M. Michaels <thebitpit@austincustomerrands.com>
AuthorDate: 2021-10-11 02:37:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-11 02:37:55 +0000

    dev-perl/SOAP-Lite: add missing test dependency
    
    Closes: https://bugs.gentoo.org/807238
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild | 1 +
 1 file changed, 1 insertion(+)