You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
opening this issue as a reference for anyone who might run into the same issue when running make:
building '/nix/store/p831cprhcpndwrx6nwddhm0igp93pl99-solc-static-0.8.7.drv'...
patching sources
installing
post-installation fixup
strip is /nix/store/k0p31jydp2bp2s71712jw4c81ls39i5d-cctools-binutils-darwin-949.0.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/xw7dxv03a30fd8gr03lscvb9gy27w1wv-solc-static-0.8.7/bin
patching script interpreter paths in /nix/store/xw7dxv03a30fd8gr03lscvb9gy27w1wv-solc-static-0.8.7
automatically fixing dependencies for ELF files
error: file 'REPEAT' was not found in the Nix search path (add it using $NIX_PATH or -I)
at /nix/store/xgasnl190vw8a9qakqd4h8wv11xv1m63-env-manifest.nix:1:2734:
make: *** [solc] Error 1
opening this issue as a reference for anyone who might run into the same issue when running make:
building '/nix/store/p831cprhcpndwrx6nwddhm0igp93pl99-solc-static-0.8.7.drv'...
patching sources
installing
post-installation fixup
strip is /nix/store/k0p31jydp2bp2s71712jw4c81ls39i5d-cctools-binutils-darwin-949.0.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/xw7dxv03a30fd8gr03lscvb9gy27w1wv-solc-static-0.8.7/bin
patching script interpreter paths in /nix/store/xw7dxv03a30fd8gr03lscvb9gy27w1wv-solc-static-0.8.7
automatically fixing dependencies for ELF files
error: file 'REPEAT' was not found in the Nix search path (add it using $NIX_PATH or -I)
at /nix/store/xgasnl190vw8a9qakqd4h8wv11xv1m63-env-manifest.nix:1:2734:
make: *** [solc] Error 1
Hello,
opening this issue as a reference for anyone who might run into the same issue when running
make
:To fix this. I've applied the workaround mentioned here: NixOS/nixpkgs#163374:
<REPEAT>
with"REPEAT"
in /nix/store/xgasnl190vw8a9qakqd4h8wv11xv1m63-env-manifest.nix (your file name is probably different)make
commandThe text was updated successfully, but these errors were encountered: