Re: strange assert failure on today's -current

2020-08-03 Thread Patrick Welche
On Mon, Aug 03, 2020 at 02:59:43PM +0100, Patrick Welche wrote:
> On Sun, Aug 02, 2020 at 09:22:22PM +0100, Chavdar Ivanov wrote:
> > I've rebuilt pkgin itself, it doesn't do that on the build host, only
> > on one which normally receives its packages via pkgin.
> 
> Oddly I saw that too, got as far as deciding that
> 
>   https://github.com/NetBSDfr/pkgin/issues/86
> 
> looked similar. Thought it might be good to get a better backtrace and
> recompiled with "-O0 -ggdb". Of course, then there was no more problem,
> and pkgin just worked.

I think the client had a pkgin that had been built on the server. The
recompile bit happened on the client. That might be more relevant than
the flags, but you say you "rebuilt pkgin"?


Cheers,

Patrick


Re: strange assert failure on today's -current

2020-08-03 Thread Patrick Welche
On Sun, Aug 02, 2020 at 09:22:22PM +0100, Chavdar Ivanov wrote:
> I've rebuilt pkgin itself, it doesn't do that on the build host, only
> on one which normally receives its packages via pkgin.

Oddly I saw that too, got as far as deciding that

  https://github.com/NetBSDfr/pkgin/issues/86

looked similar. Thought it might be good to get a better backtrace and
recompiled with "-O0 -ggdb". Of course, then there was no more problem,
and pkgin just worked.


Cheers,

Patrick