Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509040 - app-crypt/truecrypt-7.1a - pkcs11.h fails to download / git.gnupg.org port 80: Connection refused
Summary: app-crypt/truecrypt-7.1a - pkcs11.h fails to download / git.gnupg.org port 80...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-29 07:30 UTC by luckylinux
Modified: 2014-04-29 12:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (file_509040.txt,5.36 KB, text/plain)
2014-04-29 07:31 UTC, luckylinux
Details
emerge log (file_509040.txt,1.14 KB, text/plain)
2014-04-29 07:31 UTC, luckylinux
Details

Note You need to log in before you can comment on or make changes to this bug.
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.