Mailing List Archive

Fwd: [MythTV/mythtv] Run failed: master - master (fe554d2)
Error from git build jobs:

Build failed on all except ubuntu 22.04

Ubuntu 20.04:

Run ${CONFIGURE_CMD} $MYTHTV_CONFIG --enable-libmp3lame --enable-libvpx
--enable-libx264 --enable-libx265 --enable-bdjava --enable-vulkan
found qmake at /usr/lib/x86_64-linux-gnu/qt5/bin/qmake but version failed
got version: 5.12.8
found qmake at /usr/bin/qmake but version failed
got version: 5.12.8
qmake for Qt 5.15.2 or newer not found.  Please specify the correct
qmake with --qmake=

If you think configure made a mistake, make sure that you are using the
latest
version of MythTV from git.  If the latest version fails, report the
problem to the
mythtv-dev@mythtv.org mailing list or IRC #mythtv on irc.libera.chat
Include the log file "config.ep" produced by configure as this will help
solve the problem.
Error: Process completed with exit code 1.

macos:

Run ${PKGMGR_CMD} install minizip flac libvorbis libcdio python-pycurl
python-oauthlib
Warning: No available formula with the name "python-pycurl". Did you
mean python-psutil, python-pytz or python-cycler?
==> Searching for similarly named formulae and casks...
==> Formulae
python-psutil
python-pytz
python-cycler

To install python-psutil, run:
  brew install python-psutil
Error: Process completed with exit code 1.
Re: Fwd: [MythTV/mythtv] Run failed: master - master (fe554d2) [ In reply to ]
On Wed, Mar 6, 2024 at 1:51?AM Peter Bennett <pb.mythtv@gmail.com> wrote:

> Build failed on all except ubuntu 22.04
>
> Ubuntu 20.04:

20.04 is not longer supported for MythTV master
(since some recent commit).

>
> macos:
>

macOS homebrew has recently been problematic.



There is a proposed PR that once reviewed
will address both of these issues, but for
non-pushes, the PR needs a prereq to fix the
CMake files (also opened as an issue with
the proposed fixes).

I believe David H was going to review both
at some future time.
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-dev
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: Fwd: [MythTV/mythtv] Run failed: master - master (fe554d2) [ In reply to ]
On Tue, Mar 5, 2024 at 9:22?PM Gary Buhrmaster <gary.buhrmaster@gmail.com>
wrote:

> On Wed, Mar 6, 2024 at 1:51?AM Peter Bennett <pb.mythtv@gmail.com> wrote:
> >
> > macos:
> >
>
> macOS homebrew has recently been problematic.
>
>
>
> There is a proposed PR that once reviewed
> will address both of these issues, but for
> non-pushes, the PR needs a prereq to fix the
> CMake files (also opened as an issue with
> the proposed fixes).
>

Peter, I have an additional PR that disables ubuntu 20.04 and updates the
macOS/homebrew logic.

here https://github.com/MythTV/mythtv/pull/862


In the case of macOS, homebrew is in a transition to python312 as their
default. In the process of migrating, the
supported python packages are in a bit of flux with many being removed from
the system. I suspect this migration
will drag out for a number of months. As such, in the proposal Gary
mentions, I've switched over to macports
to provide packages as my experience has been that macports packages are
less prone to churn. An added benefit
to macports is that it is the same package management system used to build
the app bundles used by the mythtv
macOS community which will help me stay on top of macOS/macports related
issues as they arise.