pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/55651: avoid autogen by all means
The following reply was made to PR pkg/55651; it has been noted by GNATS.
From: Kamil Rytarowski <n54%gmx.com@localhost>
To: "gnats-bugs%NetBSD.org@localhost" <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: pkg/55651: avoid autogen by all means
Date: Thu, 10 Sep 2020 10:56:51 +0200
On 10.09.2020 09:54, Martin Husemann wrote:
> On Thu, Sep 10, 2020 at 07:50:01AM +0000, Kamil Rytarowski wrote:
>> It's not looping in autogen, but in guile build.
>
> Yes, but autogen needs guile (at least there is no option to avoid it,
> it seems). FWIW - the guile process is still running.
>
> Attaching gdb shows:
>
> Thread 1 "" received signal SIGINT, Interrupt.
> 0x00008207 in ?? ()
>
> which is an invalid address.
> (gdb) info thread
> Id Target Id Frame
> * 1 LWP 4828 of process 29744 "" 0x00008207 in ?? ()
> 2 LWP 13146 of process 29744 "" 0x00008207 in ?? ()
> 3 LWP 18109 of process 29744 "" 0x00008202 in ?? ()
> 4 LWP 29744 of process 29744 "" 0x00008203 in ?? ()
>
> so gdb is not very helpfull here.
>
> Martin
>
Guile uses JIT so it might be JIT.
Home |
Main Index |
Thread Index |
Old Index