Mailing List Archive

build errors on mythplugins-light
I built mythtv-light successfully but when I tried to build mythplugins I
got errors.

After it removed a lot of files, lib, and programs it configured ffmpeg but
when it got the mythplugiins I got an error about no makefile. Console log
below:


#### MythTV CONFIGURATION ####
# Basic Settings
Qt minimum version 5.7
Qt installed version 5.11.3
Compile type profile
Compiler cache yes
DistCC no
qmake /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake
install prefix
/home/pi/proj/build/buster-armhf/mythplugins/fixes-31/usr
runtime prefix /usr
CPU arm armv7a (cortex-a7)
ARMv5TE enabled yes
ARMv6 enabled yes
ARMv6T2 enabled yes
VFP enabled yes
NEON enabled yes (Intrinsics yes)
THUMB enabled no
Creating configuration files ...

# Input Support
Joystick menu yes
lirc support yes
libCEC device support yes [/usr/include]
Video4Linux support yes
ivtv support yes
HD-PVR support yes
FireWire support yes
DVB support yes [/usr/include]
DVB-S2 support yes
HDHomeRun support yes
V@Box TV Gateway support yes
Ceton support yes
DVEO ASI support no

# Sound Output Support
PulseAudio support yes
OSS support yes
ALSA support yes
JACK support default
libfftw3 support yes

# Video Output Support
x11 support yes
xrandr support yes
VDPAU support no
VAAPI support no
NVDEC support no
DRM support yes
Video4Linux codecs yes (DRM yes)
MMAL decoder support yes
OpenGL yes (OpenGLES yes)
EGL support yes
MHEG support yes
libass subtitle support yes

# Misc Features
Frontend yes
Backend yes
multi threaded libavcodec yes
libxml2 support yes [/usr/include/libxml2]
libdns_sd (Bonjour) yes
libcrypto yes
gnutls yes
bluray support yes (system)
BD-J (Bluray java) no
BD-J type j2se
systemd_notify yes
systemd_journal yes

# Bindings
bindings_perl yes
bindings_python yes
bindings_php yes

# External Codec Options
mp3lame yes
xvid no
x264 no
x265 (HEVC) no
vpx no
libaom (AV1) no
libdav1d (AV1) no

# Compilation Options
Enforce c++11 nullptr yes
Enforce shadowed vars yes

Creating libs/libmythbase/mythconfig.h and libs/libmythbase/mythconfig.mak

WARNING: When using --arch=X or --cpu=X you must include the
output of ./configure along with any bug report.

Created libs/libmythbase/mythconfig.h
Created libs/libmythbase/mythconfig.mak
Configuring libmythdvdnav...
Info: creating stash file
/home/pi/build/mythtv/mythtv/external/libmythdvdnav/.qmake.stash
Configuring libudfread...
Info: creating stash file
/home/pi/build/mythtv/mythtv/external/libudfread/.qmake.stash
Configuring libmythsoundtouch...
Info: creating stash file
/home/pi/build/mythtv/mythtv/external/libmythsoundtouch/.qmake.stash
+ rm -rf /home/pi/proj/build/buster-armhf/mythplugins/fixes-31
+ cp -a /home/pi/proj/build/buster-armhf/mythtv/fixes-31/
/home/pi/proj/build/buster-armhf/mythplugins/fixes-31/
+ cp libs/libmythbase/mythconfig.h libs/libmythbase/mythconfig.mak
/home/pi/proj/build/buster-armhf/mythplugins/fixes-31/usr/include/mythtv/
+ cd ../mythplugins
+ git clean -Xfd
+ basedir=/home/pi/proj/build/buster-armhf/mythplugins/fixes-31/usr
++ ls -d
/home/pi/proj/build/buster-armhf/mythplugins/fixes-31/usr/local/lib/python3.7/dist-packages
+ export
PYTHONPATH=/home/pi/proj/build/buster-armhf/mythplugins/fixes-31/usr/local/lib/python3.7/dist-packages
+
PYTHONPATH=/home/pi/proj/build/buster-armhf/mythplugins/fixes-31/usr/local/lib/python3.7/dist-packages
+ config_opt=
+ config_opt=' --disable-vdpau --enable-opengl --disable-vaapi
--cpu=cortex-a7 --arch=armv7 --extra-cflags=-mfpu=neon
--extra-cxxflags=-mfpu=neon'
+ ./configure
--prefix=/home/pi/proj/build/buster-armhf/mythplugins/fixes-31/usr
--disable-vdpau --enable-opengl --disable-vaapi --cpu=cortex-a7
--arch=armv7 --extra-cflags=-mfpu=neon --extra-cxxflags=-mfpu=neon
+ tee -a /home/pi/build/mythtv/../config_mythplugins.out
Unknown option "--disable-vdpau".
See ./configure --help for available options.
+ set -
Completed configure
Set cache size limit to 10.0 GB
Unset cache file limit
ERROR No Makefile found.
Log File:
/home/pi/build/mythtv/../build_mythplugins.out

