Test ran at 2025-06-17 13:04:52.547998+00:00 SOLUTION: raylib=1.0.1: Ada bindings for Raylib Origin: commit 0fd26c4b9cbcb89fcfb8b08476aaebf16738df48 from https://github.com/Fabien-Chouteau/raylib-ada.git Properties: Author: Fabien Chouteau Description: Ada bindings for Raylib License: MIT OR Apache-2.0 WITH LLVM-exception Long_Description: # Using raylib-ada This project is available in the [Alire package manager](https://alire.ada.dev). To use it, just add `raylib` in your dependencies: ```console $ alr with raylib ``` And add the following linker switches for executable projects to link against Raylib and libmath: ``` package Linker is for Switches ("Ada") use ("-lraylib", "-lm"); end Linker; ``` # Raylib dependencies on Ubuntu/Debian When Raylib is available in the system distributions (Arch, Fedora, Msys2, Macports, Brew, etc.), Alire will install it for you so there's nothing to do here. For Ubuntu/Debian on the other hand, you have to download a Raylib release from GitHub (or build from source if you want). Alire will let you know with a message like this: ``` warn: The following external dependencies are unavailable within Alire: warn: libraylib^5 warn: They should be made available in the environment by the user. ``` Download the 5.0 release from this address: ``` $ wget https://github.com/raysan5/raylib/releases/download/5.0/raylib-5.0_linux_amd64.tar.gz ``` Extract it: ``` $ tar xf raylib-5.0_linux_amd64.tar.gz ``` Set the environment variables like so: ``` $ export C_INCLUDE_PATH=${PWD}/raylib-5.0_linux_amd64/include/:${C_INCLUDE_PATH} $ export LIBRARY_PATH=${PWD}/raylib-5.0_linux_amd64/lib/:${LIBRARY_PATH} ``` Maintainer: Fabien Chouteau Maintainers_Logins: Fabien-Chouteau Name: raylib Tag: raylib Tag: gamedev Tag: binding Version: 1.0.1 Website: Dependencies (direct): gnat>=12 & <2000 libraylib^5 Dependencies (solution): gnat=14.2.1 (gnat_external) libraylib=5.5.0 Dependencies (graph): raylib=1.0.1 --> gnat=14.2.1 (gnat_external) (>=12 & <2000) raylib=1.0.1 --> libraylib=5.5.0 (^5) LOG: Spawning: alr -d -n get --build raylib=1.0.1 Note: Deploying raylib=1.0.1... Note: Deploying libraylib=5.5.0... The system package 'raylib-devel' is about to be installed. This action might require admin privileges and impact your system installation. Do you want Alire to install this system package? Using default: Yes Last metadata expiration check: 0:04:04 ago on Tue Jun 17 13:00:32 2025. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: raylib-devel x86_64 5.5-1.fc40 updates 91 k Installing dependencies: cmake-filesystem x86_64 3.30.8-1.fc40 updates 17 k hwdata noarch 0.394-1.fc40 updates 1.6 M libX11 x86_64 1.8.10-2.fc40 updates 650 k libX11-common noarch 1.8.10-2.fc40 updates 176 k libX11-devel x86_64 1.8.10-2.fc40 updates 1.0 M libX11-xcb x86_64 1.8.10-2.fc40 updates 12 k libXau x86_64 1.0.11-6.fc40 fedora 32 k libXau-devel x86_64 1.0.11-6.fc40 fedora 14 k libXcursor x86_64 1.2.1-7.fc40 fedora 30 k libXcursor-devel x86_64 1.2.1-7.fc40 fedora 40 k libXext x86_64 1.3.6-1.fc40 fedora 39 k libXext-devel x86_64 1.3.6-1.fc40 fedora 86 k libXfixes x86_64 6.0.1-3.fc40 fedora 19 k libXfixes-devel x86_64 6.0.1-3.fc40 fedora 13 k libXi x86_64 1.8.2-1.fc40 updates 40 k libXi-devel x86_64 1.8.2-1.fc40 updates 116 k libXinerama x86_64 1.1.5-6.fc40 fedora 14 k libXinerama-devel x86_64 1.1.5-6.fc40 fedora 13 k libXrandr x86_64 1.5.4-3.fc40 fedora 28 k libXrandr-devel x86_64 1.5.4-3.fc40 fedora 19 k libXrender x86_64 0.9.11-6.fc40 fedora 27 k libXrender-devel x86_64 0.9.11-6.fc40 fedora 19 k libXxf86vm x86_64 1.1.5-6.fc40 fedora 18 k libdrm x86_64 2.4.123-1.fc40 updates 159 k libdrm-devel x86_64 2.4.123-1.fc40 updates 180 k libffi-devel x86_64 3.4.4-7.fc40 fedora 28 k libglvnd x86_64 1:1.7.0-4.fc40 fedora 115 k libglvnd-core-devel x86_64 1:1.7.0-4.fc40 fedora 17 k libglvnd-devel x86_64 1:1.7.0-4.fc40 fedora 163 k libglvnd-egl x86_64 1:1.7.0-4.fc40 fedora 35 k libglvnd-gles x86_64 1:1.7.0-4.fc40 fedora 29 k libglvnd-glx x86_64 1:1.7.0-4.fc40 fedora 132 k libglvnd-opengl x86_64 1:1.7.0-4.fc40 fedora 38 k libpciaccess x86_64 0.16-12.fc40 fedora 26 k libpciaccess-devel x86_64 0.16-12.fc40 fedora 12 k libwayland-client x86_64 1.23.0-2.fc40 updates 33 k libwayland-cursor x86_64 1.23.0-2.fc40 updates 19 k libwayland-egl x86_64 1.23.0-2.fc40 updates 13 k libwayland-server x86_64 1.23.0-2.fc40 updates 41 k libxcb x86_64 1.17.0-2.fc40 updates 240 k libxcb-devel x86_64 1.17.0-2.fc40 updates 1.4 M libxkbcommon-devel x86_64 1.6.0-2.fc40 fedora 66 k libxml2-devel x86_64 2.12.5-1.fc40 fedora 525 k libxshmfence x86_64 1.3.2-5.fc40 updates 13 k llvm-libs x86_64 18.1.8-4.fc40 updates 28 M lm_sensors-libs x86_64 3.6.0-18.fc40 fedora 40 k mesa-filesystem x86_64 24.1.7-1.fc40 updates 21 k mesa-libEGL x86_64 24.1.7-1.fc40 updates 140 k mesa-libGL x86_64 24.1.7-1.fc40 updates 176 k mesa-libGL-devel x86_64 24.1.7-1.fc40 updates 38 k mesa-libgbm x86_64 24.1.7-1.fc40 updates 48 k mesa-libglapi x86_64 24.1.7-1.fc40 updates 51 k raylib x86_64 5.5-1.fc40 updates 682 k wayland-devel x86_64 1.23.0-2.fc40 updates 153 k wayland-protocols-devel noarch 1.44-1.fc40 updates 172 k xorg-x11-proto-devel noarch 2024.1-2.fc40 updates 300 k xz-devel x86_64 1:5.4.6-3.fc40 fedora 67 k zlib-ng-compat-devel x86_64 2.1.6-2.fc40 fedora 36 k Installing weak dependencies: gl-manpages noarch 1.1-31.20190306.fc40 fedora 1.2 M mesa-dri-drivers x86_64 24.1.7-1.fc40 updates 26 M mesa-va-drivers x86_64 24.1.7-1.fc40 updates 4.0 M Transaction Summary ================================================================================ Install 62 Packages Total download size: 69 M Installed size: 290 M Downloading Packages: (1/62): libXau-1.0.11-6.fc40.x86_64.rpm 317 kB/s | 32 kB 00:00 (2/62): libXau-devel-1.0.11-6.fc40.x86_64.rpm 16 kB/s | 14 kB 00:00 (3/62): libXcursor-1.2.1-7.fc40.x86_64.rpm 39 kB/s | 30 kB 00:00 (4/62): libXcursor-devel-1.2.1-7.fc40.x86_64.rp 880 kB/s | 40 kB 00:00 (5/62): libXext-1.3.6-1.fc40.x86_64.rpm 698 kB/s | 39 kB 00:00 (6/62): gl-manpages-1.1-31.20190306.fc40.noarch 1.3 MB/s | 1.2 MB 00:00 (7/62): libXfixes-6.0.1-3.fc40.x86_64.rpm 698 kB/s | 19 kB 00:00 (8/62): libXext-devel-1.3.6-1.fc40.x86_64.rpm 1.7 MB/s | 86 kB 00:00 (9/62): libXfixes-devel-6.0.1-3.fc40.x86_64.rpm 485 kB/s | 13 kB 00:00 (10/62): libXinerama-1.1.5-6.fc40.x86_64.rpm 445 kB/s | 14 kB 00:00 (11/62): libXinerama-devel-1.1.5-6.fc40.x86_64. 480 kB/s | 13 kB 00:00 (12/62): libXrandr-1.5.4-3.fc40.x86_64.rpm 1.3 MB/s | 28 kB 00:00 (13/62): libXrender-0.9.11-6.fc40.x86_64.rpm 1.3 MB/s | 27 kB 00:00 (14/62): libXrandr-devel-1.5.4-3.fc40.x86_64.rp 660 kB/s | 19 kB 00:00 (15/62): libXrender-devel-0.9.11-6.fc40.x86_64. 952 kB/s | 19 kB 00:00 (16/62): libffi-devel-3.4.4-7.fc40.x86_64.rpm 1.2 MB/s | 28 kB 00:00 (17/62): libglvnd-1.7.0-4.fc40.x86_64.rpm 4.1 MB/s | 115 kB 00:00 (18/62): libXxf86vm-1.1.5-6.fc40.x86_64.rpm 517 kB/s | 18 kB 00:00 (19/62): libglvnd-egl-1.7.0-4.fc40.x86_64.rpm 1.3 MB/s | 35 kB 00:00 (20/62): libglvnd-core-devel-1.7.0-4.fc40.x86_6 480 kB/s | 17 kB 00:00 (21/62): libglvnd-devel-1.7.0-4.fc40.x86_64.rpm 5.1 MB/s | 163 kB 00:00 (22/62): libglvnd-gles-1.7.0-4.fc40.x86_64.rpm 1.4 MB/s | 29 kB 00:00 (23/62): libglvnd-opengl-1.7.0-4.fc40.x86_64.rp 1.5 MB/s | 38 kB 00:00 (24/62): libglvnd-glx-1.7.0-4.fc40.x86_64.rpm 4.1 MB/s | 132 kB 00:00 (25/62): libpciaccess-0.16-12.fc40.x86_64.rpm 705 kB/s | 26 kB 00:00 (26/62): libxkbcommon-devel-1.6.0-2.fc40.x86_64 2.5 MB/s | 66 kB 00:00 (27/62): libpciaccess-devel-0.16-12.fc40.x86_64 358 kB/s | 12 kB 00:00 (28/62): lm_sensors-libs-3.6.0-18.fc40.x86_64.r 1.4 MB/s | 40 kB 00:00 (29/62): xz-devel-5.4.6-3.fc40.x86_64.rpm 2.2 MB/s | 67 kB 00:00 (30/62): libxml2-devel-2.12.5-1.fc40.x86_64.rpm 12 MB/s | 525 kB 00:00 (31/62): zlib-ng-compat-devel-2.1.6-2.fc40.x86_ 1.2 MB/s | 36 kB 00:00 (32/62): cmake-filesystem-3.30.8-1.fc40.x86_64. 365 kB/s | 17 kB 00:00 (33/62): libX11-common-1.8.10-2.fc40.noarch.rpm 7.3 MB/s | 176 kB 00:00 (34/62): hwdata-0.394-1.fc40.noarch.rpm 21 MB/s | 1.6 MB 00:00 (35/62): libX11-1.8.10-2.fc40.x86_64.rpm 9.4 MB/s | 650 kB 00:00 (36/62): libX11-devel-1.8.10-2.fc40.x86_64.rpm 29 MB/s | 1.0 MB 00:00 (37/62): libX11-xcb-1.8.10-2.fc40.x86_64.rpm 448 kB/s | 12 kB 00:00 (38/62): libXi-1.8.2-1.fc40.x86_64.rpm 1.8 MB/s | 40 kB 00:00 (39/62): libXi-devel-1.8.2-1.fc40.x86_64.rpm 5.1 MB/s | 116 kB 00:00 (40/62): libdrm-2.4.123-1.fc40.x86_64.rpm 7.4 MB/s | 159 kB 00:00 (41/62): libdrm-devel-2.4.123-1.fc40.x86_64.rpm 8.1 MB/s | 180 kB 00:00 (42/62): libwayland-client-1.23.0-2.fc40.x86_64 1.8 MB/s | 33 kB 00:00 (43/62): libwayland-cursor-1.23.0-2.fc40.x86_64 1.1 MB/s | 19 kB 00:00 (44/62): libwayland-egl-1.23.0-2.fc40.x86_64.rp 742 kB/s | 13 kB 00:00 (45/62): libwayland-server-1.23.0-2.fc40.x86_64 2.4 MB/s | 41 kB 00:00 (46/62): libxcb-1.17.0-2.fc40.x86_64.rpm 20 MB/s | 240 kB 00:00 (47/62): libxshmfence-1.3.2-5.fc40.x86_64.rpm 1.4 MB/s | 13 kB 00:00 (48/62): libxcb-devel-1.17.0-2.fc40.x86_64.rpm 63 MB/s | 1.4 MB 00:00 (49/62): mesa-filesystem-24.1.7-1.fc40.x86_64.r 527 kB/s | 21 kB 00:00 (50/62): mesa-libEGL-24.1.7-1.fc40.x86_64.rpm 3.5 MB/s | 140 kB 00:00 (51/62): mesa-libGL-24.1.7-1.fc40.x86_64.rpm 4.7 MB/s | 176 kB 00:00 (52/62): llvm-libs-18.1.8-4.fc40.x86_64.rpm 134 MB/s | 28 MB 00:00 (53/62): mesa-libGL-devel-24.1.7-1.fc40.x86_64. 435 kB/s | 38 kB 00:00 (54/62): mesa-libgbm-24.1.7-1.fc40.x86_64.rpm 4.9 MB/s | 48 kB 00:00 (55/62): mesa-libglapi-24.1.7-1.fc40.x86_64.rpm 5.7 MB/s | 51 kB 00:00 (56/62): mesa-dri-drivers-24.1.7-1.fc40.x86_64. 94 MB/s | 26 MB 00:00 (57/62): raylib-5.5-1.fc40.x86_64.rpm 9.9 MB/s | 682 kB 00:00 (58/62): raylib-devel-5.5-1.fc40.x86_64.rpm 3.6 MB/s | 91 kB 00:00 (59/62): wayland-devel-1.23.0-2.fc40.x86_64.rpm 5.4 MB/s | 153 kB 00:00 (60/62): wayland-protocols-devel-1.44-1.fc40.no 8.7 MB/s | 172 kB 00:00 (61/62): xorg-x11-proto-devel-2024.1-2.fc40.noa 25 MB/s | 300 kB 00:00 (62/62): mesa-va-drivers-24.1.7-1.fc40.x86_64.r 31 MB/s | 4.0 MB 00:00 -------------------------------------------------------------------------------- Total 36 MB/s | 69 MB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : xorg-x11-proto-devel-2024.1-2.fc40.noarch 1/62 Installing : libglvnd-1:1.7.0-4.fc40.x86_64 2/62 Installing : libX11-xcb-1.8.10-2.fc40.x86_64 3/62 Installing : libxshmfence-1.3.2-5.fc40.x86_64 4/62 Installing : libwayland-server-1.23.0-2.fc40.x86_64 5/62 Installing : libwayland-client-1.23.0-2.fc40.x86_64 6/62 Installing : mesa-filesystem-24.1.7-1.fc40.x86_64 7/62 Installing : llvm-libs-18.1.8-4.fc40.x86_64 8/62 Installing : cmake-filesystem-3.30.8-1.fc40.x86_64 9/62 Installing : libXau-1.0.11-6.fc40.x86_64 10/62 Installing : libxcb-1.17.0-2.fc40.x86_64 11/62 Installing : libXau-devel-1.0.11-6.fc40.x86_64 12/62 Installing : libxcb-devel-1.17.0-2.fc40.x86_64 13/62 Installing : libwayland-cursor-1.23.0-2.fc40.x86_64 14/62 Installing : libglvnd-opengl-1:1.7.0-4.fc40.x86_64 15/62 Installing : wayland-protocols-devel-1.44-1.fc40.noarch 16/62 Installing : raylib-5.5-1.fc40.x86_64 17/62 Installing : libwayland-egl-1.23.0-2.fc40.x86_64 18/62 Installing : libX11-common-1.8.10-2.fc40.noarch 19/62 Installing : libX11-1.8.10-2.fc40.x86_64 20/62 Installing : libX11-devel-1.8.10-2.fc40.x86_64 21/62 Installing : libXext-1.3.6-1.fc40.x86_64 22/62 Installing : libXext-devel-1.3.6-1.fc40.x86_64 23/62 Installing : libXfixes-6.0.1-3.fc40.x86_64 24/62 Installing : libXrender-0.9.11-6.fc40.x86_64 25/62 Installing : libXrender-devel-0.9.11-6.fc40.x86_64 26/62 Installing : libXfixes-devel-6.0.1-3.fc40.x86_64 27/62 Installing : libXcursor-1.2.1-7.fc40.x86_64 28/62 Installing : libXcursor-devel-1.2.1-7.fc40.x86_64 29/62 Installing : libXrandr-1.5.4-3.fc40.x86_64 30/62 Installing : libXrandr-devel-1.5.4-3.fc40.x86_64 31/62 Installing : libXinerama-1.1.5-6.fc40.x86_64 32/62 Installing : libXinerama-devel-1.1.5-6.fc40.x86_64 33/62 Installing : libXxf86vm-1.1.5-6.fc40.x86_64 34/62 Installing : libXi-1.8.2-1.fc40.x86_64 35/62 Installing : libXi-devel-1.8.2-1.fc40.x86_64 36/62 Installing : hwdata-0.394-1.fc40.noarch 37/62 Installing : libpciaccess-0.16-12.fc40.x86_64 38/62 Installing : libdrm-2.4.123-1.fc40.x86_64 39/62 Installing : mesa-va-drivers-24.1.7-1.fc40.x86_64 40/62 Installing : libpciaccess-devel-0.16-12.fc40.x86_64 41/62 Installing : libdrm-devel-2.4.123-1.fc40.x86_64 42/62 Installing : zlib-ng-compat-devel-2.1.6-2.fc40.x86_64 43/62 Installing : xz-devel-1:5.4.6-3.fc40.x86_64 44/62 Installing : libxml2-devel-2.12.5-1.fc40.x86_64 45/62 Installing : libxkbcommon-devel-1.6.0-2.fc40.x86_64 46/62 Installing : lm_sensors-libs-3.6.0-18.fc40.x86_64 47/62 Installing : mesa-libglapi-24.1.7-1.fc40.x86_64 48/62 Installing : mesa-dri-drivers-24.1.7-1.fc40.x86_64 49/62 Installing : libglvnd-glx-1:1.7.0-4.fc40.x86_64 50/62 Installing : mesa-libGL-24.1.7-1.fc40.x86_64 51/62 Installing : mesa-libgbm-24.1.7-1.fc40.x86_64 52/62 Installing : libglvnd-egl-1:1.7.0-4.fc40.x86_64 53/62 Installing : mesa-libEGL-24.1.7-1.fc40.x86_64 54/62 Installing : libglvnd-gles-1:1.7.0-4.fc40.x86_64 55/62 Installing : libglvnd-core-devel-1:1.7.0-4.fc40.x86_64 56/62 Installing : libglvnd-devel-1:1.7.0-4.fc40.x86_64 57/62 Installing : libffi-devel-3.4.4-7.fc40.x86_64 58/62 Installing : wayland-devel-1.23.0-2.fc40.x86_64 59/62 Installing : gl-manpages-1.1-31.20190306.fc40.noarch 60/62 Installing : mesa-libGL-devel-24.1.7-1.fc40.x86_64 61/62 Installing : raylib-devel-5.5-1.fc40.x86_64 62/62 Running scriptlet: raylib-devel-5.5-1.fc40.x86_64 62/62 Installed: cmake-filesystem-3.30.8-1.fc40.x86_64 gl-manpages-1.1-31.20190306.fc40.noarch hwdata-0.394-1.fc40.noarch libX11-1.8.10-2.fc40.x86_64 libX11-common-1.8.10-2.fc40.noarch libX11-devel-1.8.10-2.fc40.x86_64 libX11-xcb-1.8.10-2.fc40.x86_64 libXau-1.0.11-6.fc40.x86_64 libXau-devel-1.0.11-6.fc40.x86_64 libXcursor-1.2.1-7.fc40.x86_64 libXcursor-devel-1.2.1-7.fc40.x86_64 libXext-1.3.6-1.fc40.x86_64 libXext-devel-1.3.6-1.fc40.x86_64 libXfixes-6.0.1-3.fc40.x86_64 libXfixes-devel-6.0.1-3.fc40.x86_64 libXi-1.8.2-1.fc40.x86_64 libXi-devel-1.8.2-1.fc40.x86_64 libXinerama-1.1.5-6.fc40.x86_64 libXinerama-devel-1.1.5-6.fc40.x86_64 libXrandr-1.5.4-3.fc40.x86_64 libXrandr-devel-1.5.4-3.fc40.x86_64 libXrender-0.9.11-6.fc40.x86_64 libXrender-devel-0.9.11-6.fc40.x86_64 libXxf86vm-1.1.5-6.fc40.x86_64 libdrm-2.4.123-1.fc40.x86_64 libdrm-devel-2.4.123-1.fc40.x86_64 libffi-devel-3.4.4-7.fc40.x86_64 libglvnd-1:1.7.0-4.fc40.x86_64 libglvnd-core-devel-1:1.7.0-4.fc40.x86_64 libglvnd-devel-1:1.7.0-4.fc40.x86_64 libglvnd-egl-1:1.7.0-4.fc40.x86_64 libglvnd-gles-1:1.7.0-4.fc40.x86_64 libglvnd-glx-1:1.7.0-4.fc40.x86_64 libglvnd-opengl-1:1.7.0-4.fc40.x86_64 libpciaccess-0.16-12.fc40.x86_64 libpciaccess-devel-0.16-12.fc40.x86_64 libwayland-client-1.23.0-2.fc40.x86_64 libwayland-cursor-1.23.0-2.fc40.x86_64 libwayland-egl-1.23.0-2.fc40.x86_64 libwayland-server-1.23.0-2.fc40.x86_64 libxcb-1.17.0-2.fc40.x86_64 libxcb-devel-1.17.0-2.fc40.x86_64 libxkbcommon-devel-1.6.0-2.fc40.x86_64 libxml2-devel-2.12.5-1.fc40.x86_64 libxshmfence-1.3.2-5.fc40.x86_64 llvm-libs-18.1.8-4.fc40.x86_64 lm_sensors-libs-3.6.0-18.fc40.x86_64 mesa-dri-drivers-24.1.7-1.fc40.x86_64 mesa-filesystem-24.1.7-1.fc40.x86_64 mesa-libEGL-24.1.7-1.fc40.x86_64 mesa-libGL-24.1.7-1.fc40.x86_64 mesa-libGL-devel-24.1.7-1.fc40.x86_64 mesa-libgbm-24.1.7-1.fc40.x86_64 mesa-libglapi-24.1.7-1.fc40.x86_64 mesa-va-drivers-24.1.7-1.fc40.x86_64 raylib-5.5-1.fc40.x86_64 raylib-devel-5.5-1.fc40.x86_64 wayland-devel-1.23.0-2.fc40.x86_64 wayland-protocols-devel-1.44-1.fc40.noarch xorg-x11-proto-devel-2024.1-2.fc40.noarch xz-devel-1:5.4.6-3.fc40.x86_64 zlib-ng-compat-devel-2.1.6-2.fc40.x86_64 Complete! Note: Alire has selected automatically this toolchain: gprbuild=22.0.1 gnat_native=14.2.1 You can select a different toolchain at any time with `alr toolchain --select` Download will start now: Note: Deploying gprbuild=22.0.1... #=#=# ############################################### 66.0% ######################################################################## 100.0% Note: gprbuild=22.0.1 installed successfully. Note: Deploying gnat_native=14.2.1... #=#=# #### 6.9% ############ 17.2% #################### 28.4% ############################ 39.4% #################################### 50.5% ############################################ 61.2% #################################################### 72.2% ############################################################ 83.6% #################################################################### 94.7% ######################################################################## 100.0% Note: gnat_native=14.2.1 installed successfully. Note: Building raylib=1.0.1/raylib.gpr... gprconfig: can't find a native toolchain for language 'ada' gprconfig: can't find a native toolchain for language 'ada' Setup [mkdir] object directory for project Raylib [mkdir] library directory for project Raylib raylib.gpr:2:09: no compiler for language "Ada", cannot compile "raylib_config.ads" gprbuild: *** compilation phase failed stderr: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/home/runner/work/alire-crates-ci/alire-crates-ci/test/00da46c7-1b6f-44e6-aaec-010698c5b426/raylib_1.0.1_0fd26c4b/raylib.gpr"] exited with code 4 ERROR: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/home/runner/work/alire-crates-ci/alire-crates-ci/test/00da46c7-1b6f-44e6-aaec-010698c5b426/raylib_1.0.1_0fd26c4b/raylib.gpr"] exited with code 4 stderr: ALIRE.CHECKED_ERROR stderr: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/home/runner/work/alire-crates-ci/alire-crates-ci/test/00da46c7-1b6f-44e6-aaec-010698c5b426/raylib_1.0.1_0fd26c4b/raylib.gpr"] exited with code 4 stderr: raised ALIRE.CHECKED_ERROR : alire-stored-error:1 [/usr/bin/alr] 0xe16f5e Alire.Raise_Checked_Error at alire.adb:284 0xa845be Alire.Os_Lib.Subprocess.Checked_Spawn at alire-os_lib-subprocess.adb:111 0xcef7be Alire.Spawn.Command at alire-spawn.adb:21 0xcefdde Alire.Spawn.Gprbuild at alire-spawn.adb:41 0xc31d1f Alire.Roots.Build at alire-roots.adb:186 0xc304da Alire.Roots.Build at alire-roots.adb:252 0xc53d6f Alire.Roots.Traverse at alire-roots.adb:2075 0xcba1fd Alire.Solutions.Traverse.Visit at alire-solutions.adb:1480 0xcb9344 Alire.Solutions.Traverse at alire-solutions.adb:1563 0xc53e62 Alire.Roots.Traverse at alire-roots.adb:2079 0xc53f21 Alire.Roots.Traverse at alire-roots.adb:2059 0xc30a46 Alire.Roots.Build at alire-roots.adb:283 0xc30b2b Alire.Roots.Build at alire-roots.adb:111 0x4a5e38 Alr.Commands.Get.Retrieve at alr-commands-get.adb:205 0x4a94f3 Alr.Commands.Get.Execute at alr-commands-get.adb:378 0x4a96a1 Alr.Commands.Get.Execute at alr-commands-get.adb:256 0x533c96 Alr.Commands.Sub_Cmd.Execute at clic-subcommand-instance.adb:749 0x53eff7 Alr.Commands.Execute at alr-commands.adb:561 0x43953a Alr.Main at alr-main.adb:13 0x43c1d3 Main at b__alr-main.adb:2299 [/lib64/libc.so.6] 0x7f3f6c3a0086 0x7f3f6c3a0149 [/usr/bin/alr] 0x4393dc _start at ??? 0xfffffffffffffffe Warning: raylib=1.0.1 successfully retrieved but its build failed. Dependencies were solved as follows: +b gnat 14.2.1 (new,gnat_external,executable in path) +b libraylib 5.5.0 (new,system package) ERROR: Build ended with errors