• No Free GNAT 2022

    From Charly@21:1/5 to All on Fri Jul 15 10:30:11 2022
    Hi everbody,

    in the last 10 or 15 year I always downloaded the new free GNAT from Adacore in may or june. This year there was no new version but a hint, I should transition to Alire. But the <Link Find out how to transition to Alire> only gives me a "404 Page not
    found" error.
    Can I get any help?
    What is Alire?
    How does it replace the old free GNAT?
    Is the any way to get something like the earlier free GNAT versions?
    I'm at a loss :-(

    Kind regards
    Charly

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stephen Leake@21:1/5 to Charly on Fri Jul 15 16:26:59 2022
    Charly <carl.weierstrass@googlemail.com> writes:

    Hi everbody,

    in the last 10 or 15 year I always downloaded the new free GNAT from
    Adacore in may or june. This year there was no new version but a hint,
    I should transition to Alire. But the <Link Find out how to transition
    to Alire> only gives me a "404 Page not found" error.
    Can I get any help?
    What is Alire?

    https://alire.ada.dev/

    How does it replace the old free GNAT?

    Alire is a package manager designed for and implemented in Ada.

    It provides a GNAT compiler and associated tools, but they are intended
    to be used with the Alire packages. You can use them for your own code,
    either by creating a new Alire package to contain your code (and
    possibly eventually publish it), or by setting your PATH to point to the compiler installed by Alire.

    I'm just getting started with Alire myself, partly for the same reason.

    --
    -- Stephe

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rod Kay@21:1/5 to All on Sat Jul 16 12:27:00 2022
    You can find the 2022 release of the gnatstudio binary here ...

    https://github.com/AdaCore/gnatstudio/releases


    Regards.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rod Kay@21:1/5 to All on Sat Jul 16 13:04:35 2022
    The new 2022 Gnatstudio binary can be found here ...

    https://github.com/AdaCore/gnatstudio/releases


    Regards.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rod Kay@21:1/5 to All on Sat Jul 16 16:40:49 2022
    Also, if you happen to be using Archlinux, there is a
    'gnatstudio-bin' in the AUR.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Vadim Godunko@21:1/5 to Charly on Sat Jul 16 05:18:04 2022
    On Friday, July 15, 2022 at 8:30:13 PM UTC+3, Charly wrote:

    But the <Link Find out how to transition to Alire> only gives me a "404 Page not found" error.

    This link is intended to points to

    https://alire.ada.dev/transition_from_gnat_community.html

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charly@21:1/5 to vgod...@gmail.com on Sun Jul 17 05:51:42 2022
    vgod...@gmail.com schrieb am Samstag, 16. Juli 2022 um 14:18:06 UTC+2:
    On Friday, July 15, 2022 at 8:30:13 PM UTC+3, Charly wrote:

    But the <Link Find out how to transition to Alire> only gives me a "404 Page not found" error.
    This link is intended to points to

    https://alire.ada.dev/transition_from_gnat_community.html

    Thank you for the answers

    Regards

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Saada Mehdi@21:1/5 to All on Wed Sep 21 03:50:51 2022
    Le samedi 16 juillet 2022 à 08:40:50 UTC+2, roda...@gmail.com a écrit :
    Also, if you happen to be using Archlinux, there is a
    'gnatstudio-bin' in the AUR.
    Which seems broken as I write this. Like a lot of AUR packages.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rod Kay@21:1/5 to Saada Mehdi on Wed Sep 21 22:11:43 2022
    On 21/9/22 20:50, Saada Mehdi wrote:
    Le samedi 16 juillet 2022 à 08:40:50 UTC+2, roda...@gmail.com a écrit :
    Also, if you happen to be using Archlinux, there is a
    'gnatstudio-bin' in the AUR.
    Which seems broken as I write this. Like a lot of AUR packages.


    If the problem is to do with the libcrypt version then the following
    should help ...

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


    I neglected to update the gnatstudio-bin PKGBUILD to fix this when
    it occurred. Will correct asap.


    Regards.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)