Mailing List Archive

git choas
Hi I'm using one of the mac frontend builds. Since the OSD navigation bar is more important to me than meta data I'm not using John's latest build.

Two channels transmit recordings that core dump when editing the cutlist.
No worries I thought, I'll build and test a linux version to see if the issue is generic or mac-build specific.

[haycorn] /Users/jam [500]% /Applications/mythfrontend31.app/Contents/MacOS/mythfrontend --version
Please attach all output as a file in bug reports.
MythTV Version : v31.0-40-gce23a0225f
MythTV Branch : fixes/31
Network Protocol : 91
Library API : 31.20200101-1
QT Version : 5.14.2
Options compiled in:
...

so
jam@blackbeauty:~/mythtv/mythtv$ git branch
* fixes/31
master
jam@blackbeauty:~/mythtv/mythtv$ git log |grep gce23a0225f
jam@blackbeauty:~/mythtv/mythtv$

This does not compute. Can anyone explain what is happening here.

PS the core dump happens

[sandypit] /home/jam [503]% mythffprobe /store/10070_20200731055700.ts
ffprobe version v31.0-48-gc89a7e3771 Copyright (c) 2007-2019 the FFmpeg developers
built with gcc 9 (Ubuntu 9.3.0-10ubuntu2)
configuration: --arch=x86 --sysinclude=/usr/include --cc='ccache gcc' --cxx='ccache g++' --ld=gcc --cpu=generic --target_os=linux --pkg_config=pkg-config --prefix=/usr/local --libdir=/usr/local/lib --as=gcc --objcc=gcc --dep_cc=gcc --host_cc=gcc --host_ld=gcc --disable-cross-compile --disable-libmp3lame --disable-libx264 --disable-libx265 --disable-libvpx --disable-libxvid --enable-vdpau --enable-libxml2 --enable-libass --disable-dxva2 --enable-libbluray --disable-libfontconfig --disable-libfreetype --disable-libiec61883 --disable-crystalhd --disable-sdl2 --disable-ffplay --enable-vaapi --enable-libdrm --enable-gnutls --extra-cflags=' -w' --extra-ldflags= --enable-stripping --strip='echo skipping strip' --disable-manpages --disable-podpages --disable-doc --disable-nvenc --enable-shared --disable-static --enable-gpl --enable-pic --disable-demuxer=mpegtsraw --disable-indev=dshow
libavutil 56. 31.100 / 56. 31.100
libavcodec 58. 54.100 / 58. 54.100
libavformat 58. 29.100 / 58. 29.100
libavdevice 58. 8.100 / 58. 8.100
libavfilter 7. 57.100 / 7. 57.100
libswscale 5. 5.100 / 5. 5.100
libswresample 3. 5.100 / 3. 5.100
libpostproc 55. 5.100 / 55. 5.100
[h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
[h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
[h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
[h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
[h264 @ 0x55cccd86e380] decode_slice_header error
[h264 @ 0x55cccd86e380] no frame!
[h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
[h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
[h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
[h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
[h264 @ 0x55cccd86e380] decode_slice_header error
[h264 @ 0x55cccd86e380] no frame!
[h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
[h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
[h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
[h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
[h264 @ 0x55cccd86e380] decode_slice_header error
[h264 @ 0x55cccd86e380] no frame!
[h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
[h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
[h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
[h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
[h264 @ 0x55cccd86e380] decode_slice_header error
[h264 @ 0x55cccd86e380] no frame!
[h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
[h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
[h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
[h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
[h264 @ 0x55cccd86e380] decode_slice_header error
[h264 @ 0x55cccd86e380] no frame!
Input #0, mpegts, from '/store/10070_20200731055700.ts':
Duration: 01:19:35.49, start: 55508.107356, bitrate: 2845 kb/s
Stream #0:0[0x641]: Video: h264 (High), yuv420p(tv, top first), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x643](eng): Audio: ac3, 48000 Hz, stereo, fltp, 384 kb/s
Stream #0:2[0x644](eng): Subtitle: dvb_teletext

Running an uptodate linux version does not coredump.
jam@clydesdale:~$ 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.12.8

Thanks
James
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
On 7/31/20 7:01 AM, jam@tigger.ws wrote:
> Hi I'm using one of the mac frontend builds. Since the OSD navigation bar is more important to me than meta data I'm not using John's latest build.
>
> Two channels transmit recordings that core dump when editing the cutlist.
> No worries I thought, I'll build and test a linux version to see if the issue is generic or mac-build specific.
>
> [haycorn] /Users/jam [500]% /Applications/mythfrontend31.app/Contents/MacOS/mythfrontend --version
> Please attach all output as a file in bug reports.
> MythTV Version : v31.0-40-gce23a0225f
> MythTV Branch : fixes/31
> Network Protocol : 91
> Library API : 31.20200101-1
> QT Version : 5.14.2
> Options compiled in:
> ...
>
> so
> jam@blackbeauty:~/mythtv/mythtv$ git branch
> * fixes/31
> master
> jam@blackbeauty:~/mythtv/mythtv$ git log |grep gce23a0225f
> jam@blackbeauty:~/mythtv/mythtv$
>
> This does not compute. Can anyone explain what is happening here.

Sure. You're not using the commit SHA1. The leading 'g' is just an indicator
that says git was used as opposed to 's' for svn etc.

You can have git find just that commit: git log -p ce23a0225f^..ce23a0225f

--
Bill
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
On 31/07/2020 13:01, jam@tigger.ws wrote:
> Hi I'm using one of the mac frontend builds. Since the OSD navigation bar is more important to me than meta data I'm not using John's latest build.
>
> Two channels transmit recordings that core dump when editing the cutlist.
> No worries I thought, I'll build and test a linux version to see if the issue is generic or mac-build specific.
>
> [haycorn] /Users/jam [500]% /Applications/mythfrontend31.app/Contents/MacOS/mythfrontend --version
> Please attach all output as a file in bug reports.
> MythTV Version : v31.0-40-gce23a0225f
> MythTV Branch : fixes/31
> Network Protocol : 91
> Library API : 31.20200101-1
> QT Version : 5.14.2
> Options compiled in:
> ...
>
> so
> jam@blackbeauty:~/mythtv/mythtv$ git branch
> * fixes/31
> master
> jam@blackbeauty:~/mythtv/mythtv$ git log |grep gce23a0225f
> jam@blackbeauty:~/mythtv/mythtv$
>
> This does not compute. Can anyone explain what is happening here.
>
> PS the core dump happens
>
> [sandypit] /home/jam [503]% mythffprobe /store/10070_20200731055700.ts
> ffprobe version v31.0-48-gc89a7e3771 Copyright (c) 2007-2019 the FFmpeg developers
> built with gcc 9 (Ubuntu 9.3.0-10ubuntu2)
> configuration: --arch=x86 --sysinclude=/usr/include --cc='ccache gcc' --cxx='ccache g++' --ld=gcc --cpu=generic --target_os=linux --pkg_config=pkg-config --prefix=/usr/local --libdir=/usr/local/lib --as=gcc --objcc=gcc --dep_cc=gcc --host_cc=gcc --host_ld=gcc --disable-cross-compile --disable-libmp3lame --disable-libx264 --disable-libx265 --disable-libvpx --disable-libxvid --enable-vdpau --enable-libxml2 --enable-libass --disable-dxva2 --enable-libbluray --disable-libfontconfig --disable-libfreetype --disable-libiec61883 --disable-crystalhd --disable-sdl2 --disable-ffplay --enable-vaapi --enable-libdrm --enable-gnutls --extra-cflags=' -w' --extra-ldflags= --enable-stripping --strip='echo skipping strip' --disable-manpages --disable-podpages --disable-doc --disable-nvenc --enable-shared --disable-static --enable-gpl --enable-pic --disable-demuxer=mpegtsraw --disable-indev=dshow
> libavutil 56. 31.100 / 56. 31.100
> libavcodec 58. 54.100 / 58. 54.100
> libavformat 58. 29.100 / 58. 29.100
> libavdevice 58. 8.100 / 58. 8.100
> libavfilter 7. 57.100 / 7. 57.100
> libswscale 5. 5.100 / 5. 5.100
> libswresample 3. 5.100 / 3. 5.100
> libpostproc 55. 5.100 / 55. 5.100
> [h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
> [h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
> [h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
> [h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
> [h264 @ 0x55cccd86e380] decode_slice_header error
> [h264 @ 0x55cccd86e380] no frame!
> [h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
> [h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
> [h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
> [h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
> [h264 @ 0x55cccd86e380] decode_slice_header error
> [h264 @ 0x55cccd86e380] no frame!
> [h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
> [h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
> [h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
> [h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
> [h264 @ 0x55cccd86e380] decode_slice_header error
> [h264 @ 0x55cccd86e380] no frame!
> [h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
> [h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
> [h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
> [h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
> [h264 @ 0x55cccd86e380] decode_slice_header error
> [h264 @ 0x55cccd86e380] no frame!
> [h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
> [h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
> [h264 @ 0x55cccd86e380] SPS unavailable in decode_picture_timing
> [h264 @ 0x55cccd86e380] non-existing PPS 0 referenced
> [h264 @ 0x55cccd86e380] decode_slice_header error
> [h264 @ 0x55cccd86e380] no frame!
> Input #0, mpegts, from '/store/10070_20200731055700.ts':
> Duration: 01:19:35.49, start: 55508.107356, bitrate: 2845 kb/s
> Stream #0:0[0x641]: Video: h264 (High), yuv420p(tv, top first), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
> Stream #0:1[0x643](eng): Audio: ac3, 48000 Hz, stereo, fltp, 384 kb/s
> Stream #0:2[0x644](eng): Subtitle: dvb_teletext
>
> Running an uptodate linux version does not coredump.
> jam@clydesdale:~$ 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.12.8
>
> Thanks
> James

I don't know if this is relevant, but I see 'SPS unavailable' stuff like
the above with recordings having a dvb_teletext stream (BBC News HD, for
example). One of my cutting texts removes non a/v streams, and I think
those complaints then go away.

John P


_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
On Fri, Jul 31, 2020 at 8:13 AM Bill Meek <keemllib@gmail.com> wrote:

> Sure. You're not using the commit SHA1. The leading 'g' is just an
> indicator
> that says git was used as opposed to 's' for svn etc.
>
> You can have git find just that commit: git log -p ce23a0225f^..ce23a0225f
>

Here's the command I use to set the git rev in the filename (which should
match...)

GIT_VERS=$(git rev-parse --short HEAD)
Re: git choas [ In reply to ]
> On 31 Jul 2020, at 8:01 pm, jam@tigger.ws wrote:
>
> jam@blackbeauty:~/mythtv/mythtv$ git branch
> * fixes/31
> master
> jam@blackbeauty:~/mythtv/mythtv$ git log |grep gce23a0225f
> jam@blackbeauty:~/mythtv/mythtv$

If 1 clod of brain was working I'd have noticed the *g* is not part of the hash - thanks.

In any event the linux frontend does not and the osx frontend does crash. I'll spelunk the apple-crash-report. John is that of any interest? My expertise at dealing with xcode et al is nil.
James
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
> On 31 Jul 2020, at 9:26 pm, John Pilkington <johnpilk222@gmail.com> wrote:
>
> I don't know if this is relevant, but I see 'SPS unavailable' stuff like the above with recordings having a dvb_teletext stream (BBC News HD, for example). One of my cutting texts removes non a/v streams, and I think those complaints then go away.

John it is easier to ask than to R*M (there that should be worth kudos :-)
How does one cut a stream?

Ta
James
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
Sorry I should have said
JohnH is that of interest?
JohnP how do you do that?
James
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
On 31/07/2020 14:57, jam@tigger.ws wrote:
> Sorry I should have said
> JohnH is that of interest?
> JohnP how do you do that?
> James

Rather clumsily. See my answer aat the foot of this reply. I'm not
sure if the reference here is my absolute latest version, but in any
case the precise details of the ffmpeg calls to use have always been a
bit hit-and-miss.

http://lists.mythtv.org/pipermail/mythtv-dev/2020-July/078494.html

John P

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
>
> JohnH is that of interest?
>

The crash report should helpful - that being said, I'm not sure I'd be of
much help other that identifying the dylib. That being said - I'm also a
novice with the internals to mythtv / working with xcode. I just happen to
be stubborn and know my way around a command prompt :)
Re: git choas [ In reply to ]
> On 31 Jul 2020, at 11:42 pm, John Hoyt <john.hoyt@gmail.com> wrote:
>
> JohnH is that of interest?
>
> The crash report should helpful - that being said, I'm not sure I'd be of much help other that identifying the dylib. That being said - I'm also a novice with the internals to mythtv / working with xcode. I just happen to be stubborn and know my way around a command prompt :)

Tried attaching but even that fell foul as 'too large'
so http://tigger.ws/cr
James

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
> On 1 Aug 2020, at 7:55 am, jam@tigger.ws wrote:
>
>> The crash report should helpful - that being said, I'm not sure I'd be of much help other that identifying the dylib. That being said - I'm also a novice with the internals to mythtv / working with xcode. I just happen to be stubborn and know my way around a command prompt :)
>

Actually I’m awed by people who use (or pretend to use) a computer without a command prompt :-)

James
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
>
> Tried attaching but even that fell foul as 'too large'
> so http://tigger.ws/cr


This tidbit indicates that the "AudioOutputGraph" function is the main
culprit. That function is declared in
"mythtv/mythtv/libs/libmythtv/mythplayer.h" and used in
"mythtv/mythtv/libs/libmyth/audio/audiooutputgraph.cpp" :MythImage
*AudioOutputGraph::GetImage(int64_t timecode) const"


Thread 0 Crashed:: Dispatch queue: com.apple.main-thread

0 myth 0x0000000108c07281
AudioOutputGraph::GetImage(long long) const + 2401

1 ??? 0x000060000219dd40 0 + 105553151515968


BTW - I just verified that you can "fix" the OSD issue by setting the
application to "Open in Low Resolution Mode" like I was doing in the
earlier builds. You can do this by either checking the box in the "Get
Info" screen or edit the Application plist file
(mythfrontend.app/Contents/Info.plist) adding these keys to the end of the
list:

<key>NSHighResolutionCapable</key>
<false/>
Re: git choas [ In reply to ]
> BTW - I just verified that you can "fix" the OSD issue by setting the application to "Open in Low Resolution Mode" like I was doing in the earlier builds. You can do this by either checking the box in the "Get Info" screen or edit the Application plist file (mythfrontend.app/Contents/Info.plist) adding these keys to the end of the list:

And indeed it works - thanks

I took a pre-git build script and built. It plays 1/4 size and has the 'osd'
Setting low res works properly - duh

Using the ansible-git-build script on high sierra fails with the ansible download. I was just about to troubleshoot, but now I'll watch qualifing at Silverstone :--)

James
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
>
> Using the ansible-git-build script on high sierra fails with the ansible
> download.


Can you provide the error? If there is one I'd like to get it fixed.
Also - what version of the script - an older one - or the one currently
available on my git fork of packaging?
Re: git choas [ In reply to ]
On 8/1/20 7:25 AM, John Hoyt wrote:
> Using the ansible-git-build script on high sierra fails with the ansible download.
>
>
>  Can you provide the error?  If there is one I'd like to get it fixed.  Also - what version of the script - an older one - or the one currently
> available on my git fork of packaging?

The output of: ansible-playbook --version too please (if it isn't obvious
in the ansible download failure).


--
Bill
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
> On 1 Aug 2020, at 8:25 pm, John Hoyt <john.hoyt@gmail.com> wrote:
>
> Using the ansible-git-build script on high sierra fails with the ansible download.
>
> Can you provide the error? If there is one I'd like to get it fixed. Also - what version of the script - an older one - or the one currently available on my git fork of packaging?

I downloaded the script yesterday. I thought you had a git no in the script, i was wrong
Re: git choas [ In reply to ]
> On 1 Aug 2020, at 8:43 pm, Bill Meek <keemllib@gmail.com> wrote:
>
> On 8/1/20 7:25 AM, John Hoyt wrote:
>> Using the ansible-git-build script on high sierra fails with the ansible download.
>> Can you provide the error? If there is one I'd like to get it fixed. Also - what version of the script - an older one - or the one currently available on my git fork of packaging?
>
> The output of: ansible-playbook --version too please (if it isn't obvious
> in the ansible download failure).

ansible-playbook 2.9.10
config file = None
configured module search path = ['/Users/jam/.ansible/plugins/modules', '/opt/local/share/ansible/plugins/modules']
ansible python module location = /opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/ansible
executable location = /opt/local/bin/ansible-playbook
python version = 3.8.5 (default, Jul 21 2020, 18:30:15) [Clang 9.1.0 (clang-902.0.39.2)]

James
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
Bill,

Here's the error (everything before this is just output from my compile
script) - this output is from ansible-playbook

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'


It's interesting that I don't get this error with a clean system...

James, where did you download it from? was it my gitrepo or off the forums
or wiki?
Re: git choas [ In reply to ]
> On 1 Aug 2020, at 8:52 pm, John Hoyt <john.hoyt@gmail.com> wrote:
>
> Bill,
>
> Here's the error (everything before this is just output from my compile script) - this output is from ansible-playbook
>
> 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'
>
> It's interesting that I don't get this error with a clean system...
>
> James, where did you download it from? was it my gitrepo or off the forums or wiki?

I followed the link at sourceforge
Do you need me to back track and give detail

I've. not edited in any way does this help
MD5 (bsgit) = 13f239c56306f86c52d7be5b8fc6e798
James

(BuildScriptGIT)

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
On Sat, Aug 1, 2020 at 8:52 AM John Hoyt <john.hoyt@gmail.com> wrote:

> Bill,
>
> Here's the error (everything before this is just output from my compile
> script) - this output is from ansible-playbook
>
> 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'
>
>
> It's interesting that I don't get this error with a clean system...
>
> James, where did you download it from? was it my gitrepo or off the
> forums or wiki?
>

shoot - James, when prompted for the become password - you need to enter
your sudo password else it cannot install ports.
Re: git choas [ In reply to ]
On Sat, Aug 1, 2020 at 8:59 AM jam@tigger.ws <jam@tigger.ws> wrote:

>
>
> > On 1 Aug 2020, at 8:52 pm, John Hoyt <john.hoyt@gmail.com> wrote:
> >
> > Bill,
> >
> > Here's the error (everything before this is just output from my compile
> script) - this output is from ansible-playbook
> >
> > 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'
> >
> > It's interesting that I don't get this error with a clean system...
> >
> > James, where did you download it from? was it my gitrepo or off the
> forums or wiki?
>
> I followed the link at sourceforge
> Do you need me to back track and give detail
>
> I've. not edited in any way does this help
> MD5 (bsgit) = 13f239c56306f86c52d7be5b8fc6e798
> James
>
> (BuildScriptGIT)
>

Nope you're using the right one (and latest version that I've publicly
posted). Thank you for verifying.
Re: git choas [ In reply to ]
> On 1 Aug 2020, at 8:59 pm, John Hoyt <john.hoyt@gmail.com> wrote:
>
> On Sat, Aug 1, 2020 at 8:52 AM John Hoyt <john.hoyt@gmail.com> wrote:
> Bill,
>
> Here's the error (everything before this is just output from my compile script) - this output is from ansible-playbook
>
> 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'
>
> It's interesting that I don't get this error with a clean system...
>
> James, where did you download it from? was it my gitrepo or off the forums or wiki?
>
> shoot - James, when prompted for the become password - you need to enter your sudo password else it cannot install ports.

I've done this enough times to be certain and on the VM the passwd is trivial "nu"
James

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: git choas [ In reply to ]
>
> I've done this enough times to be certain and on the VM the passwd is
> trivial "nu"
>

ok - in the future you can run with the --skip-ansible=true flag to speed
up builds.

Unfortunately this still doesn't solve your issue with ansible... Still
scratching my head here
Re: git choas [ In reply to ]
On Sat, Aug 1, 2020 at 9:12 AM John Hoyt <john.hoyt@gmail.com> wrote:

> I've done this enough times to be certain and on the VM the passwd is
>> trivial "nu"
>>
>
> ok - in the future you can run with the --skip-ansible=true flag to speed
> up builds.
>
> Unfortunately this still doesn't solve your issue with ansible... Still
> scratching my head here
>

Bill,

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).

Also, here's another failure:

TASK [mythtv-macports : select the installed version of python]
****************
changed: [localhost] => (item={'group': 'python', 'version': 'python38'})
changed: [localhost] => (item={'group': 'python3', 'version': 'python38'})
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."]}
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."]}

I'm going to uninstall some dependencies on my VM and test if I can
reproduce.
Re: git choas [ In reply to ]
> On 1 Aug 2020, at 9:33 pm, John Hoyt <john.hoyt@gmail.com> wrote:
>
> I'm going to uninstall some dependencies on my VM and test if I can reproduce.
> _
John this was a clean install of highsierra on parallels.

Install xcode, mac ports, cl tools

(VBox really does poorly with osx)
James
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org

1 2  View All