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: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost,
	martin%NetBSD.org@localhost
Subject: Re: pkg/55651: avoid autogen by all means
Date: Thu, 10 Sep 2020 09:54:36 +0200

 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
 


Home | Main Index | Thread Index | Old Index