This package is available in the Arch Ada Repository.
https://wiki.archlinux.org/title/Ada
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.005745 |
First Submitted: | 2010-02-02 16:26 (UTC) |
Last Updated: | 2024-05-31 06:06 (UTC) |
This package is available in the Arch Ada Repository.
https://wiki.archlinux.org/title/Ada
@Sven: AUR helpers are not supported at all, and neither is building on a dirty system (i.e. outside a clean chroot). If doing either of those things causes you trouble, please sort it out yourself and don't pester packagers about it; they can't possibly account for every user's such problems.
@charlie5, I see that paru doesn't honor the new dependency either. I wonder if that can be fixed. I don't understand it. I discussed some thoughts on alternative ways to package this in ada_language_server comments. Let me know what you think.
Hi again @tfl5034
The gnatstudio package stack now depends on the sources within the
'gnatstudio-sources' tarball published with the latest release on github.
There is a new AUR package called 'gnatstudio-sources' which installs the
individual package tarballs to '/opt/gnatstudio-sources'. Unfortunately, pacaur
doesn't honour the dependency!
Until I sort out why exactly, you will have to install the
'gnatstudio-sources' package *before* beginning the build/install of the other
packages in the gnatstudio stack.
So ...
$ pacaur -S gnatstudio-sources
$ pacaur -S xmlada
Regards.
@charlie5 did you accidentally commit the wrong source for this? The source points to the local filesystem instead of github.
@xiretza: please do not call non-english systems "dirty". If the package requires an english locale to build, you can always override the locale. Having a locale set to any language other than english is not unusual. None of the package managers like pacaur and yay build their packages in a clean chroot.
@mindbound
Great :).
I might pin my last comment for others.
As a side note, you might be interested in joining #ada on 'irc.libera.chat'. There are about 70 ada ppl there and we'd love to have a new member :). I'm a channel op and the channel is very friendly. Anyways, up to you ;).
@charlie5 Thanks, that worked!
@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
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