-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
radicale 3.1.0 fails to build on ZFS #153473
Comments
Can reproduce on my ZFS system, not on my ext4 system though. |
I can't reproduce by running git clone https://github.com/Kozea/Radicale.git
cd Radicale
git checkout v3.1.0
sed -i '/addopts/d' setup.cfg
nix-shell https://github.com/NixOS/nixpkgs/archive/a06f2818.tar.gz -A radicale
pytest on any system. |
I was able to build from that commit
nix store is zfs backed |
It's more relevant whether |
The renameat2 syscall used here isn't (fully?) supported by ZFS: openzfs/zfs#2256 |
/tmp is tmpfs for me |
@kraem Thanks for filing the upstream issue! |
Describe the bug
Since a06f281
radicale
won't build (http://ix.io/3KyI)From the above logs:
Steps To Reproduce
Steps to reproduce the behavior:
git checkout a06f2818
nix-build -A radicale --no-out-link --arg substitute false
Notify maintainers
@dotlambda
Metadata
The text was updated successfully, but these errors were encountered: