Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tor-browser-bundle-bin fails to build due to broken curl #58210

Closed
siraben opened this issue Mar 24, 2019 · 4 comments
Closed

tor-browser-bundle-bin fails to build due to broken curl #58210

siraben opened this issue Mar 24, 2019 · 4 comments

Comments

@siraben
Copy link
Member

siraben commented Mar 24, 2019

Issue description

Attempting to install tor-browser-bundle-bin fails as the following URLs cannot be curl'd.

https://github.com/TheTorProject/gettorbrowser/releases/download/v8.0.6/tor-browser-linux64-8.0.6_en-US.tar.xz
https://dist.torproject.org/torbrowser/8.0.6/tor-browser-linux64-8.0.6_en-US.tar.xz

The latest release of the gettorbrowser repository appears to be v8.0.2
https://github.com/TheTorProject/gettorbrowser/releases/tag/v8.0.2

Whereas it is 8.0.8 on torproject.org

https://dist.torproject.org/torbrowser/8.0.8/

Steps to reproduce

nix-env -i tor-browser-bundle-bin

Technical details

➜  ~ nix-env -i tor-browser-bundle-bin
warning: there are multiple derivations named 'tor-browser-bundle-bin-8.0.6'; using the first one
installing 'tor-browser-bundle-bin-8.0.6'
these derivations will be built:
  /nix/store/0v5rk1bzr2dzp7fn3lw7sqwj4mk3fmxd-tor-browser-linux64-8.0.6_en-US.tar.xz.drv
  /nix/store/xyk2b2hxkp5dp5px7fkxmn16biabi0vy-tor-browser-bundle-bin-8.0.6.drv
building '/nix/store/0v5rk1bzr2dzp7fn3lw7sqwj4mk3fmxd-tor-browser-linux64-8.0.6_en-US.tar.xz.drv'...

trying https://github.com/TheTorProject/gettorbrowser/releases/download/v8.0.6/tor-browser-linux64-8.0.6_en-US.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found

trying https://dist.torproject.org/torbrowser/8.0.6/tor-browser-linux64-8.0.6_en-US.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
error: cannot download tor-browser-linux64-8.0.6_en-US.tar.xz from any mirror
builder for '/nix/store/0v5rk1bzr2dzp7fn3lw7sqwj4mk3fmxd-tor-browser-linux64-8.0.6_en-US.tar.xz.drv' failed with exit code 1
cannot build derivation '/nix/store/xyk2b2hxkp5dp5px7fkxmn16biabi0vy-tor-browser-bundle-bin-8.0.6.drv': 1 dependencies couldn't be built
error: build of '/nix/store/xyk2b2hxkp5dp5px7fkxmn16biabi0vy-tor-browser-bundle-bin-8.0.6.drv' failed
@worldofpeace
Copy link
Contributor

cc @joachifm

@dtzWill
Copy link
Member

dtzWill commented Mar 25, 2019

This should be resolved by upgrading to 8.0.8 (unsure why 8.0.6 tarballs disappeared, but 8.0.8 seems to work)-- please close if this works for you now :).

@siraben
Copy link
Member Author

siraben commented Mar 25, 2019

This builds now, thanks for the fix!

@siraben siraben closed this as completed Mar 25, 2019
@a-berg
Copy link

a-berg commented Jun 19, 2022

Having this exact same problem for version 11.0.13, anyone?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants