Package Details: libadalang 2:24.0w-1

Git Clone URL: https://aur.archlinux.org/libadalang.git (read-only, click to copy)
Package Base: libadalang
Description: A high performance semantic engine for the Ada programming language.
Upstream URL: https://github.com/AdaCore/libadalang
Licenses: Apache
Submitter: charlie5
Maintainer: charlie5
Last Packager: charlie5
Votes: 4
Popularity: 0.000000
First Submitted: 2017-06-05 06:00 (UTC)
Last Updated: 2023-06-16 09:41 (UTC)

Pinned Comments

charlie5 commented on 2023-07-09 16:45 (UTC)

This package is available in the Arch Ada Repository.

https://wiki.archlinux.org/title/Ada

charlie5 commented on 2020-11-16 08:53 (UTC) (edited on 2020-11-16 08:55 (UTC) by charlie5)

If build hangs, please ensure you have more than 4Gig of RAM+Swap (8+ Gig is recommended).

Latest Comments

1 2 3 4 5 Next › Last »

slondr commented on 2023-09-04 19:46 (UTC) (edited on 2023-09-04 19:47 (UTC) by slondr)

When I try to build this package, I get the following error:

Building for config (BuildMode.prod, LibraryType.static_pic)
gpr2.gpr:15:04: value "static-pic" is illegal for typed string "build"

charlie5 commented on 2023-07-09 16:45 (UTC)

This package is available in the Arch Ada Repository.

https://wiki.archlinux.org/title/Ada

Herve_R commented on 2022-02-20 22:39 (UTC)

Sorry for the noise. I've rebuilt all dependencies and now it builds. Don't know the root cause but it works :->

Herve_R commented on 2022-02-20 17:32 (UTC)

With 12Gb of RAM (mostly unused), I'm hit by:

Build Libraries
   [gprlib]       adalang.lexch
   [bind SAL]     adalang

raised STORAGE_ERROR : stack overflow or erroneous memory access
gprlib: invocation of /usr/bin/gnatbind failed
gprbuild: could not build library for project libadalang

Is there something I can do to build this pakage?

Thanks

charlie5 commented on 2021-07-16 12:12 (UTC)

hi @tfl5034, 'langkit' has been separated out and is now a dependency.

Apologies for the delay.

charlie5 commented on 2021-07-13 17:13 (UTC)

hi @tfl5034, I've done this and just have to check the build in a clean chroot. Mods should be pushed tomorrow.

tfl5034 commented on 2021-07-13 02:26 (UTC)

This package conflicts with langkit. I am guessing that this PKGBUILD installs the langkit library. Can that be removed and can langkit be added as a dependency of this package?

charlie5 commented on 2020-11-16 08:53 (UTC) (edited on 2020-11-16 08:55 (UTC) by charlie5)

If build hangs, please ensure you have more than 4Gig of RAM+Swap (8+ Gig is recommended).

xiretza commented on 2020-06-27 11:24 (UTC)

@tfl5034 - yeah, that was my conclusion as well, see also my rejected PR here (which also sets a few more -X... flags): https://github.com/AdaCore/ada_language_server/pull/470

tfl5034 commented on 2020-06-27 11:21 (UTC) (edited on 2020-06-27 11:21 (UTC) by tfl5034)

Thanks for the help! Figured the issue out: I had to explicitly set the make variable LIBRARY_TYPE=relocatable to build and then I had to patch the Makefile to add a variable to a gprbuild command. https://aur.archlinux.org/packages/ada_language_server/