You are not logged in.

#1 2017-05-04 01:18:25

jarro_2783
Member
Registered: 2017-05-04
Posts: 5

[Solved] git over https broken

I just updated my system and nothing related to git fetch over https is working.

I tracked it down to a segfault in `git-remote-https`.

git clone https://gitlab.com/puppetlabs/puppet

(and many others) aborts after a couple of seconds. If I run coredumpctl I can see a crash in git-remote-https, which ultimately gets me to

#0  0x00007f3f9bc9e655 in X509_NAME_entry_count () from /usr/lib/libcrypto.so.1.1

Just wondering if anyone else is having the same problem or if something is broken on just my system.

Last edited by jarro_2783 (2017-05-04 05:05:12)

Offline

#2 2017-05-04 01:42:50

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

Re: [Solved] git over https broken

What version of openssl do you have installed?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2017-05-04 01:43:34

jarro_2783
Member
Registered: 2017-05-04
Posts: 5

Re: [Solved] git over https broken

openssl 1.1.0.e-1

Offline

#4 2017-05-04 01:45:42

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

Re: [Solved] git over https broken

Please paste your pacman log.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2017-05-04 01:52:28

jarro_2783
Member
Registered: 2017-05-04
Posts: 5

Re: [Solved] git over https broken

Do you want all 5000 lines pasted into this post or is there a better way?

Offline

#6 2017-05-04 01:54:18

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

Re: [Solved] git over https broken


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2017-05-04 02:08:40

jarro_2783
Member
Registered: 2017-05-04
Posts: 5

Re: [Solved] git over https broken

Offline

#8 2017-05-04 03:59:34

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,384
Website

Re: [Solved] git over https broken

[2016-08-26 11:06] [PACMAN] Running '/usr/bin/pacman -U /home/jarryd/aur/curl-http2-git/curl-http2-git-7.50.1.83.g7bda07b-1-x86_64.pkg.tar.xz'
[2016-08-26 11:08] [ALPM] transaction started
[2016-08-26 11:08] [ALPM] removed curl (7.50.1-1)
[2016-08-26 11:08] [ALPM] installed curl-http2-git (7.50.1.83.g7bda07b-1)

My money is on this!

Offline

#9 2017-05-04 05:04:42

jarro_2783
Member
Registered: 2017-05-04
Posts: 5

Re: [Solved] git over https broken

Heh! What do you know, that was it. I didn't think the two were even related.

Rebuilt the aur package and it works.

Thanks heaps.

Offline

Board footer

Powered by FluxBB