[mythtv-users] macosx

Bill Meek keemllib at gmail.com
Mon May 2 22:26:46 UTC 2022


On 5/2/22 17:12, James wrote:
> 
> 
>> On 2 May 2022, at 8:00 pm, James <jam at tigger.ws <mailto:jam at tigger.ws>> wrote:
>>
>>
>>
>>> On 2 May 2022, at 6:01 pm, John Hoyt <john.hoyt at gmail.com <mailto:john.hoyt at gmail.com>> wrote:
>>>
>>>     I've needed to install dozens of libs by hand eg libbluray libaom libzip liblame etc ect methought ansible did this ??
>>>
>>>
>>> ansible should have done this.  I'd suggest running ansible alone and see if it's throwing any errors.  I'd also suggest running both the 
>>> script and ansible with python310
>>>
>>> sudo port -N install py310-ansible
>> OK
>>> cd ~/mythtv-32/ansible
>>> ansible-playbook-3.10 --extra-vars="ansible_python_interpreter=/opt/local/bin/python3.10 install_qtwebkit=true"  qt5.yml --ask-become-pass
>>
>> What does this mean:
>>
>> [WARNING]: No inventory was parsed, only implicit localhost is available
>> [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
>> [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. This feature will be removed in version 2.16.
>> Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
>>
>> No doubt the crux of the matter
>>
>> PLAY RECAP ******************************************************************************************************************************
>> localhost                  : ok=1    changed=0    unreachable=0    failed=0    skipped=155  rescued=0    ignored=0
>>
>>
>>> cd ~/mythtv-32
>>> ./compileMythfrontendAnsible.zsh --version=fixes/32 --generate-dmg=true --python-version=310
>>>
>>> BTW - there is an older prebuilt version for High Sierra posted here 
>>> https://sourceforge.net/projects/mythtvformacosx/files/v32/Archive/macOS%2010.13%20High%20Sierra/ 
>>> <https://sourceforge.net/projects/mythtvformacosx/files/v32/Archive/macOS%2010.13%20High%20Sierra/>
>>
>> In case of questions
>> [haycorn] /Users/jam/mythtv-32/ansible [501]% hostname
>> haycorn.home
> 
> Bill ta, what would the inventry file say? For me it seems ansible gets nothing and the skipped=155 seems to say EVERY download requested was 
> skipped.

There should be a hosts file that comes with the MythTV ansible. It should contain
three lines:
localhost	ansible_connection=local

[buildslaves]


The -i hosts (short for --inventory hosts) then uses that file.  If it works and John agrees,
I can add it to the command lines in the README.md for MacOSX. I don't have a Mac (I did have
an Apple ][.). Or, maybe we need a custom inventory for MacOSX.

-- 
Bill


More information about the mythtv-users mailing list