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
Installing a derivation that has some python3.6 packages as buildInputs, it fails with the following error:
building '/nix/store/30akhvz6d921h8kj30d2m1qqvm86bls0-python3-3.6.6-env.drv'...
collision between `/nix/store/j9zhsaci7jw4z0ki1nwchvh7pra7dars-python3.6-cairocffi-0.8.1/lib/python3.6/site-packages/.pytest_cache/v/cache/nodeids' and `/nix/store/hnwfl6f04nvhgg733iyjaqs5sf6q9n5c-python3.6-tinycss-0.3/lib/python3.6/site-packages/.pytest_cache/v/cache/nodeids'
builder for '/nix/store/30akhvz6d921h8kj30d2m1qqvm86bls0-python3-3.6.6-env.drv' failed with exit code 25
error: build of '/nix/store/30akhvz6d921h8kj30d2m1qqvm86bls0-python3-3.6.6-env.drv' failed
It seems that some unneeded paths have find their way into the packages (the .pytest_cache/... entry). Those are just subproducts of the testing machinery.
I wasn't unable to find if these packages are obsolete as i'm using unstable
Steps to reproduce
I'm trying to reduce my code to something short that shows the error, but I failed until now, sorry... newbie here... I'll update this issue asap
Technical details
system: "x86_64-linux"
host os: Linux 4.17.5, NixOS, 18.09pre145679.dae9cf6106d (Jellyfish)
Issue description
Installing a derivation that has some python3.6 packages as buildInputs, it fails with the following error:
It seems that some unneeded paths have find their way into the packages (the .pytest_cache/... entry). Those are just subproducts of the testing machinery.
I wasn't unable to find if these packages are obsolete as i'm using unstable
Steps to reproduce
I'm trying to reduce my code to something short that shows the error, but I failed until now, sorry... newbie here... I'll update this issue asap
Technical details
"x86_64-linux"
Linux 4.17.5, NixOS, 18.09pre145679.dae9cf6106d (Jellyfish)
yes
no
nix-env (Nix) 2.0.4
"nixos-18.09pre147850.2428f5dda13"
""
/nix/var/nix/profiles/per-user/root/channels/nixos
The text was updated successfully, but these errors were encountered: