Thanks for the reply.
I hadn't actually solved the issue and had actually given up on it and was waiting to see if a new version fixed it.
I've just tried again and it's not coreutils:
Code: Select all
coreutils is already the newest version (8.28-1ubuntu1).
Checking the output from ./configure as suggested did actually lead me to the fix though:
Code: Select all
checking for a BSD-compatible install... /usr/bin/install: setting permissions for '/home/infi/Downloads/makemkv-oss-1.14.7/conftest.dir/conftest.one': Operation not permitted
/usr/bin/install: setting permissions for '/home/infi/Downloads/makemkv-oss-1.14.7/conftest.dir/conftest.two': Operation not permitted
autoxxx/install-sh -c
The reason for the error is that I have a symbolic link redirecting my Downloads folder to a Xigmanas share and it looks like there's some kind of NFS permission problem there. Not sure why as this machine should have full read/write access, but Xigmanas has been causing me a few permissions headaches here and there. Either way, I can workaround it by extracting and compiling locally.
Thanks for getting me on the right track