You are not logged in.

#1 2021-08-31 14:02:06

ivanc
Member
Registered: 2020-11-13
Posts: 3

[SOLVED] python-cymbal-git install issues

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

#2 2021-08-31 14:11:41

loqs
Member
Registered: 2014-03-06
Posts: 17,326

Re: [SOLVED] python-cymbal-git install issues

Do the following timeout?

git clone git://github.com/AndrewWalker/cymbal.git
git clone https://github.com/AndrewWalker/cymbal.git

Offline

#3 2021-08-31 15:01:09

ivanc
Member
Registered: 2020-11-13
Posts: 3

Re: [SOLVED] python-cymbal-git install issues

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

#4 2021-08-31 21:45:16

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: [SOLVED] python-cymbal-git install issues

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.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2021-09-01 09:00:26

ivanc
Member
Registered: 2020-11-13
Posts: 3

Re: [SOLVED] python-cymbal-git install issues

Changing the source to https:// worked perfectly. I'll contact the maintainer.

Thank you.

Offline

Board footer

Powered by FluxBB