2022-11-11T08:24:51 adobe-reader 9.5.5 -> 9.5.5-1 https://repology.org/metapackage/adobe-reader/versions 2022-11-11T08:24:56 attrpath: adobe-reader 2022-11-11T08:24:56 Checking auto update branch... 2022-11-11T08:24:56 No auto update branch exists 2022-11-11T08:25:03 [version] 2022-11-11T08:25:11 stderr did not split as expected full stderr was: warning: unknown setting 'experimental-features' these derivations will be built: /nix/store/m6kzfxqcrap4vrayrla6gldpgvx7dxv0-AdbeRdr9.5.5-1-1_i486linux_enu.tar.bz2.drv these paths will be fetched (4.14 MiB download, 14.87 MiB unpacked): /nix/store/2lsygvv1vz756k67csadsi96kacmv74l-openssl-3.0.7-bin /nix/store/3mjvicw7g9h1p33rypgkbmn79f65w02k-libssh2-1.10.0-dev /nix/store/4krray1q9c0r6s58b32hx20630rybl0i-nghttp2-1.49.0-dev /nix/store/6mfhxi42idj05k5xic6w733q38wsr0zy-libkrb5-1.20-dev /nix/store/7vs89b4crjsj1zfdnx22jb2xkyixgqcd-mirrors-list /nix/store/h7xapdf8imdn9zi6sfv059yavf15safs-zlib-1.2.13-dev /nix/store/kcis5rfv7iz3fg0qjl9z64rc7ph92zcj-nghttp2-1.49.0-bin /nix/store/l6mfil52rpx7dw107idgny1g07n78sv0-curl-7.86.0-man /nix/store/m0i33yjwpvfghn6yr0fskq9gpy67bk17-openssl-3.0.7-dev /nix/store/nvd2v9jys0jiclpm84iaj81397l0p00g-curl-7.86.0 /nix/store/p42vag746bkcdl95j28s99b7hc327v4h-nghttp2-1.49.0-lib /nix/store/p729hd41g6448xrx6p8bnv0yy62v2jcs-curl-7.86.0-dev /nix/store/pd6ywpif46bnlsn72sg6z5njpfi8ks26-nss-cacert-3.83 /nix/store/q7fpxf7qx1b3isx4jd30mm6j59mni20q-curl-7.86.0-bin /nix/store/r8p7z50q5nvlnj5bfzkj7si46hnxdajr-libkrb5-1.20 /nix/store/sk09s0zpwkf4ls2j9xv8h2lil1y1f8pc-libssh2-1.10.0 /nix/store/yc4028sl762bd71h9jbcj01f9f86y89j-openssl-3.0.7 /nix/store/yq0w0wcl7lnb3zb0gifanwq1y2qkkpls-nghttp2-1.49.0 error: error: builder for '/nix/store/m6kzfxqcrap4vrayrla6gldpgvx7dxv0-AdbeRdr9.5.5-1-1_i486linux_enu.tar.bz2.drv' failed with exit code 1; last 7 log lines: > > trying http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.5.5-1/enu/AdbeRdr9.5.5-1-1_i486linux_enu.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 274 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download AdbeRdr9.5.5-1-1_i486linux_enu.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/m6kzfxqcrap4vrayrla6gldpgvx7dxv0-AdbeRdr9.5.5-1-1_i486linux_enu.tar.bz2.drv'. stderr did not split as expected full stderr was: warning: unknown setting 'experimental-features' error: attribute 'originalSrc' in selection path 'adobe-reader.originalSrc' not found stderr did not split as expected full stderr was: warning: unknown setting 'experimental-features' error: Package ‘adobe-reader-9.5.5-1’ in /var/cache/nixpkgs-update/worker/worktree/adobe-reader/pkgs/applications/misc/adobe-reader/default.nix:35 is marked as insecure, refusing to evaluate. Known issues: - Numerous unresolved vulnerabilities - See: https://www.cvedetails.com/product/497/Adobe-Acrobat-Reader.html?vendor_id=53 You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=1 Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. b) for `nixos-rebuild` you can add ‘adobe-reader-9.5.5-1’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "adobe-reader-9.5.5-1" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘adobe-reader-9.5.5-1’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "adobe-reader-9.5.5-1" ]; } (use '--show-trace' to show detailed location information)