Summary: | app-dicts/verbiste-0.1.48 fails to compile: configure: error: missing some Perl modules required for testing | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=820329 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
1-config.log |
Description
Agostino Sarubbo
2024-06-28 06:48:02 UTC
Created attachment 896556 [details]
build.log
build log and emerge --info
Created attachment 896557 [details]
1-config.log
1-config.log
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. 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(-) |