ERROR ERROR Build Failed rc = 999 on Tue 13 Oct 2020 05:01:20 PM EDT
pi@rpi4-mythtv:~/build/mythtv/mythplugins $ ls
config.log COPYING mytharchive mythgame mythnetvision
mythplugins.pro mythzoneminder README targetdep.pro
configure libs-targetfix.pro mythbrowser mythmusic mythnews
mythweather programs-libs.pro settings.pro themedummy.c
Re: build errors on mythplugins-light [ In reply to ]
On 10/13/20 5:24 PM, James Abernathy wrote:
> I built mythtv-light successfully but when I tried to build
> mythplugins I got errors.
>
> After it removed a lot of files, lib, and programs it configured
> ffmpeg but when it got the  mythplugiins I got an error about no
> makefile. Console log below:
>
>
It looks like the --disable-vdpau option is not supported. I will fix
it. Thanks for reporting this.
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: build errors on mythplugins-light [ In reply to ]
On 10/14/20 9:38 AM, Peter Bennett wrote:
>
> On 10/13/20 5:24 PM, James Abernathy wrote:
>> I built mythtv-light successfully but when I tried to build
>> mythplugins I got errors.
>>
>> After it removed a lot of files, lib, and programs it configured
>> ffmpeg but when it got the  mythplugiins I got an error about no
>> makefile. Console log below:
>>
>>
> It looks like the --disable-vdpau option is not supported. I will fix
> it. Thanks for reporting this.

This should be fixed now, on master.

Peter

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: build errors on mythplugins-light [ In reply to ]
On 10/15/20 11:15 AM, Peter Bennett wrote:
>
> On 10/14/20 9:38 AM, Peter Bennett wrote:
>>
>> On 10/13/20 5:24 PM, James Abernathy wrote:
>>> I built mythtv-light successfully but when I tried to build
>>> mythplugins I got errors.
>>>
>>> After it removed a lot of files, lib, and programs it configured
>>> ffmpeg but when it got the  mythplugiins I got an error about no
>>> makefile. Console log below:
>>>
>>>
>> It looks like the --disable-vdpau option is not supported. I will fix
>> it. Thanks for reporting this.
>
> This should be fixed now, on master.
>
> Peter

Will it make it's way to fixes/31?? That's what I'm using on the backend
so I need to build my RPI4 with v31

Jim A

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: build errors on mythplugins-light [ In reply to ]
On 10/15/20 11:43 AM, Jim Abernathy wrote:
> Will it make it's way to fixes/31?? That's what I'm using on the
> backend so I need to build my RPI4 with v31
>
I have applied the change to fixes/31 as well now.
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: build errors on mythplugins-light [ In reply to ]
On 10/16/20 11:47 AM, Peter Bennett wrote:
>
> On 10/15/20 11:43 AM, Jim Abernathy wrote:
>> Will it make it's way to fixes/31?? That's what I'm using on the
>> backend so I need to build my RPI4 with v31
>>
> I have applied the change to fixes/31 as well now.


I just build mythplugins-light and it worked and installed correctly.

Thanks,

Jim A


_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org