Package Details: xmlada 1:24.0w-2

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.42
First Submitted: 2010-02-02 16:26 (UTC)
Last Updated: 2023-07-01 08:07 (UTC)

Pinned Comments

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

This package is available in the Arch Ada Repository.

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

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

Latest Comments

1 2 3 4 Next › Last »

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

This package is available in the Arch Ada Repository.

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

xiretza commented on 2023-06-12 17:45 (UTC)

@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.

tfl5034 commented on 2023-06-12 04:35 (UTC)

@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.

charlie5 commented on 2023-06-10 10:27 (UTC)

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.

tfl5034 commented on 2023-06-09 02:17 (UTC)

@charlie5 did you accidentally commit the wrong source for this? The source points to the local filesystem instead of github.

Sven commented on 2023-05-20 23:40 (UTC)

@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.

charlie5 commented on 2023-05-04 22:34 (UTC)

@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 ;).

mindbound commented on 2023-05-04 21:18 (UTC)

@charlie5 Thanks, that worked!

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