Le mercredi 29 avril 2020 02:05:31 UTC+2, Matthias Koeppe a écrit : > > from openssl-1.1.1b.log > > ccache: error: Failed to create directory /Users/Antoine/.ccache/tmp: > Permission denied > > Perhaps a result of compiling as root at some point >
Try this command to repair ownership of `~/.ccache` and all its subdirectories: $ sudo chown -R `whoami` ~/.ccache -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/06dae77a-6141-4cb6-aede-e3127c6d1583%40googlegroups.com.