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

Bug 380649

Summary: dev-libs/bglibs-1.106-r1 : add sys-devel/libtool in DEPEND
Product: Gentoo Linux Reporter: bay <alex3255>
Component: New packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/11794
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 380499    
Attachments: Build log

Description bay 2011-08-25 13:53:47 UTC
Created attachment 284633 [details]
Build log

Package dev-libs/bglibs-1.106-r1 doesn't compile without sys-devel/libtool installed.

The error is:
./ltcompile: line 4: exec: libtool: not found
make: *** [adt/adt_sp.lo] Error 127

Please, add sys-devel/libtool as a dependency of dev-libs/bglibs.
Comment 1 Larry the Git Cow gentoo-dev 2019-05-17 00:46:37 UTC
The bug has been referenced in the following commit(s):

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

commit ac647435c176f1be5ca242aca6ea7acce417a506
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2019-05-07 03:30:03 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2019-05-17 00:45:15 +0000

    dev-libs/bglibs: add libtool to BDEPEND; minor fixes
    
    Drop redundant ${S} in src_prepare; fix LICENSE.
    
    Bug: https://bugs.gentoo.org/380649
    Closes: https://github.com/gentoo/gentoo/pull/11924
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 dev-libs/bglibs/bglibs-2.04.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2019-05-17 01:01:28 UTC
The bug has been closed via the following commit(s):

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

commit 43fa55326a98ef86cf81f61572555399e899d9fa
Author:     Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
AuthorDate: 2019-04-22 18:42:43 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2019-05-17 00:55:44 +0000

    dev-libs/bglibs: EAPI7, update ebuild
    
    Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
    Closes: https://bugs.gentoo.org/380649
    Closes: https://github.com/gentoo/gentoo/pull/11794
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 dev-libs/bglibs/bglibs-1.106-r1.ebuild | 76 ------------------------------
 dev-libs/bglibs/bglibs-1.106-r2.ebuild | 86 ++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+), 76 deletions(-)