Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 777363 - dev-ada/gnat-suite-bin should depend on sys-libs/ncurses-compat
Summary: dev-ada/gnat-suite-bin should depend on sys-libs/ncurses-compat
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Linux ADA team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-20 10:08 UTC by Laslo Hunhold
Modified: 2021-04-10 13:55 UTC (History)
1 user (show)

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 Laslo Hunhold 2021-03-20 10:08:31 UTC
Trying to run GNAT Programming Studio (gps) yields the error

   /opt/gnat-suite-bin-2019/bin/gps_exe: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

because sys-libs/ncurses has moved on to ABI-version 6. Installing sys-libs/ncurses-compat (which provides ABI-version 5) solves this problem and it might make sense to add it to the dependencies of version 2019 (and maybe previous ones as well).

I give it the severity "major" as it breaks one of the main tools of the GNAT studio.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2021-04-10 13:55:44 UTC
The bug has been closed via the following commit(s):

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

commit 8e2803c5adddf2b58682a0acd14ba0fced5801ef
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-10 13:44:33 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-10 13:54:05 +0000

    dev-ada/gnat-suite-bin: add missing sys-libs/gdbm, sys-libs/ncurses-compat deps
    
    Closes: https://bugs.gentoo.org/777363
    Bug: https://bugs.gentoo.org/746701
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{gnat-suite-bin-2016.ebuild => gnat-suite-bin-2016-r1.ebuild}  | 7 +++++--
 .../{gnat-suite-bin-2017.ebuild => gnat-suite-bin-2017-r1.ebuild}  | 7 +++++--
 .../{gnat-suite-bin-2018.ebuild => gnat-suite-bin-2018-r1.ebuild}  | 7 +++++--
 .../{gnat-suite-bin-2019.ebuild => gnat-suite-bin-2019-r1.ebuild}  | 7 +++++--
 4 files changed, 20 insertions(+), 8 deletions(-)