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
Error in tempdir() using /data/tmp/nix-build-perl5.34.0-LaTeXML-0.8.6.drv-0/XXXXXXXXXX: Parent directory (/data/tmp/nix-build-perl
5.34.0-LaTeXML-0.8.6.drv-0) is not safe (Sticky bit not set on /data when dir is group|world writable) at /data/tmp/nix-build-perl5.34.0-
LaTeXML-0.8.6.drv-0/LaTeXML-0.8.6/blib/script/../lib/LaTeXML.pm line 196.
And changing ownership of temp directories is not always an option (this is also observed when they are created by our package manager Nix, as a part of a sandbox).
I wonder if it would be acceptable to change the setting to a less restrictive File::Temp::MEDIUM, especially in the light of Perl-Toolchain-Gang/File-Temp#36
The text was updated successfully, but these errors were encountered:
Here is a full build log
https://gist.github.com/bd9b994ec8e6b891e84d227c13e40b83
After patching
LaTeXML/t/931_epub.t
Line 28 in be6bbab
to be something like
We can see errors like
And changing ownership of temp directories is not always an option (this is also observed when they are created by our package manager Nix, as a part of a sandbox).
I wonder if it would be acceptable to change the setting to a less restrictive File::Temp::MEDIUM, especially in the light of Perl-Toolchain-Gang/File-Temp#36
The text was updated successfully, but these errors were encountered: