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
I wanted to use niv to manage the dependencies of my project, I'm not entirely sure what's the cause of the failure. Just before the error message there is a mention of cyclic dependency. Not sure how I can address that.
Steps To Reproduce
Steps to reproduce the behavior:
Run nix-shell -p nix on a M1 machine.
Expected behavior
niv is correctly built, and invokable from the nix-shell
Additional context
The relevant part of the build log:
Linking dist/build/unit/unit ...running testsRunning 1 test suites...Test suite unit: RUNNING...Test suite unit: PASSTest suite logged to: dist/test/niv-0.2.19-unit.log1 of 1 test suites (1 of 1 test cases) passed.haddockPhaseinstallingInstalling library in /nix/store/njlg1h6f80fvs7brbxzajcv2y6jyk2w2-niv-0.2.19/lib/ghc-8.10.7/aarch64-osx-ghc-8.10.7/niv-0.2.19-Ab4AhfOgbWKE9LPVEs35u0Installing executable niv in /nix/store/8yarqpfzbswh29jqv83d6kmzzqbjp727-niv-0.2.19-bin/binWarning: The directory/nix/store/8yarqpfzbswh29jqv83d6kmzzqbjp727-niv-0.2.19-bin/bin is not in thesystem search path./nix/store/7lfjbip2dvhvnhvdj0kx4d63apqlz83v-cctools-binutils-darwin-949.0.1/bin/strip: changes being made to the file will invalidate the code signature in: /nix/store/8yarqpfzbswh29jqv83d6kmzzqbjp727-niv-0.2.19-bin/bin/nivRegistering library for niv-0.2.19..post-installation fixupstrip is /nix/store/jgaarpq3rdfk7gbm0gm3xlh8hhbw15ay-clang-wrapper-11.1.0/bin/stripstripping (with command strip and flags -S) in /nix/store/njlg1h6f80fvs7brbxzajcv2y6jyk2w2-niv-0.2.19/lib patching script interpreter paths in /nix/store/njlg1h6f80fvs7brbxzajcv2y6jyk2w2-niv-0.2.19strip is /nix/store/jgaarpq3rdfk7gbm0gm3xlh8hhbw15ay-clang-wrapper-11.1.0/bin/strippatching script interpreter paths in /nix/store/1s0sp3w4xdkcv2j3300j8mxs8fnp33dy-niv-0.2.19-datastrip is /nix/store/jgaarpq3rdfk7gbm0gm3xlh8hhbw15ay-clang-wrapper-11.1.0/bin/stripstripping (with command strip and flags -S) in /nix/store/8yarqpfzbswh29jqv83d6kmzzqbjp727-niv-0.2.19-bin/bin patching script interpreter paths in /nix/store/8yarqpfzbswh29jqv83d6kmzzqbjp727-niv-0.2.19-bincycle detected in the references of '/nix/store/8yarqpfzbswh29jqv83d6kmzzqbjp727-niv-0.2.19-bin' from '/nix/store/njlg1h6f80fvs7brbxzajcv2y6jyk2w2-niv-0.2.19'error: build of '/nix/store/n0ixxkly3qsv93qmail0hcwpdmiiqx6m-niv-0.2.19.drv' failed
Describe the bug
I wanted to use
niv
to manage the dependencies of my project, I'm not entirely sure what's the cause of the failure. Just before the error message there is a mention of cyclic dependency. Not sure how I can address that.Steps To Reproduce
Steps to reproduce the behavior:
nix-shell -p nix
on a M1 machine.Expected behavior
niv
is correctly built, and invokable from the nix-shellAdditional context
The relevant part of the build log:
Metadata
The text was updated successfully, but these errors were encountered: