NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.83k stars 13.92k forks source link

Build failure: ida-free #348619

Open Hannes1909 opened 3 days ago

Hannes1909 commented 3 days ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. build ida-free via home-manager

Build log

building '/nix/store/r4sz5pbdgmb2yslk2fbzpwm0rvg30flc-idafree84_linux.run.drv'...

trying https://www.hex-rays.com/products/ida/news/8_1/images/icon_free.png
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

trying https://web.archive.org/web/20240330140328/https://out7.hex-rays.com/files/idafree84_linux.run
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1021k    0 1021k    0     0   735k      0 --:--:--  0:00:01 --:--:-- 2927k
error: hash mismatch in fixed-output derivation '/nix/store/2yckd4lr4hryw50jyl5ibpbfgm3vbsr5-icon_free.png.drv':
         specified: sha256-widkv2VGh+eOauUK/6Sz/e2auCNFAsc8n9z0fdrSnW0=
            got:    sha256-D3DAwBV9+Bxzv5vCc2uWUv4hZJ0LYNDiufV+r+SsmL0=
error: 1 dependencies of derivation '/nix/store/5f1wymjlafgq5601c5w3rnwf8q0xk4nc-ida-free-8.4.240320.drv' failed to build
error: 1 dependencies of derivation '/nix/store/g9y4v42kk0q4w9wz3xylczdarya6ylj3-home-manager-path.drv' failed to build
error: 1 dependencies of derivation '/nix/store/1j1hy8grisyiajsz0grbly9g2qy9f8px-ida-free-8.4.240320-fish-completions.drv' failed to build
error: 1 dependencies of derivation '/nix/store/82llc3ckqlg0r36b7fp1rk1yj452zw31-man-paths.drv' failed to build
error: 1 dependencies of derivation '/nix/store/dn0z2kxln9wby4a4b06dphwgirqqzkb1-home-manager-generation.drv' failed to build

Additional context

Added ida-free to home-manager packages, home-manager switch, got error above

{ config, pkgs, ... }:

{
  home.packages = [
    pkgs.ida-free
  ];
}

Notify maintainers

@msanft

Metadata

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

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.54, NixOS, 24.11 (Vicuna), 24.11pre690827.5633bcff0c61`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.8`
 - channels(root): `"nixos"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

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

msanft commented 3 days ago

See https://github.com/NixOS/nixpkgs/pull/348232

Hannes1909 commented 3 days ago

Thx missed that, sorry :)