tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.85k stars 320 forks source link

Ubuntu build fails #283

Closed MageSlayer closed 3 years ago

MageSlayer commented 3 years ago

Hi

Trying to build under Ubuntu 20.04.2 via ./build.sh fails with :

ln: failed to create symbolic link 'lib/.libs/libxar.so': Operation not permitted
make: *** [lib/Makefile.inc:184: lib/libxar.la] Error 1

See build.log.

build.log

tpoechtrager commented 3 years ago

Try to do a fresh clone. There seems to be something wrong with the permissions. Are you on WSL?

MageSlayer commented 3 years ago

Yes. It looks like it's related to my attempt building off "shared folder" under VirtualBox. Cloning right inside VM filesystem solved the issue. Sorry for noise.