[mythtv-users] Compiling master (ex render branch) on Ubuntu 19.10

David Hampton mythtv at love2code.net
Thu Dec 5 16:32:49 UTC 2019


On Thu, 2019-12-05 at 10:17 -0600, Bill Meek wrote:
> On 12/4/19 7:43 PM, David Hampton wrote:
> > On Wed, 2019-12-04 at 22:30 +0000, Stuart Auchterlonie wrote:
> > > On 03/12/2019 17:06, Mike Bibbings wrote:
> > > > I also note that atleast one buildbot is still building without
> > > > python
> > > > bindings e.g.
> > > > https://code.mythtv.org/buildbot/#/builders/22/builds/296/steps/9/logs/stdio
> > > > 
> > > 
> > > I've been through my buildbots, updated them, updated the
> > > playbooks
> > > and
> > > used them to install any missing bits.
> > > 
> > > Now apart from freebsd (which i haven't had the time to work out
> > > what
> > > might need installing), they should all build with the python
> > > bindings enabled.
> > 
> > I see py36-lxml, py36-requests, and py36-simplejson.
> > 
> > I don't see a py36-MySQLdb.
> > 
> > David
> 
> David,
> 
> I'll push this if I'm understanding the above. Note that
> urlgrabber is going away, so I didn't add the 36 version.
> 
> Not sure about python3 itself, below is from pkgs.org.
> 
> - name: add python essentials
>    set_fact:
>      pkgng_pkg_lst:
>        - '{{ pkgng_pkg_lst }}'
>        - python
>        - python3 <-------- "The "meta-port" for version 3 of the
> Python interpreter"
>        - py27-lxml
>        - py36-lxml
>        - py27-MySQLdb
>        - py36-MySQLdb
>        - py27-oauth
>        - py36-oauth
>        - py27-urlgrabber
> 
> Thanks.

Bill,

I think that's the right thing for the ansible playlist, but I'm not
seeing a py36-MySQLdb available for FreeBSD.  pkgs.org only shows the
py27 version.  Here's what I get when I try to install py36-MySQLdb:

$ sudo pkg install py36-MySQLdb
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'py36-MySQLdb' have been
found in the repositories

David




More information about the mythtv-users mailing list