The gtkada 1:24.0w-2 failed to install for me.
I was upgrading it and it fails trying to uninstall the previous version of the lib (after the docs compilation).
I managed to install the new version uninstalling the previous version first ( yay -R gtkada
).
I was about to try the following patch (that might help the maintainer) : @@ -97,9 +97,9 @@ -Psrc/gtkada.gpr
install-clean:
-ifneq (,$(wildcard $(prefix)/lib/gnat/manifests/gtkada))
+ifneq (,$(wildcard $(prefix)/${PRJDIR}/manifests/gtkada))
-$(GPRINSTALL) --uninstall -f --prefix=$(prefix) \
- --project-subdir=lib/gnat gtkada
+ --project-subdir=${PRJDIR} gtkada
endif
install: install-clean
@@ -116,7 +116,7 @@
@echo '-- To use the library, you may need to update LD_LIBRARY_PATH --'
@echo '-- or to run ldconfig. You may also need to update GPR_PROJECT_PATH --'
@echo '-- to include --'
- @echo '-- ${prefix}/lib/gnat'
+ @echo '-- ${prefix}/${PRJDIR}'
@echo '-----------------------------------------------------------------------'
docs:
Pinned Comments
charlie5 commented on 2023-07-09 16:44 (UTC)
This package is available in the Arch Ada Repository.