Hi Armag67,
A re-build/install should fix the problem.
I'll bump up the package version tomorrow.
Thanks for the heads up.
Git Clone URL: | https://aur.archlinux.org/gnatstudio.git (read-only, click to copy) |
---|---|
Package Base: | gnatstudio |
Description: | GNAT Programming Studio for Ada. |
Upstream URL: | https://github.com/AdaCore/gps |
Licenses: | GPL |
Conflicts: | gnat-gps, gnatstudio-bin |
Submitter: | charlie5 |
Maintainer: | charlie5 |
Last Packager: | charlie5 |
Votes: | 22 |
Popularity: | 0.000000 |
First Submitted: | 2023-06-09 07:53 (UTC) |
Last Updated: | 2024-05-31 06:44 (UTC) |
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 Next › Last »
Hi Armag67,
A re-build/install should fix the problem.
I'll bump up the package version tomorrow.
Thanks for the heads up.
Hello,
libclang.so.7 has been updated to libclang.so.8 last week on my box. Now gps claims the older version of the library at launch (gps: error while loading shared libraries: libclang.so.7: cannot open shared object file: No such file or directory).
Even if i make a symlink libclang.so.7 to libclang.so.8 in the /usr/lib/ directory, gps throw at launch the error message: gps: /usr/lib/libclang.so.7: version `LLVM_7' not found (required by gps).
Thank's to take a look.
The package pep8
has been renamed pycodestyle
in 2016. A pull-request is already awaiting review upstream: https://github.com/AdaCore/gps/pull/26. The package python2-pycodestyle
already exists in the community
repository.
You could use a patch while waiting for the change upstream.
Hi gbabin,
You are right. I've been unable to locate a pep8 package for python2, however :(.
The build succeeds for me, thank you for making GPS available !
However, when it stars, there is the following error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/share/gps/plug-ins/pep8_integration.py", line 9, in <module>
import pep8
ImportError: No module named pep8
I think that it comes from the fact that python2
is looking for pep8
whereas the package depends on python-pep8
, which is a Python 3 package.
The build fails for me:
configure: ------------- Summary for GPS --------------------
configure: GNATcoll:
configure: Xml/Ada: with_xmlada
configure: use ADA_PROJECT_PATH to find xmlada.gpr
configure: --------------------------------------------------
configure: creating ./config.status
config.status: creating shared.gpr
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating common/core/src/config.ads
config.status: creating common/expect/Makefile
config.status: creating common/common.gpr
config.status: creating share/support/core/protocols.py
config.status: creating osx_bundle/Makefile
config.status: creating osx_bundle/scripts/install.py
config.status: creating docs/gps-welcome.html
config.status: creating docs/gps-welcome-public.html
make -C gps default
make[1]: Entering directory '/tmp/yaourt-tmp-gary/aur-gnat-gps/src/gps-gpl-2017-src/gps'
cd ../kernel/src; python hooks.py
cd ../kernel/generated; gnatcoll_db2ada -api=GPS.Kernel.Properties.Database -adacreate -dbmodel=../src/properties_schema.txt
/bin/sh: gnatcoll_db2ada: command not found
make[1]: *** [Makefile:43: all] Error 127
make[1]: Leaving directory '/tmp/yaourt-tmp-gary/aur-gnat-gps/src/gps-gpl-2017-src/gps'
make: *** [Makefile:21: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build gnat-gps.
==> Restart building gnat-gps ? [y/N]
==> ---------------------------------
==>
Pinned Comments
charlie5 commented on 2023-07-09 16:42 (UTC)
This package is available in the Arch Ada Repository.
charlie5 commented on 2023-06-25 17:14 (UTC) (edited on 2023-06-25 17:15 (UTC) by charlie5)
hi @GaryScottMartin,
'gnat-gps' has been recently deprecated in favour of 'gnatstudio'.
Regards.