This package is available in the Arch Ada Repository.
https://wiki.archlinux.org/title/Ada
Git Clone URL: | https://aur.archlinux.org/ada_spawn.git (read-only, click to copy) |
---|---|
Package Base: | ada_spawn |
Description: | A simple Ada API to start processes and communicate with them. |
Upstream URL: | https://github.com/AdaCore/spawn |
Licenses: | Apache |
Submitter: | charlie5 |
Maintainer: | charlie5 |
Last Packager: | charlie5 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-06-20 07:24 (UTC) |
Last Updated: | 2024-05-31 06:36 (UTC) |
This package is available in the Arch Ada Repository.
https://wiki.archlinux.org/title/Ada
@ManfredGahr
You're welcome :).
Hi @charlie5 ada_spawn builds now,thanks for your fast answer.
Hi @ManfredGahr,
The new gcc 12.1 version has broken many ada packages. We're in the process of updating them atm. Hope to have most done by the end of the weekend.
Regards.
I have the following Error when trying to build ada_spawn as a dependency for gnat_gps:
==> Making package: ada_spawn 1:21.0.0-1 (Fr 13 Mai 2022 15:55:35 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found ada_spawn-21.0.0.tar.gz
-> Found Makefile.patch
==> Validating source files with sha1sums...
ada_spawn-21.0.0.tar.gz ... Passed
Makefile.patch ... Passed
==> Extracting sources...
-> Extracting ada_spawn-21.0.0.tar.gz with bsdtar
==> Starting prepare()...
patching file Makefile
==> Starting build()...
export LIBRARY_TYPE=relocateable
gprbuild -p -j0 -P gnat/spawn.gpr
Setup
[mkdir] object directory for project Spawn
[mkdir] library directory for project Spawn
Compile
[c] posix_const.c
[Ada] spawn.ads
[Ada] spawn-string_vectors.ads
[Ada] spawn-processes-monitor_loop.adb
[Ada] spawn-posix.ads
[Ada] spawn-environments.adb
[Ada] spawn-internal__posix.adb
[Ada] spawn-environments-internal__posix.adb
[Ada] spawn-processes__posix.adb
[Ada] spawn-processes-monitor__posix.adb
Build Libraries
[gprlib] spawn.lexch
[archive] libspawn.a
[index] libspawn.a
gprbuild -p -j0 -P gnat/spawn_tests.gpr
Setup
[mkdir] object directory for project Spawn_Tests
Compile
[Ada] spawn_test.adb
[Ada] spawn_unexpected.adb
[Ada] spawn_kill.adb
spawn_kill.adb:128:10: warning: pragma Unreferenced given for "Self" [enabled by default]
spawn_kill.adb:129:10: warning: pragma Unreferenced given for "Self" [enabled by default]
compilation of spawn_kill.adb failed
gprbuild: *** compilation phase failed
make: *** [Makefile:23: all] Error 4
==> ERROR: A failure occurred in build().
Aborting...
:: Unable to build ada_spawn - makepkg exited with code: 4
Pinned Comments
charlie5 commented on 2023-07-09 16:31 (UTC)
This package is available in the Arch Ada Repository.