Mailing List Archive

build for macosx
I have built on this machine previously so all mac-port stuff is correct.

Have I done something stupid?

Cloning into 'ansible'...
fatal: unable to access 'https://github.com/MythTV/ansible.git/': SSL certificate problem: certificate is not yet valid
./compileMythtvAnsible.zsh:cd:368: no such file or directory: /Users/jam/mythtv-33/ansible
ERROR! the playbook: mythtv.yml could not be found

James

PS I have to build for high sierra or buy a new machine!
_______________________________________________
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: build for macosx [ In reply to ]
On Sun, Feb 26, 2023 at 1:47 AM James <jam@tigger.ws> wrote:

> I have built on this machine previously so all mac-port stuff is correct.
>
> Have I done something stupid?
>
> Cloning into 'ansible'...
> fatal: unable to access 'https://github.com/MythTV/ansible.git/': SSL
> certificate problem: certificate is not yet valid
> ./compileMythtvAnsible.zsh:cd:368: no such file or directory:
> /Users/jam/mythtv-33/ansible
> ERROR! the playbook: mythtv.yml could not be found
>
> James
>
> PS I have to build for high sierra or buy a new machine!
>

That's a strange error. The SSL line leads me to think that something was
amiss with your internet service. Have you tried again?
Re: build for macosx [ In reply to ]
On Sun, 26 Feb 2023 at 06:48, James <jam@tigger.ws> wrote:

> fatal: unable to access 'https://github.com/MythTV/ansible.git/': SSL
> certificate problem: certificate is not yet valid
>

This suggests the SSL certificate will be valid in the future. Is the
time/date set correctly on your build machine?

Cheers, Ian
Re: build for macosx [ In reply to ]
> On 26 Feb 2023, at 7:59 pm, John Hoyt <john.hoyt@gmail.com> wrote:
>
> On Sun, Feb 26, 2023 at 1:47 AM James <jam@tigger.ws <mailto:jam@tigger.ws>> wrote:
> I have built on this machine previously so all mac-port stuff is correct.
>
> Have I done something stupid?
>
> Cloning into 'ansible'...
> fatal: unable to access 'https://github.com/MythTV/ansible.git/ <https://github.com/MythTV/ansible.git/>': SSL certificate problem: certificate is not yet valid
> james./compileMythtvAnsible.zsh:cd:368: no such file or directory: /Users/jam/mythtv-33/ansible
> ERROR! the playbook: mythtv.yml could not be found
>
> James
>
> PS I have to build for high sierra or buy a new machine!
>
> That's a strange error. The SSL line leads me to think that something was amiss with your internet service. Have you tried again?

The time was correct, but the TZ was set to PST. I set it to WST and retryed and the build is chugging along happily.
Not sure *which* caused it (TZ, VM eventually setting time correctly, or ISP issues) but thanks

James
Re: build for macosx [ In reply to ]
Before I go hunting I thought that I'd ask

xcrun -sdk macosx metal libavfilter/metal/vf_yadif_videotoolbox.metal -o libavfilter/metal/vf_yadif_videotoolbox.metal.air
xcrun -sdk macosx metallib --split-module-without-linking libavfilter/metal/vf_yadif_videotoolbox.metal.air -o libavfilter/metal/vf_yadif_videotoolbox.metallib
metallib: Unknown command line argument '--split-module-without-linking'. Try: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin/metallib -help'
metallib: Did you mean '-split-module'?
make[2]: *** [libavfilter/metal/vf_yadif_videotoolbox.metallib] Error 1
rm libavfilter/metal/vf_yadif_videotoolbox.metal.air
make[1]: *** [FFmpeg-all] Error 2
make: *** [external] Error 2
Compiling Mythtv failed

Different options on old xcode ?
James