<div dir="ltr"><div dir="ltr"><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Aug 14, 2020 at 2:55 PM <<a href="mailto:veehexx@zoho.com">veehexx@zoho.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
<br>
---- On Tue, 11 Aug 2020 13:00:11 +0100 Mark <<a>fairlane@springcom.com</a>> wrote ----<br>
> Getting a new install going on Debian 10 / Stable.<br>
> <br>
> Following the source install instructions like i have always.<br>
> <br>
> Installed the full list of dependencies. No issues there.<br>
> <br>
> Get to the ./configure step. It goes off in the background, presumably <br>
> testing for my dependencies.<br>
> <br>
> Comes back with ERROR: can not find libbluray.<br>
> <br>
> I did install the bluray library. I double checked. Still says the <br>
> same thing.<br>
> <br>
> I checked config.ep, all the way at the end, i find it exits with the <br>
> above error, but it's failing on<br>
> <br>
> udev_new call. udev-dev is installed. Where do i look for the problem <br>
> here?<br>
> <br>
> Here's the relevant chunk of config.ep:<br>
> <br>
> ccache gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 <br>
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 <br>
> -D_XOPEN_SOURCE=600 -DPIC -std=c11 -DNDEBUG -fomit-frame-pointer -fPIC <br>
> -pthread -c -o /tmp/ffconf.SSOeY3sp/test.o /tmp/ffconf.SSOeY3sp/test.c<br>
> gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.SSOeY3sp/test <br>
> /tmp/ffconf.SSOeY3sp/test.o -pthread -pthread -lsamplerate<br>
> /usr/bin/ld: /tmp/ffconf.SSOeY3sp/test.o: in function `check_udev_new':<br>
> test.c:(.text+0x3): undefined reference to `udev_new'<br>
> collect2: error: ld returned 1 exit status<br>
> ERROR: can not find libbluray.<br>
> <br>
<br>
i'm unfamiliar with debian, but when i see errors like that in a Centos env, i usually fix it with the -devel package (so libbluray-devel in this case); afterall your 'developing' a source code build.<br>
fwiw i have found missing packages in the fedora/centos section of the ansible playbook in the past (and submitted a fix) so while it's a very good tool to help setup your system, don't treat it as 100% perfect.<br><br></blockquote><div><br></div><div>I build my own mythtv on debian stable and have good success using the 'build-debs.sh' script as instructed in the wiki: <a href="https://www.mythtv.org/wiki/Installing_MythTV_on_Debian">https://www.mythtv.org/wiki/Installing_MythTV_on_Debian</a> </div></div></div>