NetBSD Problem Report #44066

From dholland@eecs.harvard.edu  Mon Nov  8 08:52:48 2010
Return-Path: <dholland@eecs.harvard.edu>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 96C8863BAC2
	for <gnats-bugs@gnats.NetBSD.org>; Mon,  8 Nov 2010 08:52:48 +0000 (UTC)
Message-Id: <20101108073616.6BFA0F8FF@tanaqui.eecs.harvard.edu>
Date: Mon,  8 Nov 2010 02:36:16 -0500 (EST)
From: dholland@eecs.harvard.edu
Reply-To: dholland@eecs.harvard.edu
To: gnats-bugs@gnats.NetBSD.org
Subject: emulators/e-uae crashes on amd64
X-Send-Pr-Version: 3.95

>Number:         44066
>Category:       pkg
>Synopsis:       emulators/e-uae crashes on amd64
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    adam
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 08 08:55:00 +0000 2010
>Closed-Date:    Thu Feb 11 07:59:07 +0000 2021
>Last-Modified:  Thu Feb 11 07:59:07 +0000 2021
>Originator:     David A. Holland
>Release:        NetBSD 5.99.29 (20100529)
>Organization:
>Environment:
System: NetBSD valkyrie 5.99.29 NetBSD 5.99.29 (VALKYRIE) #1: Sat May 29 23:00:44 EDT 2010  dholland@valkyrie:/usr/src/sys/arch/amd64/compile/VALKYRIE amd64
Architecture: x86_64
Machine: amd64
>Description:

e-uae crashes during startup:

   valkyrie% uae
   E-UAE 0.8.28
   Build date: Nov  7 2010 01:41:48
   SDLGFX: Initialized.
   SDLGFX: Using SDL version 1.2.14.
   SDLGFX: Display is 32 bits deep.
   SDLGFX: Found screenmode: 1152x864.
   SDLGFX: Found screenmode: 1024x768.
   SDLGFX: Found screenmode: 832x624.
   SDLGFX: Found screenmode: 800x600.
   SDLGFX: Found screenmode: 720x400.
   SDLGFX: Found screenmode: 640x480.
   SDLGFX: Found screenmode: 640x400.
   SDLGFX: Found screenmode: 640x350.
   Found 0 joystick(s)
   Using cooked keymap
   Opening cfgfile '/disk/disk1/home/dholland/.uaerc'...failed
   Opening cfgfile '.uaerc'...failed
   Testing the RDTSC instruction ... done.
   Calibrating TSC frequency...TSC frequency: 3065.939070 MHz
   Testing system sleep function..
   Average duration of a 1ms sleep: 18 ms
   Enabling busy-waiting for sub-10ms sleeps
   Using cooked keymap
   Segmentation fault
   Exit 139
   valkyrie% 

Appears to be gtk-related:

#0  0x00007f7ff7e288ce in g_type_is_a () from /usr/pkg/lib/libgobject-2.0.so.0
#1  0x00007f7ffd41c5ce in gtk_type_new () from /usr/pkg/lib/libgtk-x11-2.0.so.0
#2  0x00000000004661e8 in ?? ()
#3  0x00007f7ff723b723 in g_source_get_current_time () from /usr/pkg/lib/libglib-2.0.so.0
#4  0x00007f7ff723b049 in g_main_context_dispatch () from /usr/pkg/lib/libglib-2.0.so.0
#5  0x00007f7ff723e3bf in g_main_context_prepare () from /usr/pkg/lib/libglib-2.0.so.0
#6  0x00007f7ff723e6f9 in g_main_loop_run () from /usr/pkg/lib/libglib-2.0.so.0
#7  0x00007f7ffd329fd1 in gtk_main () from /usr/pkg/lib/libgtk-x11-2.0.so.0
#8  0x000000000045f908 in ?? ()
#9  0x00007f7ff6a11add in SDL_RunThread () from /usr/pkg/lib/libSDL-1.2.so.0
#10 0x00007f7ff6a4a74f in RunThread () from /usr/pkg/lib/libSDL-1.2.so.0
#11 0x00007f7ff660ad79 in pthread_setcancelstate () from /usr/lib/libpthread.so.1
#12 0x00007f7ff6272b50 in ___lwp_park50 () from /usr/lib/libc.so.12
#13 0x00007f7ff2400000 in ?? ()
#14 0x0000000111110001 in ?? ()
#15 0x0000000033330003 in ?? ()
#16 0x0000000000000000 in ?? ()

