Summary: | sys-apps/lsb-release on Gentoo Prefix: forgot to hprefixify help2man, causing build failure | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | ZongyuZ <zzy2529420793> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | PATCH |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
a patch adding `hprefixify help2man` command
emerge --info |
It could be reproduced if the host does not have "/usr/bin/perl". Created attachment 595230 [details]
emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef19adb0e10c30924d6d18509f5c840b60dd61c commit 7ef19adb0e10c30924d6d18509f5c840b60dd61c Author: Sam James <sam@gentoo.org> AuthorDate: 2022-07-30 07:38:28 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-07-30 08:18:41 +0000 sys-apps/lsb-release: add 3.2 Bug: https://bugs.gentoo.org/443116 Closes: https://bugs.gentoo.org/699538 Signed-off-by: Sam James <sam@gentoo.org> sys-apps/lsb-release/Manifest | 1 + sys-apps/lsb-release/lsb-release-3.2.ebuild | 41 +++++++++++++++++++++++++++++ sys-apps/lsb-release/metadata.xml | 1 + 3 files changed, 43 insertions(+) |
Created attachment 595228 [details, diff] a patch adding `hprefixify help2man` command The ebuild forgot to hprefixify help2man, but help2man was called during compile phase, which caused build failure.