NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.38k stars 13.6k forks source link

Build failure: samsung-unified-linux-driver #285237

Open jezcope opened 7 months ago

jezcope commented 7 months ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix build github:nixos/nixpkgs/nixos-unstable#samsung-unified-linux-driver

Build log

trying http://www.bchemnet.com/suldr/driver/UnifiedLinuxDriver-4.01.17.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
^M  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0^M  0     0    0     0    0     0      0      0 --:--:-- -->
curl: (7) Failed to connect to www.bchemnet.com port 80 after 164 ms: Couldn't connect to server
error: cannot download UnifiedLinuxDriver-4.01.17.tar.gz from any mirror

Additional context

Looks like the site where this was hosted has gone offline. I was getting a different error yesterday, a server error stating that the account had gone over quota, but now www.bchemnet.com is refusing all connections.

The file is still available on the Wayback Machine at https://web.archive.org/web/20230427084635/http://www.bchemnet.com/suldr/driver/UnifiedLinuxDriver-4.01.17.tar.gz.

Notify maintainers

@jokogr

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

 - system: `"x86_64-linux"`
 - host os: `Linux 6.7.0, NixOS, 24.05 (Uakari), 24.05.20240127.c002c6a`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.19.3`
 - channels(jez): `""`
 - channels(root): `"home-manager, nixos"`
 - nixpkgs: `/nix/store/0g53xyh39z3y90p4d8r341wbqyjy1zhl-source`

Add a :+1: reaction to issues you find important.

ToasterUwU commented 4 weeks ago

I just had this same issue, but can also confirm its not the fault of Nix.

Sometimes the download mirrors just dont work for a tiny bit or refuse to let you download the file and that causes this issue. All i had to do to "fix" this is, is trying again after 10 minutes and it worked flawlessly.

@jezcope Since this is an issue that comes from infrastructure that has nothing to do with Nix, i would like to close this issue, are you ok with that?