Re: authentication errors on 'make fetchindex' in /usr/ports

2020-12-03 Thread John Kennedy
On Thu, Dec 03, 2020 at 04:57:53PM -0600, Bob Willcox wrote: > I am trying to upgrade a 12.1-stable system installed back in July to > 12.2-stable. > I downloaded the new ports hierarchy and now when I attempt to run 'make > fetchindex' > I get these errors: > > /usr/bin/env fetch -am -o

Re: authentication errors on 'make fetchindex' in /usr/ports

2020-12-03 Thread Sean C. Farley
On Thu, 3 Dec 2020, Bob Willcox wrote: I am trying to upgrade a 12.1-stable system installed back in July to 12.2-stable. I downloaded the new ports hierarchy and now when I attempt to run 'make fetchindex' I get these errors: /usr/bin/env fetch -am -o /usr/ports/INDEX-12.bz2

authentication errors on 'make fetchindex' in /usr/ports

2020-12-03 Thread Bob Willcox
I am trying to upgrade a 12.1-stable system installed back in July to 12.2-stable. I downloaded the new ports hierarchy and now when I attempt to run 'make fetchindex' I get these errors: /usr/bin/env fetch -am -o /usr/ports/INDEX-12.bz2 https://www.FreeBSD.org/ports/INDEX-12.bz2 Certificate

Re: 12-STABLE try to init thead-using libraries before threads and program crashes

2020-12-03 Thread Lev Serebryakov
On 27.11.2020 20:03, Konstantin Belousov wrote: libthr is cleanly linked too early, it should come after all consumers. Anyway, try this. diff --git a/lib/libthr/thread/thr_mutex.c b/lib/libthr/thread/thr_mutex.c index 57984ef6d0e..303386db7fe 100644 --- a/lib/libthr/thread/thr_mutex.c +++