You are not logged in.

#1 2013-06-24 08:29:57

Torxed
Member
Registered: 2013-01-10
Posts: 200

[Solved] git:// broken - rework according to the new GitHub GUI update

Trying to install compton-git from the AUR packages and here's a problem:

==> Making package: compton-git 2013.04.21.g85e7d18-1 (Mon Jun 24 12:28:00 CEST 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning compton git repo...
Cloning into bare repository '/home/doxid/Downloads/compton-git/compton'...
fatal: unable to connect to github.com:
github.com[0: 204.232.175.90]: errno=Connection refused

==> ERROR: Failure while downloading compton git repo
    Aborting...

The reason being:

source=("git://github.com/chjj/compton.git")

Which should be:

#source=("git://github.com/chjj/compton.git")
source=("git@github.com:chjj/compton.git")

But it's not recognized by the build system (whichever that is)?
Any ideas on how to fix this?



Note: I've git clone git@... manually but since the sources differ it's not accepted as the right repo.

[doxid@faparch compton-git]$ git clone git@github.com:chjj/compton.git
Cloning into 'compton'...
remote: Counting objects: 1580, done.
remote: Compressing objects: 100% (680/680), done.
remote: Total 1580 (delta 910), reused 1528 (delta 871)
Receiving objects: 100% (1580/1580), 747.37 KiB | 570.00 KiB/s, done.
Resolving deltas: 100% (910/910), done.

And then makepkg -s:

==> ERROR: /home/doxid/Downloads/compton-git/compton is not a clone of git://github.com/chjj/compton.git
    Aborting...

Last edited by Torxed (2013-06-24 08:52:16)

Offline

#2 2013-06-24 08:34:55

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] git:// broken - rework according to the new GitHub GUI update

Works fine here...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2013-06-24 08:41:16

Torxed
Member
Registered: 2013-01-10
Posts: 200

Re: [Solved] git:// broken - rework according to the new GitHub GUI update

That is puzzling to me..

http://www.youtube.com/watch?v=_wOKvrD7nxU

It's completely broken here..

Offline

#4 2013-06-24 08:43:52

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] git:// broken - rework according to the new GitHub GUI update

Are you using makepkg or an AUR helper?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2013-06-24 08:46:42

Torxed
Member
Registered: 2013-01-10
Posts: 200

Re: [Solved] git:// broken - rework according to the new GitHub GUI update

as the 20sec video showed (rather quickly) and to quote my previous post:

"And then makepkg -s:" so i guess makepkg?


Solved it: eth0 going through a proxy differenciated between git://github.com and git@github.com, or the software AUR/PKGBUILD uses does?
Strange error without any error messages, switching to my phones hotspot worked for this AUR package....

Offline

Board footer

Powered by FluxBB