[mythtv-users] ansible issue on Archlinux

Bill keemllib at gmail.com
Sat Feb 15 22:48:41 UTC 2025


On Saturday 15 February 2025 04:25:44 PM (-06:00), James Abernathy wrote:

 > This is what I'm seeing on Archlinux with ansible
 > 
 > [jim at nucboxg3 ansible]$ ./mythtv.yml --limit=localhost
 > BECOME password:
 > [DEPRECATION WARNING]: community.general.yaml has been deprecated. The
 > plugin has been superseded by the the
 > option `result_format=yaml` in callback plugin ansible.builtin.default 
from



This one is easy (and I already have it fixed, but can't push right now

In: sible.cfg. look for stdout_callback and comment out that line.



For the next one, edit: roles/mythtv-pacman/tasks/main.yml and delete
or comment out the line for pulseaudio.

See if the playbook gets further.

 > *******************************************************************
 > ok: [localhost] =>
 >  msg:
 > 
lsb-release,cronie,base-devel,nasm,ccache,git,cmake,patch,ninja,gperf,meson,sqlite3,php,lame,libbluray
 
> 
,libxnvctrl,libsamplerate,libxv,libxinerama,libxrandr,libxml2,taglib,exiv2,libzip,libmpeg2,soundtouch,libcec,
 
> 
libass,libvdpau,libva,x264,x265,libvpx,dav1d,xvidcore,pulseaudio,libavc1394,libiec61883,lirc,python-lxml,pyth
 
> 
on-mysqlclient,python-requests,python-setuptools,perl-dbi,perl-dbd-mysql,perl-io-socket-inet6,perl-date-manip
 
> 
,perl-xml-simple,perl-xml-xpath,perl-image-size,perl-datetime-format-iso8601,perl-soap-lite,perl-json,perl-fi
 
> 
ndbin,perl-ipc-cmd,flac,libcdio,libcdio-paranoia,libmariadbclient,python-pycurl,python-oauthlib
 
> 
 > TASK [mythtv-pacman : install packages]
 > *********************************************************************
 > fatal: [localhost]: FAILED! => changed=false
 >  cmd:
 >  - /usr/bin/pacman
 >  - --noconfirm
 >  - --noprogressbar
 >  - --needed
 >  - --sync
 >  - cronie
 >  - nasm
 >  - ccache
 >  - gperf
 >  - meson
 >  - libxnvctrl
 >  - pulseaudio
 >  - perl-date-manip
 >  - perl-image-size
 >  - perl-datetime-format-iso8601
 >  - perl-soap-lite
 >  - perl-json
 >  - python-pycurl
 >  - python-oauthlib
 >  msg: Failed to install package(s)
 >  stderr: |-
 >    error: unresolvable package conflicts detected
 >    error: failed to prepare transaction (conflicting dependencies)
 >  stderr_lines: <omitted>
 >  stdout: |-
 >    resolving dependencies...
 >    looking for conflicting packages...
 >    :: pulseaudio-17.0+r43+g3e2bb8a1e-1 and pipewire-pulse-1:1.2.7-1 are 
in
 > conflict. Remove pipewire-pulse?
 > [y/N]
 >    :: pulseaudio-17.0+r43+g3e2bb8a1e-1 and pipewire-pulse-1:1.2.7-1 are 
in conflict

-- 
Bill


More information about the mythtv-users mailing list