This is not building properly, and it ends up with the following error:
raised ADA.IO_EXCEPTIONS.END_ERROR : a-tigeli.adb:96
make: *** [Makefile:120: install-static-pic] Error 1
Search Criteria
Package Details: xmlada 1:25.0w-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xmlada.git (read-only, click to copy) |
---|---|
Package Base: | xmlada |
Description: | An XML parser for Ada95. |
Upstream URL: | https://github.com/AdaCore/xmlada |
Licenses: | custom, GPL3 |
Conflicts: | xmlada-git |
Submitter: | None |
Maintainer: | charlie5 |
Last Packager: | charlie5 |
Votes: | 24 |
Popularity: | 0.005299 |
First Submitted: | 2010-02-02 16:26 (UTC) |
Last Updated: | 2024-05-31 06:06 (UTC) |
Dependencies (2)
- gcc-ada (gcc-ada-gitAUR, gcc-ada-debugAUR, gcc-ada-snapshotAUR) (make)
- gprbuildAUR (gprbuild-gitAUR, gprbuild-bootstrapAUR) (make)
Required by (12)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4
Jiehong commented on 2017-10-21 14:39 (UTC)
juanfra commented on 2017-09-09 08:19 (UTC)
I can't build the package. configure gets stuck at:
"checking whether gnat can build shared libs..."
nocko commented on 2016-06-30 12:52 (UTC)
Doesn't build against gnat>=5 due to changes in libgnat naming. Work around is in the upstream bug report:
https://github.com/AdaCore/gprbuild/issues/5
charlie5 commented on 2015-11-19 23:31 (UTC)
Upstream URL should be ok now.
Thanks for reporting.
Dettorer commented on 2015-11-19 15:33 (UTC)
The upstream package seems to be unavailable:
curl: (22) The requested URL returned error: 404 Not Found
skroll commented on 2014-07-22 15:37 (UTC)
I was able to build this just fine with version 4.9.0-5 of gcc-ada, but I had to modify the PKGBUILD to prevent it from stripping static libraries.
I just added options=('staticlibs') to the PKGBUILD and it was fine.
luolimao commented on 2013-12-17 17:52 (UTC)
Yeah, I get the same error.
jprocee commented on 2013-12-14 16:10 (UTC)
The package seems broken
http://pastebin.com/SjS3rz4G
Pinned Comments
charlie5 commented on 2023-07-09 16:48 (UTC)
This package is available in the Arch Ada Repository.
charlie5 commented on 2023-05-04 20:11 (UTC) (edited on 2023-05-04 20:12 (UTC) by charlie5)
@mindbound
The problem is due to gcc being updated to version 13. You'll have to re-build/re-install gprbuild-bootstrap, then xmlada, then gprbuild.
So ...
$ pacaur -S gprbuild-bootstrap
$ pacaur -S xmlada
$ pacaur -S gprbuild