Package Details: ada-web-server 1:23.0.0-2

Git Clone URL: https://aur.archlinux.org/ada-web-server.git (read-only, click to copy)
Package Base: ada-web-server
Description: A complete embeddable web application framework for Ada.
Upstream URL: http://libre.adacore.com/tools/aws
Licenses: GPL
Groups: gcc-ada
Provides: aws
Submitter: charlie5
Maintainer: charlie5
Last Packager: charlie5
Votes: 4
Popularity: 0.000000
First Submitted: 2015-04-13 07:38 (UTC)
Last Updated: 2023-10-20 08:47 (UTC)

Pinned Comments

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

This package is available in the Arch Ada Repository.

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

Latest Comments

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

This package is available in the Arch Ada Repository.

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

krouziciorel commented on 2023-06-16 18:34 (UTC)

@charlie5

Superb work, I had installed this new ada-web-server package without any problem, the coexistion with templates_parser is now OK.

charlie5 commented on 2023-06-16 11:45 (UTC)

@krouziciorel

Thanks for reporting this. There is now a separate 'templates_parser' package which obsoletes the 'ada-web-server' templates parsing, hence the clash.

I've just updated 'ada-web-server' PKGBUILD to remove the conflict. Please give it a try and let me know if it's now okay.

Regards

krouziciorel commented on 2023-06-16 10:43 (UTC)

Build this package is OK, but if I will install it, I see (with templates_parser installed before as a dependency of libadalang-tools)

ada-web-server: /usr/bin/templates2ada exists in filesystem (owned by templates_parser package) ada-web-server: /usr/bin/templatespp exists in filesystem (owned by templates_parser package) ada-web-server: /usr/include/templates_parser.relocatable/templates_parser-cached_files.adb exists in filesystem (owned by templates_parser package)

/usr/include/templates_parser.relocatable/ /usr/include/templates_parser.static/ /usr/share/doc/templates_parser/ /usr/share/gpr/

Can you please test it?

zrmyers commented on 2020-03-08 01:29 (UTC)

The source is broken for this package.

I had to change the source variable in the PKGBUILD so that it used the following instead of the mirrors.cdn.adacore.com link:

'https://community.download.adacore.com/v1/110b3f623b4487874a714d3cf29aa945680766a6?filename=aws-2019-20190512-18AB9-src'

zrhoffman commented on 2019-09-16 00:20 (UTC)

python-sphinx should be listed as a build dependency.

sphinx-build -b html -d build/doctrees   source build/html
make: sphinx-build: Command not found
make: *** [Makefile:72: html] Error 127
==> ERROR: A failure occurred in build().
    Aborting...
Error making: ada-web-server

charlie5 commented on 2016-11-30 08:27 (UTC)

Hi Sebmor, I do not experience the same problem here. Has anyone else had Sebmors issue ?

sebmor commented on 2016-11-18 18:58 (UTC)

Hi, this package can't build without adding this patch to PKGBUILD: --- PKGBUILD.old 2016-11-18 18:49:16.237413529 +0000 +++ PKGBUILD 2016-11-18 18:57:22.660761357 +0000 @@ -37,6 +37,7 @@ make DESTDIR="$pkgdir" install mkdir -p $pkgdir/usr/lib/gnat/manifests + ln -s ../share $pkgdir/usr/share mv $pkgdir/usr/share/gpr/aws.gpr $pkgdir/usr/lib/gnat mv $pkgdir/usr/share/gpr/manifests/aws $pkgdir/usr/lib/gnat/manifests rm -fr $pkgdir/usr/share/gpr