Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380649 - dev-libs/bglibs-1.106-r1 : add sys-devel/libtool in DEPEND
Summary: dev-libs/bglibs-1.106-r1 : add sys-devel/libtool in DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: autodep
  Show dependency tree
 
Reported: 2011-08-25 13:53 UTC by bay
Modified: 2019-05-17 01:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (bglibs.txt,10.77 KB, text/plain)
2011-08-25 13:53 UTC, bay
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)