app-crypt/truecrypt-7.1a doesn't download it's source by default and building failed. Please add these lines to download/prepare ebuild section: wget "https://raw.githubusercontent.com/AuditProject/truecrypt-verified-mirror/master/Source/TrueCrypt%207.1a%20Source.tar.gz" -O /usr/portage/distfiles/truecrypt-7.1a.tar.gz && 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 Reproducible: Always
(In reply to renesanso from comment #0) > app-crypt/truecrypt-7.1a doesn't download it's source by default and > building failed. RESTRICT="mirror fetch bindist" does that. > Please add these lines to download/prepare ebuild section: > wget > "https://raw.githubusercontent.com/AuditProject/truecrypt-verified-mirror/ > master/Source/TrueCrypt%207.1a%20Source.tar.gz" -O > /usr/portage/distfiles/truecrypt-7.1a.tar.gz && 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 So it needs both wget and curl. And it wants to safe to a directory which may not even exist. Fetch restricted ebuilds already point out what to do and the truecrypt ebuilds should not be special in that respect. But you could probably suggest a patch that fixes the SRC_URI entries to the ones you showed above.
(In reply to Jeroen Roovers from comment #1) > (In reply to renesanso from comment #0) > > app-crypt/truecrypt-7.1a doesn't download it's source by default and > > building failed. > > RESTRICT="mirror fetch bindist" does that. > > > Please add these lines to download/prepare ebuild section: > > wget > > "https://raw.githubusercontent.com/AuditProject/truecrypt-verified-mirror/ > > master/Source/TrueCrypt%207.1a%20Source.tar.gz" -O > > /usr/portage/distfiles/truecrypt-7.1a.tar.gz && 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 > > So it needs both wget and curl. And it wants to safe to a directory which > may not even exist. > > Fetch restricted ebuilds already point out what to do and the truecrypt > ebuilds should not be special in that respect. But you could probably > suggest a patch that fixes the SRC_URI entries to the ones you showed above. >But you could probably suggest a patch that fixes the SRC_URI entries to the ones you showed above. What patch? Fixed ebuild?
as far as I know the restriction for manual download of truecrypt-7.1 still applies, as use should confirm the license.