> On Nov 3, 2021, at 19:30, Seunghun Han <kkama...@gmail.com> wrote: > >> I am also not sure if you are allowed to write in /tmp on package building. >> I will check that. > Everyone has write access right to /tmp directory, so I guess the > package also has it.
I don’t think this is the cause of the failures, but shouldn’t this really be using $TMPDIR? AFAIK temporary scratch space is not guaranteed to be /tmp. Maybe in Bash you want something like ${TMPDIR:-/tmp}.