Search Criteria
Package Details: ada-web-server 2020-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: | |
Groups: | |
Provides: | |
Submitter: | charlie5 |
Maintainer: | charlie5 |
Last Packager: | charlie5 |
Votes: | 4 |
Popularity: | 0.000050 |
First Submitted: | 2015-04-13 07:38 |
Last Updated: | 2020-10-13 06:48 |
Dependencies (3)
- gcc-ada (gcc-ada-multilib-x32, gcc-ada-git)
- gprbuild (gprbuild-git) (make)
- texlive-bin (texlive-bin-svn, texlive-installer, texlive-full) (make)
Latest Comments
zrmyers commented on 2020-03-08 01:29
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
python-sphinx should be listed as a build dependency.
charlie5 commented on 2016-11-30 08:27
Hi Sebmor,
I do not experience the same problem here.
Has anyone else had Sebmors issue ?
sebmor commented on 2016-11-18 18:58
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