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

Bug 699538

Summary: sys-apps/lsb-release on Gentoo Prefix: forgot to hprefixify help2man, causing build failure
Product: Gentoo Linux Reporter: ZongyuZ <zzy2529420793>
Component: Current packagesAssignee: 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

Description ZongyuZ 2019-11-07 16:03:29 UTC
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.
Comment 1 ZongyuZ 2019-11-07 16:05:09 UTC
It could be reproduced if the host does not have "/usr/bin/perl".
Comment 2 ZongyuZ 2019-11-07 16:05:36 UTC
Created attachment 595230 [details]
emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2022-07-30 08:19:43 UTC
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(+)