Getting this error when trying to use cargo xwinbuild on my server running Arch Linux.
From what I could find, it seems like this error probably means it's making the unsafe assumption that /tmp is on the same filesystem as /home and trying to rename files across filesystems.
Getting this error when trying to use
cargo xwinbuild
on my server running Arch Linux.From what I could find, it seems like this error probably means it's making the unsafe assumption that /tmp is on the same filesystem as /home and trying to rename files across filesystems.