From owner-freebsd-java@FreeBSD.ORG Sun May 18 04:13:57 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F10BB106566B for ; Sun, 18 May 2008 04:13:57 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id B486D8FC12 for ; Sun, 18 May 2008 04:13:57 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.1/8.13.3) with ESMTP id m4I4Du26023187 for ; Sat, 17 May 2008 21:13:56 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id m4I4DtRE023186 for freebsd-java@freebsd.org; Sat, 17 May 2008 21:13:55 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sat, 17 May 2008 21:13:55 -0700 From: Greg Lewis To: freebsd-java@freebsd.org Message-ID: <20080518041355.GA23168@misty.eyesbeyond.com> References: <20080516121927.GA13485@office.redwerk.com> <20080516234056.GB43930@misty.eyesbeyond.com> <20080517115309.GA1495@jdevelop.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080517115309.GA1495@jdevelop.priv> User-Agent: Mutt/1.4.2.2i Subject: Re: NetBeans 6.1 Profiler, Sun JDK 1.5/1.6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2008 04:13:58 -0000 On Sat, May 17, 2008 at 02:53:09PM +0300, Eugeny N Dzhurinsky wrote: > On Fri, May 16, 2008 at 04:40:56PM -0700, Greg Lewis wrote: > > On Fri, May 16, 2008 at 03:19:27PM +0300, Eugeny N Dzhurinsky wrote: > > > #1 0x280a3236 in raise () from /lib/libpthread.so.2 > > > #2 0x2817e6a8 in abort () from /lib/libc.so.6 > > > #3 0x2815a898 in __assert () from /lib/libc.so.6 > > > #4 0x28808fda in initializeJVMTI (jvm=0x287b6ae0) at > > > ../src-jdk15/common_functions.c:122 > > > > So, in the code you included below, which is line 122? > > Please see below (actually it was included in the original e-mail, however > probably I highlighted it badly). Thanks. > > > res = (*_jvmti)->SetEventNotificationMode(_jvmti, JVMTI_ENABLE, JVMTI_EVENT_NATIVE_METHOD_BIND, NULL); > > > > > > /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! line 122 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/ > > > assert(res == JVMTI_ERROR_NONE); If you've got this core in gdb you should be able to figure out what res actually is and what error that indicates. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Mon May 19 11:06:56 2008 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02E3A1065758 for ; Mon, 19 May 2008 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DD7F88FC17 for ; Mon, 19 May 2008 11:06:55 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4JB6tlr011637 for ; Mon, 19 May 2008 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4JB6t6N011633 for freebsd-java@FreeBSD.org; Mon, 19 May 2008 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 19 May 2008 11:06:55 GMT Message-Id: <200805191106.m4JB6t6N011633@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-java@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 11:06:56 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 o java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/110912 java Java krb5 client leaks UDP connections o java/112595 java Java appletviewer frequently hangs (kse_release loop) o ports/113467 java Multiple "missing return value" errors building JDK on o java/114644 java tomcat goes out of PermSpace, jvm crashes o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o java/118956 java eclipse and netbeans break on diablo-jdk15 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o ports/121420 java java/jdk16: Java applet fails to find class under fire o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o java/122513 java native JDKs unbuildable with Linux ones o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump 14 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires o java/97461 java Diablo JDK does not report Update level in a format su o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/115279 java [UPDATE] java/java3d to 1.5.1 o java/115773 java [request] java.nio channel selectors should use kqueue o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/119063 java An unexpected error has been detected by Java Runtime o java/119654 java jdk 1.6: java.awt.SplashScreen#getSplashScreen throws o java/120146 java netbeans 6.0 crash on amd64 o ports/121416 java java/jdk15 can't build if BIN environment variable is 14 problems total. From owner-freebsd-java@FreeBSD.ORG Tue May 20 11:16:41 2008 Return-Path: Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8180F106564A for ; Tue, 20 May 2008 11:16:41 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (unknown [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id E8C498FC31 for ; Tue, 20 May 2008 11:16:40 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.1/8.14.1) with ESMTP id m4KBGcdM054862; Tue, 20 May 2008 13:16:39 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.1/8.14.1/Submit) id m4KBGcsQ054861; Tue, 20 May 2008 13:16:38 +0200 (CEST) (envelope-from olli) Date: Tue, 20 May 2008 13:16:38 +0200 (CEST) Message-Id: <200805201116.m4KBGcsQ054861@lurza.secnetix.de> From: Oliver Fromme To: freebsd-java@FreeBSD.ORG X-Newsgroups: list.freebsd-java User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.2-STABLE-20070808 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Tue, 20 May 2008 13:16:39 +0200 (CEST) Cc: Subject: JDK minimum chroot environment X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-java@FreeBSD.ORG List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 11:16:41 -0000 Hi, I would like to create a chroot environment which will contain JDK 1.6 and a Tomcat-based application. The base system within the chroot (FreeBSD/amd64 7-stable) should be as small as possible. Now my question is, which parts of the base system are safe to remove, so that the JDK will still work? My current plan is to remove these things: - /rescue - /usr/share except for /usr/share/misc/termcap.db - /usr/include - /lib/*.a and /usr/lib/*.a (static libraries) - compiler toolchain (gcc, cpp, ld, everything related). - /sbin and /usr/sbin - /usr/libexec Will the JDK still work reliably without the above things? In particular, does it need any parts of the compiler tool chain (e.g. the linker or anything)? Thanks in advance for any hints! Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "IRIX is about as stable as a one-legged drunk with hypothermia in a four-hundred mile per hour wind, balancing on a banana peel on a greased cookie sheet -- when someone throws him an elephant with bad breath and a worse temper." -- Ralf Hildebrandt From owner-freebsd-java@FreeBSD.ORG Tue May 20 12:25:20 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D715B1065674 for ; Tue, 20 May 2008 12:25:20 +0000 (UTC) (envelope-from frank@harz.behrens.de) Received: from post.frank-behrens.de (unknown [IPv6:2a01:170:1023::1:2]) by mx1.freebsd.org (Postfix) with ESMTP id 2ECAA8FC12 for ; Tue, 20 May 2008 12:25:19 +0000 (UTC) (envelope-from frank@harz.behrens.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=behrens.de; h=from:to:date:mime-version:subject:in-reply-to:references:content-type:content-transfer-encoding:content-description; q=dns/txt; s=pinky1; t=1211286318; i=frank@harz.behrens.de; bh=YF7w2d4zdqbeQ8mtlJs7ceoaabc+so0Jg/x2roZJKvU=; b=vy9SVBdXZnDyzFtQE3IxS3ao9RlEQOSZgSkNDrPaKlC7Y7Khi8bwlotukOPfhR2Mde1lh4rx3+nC6bB1yP2uQA== Received: from sun.behrens ([IPv6:2a01:170:1023:0:7996:17b2:46ec:debb]) by post.frank-behrens.de (8.14.2/8.14.2) with ESMTP-MSA id m4KCPBF1099241 for ; Tue, 20 May 2008 14:25:11 +0200 (CEST) (envelope-from frank@harz.behrens.de) Message-Id: <200805201225.m4KCPBF1099241@post.frank-behrens.de> From: "Frank Behrens" To: freebsd-java@freebsd.org Date: Tue, 20 May 2008 14:25:10 +0200 MIME-Version: 1.0 Priority: normal In-Reply-To: <200805201116.m4KBGcsQ054861@lurza.secnetix.de> References: <200805201116.m4KBGcsQ054861@lurza.secnetix.de> X-mailer: Pegasus Mail for Windows (4.31, DE v4.31 R1) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Hashcash: 1:24:080520:freebsd-java@freebsd.org::uFv1LC9DagjWS+hT:000000000/Ym8 Subject: Re: JDK minimum chroot environment X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 12:25:20 -0000 Oliver Fromme wrote: > I would like to create a chroot environment which will > contain JDK 1.6 and a Tomcat-based application. The > base system within the chroot (FreeBSD/amd64 7-stable) > should be as small as possible. I had this in the past with JDK1.4 and FreeBSD-5/6 in a jail. It was a minimal system, I copied only the required libraries into the jail (dependent from ldd output). I can not guarantee that my following statements are still true for current systems. Please note that I used i386 and your amd64 may have other libraries. > My current plan is to remove these things: > - /rescue Of course. > - /usr/share except for /usr/share/misc/termcap.db I had only /usr/share/zoneinfo > - /usr/include not used > - /lib/*.a and /usr/lib/*.a (static libraries) Yes. > - compiler toolchain (gcc, cpp, ld, everything related). Yes. > - /sbin and /usr/sbin /sbin/ldconfig may be necessary in /usr/sbin I had daemon and nologin in /bin I had only cat* csh* date* kill* mv* rm* sh* > - /usr/libexec removed I had only /libexec/ld-elf.so.1 > Will the JDK still work reliably without the above things? I had it working for some time. The only difficult thing was the update of binaries on OS updates. A full jail (ezjail) is easier to handle. > In particular, does it need any parts of the compiler tool > chain (e.g. the linker or anything)? No. Regards, Frank -- Frank Behrens, Osterwieck, Germany PGP-key 0x5B7C47ED on public servers available. From owner-freebsd-java@FreeBSD.ORG Tue May 20 13:57:52 2008 Return-Path: Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26B6C106566C for ; Tue, 20 May 2008 13:57:52 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (unknown [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8BAE58FC29 for ; Tue, 20 May 2008 13:57:51 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.1/8.14.1) with ESMTP id m4KDvndp061207; Tue, 20 May 2008 15:57:49 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.1/8.14.1/Submit) id m4KDvmwd061206; Tue, 20 May 2008 15:57:48 +0200 (CEST) (envelope-from olli) Date: Tue, 20 May 2008 15:57:48 +0200 (CEST) Message-Id: <200805201357.m4KDvmwd061206@lurza.secnetix.de> From: Oliver Fromme To: freebsd-java@FreeBSD.ORG, frank@harz.behrens.de In-Reply-To: <200805201225.m4KCPBF1099241@post.frank-behrens.de> X-Newsgroups: list.freebsd-java User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.2-STABLE-20070808 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Tue, 20 May 2008 15:57:50 +0200 (CEST) Cc: Subject: Re: JDK minimum chroot environment X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-java@FreeBSD.ORG, frank@harz.behrens.de List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 13:57:52 -0000 Frank Behrens wrote: > Oliver Fromme wrote: > > I would like to create a chroot environment which will > > contain JDK 1.6 and a Tomcat-based application. The > > base system within the chroot (FreeBSD/amd64 7-stable) > > should be as small as possible. > > I had this in the past with JDK1.4 and FreeBSD-5/6 in a jail. It was > a minimal system, I copied only the required libraries into the jail > (dependent from ldd output). Actually I would prefer to use a jail, too, but this service needs to use several IP addresses, so I have to use chroot instead of jail. > I can not guarantee that my following statements are still true for > current systems. Please note that I used i386 and your amd64 may have > other libraries. Thank you very much for your comments. They're very helpful. > > - /usr/share except for /usr/share/misc/termcap.db (Note: I'd like to be able to open a shell prompt within the chroot, that's why i keep the termcap.) > I had only /usr/share/zoneinfo Hm. Is it required? I think it will be sufficient to have /etc/localtime for correct time zone information, but I'm not 100% sure ... Maybe the JDK stuff does strange things with the zoneinfo files? > /sbin/ldconfig may be necessary OK, I also keep /sbin/{md5,sha1,sha256}. > in /usr/sbin I had daemon and nologin OK, I also keep the pkg_* tools and a few other things. > > Will the JDK still work reliably without the above things? > > I had it working for some time. The only difficult thing was the > update of binaries on OS updates. A full jail (ezjail) is easier to > handle. Yes, I'm aware of that ... I hope OS updates within the chroot don't have to happen often. Thanks for your information! Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "I invented Ctrl-Alt-Delete, but Bill Gates made it famous." -- David Bradley, original IBM PC design team From owner-freebsd-java@FreeBSD.ORG Wed May 21 13:54:03 2008 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F35D71065670 for ; Wed, 21 May 2008 13:54:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id AF9F18FC18 for ; Wed, 21 May 2008 13:54:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 0B3AA1CC81 for ; Wed, 21 May 2008 15:54:02 +0200 (CEST) From: linimon@FreeBSD.org To: java@freebsd.org Message-Id: <20080521135402.0B3AA1CC81@mail.droso.net> Date: Wed, 21 May 2008 15:54:02 +0200 (CEST) Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2008 13:54:03 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 5.x/6.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: java/java3d broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=java3d If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-java@FreeBSD.ORG Wed May 21 14:13:34 2008 Return-Path: Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF6F5106566C for ; Wed, 21 May 2008 14:13:34 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (unknown [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id 62E248FC2A for ; Wed, 21 May 2008 14:13:34 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.1/8.14.1) with ESMTP id m4LEDTRW014756; Wed, 21 May 2008 16:13:32 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.1/8.14.1/Submit) id m4LEDTrm014755; Wed, 21 May 2008 16:13:29 +0200 (CEST) (envelope-from olli) Date: Wed, 21 May 2008 16:13:29 +0200 (CEST) Message-Id: <200805211413.m4LEDTrm014755@lurza.secnetix.de> From: Oliver Fromme To: freebsd-java@FreeBSD.ORG X-Newsgroups: list.freebsd-java User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.2-STABLE-20070808 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Wed, 21 May 2008 16:13:32 +0200 (CEST) Cc: Subject: /usr/local/jdk1.6.0/src.zip X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-java@FreeBSD.ORG List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2008 14:13:35 -0000 Hi, After installing JDK 1.6, there's a file "src.zip" in /usr/local/jdk1.6.0. The file's size is 18 MB. Is that file required for correct operation of the JDK, or can it be safely deleted? Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "I learned Java 3 years before Python. It was my language of choice. It took me two weekends with Python before I was more productive with it than with Java." -- Anthony Roberts From owner-freebsd-java@FreeBSD.ORG Wed May 21 19:54:16 2008 Return-Path: Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2F07106566B for ; Wed, 21 May 2008 19:54:16 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id A3F6E8FC14 for ; Wed, 21 May 2008 19:54:16 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from webmail.alpha-tierchen.de (port-212-202-42-199.dynamic.qsc.de [212.202.42.199]) by mx01.qsc.de (Postfix) with ESMTP id 211AFCA39E for ; Wed, 21 May 2008 21:33:22 +0200 (CEST) Received: from 192.168.1.2 (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Wed, 21 May 2008 21:33:18 +0200 (CEST) Message-ID: <49790.192.168.1.2.1211398398.squirrel@webmail.alpha-tierchen.de> In-Reply-To: <200805211413.m4LEDTrm014755@lurza.secnetix.de> References: <200805211413.m4LEDTrm014755@lurza.secnetix.de> Date: Wed, 21 May 2008 21:33:18 +0200 (CEST) From: "Bjoern Koenig" To: freebsd-java@FreeBSD.ORG User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Subject: Re: /usr/local/jdk1.6.0/src.zip X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2008 19:54:17 -0000 Hello Oliver, > After installing JDK 1.6, there's a file "src.zip" > in /usr/local/jdk1.6.0. The file's size is 18 MB. > > Is that file required for correct operation of the > JDK, or can it be safely deleted? >From /usr/local/jdk1.6.0/README.html: "(In src.zip) Java programming language source files for all classes that make up the Java core API [...]. This source code is provided for informational purposes only, to help developers learn and use the Java programming language." I think that answers the question. ;-) Regards Björn From owner-freebsd-java@FreeBSD.ORG Thu May 22 09:57:05 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 413071065671 for ; Thu, 22 May 2008 09:57:05 +0000 (UTC) (envelope-from seanjstrand@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id 1504C8FC25 for ; Thu, 22 May 2008 09:57:04 +0000 (UTC) (envelope-from seanjstrand@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so2389676wfg.7 for ; Thu, 22 May 2008 02:57:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=H4GePDp6Fd2KWreJQ0hzvVq/0UVuX0vvMYjEF4TnCE0=; b=mzq01ifZ6kkKD7+wcqGND2qRmtm3jIbr61sRf8nAT5Uiuesyy5zrrnETia1Ssv4SZLfSpdyGQ4D7dzYT6W5LChHmx2TgltCBtYIs77JdEWsSNPIsqSj362N9W/j1cePcqGAsCJ22uXXDXtlajKnxzIeHrepNb5PO4GaqLjbBSfs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lsi3eXgMztwKuN3i1rMShYI2KWNYHBlqf4Ei/xz48DU8Q49hZGdyWF0SCio/xRRLoCLpYHhfagnbjffQK/Ohq4uHuXM05R5fNMecdlAfl8YJo9w9LMxkBP+RTiKl3kavqoFTPmpdvyUak7v/TGg4p11PBsp0KK9QYEuv1Fo9G6o= Received: by 10.142.240.9 with SMTP id n9mr4333894wfh.214.1211448635844; Thu, 22 May 2008 02:30:35 -0700 (PDT) Received: by 10.142.191.14 with HTTP; Thu, 22 May 2008 02:30:35 -0700 (PDT) Message-ID: <7619cc20805220230y2e12efe2r41dcc28447143eab@mail.gmail.com> Date: Thu, 22 May 2008 10:30:35 +0100 From: "SEan Strand" To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: NetBeans 6.1 on AMD64 falls over X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2008 09:57:05 -0000 Pre Installation It was noted that FBSD asks for the diablo-jdk1.5 to be installed and while Sun asks for the BSD patched version of the JDK1.5 to be installed. Both versions have been installed. Both the /usr/local/diablo-jdk1.5 and the other /usr/local/jdk1.5 have been installed and patched, as with the time zone at the correct revision level.with no apparent problems. Apon starting NB6.1, little or nothing was seen to occur apart from the first banner then it all just stops. with an error window stating a problem has been noted and asked if I would like to write a letter to FBSD. This is the said letter.complete with the hs_error log file from Netbeans showing off the error in step 60. Any offers on how to resolve? Thanks and Regds SEanS # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0x0000000804c73697, pid=1946, tid=0x1cda4120 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_14-p8-root_19_apr_2008_09_34 mixed mode) # Problematic frame: # [error occurred during error reporting, step 60, id 0xb] --------------- T H R E A D --------------- Current thread (0x000000081cb14400): JavaThread "AWT-EventQueue-1" [_thread_in_Java, id=484065568] siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00007ffefffffff0 Registers: RAX=0x00000000ff38d000, RBX=0x000000080a691d50, RCX=0x0000000800942f8c, RDX=0x0000000000000001 RSP=0x00007ffffcee21e0, RBP=0x00007fff00000000, RSI=0x0000000000000002, RDI=0x00007ffffcee21d0 R8 =0xffffffffb0bbe968, R9 =0x00007ffffcee21c8, R10=0x0000000000000000, R11=0x0000000000000202 R12=0x0000000804c73520, R13=0x000000080a691d50, R14=0x00007ffffcee2268, R15=0x000000081cb14400 RIP=0x0000000804c73697, EFL=0x000000081ee1bab0, ERR=0x0000000000000004 TRAPNO=0x000000000000000c Top of Stack: (sp=0x00007ffffcee21e0) 0x00007ffffcee21e0: 000000003f400000 0000000804c733e1 0x00007ffffcee21f0: 00000000ff38d000 0000000804c73542 0x00007ffffcee2200: 000000081cb14400 00000010fcee2310 0x00007ffffcee2210: 00007ffffcee2210 000000080a691d50 0x00007ffffcee2220: 00007ffffcee2268 000000080a699920 0x00007ffffcee2230: 0000000000000000 000000080a691d50 0x00007ffffcee2240: 00007ffffcee2268 00007ffffcee22d0 0x00007ffffcee2250: 0000000804c67329 0000000000000000 0x00007ffffcee2260: 0000000804c70497 000000081ba0b2c0 0x00007ffffcee2270: 0000000800001fa0 0000000000000001 0x00007ffffcee2280: 00007ffffcee2500 00007ffffcee2590 0x00007ffffcee2290: 000000081cb14400 000000081d207478 0x00007ffffcee22a0: 00007ffffcee2320 00007ffffcee2598 0x00007ffffcee22b0: 000000080000000b 000000080a691d50 0x00007ffffcee22c0: 0000000804c73240 00007ffffcee2508 0x00007ffffcee22d0: 00007ffffcee23d0 0000000800fa30c8 0x00007ffffcee22e0: 0000000800000001 000000081cb14400 0x00007ffffcee22f0: 00007ffffcee2370 00007ffffcee2320 0x00007ffffcee2300: 00007ffffcee2320 0000000804c73240 0x00007ffffcee2310: 0000000bfcee2350 0000000804c672a9 0x00007ffffcee2320: 000000081cb14400 000000081c603400 0x00007ffffcee2330: 000000080a691d50 000000081ba0b2c0 0x00007ffffcee2340: 00007ffffcee26f0 0000000804c73520 0x00007ffffcee2350: 0000000000000000 0000000800000000 0x00007ffffcee2360: 00007ffffcee2740 00007ffffcee2590 0x00007ffffcee2370: 000000081cb14400 000000081cb0e080 0x00007ffffcee2380: 000000081d207400 000000081d207480 0x00007ffffcee2390: 000000081d2077e8 00007ffffcee2df0 0x00007ffffcee23a0: 0000000800000001 0000000000000001 0x00007ffffcee23b0: 00007ffffcee2590 000000081d207448 0x00007ffffcee23c0: 000000081d207468 000000081cb14400 0x00007ffffcee23d0: 00007ffffcee23f0 0000000800fa2138 Instructions: (pc=0x0000000804c73697) 0x0000000804c73687: 8b 4c 24 70 48 8b 44 24 78 48 81 c4 80 00 00 00 0x0000000804c73697: 48 8b 5d f0 4c 8b 6b 10 4d 8d 6d 48 49 81 7f 08 Stack: [0x00007ffffcce4000,0x00007ffffcee4000), sp=0x00007ffffcee21e0, free space=2040k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) [error occurred during error reporting, step 120, id 0xb] --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x000000081d311800 JavaThread "GSF Source Worker Thread" [_thread_blocked, id=763032576] 0x000000081d310c00 JavaThread "org.netbeans.modules.gsfret.source.usages.RepositoryUpdater" [_thread_blocked, id=11544608] 0x000000081d310400 JavaThread "Java Source Worker Thread" [_thread_blocked, id=505599712] 0x000000081d30fc00 JavaThread "Thread-11" [_thread_in_native, id=480039568] 0x000000081d30f800 JavaThread "Thread-10" [_thread_in_native, id=484065936] 0x000000081d30e400 JavaThread "Thread-9" [_thread_in_native, id=484066304] 0x000000081d413800 JavaThread "Inactive RequestProcessor thread [Was:Folder recognizer/org.openide.loaders.FolderList$ListTask]" daemon [_thread_blocked, id=482607392] 0x0000000800b2d800 JavaThread "DestroyJavaVM" [_thread_blocked, id=11538720] 0x000000081e217c00 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=505601184] 0x000000082aa04c00 JavaThread "Inactive RequestProcessor thread [Was:Default RequestProcessor/org.netbeans.modules.cnd.modelimpl.platform.ModelSupport$1$1]" daemon [_thread_blocked, id=505601552] =>0x000000081cb14400 JavaThread "AWT-EventQueue-1" [_thread_in_Java, id=484065568] 0x000000081cd19800 JavaThread "Thread-7" daemon [_thread_blocked, id=505600816] 0x000000082aa01800 JavaThread "Repository writer 0" daemon [_thread_blocked, id=505603392] 0x000000082aa05000 JavaThread "Code Model Parser 2" daemon [_thread_blocked, id=505603024] 0x000000082aa03800 JavaThread "Code Model Parser 3" daemon [_thread_blocked, id=505602656] 0x000000082aa03400 JavaThread "Code Model Parser 1" daemon [_thread_blocked, id=505602288] 0x000000081e218c00 JavaThread "*** JFluid Separate Command Execution Thread" daemon [_thread_blocked, id=505600080] 0x000000081ce09000 JavaThread "Code Model Parser 0" daemon [_thread_blocked, id=11544976] 0x000000081c995000 JavaThread "TimerQueue" daemon [_thread_blocked, id=480039200] 0x000000081e217800 JavaThread "AWT-Shutdown" [_thread_blocked, id=505599344] 0x000000081e217400 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=505598976] 0x000000081e215400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=505598608] 0x000000081e215800 JavaThread "Timer-0" daemon [_thread_blocked, id=505598240] 0x000000081ce08000 JavaThread "Active Reference Queue Daemon" daemon [_thread_blocked, id=11544240] 0x000000081ce06800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=11543504] 0x000000081ce05c00 JavaThread "CompilerThread1" daemon [_thread_in_native, id=11543136] 0x000000081ce05000 JavaThread "CompilerThread0" daemon [_thread_in_native, id=11542768] 0x000000081ce04400 JavaThread "AdapterThread" daemon [_thread_blocked, id=11542400] 0x0000000800b33400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11542032] 0x0000000800b32c00 JavaThread "Finalizer" daemon [_thread_blocked, id=11541664] 0x0000000800b32800 JavaThread "Reference Handler" daemon [_thread_blocked, id=11541296] Other Threads: 0x0000000800b1d7b0 VMThread [id=11540928] 0x0000000800b1d8c0 WatcherThread [id=11543872] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap PSYoungGen total 38208K, used 33360K [0x0000000819a90000, 0x000000081c530000, 0x000000081c530000) eden space 32896K, 98% used [0x0000000819a90000,0x000000081ba1a940,0x000000081bab0000) from space 5312K, 19% used [0x000000081bab0000,0x000000081bbb9958,0x000000081bfe0000) to space 5376K, 0% used [0x000000081bff0000,0x000000081bff0000,0x000000081c530000) PSOldGen total 46720K, used 25892K [0x0000000814530000, 0x00000008172d0000, 0x0000000819a90000) object space 46720K, 55% used [0x0000000814530000,0x0000000815e790e0,0x00000008172d0000) PSPermGen total 47104K, used 42407K [0x0000000807d30000, 0x000000080ab30000, 0x0000000814530000) object space 47104K, 90% used [0x0000000807d30000,0x000000080a699db0,0x000000080ab30000) Dynamic libraries: 0x0000000000400000 /usr/local/jdk1.5.0/bin/java 0x000000080063b000 /lib/libz.so.4 0x000000080074f000 /lib/libthr.so.3 0x0000000800865000 /lib/libc.so.7 0x0000000800c00000 /usr/local/jdk1.5.0/jre/lib/amd64/server/libjvm.so 0x00000008014f9000 /usr/lib/libstdc++.so.6 0x0000000801705000 /lib/libm.so.5 0x000000080181f000 /lib/libgcc_s.so.1 0x000000080192c000 /usr/local/jdk1.5.0/jre/lib/amd64/native_threads/libhpi.so 0x0000000801a38000 /usr/local/jdk1.5.0/jre/lib/amd64/libverify.so 0x0000000801b47000 /usr/local/jdk1.5.0/jre/lib/amd64/libjava.so 0x0000000801c6f000 /usr/local/jdk1.5.0/jre/lib/amd64/libzip.so 0x000000081e300000 /usr/local/jdk1.5.0/jre/lib/amd64/libawt.so 0x000000081e4a1000 /usr/local/jdk1.5.0/jre/lib/amd64/libmlib_image.so 0x000000081e66a000 /usr/local/jdk1.5.0/jre/lib/amd64/xawt/libmawt.so 0x000000081e7a3000 /usr/local/lib/libXext.so.6 0x000000081e8b3000 /usr/local/lib/libX11.so.6 0x000000081eab7000 /usr/local/lib/libXau.so.6 0x000000081ebba000 /usr/local/lib/libXdmcp.so.6 0x000000081ecbf000 /usr/lib/librpcsvc.so.4 0x000000081edc8000 /usr/local/jdk1.5.0/jre/lib/amd64/libfontmanager.so 0x000000081ef67000 /usr/local/lib/libXcursor.so.1 0x000000081f071000 /usr/local/lib/libXrender.so.1 0x000000081f17a000 /usr/local/lib/libXfixes.so.3 0x000000081f400000 /usr/local/jdk1.5.0/jre/lib/amd64/libnet.so 0x000000081f512000 /usr/local/jdk1.5.0/jre/lib/amd64/libnio.so 0x0000000820000000 /usr/local/jdk1.5.0/jre/lib/amd64/libcmm.so 0x0000000820162000 /usr/local/jdk1.5.0/jre/lib/amd64/libjpeg.so 0x0000000820f6c000 /usr/local/jdk1.5.0/jre/lib/amd64/libmanagement.so 0x0000000800509000 /libexec/ld-elf.so.1 VM Arguments: jvm_args: -Djdk.home=/usr/local/jdk1.5.0 -Dnetbeans.dirs=/usr/local/netbeans/nb6.0:/usr/local/netbeans/ide8:/usr/local/netbeans/java1:/usr/local/netbeans/xml1:/usr/local/netbeans/apisupport1:/usr/local/netbeans/enterprise4:/usr/local/netbeans/mobility8:/usr/local/netbeans/profiler2:/usr/local/netbeans/ruby1:/usr/local/netbeans/visualweb1:/usr/local/netbeans/soa1:/usr/local/netbeans/identity1:/usr/local/netbeans/uml4:/usr/local/netbeans/harness:/usr/local/netbeans/cnd1: -Dnetbeans.home=/usr/local/netbeans/platform7 -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade -Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense -Xmx128m -Xss2m -Xms32m -XX:PermSize=32m -XX:MaxPermSize=200m -Xverify:none -Dapple.laf.useScreenMenuBar=true java_command: org.netbeans.Main --userdir /home/sean/.netbeans/6.0 --branding nb Launcher Type: SUN_STANDARD Environment Variables: PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/sean/bin LD_LIBRARY_PATH=/usr/local/jdk1.5.0/jre/lib/amd64/server:/usr/local/jdk1.5.0/jre/lib/amd64:/usr/local/jdk1.5.0/jre/../lib/amd64 SHELL=/bin/sh DISPLAY=:0.0 Signal Handlers: SIGSEGV: [libjvm.so+0x6540d0], sa_mask[0]=0xfffefeff, sa_flags=0x00000002 SIGBUS: [libjvm.so+0x6540d0], sa_mask[0]=0xfffefeff, sa_flags=0x00000002 SIGFPE: [libjvm.so+0x55e0c0], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGPIPE: [libjvm.so+0x55e0c0], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGILL: [libjvm.so+0x55e0c0], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGHUP: [libjvm.so+0x55ff30], sa_mask[0]=0xfffefeff, sa_flags=0x00000002 SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGQUIT: [libjvm.so+0x55ff30], sa_mask[0]=0xfffefeff, sa_flags=0x00000002 SIGTERM: [libjvm.so+0x55ff30], sa_mask[0]=0xfffefeff, sa_flags=0x00000002 --------------- S Y S T E M --------------- OS:FreeBSD uname:FreeBSD 7.0-RELEASE FreeBSD 7.0-RELEASE #4: Tue Apr 29 14:40:23 IST 2008 root@luka-rocket.gaf:/usr/obj/usr/src/sys/mygaf amd64 rlimit: STACK 524288k, CORE infinity, NOFILE 11095 CPU:total 4 amd64 3dnow ht Memory: 4k page, physical 3952280k vm_info: Java HotSpot(TM) 64-Bit Server VM (1.5.0_14-p8-root_19_apr_2008_09_34) for freebsd-amd64, built on Apr 19 2008 09:46:55 by root with gcc 4.2.1 20070719 [FreeBSD] From owner-freebsd-java@FreeBSD.ORG Fri May 23 07:40:49 2008 Return-Path: Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2554F106564A for ; Fri, 23 May 2008 07:40:49 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (unknown [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9AF6D8FC1F for ; Fri, 23 May 2008 07:40:48 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.1/8.14.1) with ESMTP id m4N7eimC007019; Fri, 23 May 2008 09:40:47 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.1/8.14.1/Submit) id m4N7eikd007018; Fri, 23 May 2008 09:40:44 +0200 (CEST) (envelope-from olli) Date: Fri, 23 May 2008 09:40:44 +0200 (CEST) Message-Id: <200805230740.m4N7eikd007018@lurza.secnetix.de> From: Oliver Fromme To: freebsd-java@FreeBSD.ORG In-Reply-To: <49790.192.168.1.2.1211398398.squirrel@webmail.alpha-tierchen.de> X-Newsgroups: list.freebsd-java User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.2-STABLE-20070808 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Fri, 23 May 2008 09:40:47 +0200 (CEST) Cc: Subject: Re: /usr/local/jdk1.6.0/src.zip X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-java@FreeBSD.ORG List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2008 07:40:49 -0000 Bjoern Koenig wrote: > > After installing JDK 1.6, there's a file "src.zip" > > in /usr/local/jdk1.6.0. The file's size is 18 MB. > > > > Is that file required for correct operation of the > > JDK, or can it be safely deleted? > > > From /usr/local/jdk1.6.0/README.html: > > "(In src.zip) Java programming language source files for all classes that > make up the Java core API [...]. This source code is provided for > informational purposes only, to help developers learn and use the Java > programming language." > > I think that answers the question. ;-) Yes, it does. Thanks. Removing it reduces the space requirements by 33%. :) Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "Software gets slower faster than hardware gets faster." -- Niklaus Wirth From owner-freebsd-java@FreeBSD.ORG Fri May 23 07:59:03 2008 Return-Path: Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A046106566C for ; Fri, 23 May 2008 07:59:03 +0000 (UTC) (envelope-from c.rued@xsb.com) Received: from mx1.portjeff.net (mx1.portjeff.net [216.168.142.133]) by mx1.freebsd.org (Postfix) with ESMTP id D6CA18FC19 for ; Fri, 23 May 2008 07:59:02 +0000 (UTC) (envelope-from c.rued@xsb.com) Received: from localhost (localhost [127.0.0.1]) by mx1.portjeff.net (Postfix) with ESMTP id CDD3C73C125 for ; Fri, 23 May 2008 03:41:14 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mx1.portjeff.net Received: from mx1.portjeff.net ([127.0.0.1]) by localhost (checkers.portjeff.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A1y8B5BnOwFF for ; Fri, 23 May 2008 03:41:06 -0400 (EDT) Received: from xsb.com (mail.portjeff.net [216.168.142.132]) by mx1.portjeff.net (Postfix) with ESMTP id A377573C251 for ; Fri, 23 May 2008 03:41:06 -0400 (EDT) Date: Fri, 23 May 2008 03:40:04 -0400 Message-Id: <10805230340.AA02980@xsb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "c.rued" To: freebsd-java@FreeBSD.ORG X-Mailer: Precedence: bulk Cc: Subject: automated response X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Reply-To: c.rued@xsb.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2008 07:59:03 -0000 I will be on away from Friday, May 23 until Monday May 26. I will return to the office on Tuesday, May 27. I will respond to your email on my return.