You are not logged in.
Hi all.
I'm having some troubles installing the AUR package python-cadquery (python-cadquery-git). As more than one package is involved I'm posting here: not sure if that's the correct procedure, please excuse my ignorance otherwise.
https://aur.archlinux.org/packages/python-cadquery-git/
https://aur.archlinux.org/packages/python-cadquery/
I tried both of them cloning the git directory and making the package but both of them end up requiring python-ocp, this requiring python-cymbal (or python-cymbal-git).
https://aur.archlinux.org/packages/python-cymbal-git
The problem is that python-cymbal apparently doesn't exist, while I'm having troubles installing python-cymbal-git as makepkg gets stucked at the following output:
$ makepkg -si
==> Making package: python-cymbal-git r11.f0c7e7d-1 (Tue 31 Aug 2021 03:08:25 PM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Cloning cymbal git repo...
Cloning into bare repository './builds/python-cadquery-git/python-ocp/python-cymbal-git/cymbal'...
Leaving it alone for several minutes the only result I get is a timed out connection error. May it be an outdated package or a problem with the PKGBUILD? Or am i missing something?
Thanks in advance.
Last edited by ivanc (2021-09-01 09:01:05)
Offline
Do the following timeout?
git clone git://github.com/AndrewWalker/cymbal.git
git clone https://github.com/AndrewWalker/cymbal.git
Offline
Only the first one, the second one seems alright.
$ git clone https://github.com/AndrewWalker/cymbal.git
Cloning into 'cymbal'...
remote: Enumerating objects: 64, done.
remote: Total 64 (delta 0), reused 0 (delta 0), pack-reused 64
Receiving objects: 100% (64/64), 10.21 KiB | 10.21 MiB/s, done.
Resolving deltas: 100% (31/31), done.
Offline
Then your internet provider / connection probably blocks the port 9418 used by git:// .
Ask the AUR maintainer to switch to git+https .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Changing the source to https:// worked perfectly. I'll contact the maintainer.
Thank you.
Offline