<div dir="ltr"><div dir="ltr">On Sat, Aug 1, 2020 at 9:12 AM John Hoyt <<a href="mailto:john.hoyt@gmail.com">john.hoyt@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I've done this enough times to be certain and on the VM the passwd is trivial "nu"<br></blockquote><div><br></div><div>ok - in the future you can run with the --skip-ansible=true flag to speed up builds.</div><div><br></div><div>Unfortunately this still doesn't solve your issue with ansible...  Still scratching my head here </div></div></div></blockquote><div><br></div><div>Bill,</div><div><br></div><div>Staring at the output a bit more, it looks like for some reason ansible is no longer installing the qt dependencies for James (they're already installed on my system so I must of have missed this).</div><div><br></div><div>Also, here's another failure:</div><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote">TASK [mythtv-macports : select the installed version of python] ****************</div><div class="gmail_quote">changed: [localhost] => (item={'group': 'python', 'version': 'python38'})</div><div class="gmail_quote">changed: [localhost] => (item={'group': 'python3', 'version': 'python38'})</div><div class="gmail_quote">failed: [localhost] (item={'group': 'pip', 'version': 'pip38'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["port", "select", "--set", "pip", "pip38"], "delta": "0:00:00.102641", "end": "2020-08-01 15:13:44.042030", "item": {"group": "pip", "version": "pip38"}, "msg": "non-zero return code", "rc": 1, "start": "2020-08-01 15:13:43.939389", "stderr": "", "stderr_lines": [], "stdout": "Selecting 'pip38' for 'pip' failed: The specified group 'pip' does not exist.", "stdout_lines": ["Selecting 'pip38' for 'pip' failed: The specified group 'pip' does not exist."]}</div><div class="gmail_quote"><div>failed: [localhost] (item={'group': 'pip3', 'version': 'pip38'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["port", "select", "--set", "pip3", "pip38"], "delta": "0:00:00.100251", "end": "2020-08-01 15:13:44.406449", "item": {"group": "pip3", "version": "pip38"}, "msg": "non-zero return code", "rc": 1, "start": "2020-08-01 15:13:44.306198", "stderr": "", "stderr_lines": [], "stdout": "Selecting 'pip38' for 'pip3' failed: The specified group 'pip3' does not exist.", "stdout_lines": ["Selecting 'pip38' for 'pip3' failed: The specified group 'pip3' does not exist."]} </div><div><br></div></div></blockquote>I'm going to uninstall some dependencies on my VM and test if I can reproduce.</div>