Search found 74 matches
- Mon May 11, 2020 12:01 pm
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 3532
Re: [Solved] Building Mythtv 31.x on Catalina
Ansible was throwing this error in the version currently posted to git: TASK [mythtv-macports : select the installed version of python and pip] ************************************************ [WARNING]: The value ['port select --set python python38', 'port select --set python3 python38', 'port sele...
- Mon May 11, 2020 10:59 am
- Forum: OSX
- Topic: Looking for OSX MythTV 31 frontend pre-built binary
- Replies: 24
- Views: 1412
Re: Looking for OSX MythTV 31 frontend pre-built binary
:: 5/11 Update, these links are now dead - had the same runprefix issue If these first link doesn't work for anyone, please try one of these two: https://www.dropbox.com/s/oupyorffvp0fop3/mythfrontend-31-xcode11.3.dmg?dl=0 https://www.dropbox.com/s/rps36drqo04frbk/mythfrontend-31-xcode11.4.dmg?dl=0 ...
- Mon May 11, 2020 10:56 am
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 3532
Re: [Solved] Building Mythtv 31.x on Catalina
Bill, thanks for getting this into the ansible git repo! Here is a patch file for some mods to get the python and pip selections working. Also includes an add of the hdhomerun library and calls to "port selfupdate" and "port upgrade outdated" which should addresses Craig's most recent post (Craig, p...
- Sun May 10, 2020 3:07 pm
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 3532
Re: [Solved] Building Mythtv 31.x on Catalina
Thanks Craig, I did miss the "sudo port -v selfupdate" call when installing. Thanks for the tip!!!!
- Sun May 10, 2020 12:33 pm
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 3532
Re: [Solved] Building Mythtv 31.x on Catalina
:: Update 1 - corrected patch for correct port select call :: Update 2 - Fixed per Craig's post below. :: Update 3 - Added hdhomerun to ansible patch I believe I got ansible working with the attached patch ansible.macos.patch I've used is on my main system which had most of the ports installed. I am...
- Sat May 09, 2020 8:36 pm
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 3532
Re: [Solved] Building Mythtv 31.x on Catalina
The issue I'm experiencing with pip is that macports installs pip3 into /opt/local/bin/pip. Unfortunately, ansible is trying to use pip3 which resolves to /usr/local/bin/pip3. If there was an ansible environmental variable to set pip and pip3's path, that would probably fix the problem one problem. ...
- Sat May 09, 2020 5:07 pm
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 3532
Re: [Solved] Building Mythtv 31.x on Catalina
I actually went a different path with the qt-macports.yml. Here's what I did (based on freebsd), happy to learn what the right way to do this is.... - name: create list of qt5 libraries set_fact: macports_pkg_list: - qt5 - qt5-qtwebkit - qt5-qtscript #- qt5-mysql-plugin # packages in repo for fedora...
- Sat May 09, 2020 4:48 pm
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 3532
Re: [Solved] Building Mythtv 31.x on Catalina
Not sure but is py38-pymysql a functional replacement (ie a "pure python" version)? Unfortunately no. ./configure throws the following error when mysqlclient is not installed via pip. WARNING: disabling Python bindings; missing MySQLdb @Bill any chance you know how to tell ansible to use the recent...
- Sat May 09, 2020 3:32 pm
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 3532
Re: [Solved] Building Mythtv 31.x on Catalina
Here's a corrected patch file (at least for ports that are in macports). mythtv-ansible-macports.patch I suspect I'll need to add more packages to cover the missing qt pieces (qt5-qtwebkit qt5-qtscript qt5 qt5-mysql-plugin), apache-ant, and py38-pip. Is there a way to get ansible to call pip to inst...
- Sat May 09, 2020 3:08 pm
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 3532
Re: [Solved] Building Mythtv 31.x on Catalina
I'm actually working on this now. Will probably need some help once I get through the port matching fun.
- Sat May 09, 2020 1:07 pm
- Forum: OSX
- Topic: Looking for OSX MythTV 31 frontend pre-built binary
- Replies: 24
- Views: 1412
Re: Looking for OSX MythTV 31 frontend pre-built binary
Here you go ./mythfrontend.app/Contents/MacOS/mythfrontend --version Please attach all output as a file in bug reports. MythTV Version : v31.0-38-ga2b8c262dc MythTV Branch : fixes/31 Network Protocol : 91 Library API : 31.20200101-1 QT Version : 5.14.2 Options compiled in: profile using_corevideo us...
- Sat May 09, 2020 1:02 pm
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 3532
Re: [Solved] Building Mythtv 31.x on Catalina
@Craig - I just installed and loaded mpstats @bill6502 - I would happily use ansible, there was no playbook available so I started adding ports until I got things chugging. The ports listed in the second post of this thread include what's needed for v31. Anyone wanting to use ansible will need to in...
- Sat May 09, 2020 10:00 am
- Forum: OSX
- Topic: Looking for OSX MythTV 31 frontend pre-built binary
- Replies: 24
- Views: 1412
Re: Looking for OSX MythTV 31 frontend pre-built binary
::Update 5/15 - add link to app with some plugins ::Update 5/15 - moved to the "old" sourceforge site ::Update 5/11 - Updated the link to a version that "should" fix the runprefix pathing issues. Success! I managed to get v31 built and running videos on my case-sensitive system using Xcode 11.3.1. I...
- Sat May 09, 2020 9:59 am
- Forum: OSX
- Topic: [Solved] Building Mythtv 31.x on Catalina
- Replies: 74
- Views: 3532
Re: Building Mythtv 31.x on Catalina
:: 5/11 update - fixed link to one with the correct runprefix Success! I managed to get v31 built and running videos on my case-sensitive system using Xcode 11.3.1. I have posted a .dmg file here: https://www.dropbox.com/s/xarebulww4pgg9h/mythfrontend-31.dmg?dl=0 I suspect that Xcode 11.4 introduce...
- Fri May 08, 2020 11:21 pm
- Forum: OSX
- Topic: Looking for OSX MythTV 31 frontend pre-built binary
- Replies: 24
- Views: 1412
Re: Looking for OSX MythTV 31 frontend pre-built binary
Several folks have asked (mostly on the mailing list). No one has volunteered one.
I've been trying to get one built and working and will post if I finally get past the segfault issues.
I've been trying to get one built and working and will post if I finally get past the segfault issues.