Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2010 18:25:32 GMT
From:      well-wisher <regex@bk.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153002: [PATCH] java/openjdk7 should be able to build itself
Message-ID:  <201012101825.oBAIPWko093697@red.freebsd.org>
Resent-Message-ID: <201012101906.oBAJ6FFd023314@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153002
>Category:       ports
>Synopsis:       [PATCH] java/openjdk7 should be able to build itself
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 10 19:06:14 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     well-wisher
>Release:        
>Organization:
none
>Environment:
FreeBSD Null 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #13 r216299
>Description:

>How-To-Repeat:
install java/openjdk7,
remove any other jdk's,
try to rebuild openjdk7,
diablo-jdk1.6.0 will be installed  & used as bootstrap 
>Fix:
add openjdk7 to BOOTSTRAP_JDKS 

(and may be openjdk6/jdk16... should be patched in similar way)

Patch attached with submission follows:

--- Makefile.orig	2010-12-10 23:19:11.000000000 +0500
+++ Makefile	2010-12-10 23:23:33.000000000 +0500
@@ -101,7 +101,8 @@
 MAKE_ENV+=	HOTSPOT_BUILD_JOBS=${BUILD_JOBS_NUMBER}
 .endif
 
-BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk6 \
+BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk7 \
+		${LOCALBASE}/openjdk6 \
 		${LOCALBASE}/jdk1.6.0 \
 		${LOCALBASE}/diablo-jdk1.6.0
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012101825.oBAIPWko093697>