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

Bug 708258

Summary: dev-libs/hyphen: Move dev-lang/perl to BDEPEND
Product: Gentoo Linux Reporter: David Michael <fedora.dm0>
Component: Current packagesAssignee: Gentoo Office Team <office>
Status: RESOLVED FIXED    
Severity: normal CC: jstein
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/16926
Whiteboard:
Package list:
Runtime testing required: ---

Description David Michael 2020-02-04 18:55:30 UTC
The hyphen ebuild has EAPI=7, but it is not using BDEPEND.  It currently tries to pull in Perl when building in a sysroot because of this.  I ran "emerge --nodeps hyphen" with a sysroot profile to test using the host Perl, which seems to work correctly.  Can the dev-lang/perl DEPEND be changed to BDEPEND to fix this?

Reproducible: Always

Steps to Reproduce:
1. Run "emerge hyphen" with a sysroot profile

Actual Results:  
It tries to install a bunch of Perl packages (which will fail when cross-compiling to certain architectures).

Expected Results:  
It should just use the root Perl install and save a lot of build time.
Comment 1 Larry the Git Cow gentoo-dev 2020-09-08 14:32:45 UTC
The bug has been closed via the following commit(s):

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

commit ad8bef3654ffe220fa1d29917056dd6af058e85a
Author:     Henrik Pihl <ahvenas@gmail.com>
AuthorDate: 2020-08-01 10:20:41 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-09-08 14:32:14 +0000

    dev-libs/hyphen: moving dev-libs/perl to BDEPEND
    
    Closes: https://bugs.gentoo.org/708258
    Package-Manager: Portage-3.0.1, Repoman-2.3.23
    Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/16926

 dev-libs/hyphen/hyphen-2.8.8-r1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)