gtk2+ is 2.20.1nb2
glib2 is 2.26.0

Reverting the most recent glib2 update did not make the problem go
away. I haven't tried more elaborate reversions because I ran into
an unrelated odd problems with make undo-replace.

I think this used to work months ago, but I'm not entirely sure if
that was e-uae or plain uae.

>How-To-Repeat:

as above, just run it.

>Fix:

Dunno. As a workaround, compile without gtk support.

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->adam
Responsible-Changed-By: obache@NetBSD.org
Responsible-Changed-When: Thu, 11 Nov 2010 11:01:19 +0000
Responsible-Changed-Why:
Over to maintainer.


From: coypu@sdf.org
To: gnats-bugs@NetBSd.org
Cc: 
Subject: Re: pkg/44066: emulators/e-uae crashes on amd64
Date: Sat, 29 Dec 2018 05:52:20 +0000

 --WIyZ46R2i8wDzkSu
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline

 This fixes it.

 --WIyZ46R2i8wDzkSu
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="uae.diff"

 Update e-uae to 0.8.29-WIP4.



 E-UAE-0.8.29-WIP4 released

 Here at last. Lots of bug fixes, better performance and an experimental
 OpenGL renderer in the SDL back-end - which, incidentally, makes E-UAE
 fly on Mac OS X.

 Apply fix for 64bit machines (guint vs GtkType), from Fedora.
 https://github.com/keirf/e-uae/commit/2fb753f2e453d96b6b2eab9358514cd96de9d960

 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/emulators/e-uae/Makefile,v
 retrieving revision 1.40
 diff -u -r1.40 Makefile
 --- Makefile	14 Nov 2018 22:21:25 -0000	1.40
 +++ Makefile	29 Dec 2018 05:51:04 -0000
 @@ -1,9 +1,9 @@
  # $NetBSD: Makefile,v 1.40 2018/11/14 22:21:25 kleink Exp $

 -DISTNAME=	e-uae-0.8.28
 -PKGREVISION=	31
 +DISTNAME=	e-uae-0.8.29-WIP4
 +PKGNAME=	e-uae-0.8.28.99.4
  CATEGORIES=	emulators
 -MASTER_SITES=	http://www.rcdrummond.net/uae/e-uae-0.8.28/
 +MASTER_SITES=	http://www.rcdrummond.net/uae/${DISTNAME}/
  EXTRACT_SUFX=	.tar.bz2

  MAINTAINER=	adam@NetBSD.org
 Index: distinfo
 ===================================================================
 RCS file: /cvsroot/pkgsrc/emulators/e-uae/distinfo,v
 retrieving revision 1.6
 diff -u -r1.6 distinfo
 --- distinfo	3 Nov 2015 20:30:57 -0000	1.6
 +++ distinfo	29 Dec 2018 05:51:04 -0000
 @@ -1,10 +1,10 @@
  $NetBSD: distinfo,v 1.6 2015/11/03 20:30:57 agc Exp $

 -SHA1 (e-uae-0.8.28.tar.bz2) = 11e647ed64420f85893ac77c072e268b650ae183
 -RMD160 (e-uae-0.8.28.tar.bz2) = 7e9fa21fa14b0ca3a32a28ccb236b9d7628a7f69
 -SHA512 (e-uae-0.8.28.tar.bz2) = fb23ca82629f976b6db7fb196d85d709ed23a87732280eb2546021964e02b0030f7065bb7f5d58f6e1baa17213687f2d571902f555b15a26b164b72f821babaa
 -Size (e-uae-0.8.28.tar.bz2) = 1148790 bytes
 -SHA1 (patch-aa) = 724afe48daba80794e830f71ff674cbfd2e42f48
 +SHA1 (e-uae-0.8.29-WIP4.tar.bz2) = f8c78fef04e6bcd7be36921790d71fcc6e47d00b
 +RMD160 (e-uae-0.8.29-WIP4.tar.bz2) = 823810cd4c41ee31c394fcea9302f4ca680f0567
 +SHA512 (e-uae-0.8.29-WIP4.tar.bz2) = 63d5c60ca017ba7ffaba32c4d7edceba0410b773066cc58e226c8cc2c92152eb3689698b0affe478cc63c996c731fbbf56d9028dfd000394d904f193f860473f
 +Size (e-uae-0.8.29-WIP4.tar.bz2) = 1122718 bytes
 +SHA1 (patch-64bit) = 346795a9574d6eb22d00b9bcd62ddd0d0480fc67
  SHA1 (patch-ab) = dfce48dafb163b91c7252da14088e67b3e13bb6c
  SHA1 (patch-ah) = 6f83d380dd0a44cdb9dd4316ca72f90b7b1df644
  SHA1 (patch-src_dms_cdata.h) = 90e1d535070db1c1367491507d16b225712f3cc9
 Index: patches/patch-64bit
 ===================================================================
 RCS file: patches/patch-64bit
 diff -N patches/patch-64bit
 --- /dev/null	1 Jan 1970 00:00:00 -0000
 +++ patches/patch-64bit	29 Dec 2018 05:51:04 -0000
 @@ -0,0 +1,208 @@
 +$NetBSD$
 +
 +Fix segfault on 64bit machines. From fedora via
 +https://github.com/keirf/e-uae/commit/2fb753f2e453d96b6b2eab9358514cd96de9d960
 +
 +diff --git a/src/gui-gtk/chipsetspeedpanel.c b/src/gui-gtk/chipsetspeedpanel.c
 +index 8acea77..48773ee 100644
 +--- src/gui-gtk/chipsetspeedpanel.c.orig
 ++++ src/gui-gtk/chipsetspeedpanel.c
 +@@ -30,9 +30,9 @@ static void on_framerate_changed (GtkWidget *w, ChipsetSpeedPanel *panel);
 + static void on_sprite_collisions_changed (GtkWidget *w, ChipsetSpeedPanel *panel);
 + static void on_immediate_blits_changed (GtkWidget *w, ChipsetSpeedPanel *panel);
 + 
 +-guint chipsetspeedpanel_get_type (void)
 ++GtkType chipsetspeedpanel_get_type (void)
 + {
 +-    static guint chipsetspeedpanel_type = 0;
 ++    static GtkType chipsetspeedpanel_type = 0;
 + 
 +     if (!chipsetspeedpanel_type) {
 + 	static const GtkTypeInfo chipsetspeedpanel_info = {
 +diff --git a/src/gui-gtk/chipsetspeedpanel.h b/src/gui-gtk/chipsetspeedpanel.h
 +index d821d77..1b4b6a9 100644
 +--- src/gui-gtk/chipsetspeedpanel.h.orig
 ++++ src/gui-gtk/chipsetspeedpanel.h
 +@@ -41,7 +41,7 @@ struct _ChipsetSpeedPanelClass
 +   void (* chipsetspeedpanel) (ChipsetSpeedPanel *chipsetspeedpanel );
 + };
 + 
 +-guint		chipsetspeedpanel_get_type	  (void);
 ++GtkType		chipsetspeedpanel_get_type	  (void);
 + GtkWidget*	chipsetspeedpanel_new		  (void);
 + 
 + void chipsetspeedpanel_set_framerate		  (ChipsetSpeedPanel *panel, guint framerate);
 +diff --git a/src/gui-gtk/chipsettypepanel.c b/src/gui-gtk/chipsettypepanel.c
 +index 5c4a7b9..c0f0017 100644
 +--- src/gui-gtk/chipsettypepanel.c.orig
 ++++ src/gui-gtk/chipsettypepanel.c
 +@@ -29,9 +29,9 @@ static void on_chipsettype_changed (GtkWidget *w, ChipsetTypePanel *panel);
 + static void on_frequency_changed (GtkWidget *w, ChipsetTypePanel *panel);
 + 
 + 
 +-guint chipsettypepanel_get_type (void)
 ++GtkType chipsettypepanel_get_type (void)
 + {
 +-    static guint chipsettypepanel_type = 0;
 ++    static GtkType chipsettypepanel_type = 0;
 + 
 +     if (!chipsettypepanel_type) {
 + 	static const GtkTypeInfo chipsettypepanel_info = {
 +diff --git a/src/gui-gtk/chipsettypepanel.h b/src/gui-gtk/chipsettypepanel.h
 +index e4c7687..33c6a84 100644
 +--- src/gui-gtk/chipsettypepanel.h.orig
 ++++ src/gui-gtk/chipsettypepanel.h
 +@@ -34,7 +34,7 @@ struct _ChipsetTypePanelClass
 +   void (* chipsettypepanel) (ChipsetTypePanel *chipsettypepanel );
 + };
 + 
 +-guint		chipsettypepanel_get_type	  (void);
 ++GtkType		chipsettypepanel_get_type	  (void);
 + GtkWidget*	chipsettypepanel_new		  (void);
 + void            chipsettypepanel_set_chipset_mask (ChipsetTypePanel *panel, guint chipset_mask);
 + void            chipsettypepanel_set_ntscmode     (ChipsetTypePanel *panel, guint ntscmode);   
 +diff --git a/src/gui-gtk/chooserwidget.c b/src/gui-gtk/chooserwidget.c
 +index 95a2d11..82e2113 100644
 +--- src/gui-gtk/chooserwidget.c.orig
 ++++ src/gui-gtk/chooserwidget.c
 +@@ -20,9 +20,9 @@ static void chooserwidget_class_init (ChooserWidgetClass *class);
 + static guint chooser_get_choice_num (ChooserWidget *chooser);
 + static void on_choice_changed (GtkWidget *w, ChooserWidget *chooser);
 + 
 +-guint chooserwidget_get_type ()
 ++GtkType chooserwidget_get_type ()
 + {
 +-    static guint chooserwidget_type = 0;
 ++    static GtkType chooserwidget_type = 0;
 + 
 +     if (!chooserwidget_type) {
 + 	static const GtkTypeInfo chooserwidget_info = {
 +diff --git a/src/gui-gtk/chooserwidget.h b/src/gui-gtk/chooserwidget.h
 +index 28cee26..93cee0b 100644
 +--- src/gui-gtk/chooserwidget.h.orig
 ++++ src/gui-gtk/chooserwidget.h
 +@@ -35,7 +35,7 @@ struct _ChooserWidgetClass
 +     void (* chooserwidget) (ChooserWidget *chooserwidget);
 + };
 + 
 +-guint		chooserwidget_get_type		(void);
 ++GtkType		chooserwidget_get_type		(void);
 + GtkWidget*	chooserwidget_new		(void);
 + void		chooserwidget_clear		(ChooserWidget *chooser);
 + void		chooserwidget_set_choice	(ChooserWidget *chooser, guint choice_num);
 +diff --git a/src/gui-gtk/cpuspeedpanel.c b/src/gui-gtk/cpuspeedpanel.c
 +index 0e70299..a596a76 100644
 +--- src/gui-gtk/cpuspeedpanel.c.orig
 ++++ src/gui-gtk/cpuspeedpanel.c
 +@@ -24,9 +24,9 @@ static void on_adjust_changed   (GtkWidget *w, CpuSpeedPanel *cspanel);
 + static void on_idleenabled_toggled (GtkWidget *w, CpuSpeedPanel *cspanel);
 + static void on_idlerate_changed (GtkWidget *w, CpuSpeedPanel *cspanel);
 + 
 +-guint cpuspeedpanel_get_type ()
 ++GtkType cpuspeedpanel_get_type ()
 + {
 +-    static guint cpuspeedpanel_type = 0;
 ++    static GtkType cpuspeedpanel_type = 0;
 + 
 +     if (!cpuspeedpanel_type) {
 + 	static const GtkTypeInfo cpuspeedpanel_info = {
 +diff --git a/src/gui-gtk/cpuspeedpanel.h b/src/gui-gtk/cpuspeedpanel.h
 +index 8b35076..ee8a899 100644
 +--- src/gui-gtk/cpuspeedpanel.h.orig
 ++++ src/gui-gtk/cpuspeedpanel.h
 +@@ -45,7 +45,7 @@ struct _CpuSpeedPanelClass
 +     void (* cpuspeedpanel) (CpuSpeedPanel *cpuspeedpanel );
 + };
 + 
 +-guint		cpuspeedpanel_get_type		(void);
 ++GtkType		cpuspeedpanel_get_type		(void);
 + GtkWidget*	cpuspeedpanel_new		(void);
 + void		cpuspeedpanel_set_cpuspeed	(CpuSpeedPanel *cspanel, gint cpuspeed);
 + void		cpuspeedpanel_set_cpulevel	(CpuSpeedPanel *cspanel, guint cpulevel);
 +diff --git a/src/gui-gtk/cputypepanel.c b/src/gui-gtk/cputypepanel.c
 +index 297b625..f6adbfd 100644
 +--- src/gui-gtk/cputypepanel.c.orig
 ++++ src/gui-gtk/cputypepanel.c
 +@@ -24,9 +24,9 @@ static void on_addr24bit_toggled (GtkWidget *w, CpuTypePanel *ctpanel);
 + static void on_fpuenabled_toggled (GtkWidget *w, CpuTypePanel *ctpanel);
 + static void on_accuracy_changed (GtkWidget *w, CpuTypePanel *ctpanel);
 + 
 +-guint cputypepanel_get_type ()
 ++GtkType cputypepanel_get_type ()
 + {
 +-    static guint cputypepanel_type = 0;
 ++    static GtkType cputypepanel_type = 0;
 + 
 +     if (!cputypepanel_type) {
 + 	static const GtkTypeInfo cputypepanel_info = {
 +diff --git a/src/gui-gtk/cputypepanel.h b/src/gui-gtk/cputypepanel.h
 +index fe702a1..9408fa2 100644
 +--- src/gui-gtk/cputypepanel.h.orig
 ++++ src/gui-gtk/cputypepanel.h
 +@@ -38,7 +38,7 @@ struct _CpuTypePanelClass
 +   void (* cputypepanel) (CpuTypePanel *cputypepanel );
 + };
 + 
 +-guint		cputypepanel_get_type		(void);
 ++GtkType		cputypepanel_get_type		(void);
 + GtkWidget*	cputypepanel_new		(void);
 + void		cputypepanel_set_cpulevel	(CpuTypePanel *ctpanel, guint cpulevel);
 + void		cputypepanel_set_addr24bit	(CpuTypePanel *ctpanel, guint addr24bit);
 +diff --git a/src/gui-gtk/floppyfileentry.c b/src/gui-gtk/floppyfileentry.c
 +index 2de3e8e..eb6294e 100644
 +--- src/gui-gtk/floppyfileentry.c.orig
 ++++ src/gui-gtk/floppyfileentry.c
 +@@ -22,9 +22,9 @@ static void floppyfileentry_class_init (FloppyFileEntryClass *class);
 + static void on_eject (GtkWidget *w, FloppyFileEntry *ffe);
 + static void on_insert (GtkWidget *w, FloppyFileEntry *ffe);
 + 
 +-guint floppyfileentry_get_type ()
 ++GtkType floppyfileentry_get_type ()
 + {
 +-    static guint floppyfileentry_type = 0;
 ++    static GtkType floppyfileentry_type = 0;
 + 
 +     if (!floppyfileentry_type) {
 + 	static const GtkTypeInfo floppyfileentry_info = {
 +diff --git a/src/gui-gtk/floppyfileentry.h b/src/gui-gtk/floppyfileentry.h
 +index d88286b..a86335a 100644
 +--- src/gui-gtk/floppyfileentry.h.orig
 ++++ src/gui-gtk/floppyfileentry.h
 +@@ -38,7 +38,7 @@ struct _FloppyFileEntryClass
 +   void (* floppyfileentry) (FloppyFileEntry *floppyfileentry);
 + };
 + 
 +-guint			floppyfileentry_get_type	(void);
 ++GtkType			floppyfileentry_get_type	(void);
 + GtkWidget*		floppyfileentry_new		(void);
 + void			floppyfileentry_set_currentdir	(FloppyFileEntry *ffentry, const gchar *filename);
 + void			floppyfileentry_set_filename	(FloppyFileEntry *ffentry, const gchar *filename);
 +diff --git a/src/gui-gtk/led.c b/src/gui-gtk/led.c
 +index 295eb8f..94264df 100644
 +--- src/gui-gtk/led.c.orig
 ++++ src/gui-gtk/led.c
 +@@ -29,9 +29,9 @@ static void led_size_request (GtkWidget *widget, GtkRequisition *requisition);
 + static void led_size_allocate (GtkWidget *widget, GtkAllocation *allocation);
 + 
 + 
 +-guint led_get_type ()
 ++GtkType led_get_type ()
 + {
 +-    static guint led_type = 0;
 ++    static GtkType led_type = 0;
 + 
 +     if (!led_type) {
 + 	static const GtkTypeInfo led_info = {
 +diff --git a/src/gui-gtk/led.h b/src/gui-gtk/led.h
 +index d55fa2f..26b35bb 100644
 +--- src/gui-gtk/led.h.orig
 ++++ src/gui-gtk/led.h
 +@@ -38,7 +38,7 @@ struct _LedClass
 +   GtkWidgetClass parent_class;
 + };
 + 
 +-guint			led_get_type	(void);
 ++GtkType			led_get_type	(void);
 + GtkWidget*		led_new		(void);
 + void			led_set_off	(Led *theled);
 + void			led_set_color	(Led *theled, GdkColor col);
 Index: patches/patch-aa
 ===================================================================
 RCS file: patches/patch-aa
 diff -N patches/patch-aa
 --- patches/patch-aa	14 Jun 2010 06:49:51 -0000	1.1
 +++ /dev/null	1 Jan 1970 00:00:00 -0000
 @@ -1,18 +0,0 @@
 -$NetBSD: patch-aa,v 1.1 2010/06/14 06:49:51 wiz Exp $
 -
 -Conflicts with built-in getline() function on some platforms, and
 -is not even used in the file.
 -
 ---- src/gui-none/nogui.c.orig	2004-09-07 14:11:55.000000000 +0000
 -+++ src/gui-none/nogui.c
 -@@ -80,10 +80,6 @@ void gui_filename (int num, const char *
 - {
 - }
 - 
 --static void getline (char *p)
 --{
 --}
 --
 - void gui_handle_events (void)
 - {
 - }

 --WIyZ46R2i8wDzkSu--

State-Changed-From-To: open->feedback
State-Changed-By: maya@NetBSD.org
State-Changed-When: Sat, 29 Dec 2018 06:59:16 +0000
State-Changed-Why:
Please test that it functions with this patch!


From: "Maya Rashish" <maya@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/44066 CVS commit: pkgsrc/emulators/e-uae
Date: Mon, 31 Dec 2018 06:21:09 +0000

 Module Name:	pkgsrc
 Committed By:	maya
 Date:		Mon Dec 31 06:21:09 UTC 2018

 Modified Files:
 	pkgsrc/emulators/e-uae: Makefile distinfo
 Added Files:
 	pkgsrc/emulators/e-uae/patches: patch-64bit
 Removed Files:
 	pkgsrc/emulators/e-uae/patches: patch-aa

 Log Message:
 e-uae: update to 0.8.29-WIP4

 let's call it 0.8.28.99.4 to make sure numbering is incremental.

 Add a patch from fedora to fix startup crash on 64-bit machines.
 PR pkg/44066

 E-UAE-0.8.29-WIP4 released

 Here at last. Lots of bug fixes, better performance and an experimental
 OpenGL renderer in the SDL back-end - which, incidentally, makes E-UAE
 fly on Mac OS X.


 To generate a diff of this commit:
 cvs rdiff -u -r1.40 -r1.41 pkgsrc/emulators/e-uae/Makefile
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/e-uae/distinfo
 cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/e-uae/patches/patch-64bit
 cvs rdiff -u -r1.1 -r0 pkgsrc/emulators/e-uae/patches/patch-aa

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: feedback->closed
State-Changed-By: cjep@NetBSD.org
State-Changed-When: Thu, 11 Feb 2021 07:59:07 +0000
State-Changed-Why:
I've tested this on NetBSD/amd64 9.1 with latest pkgsrc and the problem in
the PR appears to be fixed. I'm going to close this. If you are still having
trouble please let me know! Kind regards, Chris


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.46 2020/01/03 16:35:01 leot Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2020 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.