Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935056 - app-dicts/verbiste-0.1.48 fails to compile: configure: error: missing some Perl modules required for testing
Summary: app-dicts/verbiste-0.1.48 fails to compile: configure: error: missing some Pe...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-28 06:48 UTC by Agostino Sarubbo
Modified: 2024-06-28 15:45 UTC (History)
0 users

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


Attachments
build.log (build.log,53.04 KB, text/plain)
2024-06-28 06:48 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,109.95 KB, text/plain)
2024-06-28 06:48 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 2024-06-28 06:48:02 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-dicts/verbiste-0.1.48 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-06-28 06:48:03 UTC
Created attachment 896556 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-06-28 06:48:05 UTC
Created attachment 896557 [details]
1-config.log

1-config.log
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-06-28 15:43:56 UTC
AC_PROG_PERL_MODULES(IPC::Open2 XML::Parser,
        ,
        AC_MSG_ERROR([missing some Perl modules required for testing]))

Let's just unconditionally depend on it.
Comment 4 Larry the Git Cow gentoo-dev 2024-06-28 15:45:28 UTC
The bug has been closed via the following commit(s):

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

commit ae369b30b820a2c7bab3074afe164baf6fc53130
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-06-28 15:44:33 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-28 15:44:33 +0000

    app-dicts/verbiste: unconditionally BDEPEND on perl+xml-parser
    
    Not worth a configure patch to downgrade error->warn given xml-parser
    is so common and it's only a BDEPEND.
    
    Closes: https://bugs.gentoo.org/935056
    Bug: https://bugs.gentoo.org/820329
    Signed-off-by: Sam James <sam@gentoo.org>

 app-dicts/verbiste/verbiste-0.1.48.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)