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
Issue 2 (I installed rapidcheck with cmake and ninja)
src/libutil-test-support/build-utils-meson/export/meson.build:14:20: ERROR: requires argument not a string, library with pkgconfig-generated file or pkgconfig-dependency object, got <CMakeDependency rapidcheck: True None>
Issue 3
d -o src/libfetchers/libnixfetchers.so.p/git-utils.cc.o -c ../src/libfetchers/git-utils.cc
../src/libfetchers/git-utils.cc:288:13: error: use of undeclared identifier 'git_mempack_write_
thin_pack'
288 | git_mempack_write_thin_pack(mempack_backend, packBuilder.get())
| ^
1 error generated.
Describe the bug
I discovered the following issues when trying to build Nix on Chimera Linux:
Issue 1
Issue 2 (I installed rapidcheck with cmake and ninja)
Issue 3
Steps To Reproduce
Build Nix on chimera linux or a musl libc system
Expected behavior
Successful build of the nix cli
nix-env --version
outputAdditional context
Related discussion on the musl mailing list from 2022: https://www.openwall.com/lists/musl/2022/08/18/3
https://github.com/search?q=repo%3Abminor%2Fmusl+sys_close_range&type=code returns nothing
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: