Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 509040

Summary: app-crypt/truecrypt-7.1a - pkcs11.h fails to download / git.gnupg.org port 80: Connection refused
Product: Gentoo Linux Reporter: luckylinux <stefano13no>
Component: Current packagesAssignee: Crypto team [DISABLED] <crypto+disabled>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
emerge log

Description luckylinux 2014-04-29 07:30:41 UTC
After trying to install app-crypt/truecrypt following the instructions given by portage, I cannot execute the last command

curl 'http://git.gnupg.org/cgi-bin/gitweb.cgi?p=scute.git;a=blob_plain;f=src/pkcs11.h;hb=38bdba0bb1ab93950489c645938c93ed577f9139' > /usr/portage/distfiles/truecrypt-7.1a-pkcs11.h

because the web host cannot be accessed. I also tried to access it via a proxy but still couldn't access it which makes me believe that the web address changed.

Reproducible: Always

Steps to Reproduce:
1. echo "app-crypt/truecrypt ~amd64" >> /etc/portage/package.accept_keyword
2. emerge app-crypt/truecrypt
3. Download Truecrypt .tar.gz tarball from http://www.truecrypt.org/downloads2 website as requested by ebuild
4. curl 'http://git.gnupg.org/cgi-bin/gitweb.cgi?p=scute.git;a=blob_plain;f=src/pkcs11.h;hb=38bdba0bb1ab93950489c645938c93ed577f9139' > /usr/portage/distfiles/truecrypt-7.1a-pkcs11.h as requested by ebuild
Actual Results:  
curl 'http://git.gnupg.org/cgi-bin/gitweb.cgi?p=scute.git;a=blob_plain;f=src/pkcs11.h;hb=38bdba0bb1ab93950489c645938c93ed577f9139' > /usr/portage/distfiles/truecrypt-7.1a-pkcs11.h
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (7) Failed to connect to git.gnupg.org port 80: Connection refused

>> http://git.gnupg.org cannot be accessed either from curl or any web browser

Expected Results:  
File should have been generated without issues.
Comment 1 luckylinux 2014-04-29 07:31:09 UTC
Created attachment 376002 [details]
emerge --info
Comment 2 luckylinux 2014-04-29 07:31:49 UTC
Created attachment 376004 [details]
emerge log
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-04-29 12:22:24 UTC
Works fine here. Try again.
Comment 4 luckylinux 2014-04-29 12:25:15 UTC
Now it works. Sorry for the problem.
Probably git.gnupg.org was down. Strange because gnupg.org was online and I could ping git.gnupg.org.

Anyway now it works and I successfully installed truecrypt.
Marking this as solved (although it could even be deleted).

Thank you very much Jeroen.