[mythtv-users] macosx
James Linder
jam at tigger.ws
Tue May 3 02:08:34 UTC 2022
> On 3 May 2022, at 8:29 am, Bill Meek <keemllib at gmail.com> wrote:
>
> On 5/2/22 18:44, John Hoyt wrote:
>> 've just run the following and here is a trimmed output when working (it should install 21 ports)::
>> ansible-playbook-3.10 --extra-vars="ansible_python_interpreter=/opt/local/bin/python3.10 install_qtwebkit=true database_version=mysql8"
>> qt5.yml --ask-become-pass -i hosts
>> NOTE: I also tested without "database_version=mysql8" and it worked up through mariadb installation where I cancelled the compile
>> BECOME password:
>> [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'
>
> Hey John,
>
> I'd expect the 1st two warnings to go away when an inventory is included. It
> just figures out that localhost is all it can talk to without one. I always
> put it with the other switches, rather than after the playbook name (qt5.yaml
> in this case) but it works OK after the playbook.
[haycorn] /Users/jam/mythtv-32/ansible [724]% ansible --inventory=hosts --module-name=setup --args="filter=ansible_distribution" localhost
[WARNING]: Platform darwin on host localhost is using the discovered Python interpreter at
/opt/local/bin/python3.10, but future installation of another Python interpreter could change
the meaning of that path. See https://docs.ansible.com/ansible-
core/2.12/reference_appendices/interpreter_discovery.html for more information.
localhost | SUCCESS => {
"ansible_facts": {
"ansible_distribution": "MacOSX",
"discovered_interpreter_python": "/opt/local/bin/python3.10"
},
"changed": false
}
[haycorn] /Users/jam/mythtv-32/ansible [725]%
[haycorn] /Users/jam/mythtv-32/ansible [725]%
[haycorn] /Users/jam/mythtv-32/ansible [725]% ansible --inventory=hosts --module-name=setup --args="filter=ansible_distribution_major_version" localhost
[WARNING]: Platform darwin on host localhost is using the discovered Python interpreter at
/opt/local/bin/python3.10, but future installation of another Python interpreter could change
the meaning of that path. See https://docs.ansible.com/ansible-
core/2.12/reference_appendices/interpreter_discovery.html for more information.
localhost | SUCCESS => {
"ansible_facts": {
"ansible_distribution_major_version": "10",
"discovered_interpreter_python": "/opt/local/bin/python3.10"
},
"changed": false
}
[haycorn] /Users/jam/mythtv-32/ansible [726]%
[haycorn] /Users/jam/mythtv-32/ansible [726]%
[haycorn] /Users/jam/mythtv-32/ansible [726]% ansible --inventory=hosts --module-name=setup --args="filter=ansible_distribution_major_version" localhost
[WARNING]: Platform darwin on host localhost is using the discovered Python interpreter at
/opt/local/bin/python3.10, but future installation of another Python interpreter could change
the meaning of that path. See https://docs.ansible.com/ansible-
core/2.12/reference_appendices/interpreter_discovery.html for more information.
localhost | SUCCESS => {
"ansible_facts": {
"ansible_distribution_major_version": "10",
"discovered_interpreter_python": "/opt/local/bin/python3.10"
},
"changed": false
https://pastebin.com/9wcmmjxw
and (ofcourse)
[haycorn] /Users/jam [730]% ./compileMythfrontendAnsible.zsh --version=fixes/32 --generate-dmg=true
cd libmythbase/ && ( test -e Makefile || /opt/local/libexec/qt5/bin/qmake -o Makefile /Users/jam/mythtv-32/mythtv/mythtv/libs/libmythbase/libmythbase.pro QMAKE=/opt/local/libexec/qt5/bin/qmake ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile
make[2]: Nothing to be done for `first'.
cd libmythservicecontracts/ && ( test -e Makefile || /opt/local/libexec/qt5/bin/qmake -o Makefile /Users/jam/mythtv-32/mythtv/mythtv/libs/libmythservicecontracts/libmythservicecontracts.pro QMAKE=/opt/local/libexec/qt5/bin/qmake ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile
/opt/local/libexec/qt5/bin/qmake -o Makefile libmythservicecontracts.pro QMAKE=/opt/local/libexec/qt5/bin/qmake
Project ERROR: Unknown module(s) in QT: script
make[2]: *** [Makefile] Error 3
make[1]: *** [sub-libmythservicecontracts-make_first] Error 2
make: *** [libs] Error 2
Compiling Mythtv failed
James
More information about the mythtv-users
mailing list