MakeMKV not working under Debian Trixie
Posted: Sat Dec 06, 2025 2:59 am
I have a new desktop running Debian Trixie, and I can't get MakeMKV to work. If I try to configure makemkv-oss-1.18.2 as a regular user, I get quite a few errors:
If I su to root, configure, make, and make install work without errors in makemkv-oss-1.18.2/ and both make and make install work without errors in makemkv-bin-1.18.2/, but when I run makemkv, it says it says it is scanning the first CD-ROM, and then just hangs. There are two BluRay players and one DVD player on this system.
Code: Select all
Leslie:/RAID/Server-Main/Downloads/MakeMKV/makemkv-oss-1.18.2$ ./configure
./configure: line 2494: confdefs.h: Permission denied
./configure: line 2498: confdefs.h: Permission denied
./configure: line 2500: confdefs.h: Permission denied
./configure: line 2502: confdefs.h: Permission denied
./configure: line 2504: confdefs.h: Permission denied
./configure: line 2506: confdefs.h: Permission denied
./configure: line 2508: confdefs.h: Permission denied
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for gcc... gcc
./configure: line 3935: conftest.err: Permission denied
./configure: line 3935: conftest.err: Permission denied
./configure: line 3935: conftest.err: Permission denied
./configure: line 3935: conftest.err: Permission denied
./configure: line 3935: conftest.err: Permission denied
./configure: line 3948: conftest.c: Permission denied
checking whether the C compiler works... no
sed: can't read conftest.c: No such file or directory
configure: error: in `/RAID/Server-Main/Downloads/MakeMKV/makemkv-oss-1.18.2':
configure: error: C compiler cannot create executables
See `config.log' for more details