forge
1.0.8Eval errorOpenGL interop library that can be used with ArrayFire or any other application using CUDA or OpenCL compute backend
Planning log · · This campaign
pkgs/by-name/fo/forge/package.nixPackage ‘freeimage-3.18.0-unstable-2024-04-18’ is marked as insecure, refusing to evaluate.
Full diagnostic
GC Warning: Failed to expand heap by 4194304 KiB
error:
… while evaluating attribute 'drv'
at /nix/store/kwli1syc3yhl69wcl9690i8gwbawsj8x-filnix-experiment-0.13.3/lib/experiment/planner.nix:14:3:
13| {
14| drv = p.drvPath;
| ^
15| name = p.name;
… while evaluating the attribute 'drvPath'
at /nix/store/ncw0lwrdhlgpffmjw5hnr2dx4w79nj1a-source/lib/customisation.nix:418:7:
417| // {
418| drvPath =
| ^
419| assert condition;
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Package ‘freeimage-3.18.0-unstable-2024-04-18’ in /nix/store/ncw0lwrdhlgpffmjw5hnr2dx4w79nj1a-source/pkgs/by-name/fr/freeimage/package.nix:114 is marked as insecure, refusing to evaluate.
Known issues:
- CVE-2024-31570
- CVE-2024-28584
- CVE-2024-28583
- CVE-2024-28582
- CVE-2024-28581
- CVE-2024-28580
- CVE-2024-28579
- CVE-2024-28578
- CVE-2024-28577
- CVE-2024-28576
- CVE-2024-28575
- CVE-2024-28574
- CVE-2024-28573
- CVE-2024-28572
- CVE-2024-28571
- CVE-2024-28570
- CVE-2024-28569
- CVE-2024-28568
- CVE-2024-28567
- CVE-2024-28566
- CVE-2024-28565
- CVE-2024-28564
- CVE-2024-28563
- CVE-2024-28562
- CVE-2024-9029
- CVE-2023-47996
- CVE-2023-47994
- CVE-2023-47993
- CVE-2023-47992
- CVE-2021-40265
- CVE-2021-40264
- CVE-2021-40262
- CVE-2020-24294
- CVE-2020-21426
- CVE-2019-12214
- CVE-2019-12212
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: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
then pass `--impure` in order to allow use of environment variables.
b) for `nixos-rebuild` you can add ‘freeimage-3.18.0-unstable-2024-04-18’ to
`nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
like so:
{
nixpkgs.config.permittedInsecurePackages = [
"freeimage-3.18.0-unstable-2024-04-18"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
‘freeimage-3.18.0-unstable-2024-04-18’ to `permittedInsecurePackages` in
~/.config/nixpkgs/config.nix, like so:
{
permittedInsecurePackages = [
"freeimage-3.18.0-unstable-2024-04-18"
];
}
Direct dependencies
None recorded.
Selected dependents
None recorded.