From haro@jkpc11.ttr.kubota.co.jp  Fri Dec  6 08:45:18 2002
Return-Path: <haro@jkpc11.ttr.kubota.co.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 47AEF37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Dec 2002 08:45:18 -0800 (PST)
Received: from jkpc11.ttr.kubota.co.jp (O072056.ppp.dion.ne.jp [211.134.72.56])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AC63343EC5
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Dec 2002 08:45:01 -0800 (PST)
	(envelope-from haro@jkpc11.ttr.kubota.co.jp)
Received: from jkpc11.ttr.kubota.co.jp (localhost.ttr.kubota.co.jp [127.0.0.1])
	by jkpc11.ttr.kubota.co.jp (8.12.6/8.11.4) with ESMTP id gB6GgpCj077272;
	Sat, 7 Dec 2002 01:42:53 +0900 (JST)
	(envelope-from haro@jkpc11.ttr.kubota.co.jp)
Received: (from haro@localhost)
	by jkpc11.ttr.kubota.co.jp (8.12.6/8.12.6/Submit) id gB6GgmO2077145;
	Sat, 7 Dec 2002 01:42:48 +0900 (JST)
Message-Id: <200212061642.gB6GgmO2077145@jkpc11.ttr.kubota.co.jp>
Date: Sat, 7 Dec 2002 01:42:48 +0900 (JST)
From: Munehiro Matsuda <haro@h4.dion.ne.jp>
Reply-To: Munehiro Matsuda <haro@h4.dion.ne.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: haro@kgt.co.jp
Subject: All emacs20 related ports dumps core on 5-current with X window
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46031
>Category:       ports
>Synopsis:       All emacs20 related ports dumps core on 5-current with X window
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    shige
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 06 08:50:00 PST 2002
>Closed-Date:    Tue Feb 04 05:20:28 PST 2003
>Last-Modified:  Tue Feb 04 05:20:28 PST 2003
>Originator:     Munehiro Matsuda
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD jkpc11.ttr.kubota.co.jp 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Thu Dec 5 13:15:39 JST 2002 haro@jkpc11.tt.kgt.co.jp:/home/haro/tmp/sys/i386/compile/JKPC11 i386

>Description:
	All emacs20 related ports dumps core on -current with in X window.
	Symptom should be as same as the one descrived in PR: ports/44926

	I think the following patch files needs to be updated the same way
	PR: ports/44926 does, which is to add next patch:

+
+#if __FreeBSD_version >= 500000
+#define LD_SWITCH_SYSTEM_TEMACS -znocombreloc
+#endif

	to all the following patch files.
		ports/editors/emacs20/files/patch-cb
		ports/editors/emacs20-dl/files/patch-cb
		ports/editors/emacs20-mule-devel/files/patch-cb

>How-To-Repeat:
	On 5-current and with in X window environtment
	
	# cd /usr/ports/japanese/emacs20-dl-wnn6
	# make install
	# /usr/local/bin/emacs20
	<Sig 11 and dump core>

>Fix:
	Append following patch:
+
+#if __FreeBSD_version >= 500000
+#define LD_SWITCH_SYSTEM_TEMACS -znocombreloc
+#endif

	to all the following patch files.
		ports/editors/emacs20/files/patch-cb
		ports/editors/emacs20-dl/files/patch-cb
		ports/editors/emacs20-mule-devel/files/patch-cb
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->shige 
Responsible-Changed-By: petef 
Responsible-Changed-When: Thu Jan 9 03:47:24 EST 2003 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46031 
State-Changed-From-To: open->closed 
State-Changed-By: shige 
State-Changed-When: Tue Feb 4 05:20:06 PST 2003 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46031 
>Unformatted:
