Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 316611 - app-shells/bashdb does not depend on bash strictly enough
Summary: app-shells/bashdb does not depend on bash strictly enough
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-22 08:25 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2025-01-09 00:08 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-04-22 08:25:23 UTC
The 4.0.0.3 version does not work with bash 4.1… there's a 4.0.04 but I haven't checked what it changes.
Comment 1 SpanKY gentoo-dev 2010-04-23 03:18:30 UTC
feel free to fix the issue.  it's kind of a no brainer.
Comment 2 SpanKY gentoo-dev 2010-05-08 17:19:27 UTC
i have it block versions of bash so it doesnt automatically bring in older versions when upgrading

http://sources.gentoo.org/app-shells/bashdb/bashdb-4.0.0.3.ebuild?r1=1.1&r2=1.2
Comment 3 Larry the Git Cow gentoo-dev 2025-01-09 00:08:24 UTC
The bug has been referenced in the following commit(s):

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

commit 2fc310f411d8dbd4da03f31b7e473fdcf2fef626
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-01-08 23:50:33 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-01-09 00:07:29 +0000

    app-shells/bashdb: EAPI 8, adapt to slotted bash
    
    bashdb releases tend to lag (significantly) behind bash releases, so
    the previous approach from bug #316611 where blockers were added on
    newer bash isn't really sustainable.
    
    Not least as configure aborts on any other bash version.
    
    Depend on slotted bash and pass --with-bash with the appropriate version.
    
    Bug: https://bugs.gentoo.org/316611
    Signed-off-by: Sam James <sam@gentoo.org>

 ...5.0.1.1.2.ebuild => bashdb-5.0.1.1.2-r1.ebuild} | 23 +++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)