[mythtv-users] Mythtv 31 won't configure/compile error in Debian 10

Mark fairlane at springcom.com
Tue Aug 11 12:00:11 UTC 2020


Getting a new install going on Debian 10 / Stable.

Following the source install instructions like i have always.

Installed the full list of dependencies.  No issues there.

Get to the ./configure step.  It goes off in the background, presumably 
testing for my dependencies.

Comes back with ERROR:  can not find libbluray.

I did install the bluray library.  I double checked.  Still says the 
same thing.

I checked config.ep, all the way at the end, i find it exits with the 
above error, but it's failing on

udev_new call.  udev-dev is installed.  Where do i look for the problem 
here?

Here's the relevant chunk of config.ep:

ccache gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 
-D_XOPEN_SOURCE=600 -DPIC -std=c11 -DNDEBUG -fomit-frame-pointer -fPIC 
-pthread -c -o /tmp/ffconf.SSOeY3sp/test.o /tmp/ffconf.SSOeY3sp/test.c
gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.SSOeY3sp/test 
/tmp/ffconf.SSOeY3sp/test.o -pthread -pthread -lsamplerate
/usr/bin/ld: /tmp/ffconf.SSOeY3sp/test.o: in function `check_udev_new':
test.c:(.text+0x3): undefined reference to `udev_new'
collect2: error: ld returned 1 exit status
ERROR: can not find libbluray.



More information about the mythtv-users mailing list