View Single Post
Old 08-18-2019, 04:30 PM   #12
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,919
Karma: 6240958
Join Date: Nov 2009
Device: many
Okay this is because macOS is using symlinks in creating the tempfolder path that are not resolved:

dynabook/

Please do the following in Terminal.app
cd /
ls -al /var
ls -al /tmp

and report back what they say:

On my machine:

ls -al /var reports:
/var -> private/var

and ls -al /tmp reports:

/tmp -> private/tmp
KevinH is online now   Reply With Quote