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
Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/64r2z4dif068gwyqx0n3m9spd0r8n3za-bun-1.0.21
shrinking /nix/store/64r2z4dif068gwyqx0n3m9spd0r8n3za-bun-1.0.21/bin/bun
checking for references to /build/ in /nix/store/64r2z4dif068gwyqx0n3m9spd0r8n3za-bun-1.0.21...
patching script interpreter paths in /nix/store/64r2z4dif068gwyqx0n3m9spd0r8n3za-bun-1.0.21
stripping (with command strip and flags -S -p) in /nix/store/64r2z4dif068gwyqx0n3m9spd0r8n3za-bun-1.0.21/bin
automatically fixing dependencies for ELF files
{'append_rpaths': [],
'extra_args': [],
'ignore_missing': [],
'libs': [PosixPath('/nix/store/g0paxdz0f7kpy7ss3kvashvs7nrlvy1d-openssl-3.0.12-dev/lib'),
PosixPath('/nix/store/c164kdh023c9wprvqliyhn0s9pzdh72a-openssl-3.0.12-bin/lib'),
PosixPath('/nix/store/w09g2k7mb3gx58vzx2w2nl1wp1ybn1ay-openssl-3.0.12/lib')],
'paths': [PosixPath('/nix/store/64r2z4dif068gwyqx0n3m9spd0r8n3za-bun-1.0.21')],
'recursive': True,
'runtime_dependencies': []}
setting interpreter of /nix/store/64r2z4dif068gwyqx0n3m9spd0r8n3za-bun-1.0.21/bin/bun
searching for dependencies of /nix/store/64r2z4dif068gwyqx0n3m9spd0r8n3za-bun-1.0.21/bin/bun
libc.so.6 -> not found!
ld-linux-x86-64.so.2 -> not found!
libpthread.so.0 -> not found!
libdl.so.2 -> not found!
libm.so.6 -> not found!
auto-patchelf: 5 dependencies could not be satisfied
error: auto-patchelf could not satisfy dependency libc.so.6 wanted by /nix/store/64r2z4dif068gwyqx0n3m9spd0r8n3za-bun-1.0.21/bin/bun
error: auto-patchelf could not satisfy dependency ld-linux-x86-64.so.2 wanted by /nix/store/64r2z4dif068gwyqx0n3m9spd0r8n3za-bun-1.0.21/bin/bun
error: auto-patchelf could not satisfy dependency libpthread.so.0 wanted by /nix/store/64r2z4dif068gwyqx0n3m9spd0r8n3za-bun-1.0.21/bin/bun
error: auto-patchelf could not satisfy dependency libdl.so.2 wanted by /nix/store/64r2z4dif068gwyqx0n3m9spd0r8n3za-bun-1.0.21/bin/bun
error: auto-patchelf could not satisfy dependency libm.so.6 wanted by /nix/store/64r2z4dif068gwyqx0n3m9spd0r8n3za-bun-1.0.21/bin/bun
auto-patchelf failed to find all the required dependencies.
Add the missing dependencies to --libs or use `--ignore-missing="foo.so.1 bar.so etc.so"`.
/nix/store/hrgq8bpilvkfnyvbxr77i7qaj6g9ijvl-stdenv-linux/setup: line 74: pop_var_context: head of shell_variables not a function context
/nix/store/hrgq8bpilvkfnyvbxr77i7qaj6g9ijvl-stdenv-linux/setup: line 1450: pop_var_context: head of shell_variables not a function context
/nix/store/hrgq8bpilvkfnyvbxr77i7qaj6g9ijvl-stdenv-linux/setup: line 1553: pop_var_context: head of shell_variables not a function context
Seems to be broken in upstream, but I'm still opening this issue to track a solution to this.
Also, to mark package broken for Musl while issue isn't resolved. (Which needs an issue of reference for tracking the breakage.)
Steps To Reproduce
Steps to reproduce the behavior:
Build log
Log file: bun.txt
Additional context
Seems to be broken in upstream, but I'm still opening this issue to track a solution to this.
Also, to mark package broken for Musl while issue isn't resolved. (Which needs an issue of reference for tracking the breakage.)
Notify maintainers
@DAlperin @jk @thilobillerbeck @cdmistman @coffeeispower
The text was updated successfully, but these errors were encountered: