Package Details: gnatstudio-bin 20230501-1

Git Clone URL: https://aur.archlinux.org/gnatstudio-bin.git (read-only, click to copy)
Package Base: gnatstudio-bin
Description: GNAT Programming Studio for Ada binary
Upstream URL: https://github.com/AdaCore/gnatstudio
Licenses: GPL3
Conflicts: gnat-gps
Submitter: charlie5
Maintainer: charlie5
Last Packager: charlie5
Votes: 1
Popularity: 0.000889
First Submitted: 2022-07-14 04:07 (UTC)
Last Updated: 2023-05-11 01:39 (UTC)

Pinned Comments

charlie5 commented on 2022-07-22 04:43 (UTC) (edited on 2023-06-01 21:59 (UTC) by charlie5)

Set Path

Add the following line to your .bashrc ...

export PATH="$PATH:/opt/gnatstudio/bin"

This will allow access to the gnatstudio binary but still use the latest Archlinux gcc version.

Latest Comments

charlie5 commented on 2022-09-22 02:00 (UTC) (edited on 2022-09-22 02:01 (UTC) by charlie5)

@killajoe

Thanks for bringing this problem to my attention. The following command should fix the problem ...

$ sudo ln -s /usr/lib/libcrypt.so.2 /usr/lib/libcrypt.so.1

I'll update the PKGBUILD asap.

killajoe commented on 2022-09-21 18:39 (UTC)

./gnatstudio /opt/gnatstudio/bin/gnatstudio_exe: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory

running it from the terminal shows it links to outdated libcrypt.so.1 .. current libxcrypt 4.4.28-2 ships with libcrypt.so.2 ..

charlie5 commented on 2022-07-22 04:43 (UTC) (edited on 2023-06-01 21:59 (UTC) by charlie5)

Set Path

Add the following line to your .bashrc ...

export PATH="$PATH:/opt/gnatstudio/bin"

This will allow access to the gnatstudio binary but still use the latest Archlinux gcc version.