From nobody@FreeBSD.org  Sat Feb 13 18:00:46 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E02D11065676
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 13 Feb 2010 18:00:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D1D308FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 13 Feb 2010 18:00:46 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1DI0kF4088387
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 13 Feb 2010 18:00:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o1DI0k1q088386;
	Sat, 13 Feb 2010 18:00:46 GMT
	(envelope-from nobody)
Message-Id: <201002131800.o1DI0k1q088386@www.freebsd.org>
Date: Sat, 13 Feb 2010 18:00:46 GMT
From: Robert Melson <melsonr@earthlink.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: conflicting defines of SIGNORE in java/jdk1{5,6}
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         143879
>Category:       java
>Synopsis:       conflicting defines of SIGNORE in java/jdk1{5,6}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glewis
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 13 18:10:06 UTC 2010
>Closed-Date:    Mon Feb 22 04:31:12 UTC 2010
>Last-Modified:  Mon Feb 22 04:31:12 UTC 2010
>Originator:     Robert Melson
>Release:        8.0-STABLE FreeBSD 8.0-STABLE #1: Mon Feb  1 11:31:33 MST 2010
>Organization:
>Environment:
FreeBSD strider.rgmhome.net 8.0-STABLE FreeBSD 8.0-STABLE #1: Mon Feb  1 11:31:33 MST 2010     root@strider.rgmhome.net:/usr/obj/usr/src/sys/STRIDER  amd64
>Description:
When updating java/jdk1{5,6}, compilation aborts in j2se/src/solaris/hpi/native_threads/src/interrupt_md.c due to conflicting definitions of SIGNORE - or, maybe, failure to define HAVE_SIGNORE.  System <signal.h> provides one definition of signore() igterrupt_md.c another, bracketed in an #ifndef HAVE_SIGIGNORE - #endif, implying that HAVE_SIGIGNORE _should_ be defined elsewhere.
>How-To-Repeat:
Compile java/jdk1{5,6}
>Fix:
Temporary "fix" is to comment out the offending block of code in j2se/src/solaris/hpi/native_threads/src/interrupt_md.c  It's not known what effect this will have on code execution, longterm.  Code _does_ compile successfully and seems to run OK, but longterm effects are unknown

>Release-Note:
>Audit-Trail:

From: Bob Melson <melsonr@earthlink.net>
To: bug-followup@FreeBSD.org
Cc: melsonr@earthlink.net
Subject: Re: java/143879: conflicting defines of SIGNORE in
 java/jdk1{5,6}
Date: Sat, 13 Feb 2010 16:42:18 -0700 (MST)

 This is evidently only a problem with the AMD64 code. 
 Recompiling on FBSD 8.0 i386 completes without error 
 (uname -a:  FreeBSD aragorn.rgmhome.net 8.0-STABLE 
 FreeBSD 8.0-STABLE #6: Sun Nov 29 11:30:16 MST 2009  
 root@aragorn.rgmhome.net:/usr/obj/usr/src/sys/ARAGORN  i386).
 
 -- 
 Robert G. Melson | Rio Grande MicroSolutions | El Paso, Texas
 -----
 Any sufficiently advanced technology is indistinguishable from magic.
 Arthur C. Clarke's 3d Law
Responsible-Changed-From-To: freebsd-java->glewis 
Responsible-Changed-By: glewis 
Responsible-Changed-When: Sun Feb 14 06:04:05 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143879 
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Mon Feb 22 04:30:38 UTC 2010 
State-Changed-Why:  
I've committed fixes for both jdk15 and jdk16. 

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