From owner-freebsd-java@FreeBSD.ORG Sun Feb 20 07:36:48 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE2816A4CE for ; Sun, 20 Feb 2005 07:36:48 +0000 (GMT) Received: from orbit.kuwaitnet.net (orbit.kuwaitnet.net [216.40.249.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE00943D46 for ; Sun, 20 Feb 2005 07:36:47 +0000 (GMT) (envelope-from bashar@kuwaitnet.net) Received: from [62.150.129.102] (helo=[127.0.0.1]) by orbit.kuwaitnet.net with esmtpa (Exim 4.43) id 1D2ldy-00033b-3n; Sun, 20 Feb 2005 10:36:42 +0300 Message-ID: <42183C85.8090804@kuwaitnet.net> Date: Sun, 20 Feb 2005 10:30:13 +0300 From: Bashar Al-Abdulhadi User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan Chen References: <42136811.1010407@kuwaitnet.net> <20050217044857.GB8548@osiris.chen.org.nz> In-Reply-To: <20050217044857.GB8548@osiris.chen.org.nz> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orbit.kuwaitnet.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kuwaitnet.net X-Source: X-Source-Args: X-Source-Dir: Content-Type: text/plain; charset=windows-1256; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-java@FreeBSD.org Subject: Re: tomcat segfaulting after installing /usr/ports/java/linux-sun-jdk14/ X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2005 07:36:48 -0000 this is the exact error: keytool error: java.lang.Exception: Input not an X.509 certificate running this command on linux box works but on fbsd doesn't: keytool -import -keystore XXXXXX -storetype JKS -alias XXXXXX -file XXXXXX.cer on the other and running /usr/local/linux-sun-jdk1.4.2/bin/keytool also works, but /usr/local/jdk1.4.2/bin/keytool does not (both on freebsd) KuwaitNET Internet Services Bashar Al-Abdulhadi President/C.E.O. bashar@kuwaitnet.net http://www.KuwaitNET.net Phone: (SL) +965-2647060 Fax: (SL) +965-2637060 Phone: (HQ) +965-4840110 Fax: (HQ) +965-4810026 Phone: (-) 807060 ext.12 Fax: (US) +801-4373934 Mobile:(GSM) +965-7607060 Pager: (KW) 9327060 MSN: bashar@kuwaitnet.net YaHoO ID: kuwaitnets Sales office.: Hawally Binkhaldoun St. AlFaiha complex 1st floor office #6 Head Quarters: Kuwait Free Trade Zone, Future Zone, Al-Arjan Building B Plot 22B offices #6 & 7 "Quality, Stability, Unbeatable Prices and Value" "Think KuwaitNET" Jonathan Chen wrote: >On Wed, Feb 16, 2005 at 06:34:41PM +0300, Bashar Al-Abdulhadi wrote: > > >>Hello all, >>for some reason whenever i start tomcat it works fine but when accessing >>jps pages and submitting some stuff it segfaults and generates the >>following files at /usr/local/jakarta-tomcat5.0 >> >> > >The Linux JVM is known to be unstable under FreeBSD. Use the native JVM. > >[...] > > >>any idea what might be wrong? because when i installed >>/usr/ports/java/jdk14 'keytool' didnt work fine so i had to install the >>linux-sun version and mount the following: >> >> > >keytool works fine for me. What sort of problems are you getting? > >Cheers. > > From owner-freebsd-java@FreeBSD.ORG Sun Feb 20 10:49:01 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1348416A4CE for ; Sun, 20 Feb 2005 10:49:01 +0000 (GMT) Received: from hotmail.com (bay16-f15.bay16.hotmail.com [65.54.186.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF6EF43D41 for ; Sun, 20 Feb 2005 10:49:00 +0000 (GMT) (envelope-from clcchu@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 20 Feb 2005 02:49:00 -0800 Message-ID: Received: from 210.6.198.251 by by16fd.bay16.hotmail.msn.com with HTTP; Sun, 20 Feb 2005 10:48:44 GMT X-Originating-IP: [210.6.198.251] X-Originating-Email: [clcchu@hotmail.com] X-Sender: clcchu@hotmail.com From: "Clarence Chu" To: freebsd-java@FreeBSD.org Date: Sun, 20 Feb 2005 18:48:44 +0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 20 Feb 2005 10:49:00.0424 (UTC) FILETIME=[C9172880:01C51739] Subject: native jdk-1.4.2 on FreeBSD/amd64? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2005 10:49:01 -0000 hi there, i have not an amd64 yet, but i'm planning to have it soon. i donno whether it's possible to use the linux-jdk14 to bootstrap and compile a native jdk-1.4.2 on freebsd/amd64. 'cos javac on jdk15 default to -source 1.5 -target 1.5 while jdk14 default to -source 1.3 -target 1.3. also, the unavailability of java-plugins and javaws on jdk15 made me think thrice to switch to amd64. any recommendations are welcome, just to stay with freebsd:) clarence chu clcchu@hotmail.com _________________________________________________________________ Get 10Mb extra storage for MSN Hotmail. Subscribe Now! http://join.msn.com/?pgmarket=en-hk From owner-freebsd-java@FreeBSD.ORG Mon Feb 21 06:32:23 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C73F16A4CE for ; Mon, 21 Feb 2005 06:32:23 +0000 (GMT) Received: from priv-edtnes57.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF50843D4C for ; Mon, 21 Feb 2005 06:32:22 +0000 (GMT) (envelope-from ross_@telus.net) Received: from [154.20.83.53] by priv-edtnes57.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP <20050221063222.MLBI27267.priv-edtnes57.telusplanet.net@[154.20.83.53]> for ; Sun, 20 Feb 2005 23:32:22 -0700 Date: Sun, 20 Feb 2005 22:32:55 -0800 From: "Ross Penner" To: freebsd-java@freebsd.org Message-ID: User-Agent: Opera M2(BETA1)/8.00 (FreeBSD, build 913) Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: trouble installing X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 06:32:23 -0000 I'm sorry if this is the wrong place to send this, it's the only e-mail adress I could locate. I'm attepting to install Java 1.4 on my freebsd 5.3 machine and I get an error code I can't resolve myself. Linux-XFree86-libs-4.3.99.902_2 conflicts with installed package(s): linux_base-6.1_6 They install files into the same place. Please remove them first with pkg_delete(1) I'm unsure where to go from here as I'm relatively new to freebsd. Can you help me? -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ From owner-freebsd-java@FreeBSD.ORG Mon Feb 21 07:54:14 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 764B916A4CE for ; Mon, 21 Feb 2005 07:54:14 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5727A43D2F for ; Mon, 21 Feb 2005 07:54:13 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id j1L8WE1M006768; Mon, 21 Feb 2005 10:32:14 +0200 Received: from localhost (achill@localhost)j1L8WDF1006764; Mon, 21 Feb 2005 10:32:14 +0200 Date: Mon, 21 Feb 2005 10:32:13 +0200 (EET) From: Achilleus Mantzios To: Ross Penner In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT cc: freebsd-java@freebsd.org Subject: Re: trouble installing X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 07:54:14 -0000 O Ross Penner Ýãñáøå óôéò Feb 20, 2005 : > I'm sorry if this is the wrong place to send this, it's the only e-mail > adress I could locate. And its the right one! Wellcome to java@freebsd.org > > I'm attepting to install Java 1.4 on my freebsd 5.3 machine and I get an > error code I can't resolve myself. > > > > Linux-XFree86-libs-4.3.99.902_2 conflicts with installed package(s): > linux_base-6.1_6 > > They install files into the same place. > Please remove them first with pkg_delete(1) > Before you take any action note these: Xorg not XFree86 is supposed to be the default X11 implementation in freebsd starting from -5.3. (Ofcourse in your case the issue is Linux-XFree86-libs but since you are a newbie i dont think this info hurts). linux_base is needed for linux-sun-jdk-1.4.2. Update your ports with cvsup. Read carefully /usr/src/UPDATING and /usr/ports/UPDATING. > > I'm unsure where to go from here as I'm relatively new to freebsd. Can you > help me? > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Mon Feb 21 09:04:17 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FF7016A4CE for ; Mon, 21 Feb 2005 09:04:17 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8D8543D1D for ; Mon, 21 Feb 2005 09:04:15 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j1L98bEL000688; Mon, 21 Feb 2005 11:08:37 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j1L98aD7000687; Mon, 21 Feb 2005 11:08:36 +0200 (EET) (envelope-from ml) Date: Mon, 21 Feb 2005 11:08:36 +0200 From: Alexey Zelkin To: Ross Penner Message-ID: <20050221090836.GA627@phantom.cris.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: freebsd-java@freebsd.org Subject: Re: trouble installing X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 09:04:17 -0000 hi, On Sun, Feb 20, 2005 at 10:32:55PM -0800, Ross Penner wrote: > I'm sorry if this is the wrong place to send this, it's the only e-mail > adress I could locate. > > I'm attepting to install Java 1.4 on my freebsd 5.3 machine and I get an > error code I can't resolve myself. > > > > Linux-XFree86-libs-4.3.99.902_2 conflicts with installed package(s): > linux_base-6.1_6 > > They install files into the same place. > Please remove them first with pkg_delete(1) > You have linux_base-6 port installed, and jdk14 require linux_base-7 or -8. In order to complete install successfully -- you've to uninstall linux_base-6. But it may cause some ports stop working, so before uninstalling -- analyze output of 'pkg_info -R linux_base-6\*' and if nothing important appeares in the list of 'Required' ports -- proceed and then *optionally* reinstall dependent port (if something stoped working). From owner-freebsd-java@FreeBSD.ORG Mon Feb 21 09:08:20 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD17016A4CE for ; Mon, 21 Feb 2005 09:08:20 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2A643D1F for ; Mon, 21 Feb 2005 09:08:16 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j1L9CbEL000742; Mon, 21 Feb 2005 11:12:37 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j1L9CbPS000741; Mon, 21 Feb 2005 11:12:37 +0200 (EET) (envelope-from ml) Date: Mon, 21 Feb 2005 11:12:37 +0200 From: Alexey Zelkin To: Clarence Chu Message-ID: <20050221091237.GB627@phantom.cris.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: freebsd-java@freebsd.org Subject: Re: native jdk-1.4.2 on FreeBSD/amd64? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 09:08:21 -0000 hi, On Sun, Feb 20, 2005 at 06:48:44PM +0800, Clarence Chu wrote: > hi there, > > i have not an amd64 yet, but i'm planning to have it soon. > > i donno whether it's possible to use the linux-jdk14 to bootstrap and > compile a native jdk-1.4.2 on freebsd/amd64. > > 'cos javac on jdk15 default to -source 1.5 -target 1.5 while > jdk14 default to -source 1.3 -target 1.3. > > also, the unavailability of java-plugins and javaws on jdk15 made me > think thrice to switch to amd64. There's no jdk 1.4.2 for FreeBSD/amd64, so only choice to go with native FreeBSD/amd64 -- is jdk15. But actually, I not sure if we'll have java plugin for amd64 -- Sun's sources restrict possiblity build of plugin for 32bit systems only -- so it's issue of separate research. From owner-freebsd-java@FreeBSD.ORG Mon Feb 21 11:01:49 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22ED716A4DB for ; Mon, 21 Feb 2005 11:01:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8F8E43D46 for ; Mon, 21 Feb 2005 11:01:48 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1LB1mKb034306 for ; Mon, 21 Feb 2005 11:01:48 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1LB1m5n034300 for freebsd-java@freebsd.org; Mon, 21 Feb 2005 11:01:48 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 21 Feb 2005 11:01:48 GMT Message-Id: <200502211101.j1LB1m5n034300@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 11:01:49 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2002/05/13] ports/38018 java www/jakarta-tomcat4: make passing of JVM f [2002/05/13] ports/38020 java www/jakarta-tomcat4: stop tomcat via java o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes f [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/27] ports/69675 java Eclipse slow typing o [2004/09/22] ports/72014 java Eclipse doesn't work (SigBus 10) if it ha o [2004/10/20] ports/72902 java Make of /usr/ports/java/jdk14 fails with o [2004/12/06] ports/74760 java javavmwrapper messes up amavisd-new f [2004/12/21] ports/75348 java Tomcat port overwrites server.xml config o [2005/01/24] java/76631 java any port linux-*-jdk12 will core dump if o [2005/01/25] java/76658 java font.properties actual font file cannot p o [2005/02/06] java/77162 java Tomcat5 regression with jdk15-p1 o [2005/02/19] java/77725 java [PATCH] Java Management not working with 13 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2004/08/11] java/70292 java jdk14 compile problem f [2004/11/24] ports/74344 java [proposal] tomcat41ctl: support for passi 3 problems total. From owner-freebsd-java@FreeBSD.ORG Tue Feb 22 06:13:28 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6512116A4CF for ; Tue, 22 Feb 2005 06:13:28 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2056C43D5F for ; Tue, 22 Feb 2005 06:13:28 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 5D439148F6; Tue, 22 Feb 2005 00:13:27 -0600 (CST) Date: Tue, 22 Feb 2005 00:13:27 -0600 (CST) From: Mark Linimon X-X-Sender: linimon@pancho To: Alexey Zelkin In-Reply-To: <20050221090836.GA627@phantom.cris.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Ross Penner cc: freebsd-java@freebsd.org Subject: Re: trouble installing X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 06:13:28 -0000 On Mon, 21 Feb 2005, Alexey Zelkin wrote: > You have linux_base-6 port installed, and jdk14 require linux_base-7 or -8. > In order to complete install successfully -- you've to uninstall > linux_base-6. According to what I could determine while looking at various meta-issues this weekend, linux_base-6 is only used by devel/linux_devtools-6 and (conditionally) by graphics/linux_mesa3. In fact, there only seem to remain a handful of ports that state a dependency on linux_base-7. I would encourage people to consider upgrading to linux_base-8 now that the ports tree has been switched over to use it as a default. mcl From owner-freebsd-java@FreeBSD.ORG Tue Feb 22 14:18:18 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8807216A4CE for ; Tue, 22 Feb 2005 14:18:18 +0000 (GMT) Received: from 320sv007.codeplan.df.gov.br (320sv007.codeplan.df.gov.br [200.162.127.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 220C043D4C for ; Tue, 22 Feb 2005 14:18:17 +0000 (GMT) (envelope-from Fabio.Tabosa@codeplan.df.gov.br) Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Date: Tue, 22 Feb 2005 11:18:24 -0300 Message-ID: <6F06880EC782D145AB8658B155F64D654F6CA1@320sv007.codeplan.df> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Error ID : 4F530E43505002F1 Thread-Index: AcUY6Vj0b0/ZC8NWSxG/H3vkA2qTTQ== From: =?iso-8859-1?Q?F=E1bio_Galv=E3o_Ferreira_Tabosa?= To: Subject: Error ID : 4F530E43505002F1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 14:18:18 -0000 Hi, I am unsure how to proceed; what is my best option? Would using=20 linux-jdk14 for bootstrapping, or just using linux-jdk14 in production=20 be a good idea?=20 The error from the build is as follows: Unexpected Signal : 11 occurred at PC=3D0x28608607 Function=3Dallocate_permanent__C13objArrayKlassR11KlassHandleiP6Thread+0x= 2B Library=3D/usr/local/jdk1.4.2/jre/lib/i386/server/libjvm.so Current Java thread: at = com.klg.jclass.page.adobe.postscript.AFMParser.parseCharMetrics(Unknown = Source) at com.klg.jclass.page.adobe.postscript.AFMParser.parse(Unknown Source) at com.klg.jclass.page.FontBase.loadFonts(Unknown Source) at com.klg.jclass.page.FontBase.getFonts(Unknown Source) at com.klg.jclass.page.adobe.postscript.FontPS.getAllFonts(Unknown = Source) at com.klg.jclass.page.adobe.pdf.JCPDFPrinter.(Unknown Source) at = com.linkdata.infra.reports.pdf.ReportPrinter.initialize(ReportPrinter.jav= a:162) at = com.linkdata.infra.reports.pdf.ReportPrinter.(ReportPrinter.java:11= 8) at = com.linkdata.infra.reports.pdf.AbstractReport.print(AbstractReport.java:1= 57) at = com.linkdata.patrimonio.transferencia.localizacao.interna.relatorios.Rela= torioGuiaTransferencia.startReport(RelatorioGuiaTransferencia.java:111) at = com.linkdata.corporativo.relatorios.AbstractReportCorporativo.startReport= (AbstractReportCorporativo.java:268) at = com.linkdata.corporativo.relatorios.Relatorio.gerarRelatorio(Relatorio.ja= va:95) at = com.linkdata.corporativo.relatorios.web.AvailableReportsGateway.geraRelat= orio(AvailableReportsGateway.java:362) at = com.linkdata.corporativo.relatorios.web.AvailableReportsGateway.printRequ= estedReports(AvailableReportsGateway.java:220) at = com.linkdata.corporativo.relatorios.web.AvailableReportsGateway.actionPri= nt(AvailableReportsGateway.java:158) at = com.linkdata.infra.web.AbstractApplicationGateway._service(AbstractApplic= ationGateway.java:3441) at = com.linkdata.infra.web.AbstractApplicationGateway.service(AbstractApplica= tionGateway.java:944) at = com.linkdata.infra.http.AbstractServlet.service(AbstractServlet.java:62) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at = org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat= ionFilterChain.java:237) at = org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte= rChain.java:157) at = org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve= .java:214) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:104) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:52= 0) at = org.apache.catalina.core.StandardContextValve.invokeInternal(StandardCont= extValve.java:198) at = org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve= .java:152) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:104) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:52= 0) at = org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:= 137) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:104) at = org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:= 118) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:102) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:52= 0) at = org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j= ava:109) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCon= text.java:104) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:52= 0) at = org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) at = org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) at = org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799= ) at = org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processCo= nnection(Http11Protocol.java:705) at = org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577= ) at = org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.= java:683) at java.lang.Thread.run(Thread.java:534) Dynamic libraries: 0x8048000 /usr/local/jdk1.4.2/bin/java 0x2806c000 /usr/lib/libc_r.so.4 0x28123000 /usr/local/jdk1.4.2/jre/lib/i386/server/libjvm.so 0x288da000 /usr/lib/libstdc++.so.3 0x2891f000 /usr/lib/libm.so.2 0x2893a000 /usr/local/jdk1.4.2/jre/lib/i386/native_threads/libhpi.so 0x28949000 /usr/local/jdk1.4.2/jre/lib/i386/libverify.so 0x28964000 /usr/local/jdk1.4.2/jre/lib/i386/libjava.so 0x28985000 /usr/local/jdk1.4.2/jre/lib/i386/libzip.so 0x7938a000 /usr/local/jdk1.4.2/jre/lib/i386/libnet.so 0x7b86d000 /usr/local/jdk1.4.2/jre/lib/i386/libawt.so 0x7bad7000 /usr/local/jdk1.4.2/jre/lib/i386/libmlib_image.so 0x7bb29000 /usr/X11R6/lib/libXp.so.6 0x7bb31000 /usr/X11R6/lib/libXt.so.6 0x7bb7b000 /usr/X11R6/lib/libXext.so.6 0x7bb89000 /usr/X11R6/lib/libXtst.so.6 0x7bb8e000 /usr/X11R6/lib/libXmu.so.6 0x7bba3000 /usr/X11R6/lib/libX11.so.6 0x7bc61000 /usr/X11R6/lib/libSM.so.6 0x7bc6a000 /usr/X11R6/lib/libICE.so.6 0x7bc81000 /usr/X11R6/lib/libXThrStub.so.6 0x7bc83000 /usr/local/jdk1.4.2/jre/lib/i386/libfontmanager.so 0x7bd55000 /usr/local/jdk1.4.2/jre/lib/i386/libjpeg.so 0x2804e000 /usr/libexec/ld-elf.so.1 Heap at VM Abort: Heap def new generation total 78784K, used 0K [0x2c930000, 0x31ea0000, = 0x34930000) eden space 70080K, 0% used [0x2c930000, 0x2c930000, 0x30da0000) from space 8704K, 0% used [0x31620000, 0x31620000, 0x31ea0000) to space 8704K, 0% used [0x30da0000, 0x30da0000, 0x31620000) tenured generation total 699072K, used 90713K [0x34930000, = 0x5f3e0000, 0x74930000) the space 699072K, 12% used [0x34930000, 0x3a1c6468, 0x3a1c6600, = 0x5f3e0000) compacting perm gen total 65536K, used 65535K [0x74930000, 0x78930000, = 0x78930000) the space 65536K, 99% used [0x74930000, 0x7892ff40, 0x78930000, = 0x78930000) Local Time =3D Tue Feb 22 10:29:55 2005 Elapsed Time =3D 70189 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002F1 # Please report this error to # freebsd-java@FreeBSD.org mailing list # # Java VM: Java HotSpot(TM) Server VM = (1.4.2-p7-suporte_20_jan_2005_17_17 mixed mode) # From owner-freebsd-java@FreeBSD.ORG Tue Feb 22 14:41:21 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3F6816A4CE for ; Tue, 22 Feb 2005 14:41:21 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DE843D5A for ; Tue, 22 Feb 2005 14:41:20 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id j1MFJ71M010484; Tue, 22 Feb 2005 17:19:07 +0200 Received: from localhost (achill@localhost)j1MFJ78e010480; Tue, 22 Feb 2005 17:19:07 +0200 Date: Tue, 22 Feb 2005 17:19:07 +0200 (EET) From: Achilleus Mantzios To: =?iso-8859-1?Q?F=E1bio_Galv=E3o_Ferreira_Tabosa?= In-Reply-To: <6F06880EC782D145AB8658B155F64D654F6CA1@320sv007.codeplan.df> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT cc: freebsd-java@freebsd.org Subject: Re: Error ID : 4F530E43505002F1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 14:41:21 -0000 O Fábio Galvão Ferreira Tabosa Ýãñáøå óôéò Feb 22, 2005 : > Hi, > > I am unsure how to proceed; what is my best option? Would using > linux-jdk14 for bootstrapping, or just using linux-jdk14 in production > be a good idea? Hmm, i suspect you wanna do servlet pdf processing right?? Why dont you try http://www.lowagie.com/iText/ I have used it without problems for over a year. > > The error from the build is as follows: > > Unexpected Signal : 11 occurred at PC=0x28608607 > Function=allocate_permanent__C13objArrayKlassR11KlassHandleiP6Thread+0x2B > Library=/usr/local/jdk1.4.2/jre/lib/i386/server/libjvm.so > > Current Java thread: > at com.klg.jclass.page.adobe.postscript.AFMParser.parseCharMetrics(Unknown Source) > at com.klg.jclass.page.adobe.postscript.AFMParser.parse(Unknown Source) > at com.klg.jclass.page.FontBase.loadFonts(Unknown Source) > at com.klg.jclass.page.FontBase.getFonts(Unknown Source) > at com.klg.jclass.page.adobe.postscript.FontPS.getAllFonts(Unknown Source) > at com.klg.jclass.page.adobe.pdf.JCPDFPrinter.(Unknown Source) > at com.linkdata.infra.reports.pdf.ReportPrinter.initialize(ReportPrinter.java:162) > at com.linkdata.infra.reports.pdf.ReportPrinter.(ReportPrinter.java:118) > at com.linkdata.infra.reports.pdf.AbstractReport.print(AbstractReport.java:157) > at com.linkdata.patrimonio.transferencia.localizacao.interna.relatorios.RelatorioGuiaTransferencia.startReport(RelatorioGuiaTransferencia.java:111) > at com.linkdata.corporativo.relatorios.AbstractReportCorporativo.startReport(AbstractReportCorporativo.java:268) > at com.linkdata.corporativo.relatorios.Relatorio.gerarRelatorio(Relatorio.java:95) > at com.linkdata.corporativo.relatorios.web.AvailableReportsGateway.geraRelatorio(AvailableReportsGateway.java:362) > at com.linkdata.corporativo.relatorios.web.AvailableReportsGateway.printRequestedReports(AvailableReportsGateway.java:220) > at com.linkdata.corporativo.relatorios.web.AvailableReportsGateway.actionPrint(AvailableReportsGateway.java:158) > at com.linkdata.infra.web.AbstractApplicationGateway._service(AbstractApplicationGateway.java:3441) > at com.linkdata.infra.web.AbstractApplicationGateway.service(AbstractApplicationGateway.java:944) > at com.linkdata.infra.http.AbstractServlet.service(AbstractServlet.java:62) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) > at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) > at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) > at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152) > at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) > at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) > at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) > at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) > at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) > at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) > at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) > at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) > at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) > at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) > at java.lang.Thread.run(Thread.java:534) > > Dynamic libraries: > 0x8048000 /usr/local/jdk1.4.2/bin/java > 0x2806c000 /usr/lib/libc_r.so.4 > 0x28123000 /usr/local/jdk1.4.2/jre/lib/i386/server/libjvm.so > 0x288da000 /usr/lib/libstdc++.so.3 > 0x2891f000 /usr/lib/libm.so.2 > 0x2893a000 /usr/local/jdk1.4.2/jre/lib/i386/native_threads/libhpi.so > 0x28949000 /usr/local/jdk1.4.2/jre/lib/i386/libverify.so > 0x28964000 /usr/local/jdk1.4.2/jre/lib/i386/libjava.so > 0x28985000 /usr/local/jdk1.4.2/jre/lib/i386/libzip.so > 0x7938a000 /usr/local/jdk1.4.2/jre/lib/i386/libnet.so > 0x7b86d000 /usr/local/jdk1.4.2/jre/lib/i386/libawt.so > 0x7bad7000 /usr/local/jdk1.4.2/jre/lib/i386/libmlib_image.so > 0x7bb29000 /usr/X11R6/lib/libXp.so.6 > 0x7bb31000 /usr/X11R6/lib/libXt.so.6 > 0x7bb7b000 /usr/X11R6/lib/libXext.so.6 > 0x7bb89000 /usr/X11R6/lib/libXtst.so.6 > 0x7bb8e000 /usr/X11R6/lib/libXmu.so.6 > 0x7bba3000 /usr/X11R6/lib/libX11.so.6 > 0x7bc61000 /usr/X11R6/lib/libSM.so.6 > 0x7bc6a000 /usr/X11R6/lib/libICE.so.6 > 0x7bc81000 /usr/X11R6/lib/libXThrStub.so.6 > 0x7bc83000 /usr/local/jdk1.4.2/jre/lib/i386/libfontmanager.so > 0x7bd55000 /usr/local/jdk1.4.2/jre/lib/i386/libjpeg.so > 0x2804e000 /usr/libexec/ld-elf.so.1 > > Heap at VM Abort: > Heap > def new generation total 78784K, used 0K [0x2c930000, 0x31ea0000, 0x34930000) > eden space 70080K, 0% used [0x2c930000, 0x2c930000, 0x30da0000) > from space 8704K, 0% used [0x31620000, 0x31620000, 0x31ea0000) > to space 8704K, 0% used [0x30da0000, 0x30da0000, 0x31620000) > tenured generation total 699072K, used 90713K [0x34930000, 0x5f3e0000, 0x74930000) > the space 699072K, 12% used [0x34930000, 0x3a1c6468, 0x3a1c6600, 0x5f3e0000) > compacting perm gen total 65536K, used 65535K [0x74930000, 0x78930000, 0x78930000) > the space 65536K, 99% used [0x74930000, 0x7892ff40, 0x78930000, 0x78930000) > > Local Time = Tue Feb 22 10:29:55 2005 > Elapsed Time = 70189 > # > # HotSpot Virtual Machine Error : 11 > # Error ID : 4F530E43505002F1 > # Please report this error to > # freebsd-java@FreeBSD.org mailing list > # > # Java VM: Java HotSpot(TM) Server VM (1.4.2-p7-suporte_20_jan_2005_17_17 mixed mode) > # > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Tue Feb 22 21:17:36 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67CE016A4CE for ; Tue, 22 Feb 2005 21:17:36 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id C010243D31 for ; Tue, 22 Feb 2005 21:17:34 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.3/8.13.3) with ESMTP id j1MLHO5Q010569; Tue, 22 Feb 2005 14:17:24 -0700 (MST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.3/8.13.3/Submit) id j1MLHIoA010568; Tue, 22 Feb 2005 14:17:18 -0700 (MST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Tue, 22 Feb 2005 14:17:18 -0700 From: Greg Lewis To: Jonathan Chen Message-ID: <20050222211718.GA10535@misty.eyesbeyond.com> References: <20050219123658.F63417@fw.reifenberger.com> <20050219115556.GA20517@phantom.cris.net> <20050219140045.G63696@fw.reifenberger.com> <20050219132212.GA21028@phantom.cris.net> <20050219192254.GA30667@osiris.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050219192254.GA30667@osiris.chen.org.nz> User-Agent: Mutt/1.4.2.1i cc: java@freebsd.org cc: Michael Reifenberger cc: Alexey Zelkin Subject: Re: Adding cacerts to jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 21:17:36 -0000 On Sun, Feb 20, 2005 at 08:22:54AM +1300, Jonathan Chen wrote: > On Sat, Feb 19, 2005 at 03:22:12PM +0200, Alexey Zelkin wrote: > > [...] > > We are not adding cacerts for jdk1[34], but *replacing* it (because > > of security problems). JDK 1.5.0 was released *after* this problem > > was found and fixed, so jdk15 is distributing with valid cacerts > > file and there's no reason to do any manual interventions. > > I have to agree with Micheal. The installed port on i386 comes back > with an empty cacerts file as well: > > 8:19am> ls -l /usr/local/jdk1.5.0/jre/lib/security/cacerts > -rw-r--r-- 1 root wheel 32 Jan 25 22:53 /usr/local/jdk1.5.0/jre/lib/security/cacerts I suspect this has something to do with patchset 1 not building javaws: > ls -l deploy/src/javaws/share/config/cacerts j2se/src/share/lib/security/cacerts -rw-r--r-- 1 glewis staff 7910 Nov 8 15:28 deploy/src/javaws/share/config/cacerts -rw-r--r-- 1 glewis staff 32 Nov 8 15:28 j2se/src/share/lib/security/cacerts So, I don't think we need to add a separate file to the port, just install the correct cacerts file for now, e.g. add something like the following to the do-install target (untested): ${INSTALL_DATA} ${WRKDIR}/deploy/src/javaws/share/config/cacerts \ ${PREFIX}/jdk${JDK_VERSION}/jre/lib/security then once we support javaws (patchset 2 hopefully) this can be removed as the install process itself will DTRT at that point. -- 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 Wed Feb 23 10:33:48 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 375CB16A4CE for ; Wed, 23 Feb 2005 10:33:48 +0000 (GMT) Received: from kirk.baltic.net (kirk.baltic.net [193.189.247.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 7F72643D2F for ; Wed, 23 Feb 2005 10:33:46 +0000 (GMT) (envelope-from gni@gecko.de) Received: (qmail 28020 invoked from network); 23 Feb 2005 10:27:22 -0000 Received: from waldorf.gecko.de (HELO kermit.int.gecko.de) (193.189.247.200) by kirk.baltic.net with SMTP; 23 Feb 2005 10:27:22 -0000 Received: from lorien.int.gecko.de (lorien [192.168.120.159]) j1NAXjgs005776; Wed, 23 Feb 2005 11:33:45 +0100 (CET) Received: from lorien.int.gecko.de (localhost [127.0.0.1]) by lorien.int.gecko.de (8.12.9/8.12.9) with ESMTP id j1NAXqLs009496; Wed, 23 Feb 2005 11:33:52 +0100 (MET) (envelope-from munk@lorien.int.gecko.de) Received: (from munk@localhost) by lorien.int.gecko.de (8.12.9/8.12.9/Submit) id j1NAXpWD009495; Wed, 23 Feb 2005 11:33:51 +0100 (MET) Date: Wed, 23 Feb 2005 11:33:51 +0100 From: Gunther Nikl To: Mark Linimon Message-ID: <20050223103351.GA1325@lorien.int.gecko.de> References: <20050221090836.GA627@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-java@freebsd.org Subject: linux_base-8 (Was: Re: trouble installing) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2005 10:33:48 -0000 On Tue, Feb 22, 2005 at 12:13:27AM -0600, Mark Linimon wrote: > I would encourage people to consider upgrading to linux_base-8 now that > the ports tree has been switched over to use it as a default. I tried to switch from a (working!) linux_base 7.1 to 7.3 or 8 and I had no luck :-/ After I installed 7.3 several linux-programs couldn't find some shared libraries, eg. bash missed a libtermcap.so.2 and mozilla missed libpthread.so.0 (both are symlinks with 7.1). After creating the links bash worked but mozilla had further problems (wrong X libraries). With linux_base-8 mozilla also had problems with the X libraries. At that point I reverted to my working 7.1. Then its also disturbing that linux_base-8 need about 30M more diskspace. I wonder why. I am using (an old) 4-STABLE and I installed the linux_base packages. Gunther From owner-freebsd-java@FreeBSD.ORG Wed Feb 23 23:23:33 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A71B416A4CE for ; Wed, 23 Feb 2005 23:23:33 +0000 (GMT) Received: from mxsf16.cluster1.charter.net (mxsf16.cluster1.charter.net [209.225.28.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D1343D5A for ; Wed, 23 Feb 2005 23:23:33 +0000 (GMT) (envelope-from c0ldbyte@myrealbox.com) Received: from mxip02.cluster1.charter.net (mxip02a.cluster1.charter.net [209.225.28.132])j1NNNVmv029995 for ; Wed, 23 Feb 2005 18:23:31 -0500 Received: from 24.247.253.134.gha.mi.chartermi.net (HELO eleanor.us1.wmi.uvac.net) (24.247.253.134) by mxip02.cluster1.charter.net with ESMTP; 23 Feb 2005 18:23:31 -0500 X-Ironport-AV: i="3.90,111,1107752400"; d="scan'208"; a="628520435:sNHT863883774" Date: Wed, 23 Feb 2005 18:23:30 -0500 (EST) From: c0ldbyte To: freebsd-java@freebsd.org Message-ID: <20050223175929.R51976@eleanor.us1.wmi.uvac.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Java on FreeBSD 5.3-RELEASE-p5 | Applet "name.goes.here" notinited. X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2005 23:23:33 -0000 Hey BSDer's/Java Artists ;). Ive been using FreeBSD a while now and have been having some problems using jdk1.4.2p7 on FreeBSD 5.3-RELEASE-p5. I have tried on previous releases in the past on the 5.X-* Series of RELENG's and have had no luck in getting the problem fixed which leads me to believe that I have left something out of the system that is disabling me from getting it going. Ive never had a problem with it on 4.X-* Series and the problem has me swithching back and forth from 4 to 5 untill now when im tired of doing so because of my studies of the 5.X-* branch and it has come time to solve the problem more directly as some of my work is increasingly depending on java apps. Someone told me once that I just had to recompile firefox after installing jdk1.4.2p7 and then it would work fine, but halt to that it did not work. So down to my last straw "You guys" what you think I should do and how do I get there. Ive put up my httpsd with a link in this email of where all the info is dumped at about the system if anyone could take a look at it and reply to this list with my nick in the re:subject line to help me get ahold of it faster would be greatly appreciated. If there is anything missing within reason from the info provided please let me know either by direct response or by list and Ill add it as soon as possible so we can wrap this up. Info located @ https://berkeley.homeunix.net/JAVA/ PS: I have tried the apps at the following places: http://dahmer.vistech.net/webssh http://hushmail.com/ http://webssh.decf.berkeley.edu/orig/ Also I have gotten a error right on the system about not being able to create VM Object or something like that by using the java command on a jar file. Thanks again Guys/Gals, and hope all is well. --c0ldbyte This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. From owner-freebsd-java@FreeBSD.ORG Thu Feb 24 09:55:36 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AB7416A4CE for ; Thu, 24 Feb 2005 09:55:36 +0000 (GMT) Received: from natpreptil.rzone.de (natpreptil.rzone.de [81.169.145.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B0143D2F for ; Thu, 24 Feb 2005 09:55:35 +0000 (GMT) (envelope-from bugReporter@ib-haakh.de) Received: from abaton.Haakh.de (p5487A45F.dip.t-dialin.net [84.135.164.95]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id j1O9tXbQ001881 for ; Thu, 24 Feb 2005 10:55:33 +0100 (MET) Received: from [192.168.63.14] (TeeVee.Haakh.de [192.168.63.14]) by abaton.Haakh.de (8.13.3/8.13.1) with ESMTP id j1O9tWuB060424 for ; Thu, 24 Feb 2005 10:55:33 +0100 (CET) (envelope-from bugReporter@ib-haakh.de) Message-ID: <421DA494.9090203@ib-haakh.de> Date: Thu, 24 Feb 2005 10:55:32 +0100 From: Andreas Haakh User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.8a5) Gecko/20041228 X-Accept-Language: de-de, en-us, en MIME-Version: 1.0 To: freebsd-java@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Bug using locale 'LANG=de_DE.ISO8859-15' X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 09:55:36 -0000 I'm getting strange charachter display (a square) when entering a comma in JTextField Java-Version: jdk1.4.2 Environment: Lang=de_DE.ISO8859-15 FreeBSD: 5.3-STABLE #1: Sun Feb 13 22:09:34 CET 2005 If I enter a decimal number in a JTextField, the comma from the keypad is displayed as a square. There is no problem using the comma from the normal text-block. Once I exit the JTextField the display changes and the number appears correctly as nnn,m. Any clues?? Andreas Haakh P.S.: Please reply by email - I did not subscribe to freebsd-java From owner-freebsd-java@FreeBSD.ORG Thu Feb 24 19:59:32 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B023716A4DE for ; Thu, 24 Feb 2005 19:59:32 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B8E6743D41 for ; Thu, 24 Feb 2005 19:59:31 +0000 (GMT) (envelope-from andreas.kohn@gmx.net) Received: (qmail invoked by alias); 24 Feb 2005 19:59:30 -0000 Received: from unknown (EHLO localhost.localdomain) (212.204.44.203) by mail.gmx.net (mp026) with SMTP; 24 Feb 2005 20:59:30 +0100 X-Authenticated: #2431876 From: Andreas Kohn To: freebsd-java@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8aSNK9IFFG6SuxLPIm03" Date: Thu, 24 Feb 2005 20:59:29 +0100 Message-Id: <1109275170.88665.28.camel@klamath.syndrom23.de> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 FreeBSD GNOME Team Port X-Y-GMX-Trusted: 0 Subject: [PATCH] java/eclipse with mozilla-devel X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 19:59:32 -0000 --=-8aSNK9IFFG6SuxLPIm03 Content-Type: multipart/mixed; boundary="=-YZKgqQ4mqrP93aYniJ55" --=-YZKgqQ4mqrP93aYniJ55 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, attached is a short patch to allow building eclipse with mozilla-devel. It works for me (FreeBSD 6.0-CURRENT #5: Thu Feb 10 22:08:31 CET 2005, mozilla-1.8.a6,2). I did not test it with mozilla-gtk2, but I guess it should work as well, but if someone can test it, it would be nice. Regards, Andreas --=20 --=-YZKgqQ4mqrP93aYniJ55 Content-Disposition: inline; filename=eclipse-mozilla-devel.patch Content-Type: text/x-patch; name=eclipse-mozilla-devel.patch; charset=UTF-8 Content-Transfer-Encoding: base64 LS0tIE1ha2VmaWxlLm9yaWcJVGh1IEZlYiAyNCAwMzoyNDozNyAyMDA1DQorKysgTWFrZWZpbGUJ VGh1IEZlYiAyNCAxOToyNDoxOSAyMDA1DQpAQCAtNDgsOSArNDgsOSBAQA0KIEVDTElQU0VfV1M9 CWd0aw0KIFBMSVNUX1NVQis9CUdUSzo9IiINCiBQTElTVF9TVUIrPQlNT1RJRjo9IkBjb21tZW50 ICINCi0uaWYgZGVmaW5lZChXSVRIX01PWklMTEEpICYmICR7V0lUSF9NT1pJTExBfSA9PSAiZmly ZWZveCINCi1CVUlMRF9ERVBFTkRTKz0JZmlyZWZveDoke1BPUlRTRElSfS93d3cvZmlyZWZveA0K LUJST1dTRVI9CWZpcmVmb3gNCisuaWYgZGVmaW5lZChXSVRIX01PWklMTEEpDQorQlJPV1NFUj0J JHtXSVRIX01PWklMTEF9DQorQlVJTERfREVQRU5EUys9CSR7QlJPV1NFUn06JHtQT1JUU0RJUn0v d3d3LyR7QlJPV1NFUn0NCiAuZWxzZQ0KIEJVSUxEX0RFUEVORFMrPQltb3ppbGxhOiR7UE9SVFNE SVJ9L3d3dy9tb3ppbGxhDQogQlJPV1NFUj0JbW96aWxsYQ0K --=-YZKgqQ4mqrP93aYniJ55-- --=-8aSNK9IFFG6SuxLPIm03 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCHjIhYucd7Ow1ygwRAjEeAJ9h17W5sO++w7mCQXAgUcaknlYAagCdHAmp Wn4arW9E51e6FUvEIgYYWBU= =eC5d -----END PGP SIGNATURE----- --=-8aSNK9IFFG6SuxLPIm03-- From owner-freebsd-java@FreeBSD.ORG Fri Feb 25 11:50:20 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73B6416A4DF for ; Fri, 25 Feb 2005 11:50:20 +0000 (GMT) Received: from mail.el.net (mail.el.net [68.165.89.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC94843D2D for ; Fri, 25 Feb 2005 11:50:19 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 44536 invoked by uid 1008); 25 Feb 2005 11:50:30 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 25 Feb 2005 11:50:30 -0000 Received: from 24.90.34.93 (SquirrelMail authenticated user kalin@el.net); by mail.el.net with HTTP; Fri, 25 Feb 2005 06:50:30 -0500 (EST) Message-ID: <60333.24.90.34.93.1109332230.squirrel@24.90.34.93> Date: Fri, 25 Feb 2005 06:50:30 -0500 (EST) From: "kalin mintchev" To: freebsd-java@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: build error... X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 11:50:20 -0000 hi .. i'm trying to build the sdk 1.4.2 from ports... bsd 5.3 after an hour or so here is what happens: Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: 'class' or 'interface' expected Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location^ /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: unclosed character literal Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location ^ 2 errors gmake[4]: *** [.compile.classlist] Error 1 gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java' gmake[3]: *** [optimized] Error 2 gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk14. what now? thanks... -- From owner-freebsd-java@FreeBSD.ORG Fri Feb 25 12:31:50 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05FD416A4CE for ; Fri, 25 Feb 2005 12:31:50 +0000 (GMT) Received: from mxsf03.cluster1.charter.net (mxsf03.cluster1.charter.net [209.225.28.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 851A943D6B for ; Fri, 25 Feb 2005 12:31:49 +0000 (GMT) (envelope-from c0ldbyte@myrealbox.com) Received: from mxip03.cluster1.charter.net (mxip03a.cluster1.charter.net [209.225.28.133])j1PCVmfu027396 for ; Fri, 25 Feb 2005 07:31:48 -0500 Received: from 24.247.253.134.gha.mi.chartermi.net (HELO eleanor.us1.wmi.uvac.net) (24.247.253.134) by mxip03.cluster1.charter.net with ESMTP; 25 Feb 2005 07:31:48 -0500 X-Ironport-AV: i="3.90,116,1107752400"; d="scan'208"; a="639682668:sNHT72764390" Date: Fri, 25 Feb 2005 07:31:47 -0500 (EST) From: c0ldbyte To: kalin mintchev In-Reply-To: <60333.24.90.34.93.1109332230.squirrel@24.90.34.93> Message-ID: <20050225072522.U36211@eleanor.us1.wmi.uvac.net> References: <60333.24.90.34.93.1109332230.squirrel@24.90.34.93> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-java@freebsd.org Subject: Re: build error... X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 12:31:50 -0000 On Fri, 25 Feb 2005, kalin mintchev wrote: > hi .. > > i'm trying to build the sdk 1.4.2 from ports... bsd 5.3 > > after an hour or so here is what happens: > > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: > 'class' or 'interface' expected > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location^ > /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: > unclosed character literal > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location ^ > 2 errors > gmake[4]: *** [.compile.classlist] Error 1 > gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java' > gmake[3]: *** [optimized] Error 2 > gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java' > gmake[2]: *** [all] Error 1 > gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java' > gmake[1]: *** [all] Error 1 > gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make' > gmake: *** [j2se-build] Error 2 > *** Error code 2 > > Stop in /usr/ports/java/jdk14. > > > what now? > > thanks... > -- What CFLAGS are defined in /etc/make.conf or whereever else you might have defined them ?. Also have you CVSup'd your tree lately ?. And finally (uname -v)?. and options that you have added or taken out of your kernel config ?. Personaly I have had jdk14 and still have it installed on my 5.3-RELEASE-p5 box but, it does not work properly. I get cant create vm object when used from the console on non specific jar files and get applet notinited in firefox. the info i have on my box right now is located at the following URL. If you get it to work and figure out what the problem might be give me a hollar. https://berkeley.homeunix.net/JAVA/ Thanks in advance and best luck with all. --c0ldbyte From owner-freebsd-java@FreeBSD.ORG Fri Feb 25 15:33:49 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F394A16A4CE for ; Fri, 25 Feb 2005 15:33:48 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF8043D64 for ; Fri, 25 Feb 2005 15:33:48 +0000 (GMT) (envelope-from neuromant3@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so395876wri for ; Fri, 25 Feb 2005 07:33:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=au2iL+cSk4eYIWQH0gduWOXr73vVrwY3DdnIrJ8ftjX6Oonjp56Dc136VRKPE0+VDvn8VFaLge09WIbIJr0dstdkm4FYisoZv7gltYJEe5oenijW9Kq60QiSsM1E1v0p/Yxfb3FW39NvJbwbCMiedhvMbnQBD9cmE9kwJZ/qBm8= Received: by 10.54.44.79 with SMTP id r79mr26016wrr; Fri, 25 Feb 2005 07:33:46 -0800 (PST) Received: by 10.54.43.73 with HTTP; Fri, 25 Feb 2005 07:33:46 -0800 (PST) Message-ID: <6f5abe0f0502250733450cada4@mail.gmail.com> Date: Fri, 25 Feb 2005 16:33:46 +0100 From: Neuromante El To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: errors trying to build gcc30 (/java/eclipse) in freebsd 5.2 release X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Neuromante El List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 15:33:49 -0000 Hi I get this error trying to build gcc30 in freebsd 5.2 release. I do need it for to install /java/eclipse. I have updated (yesterday) the tree ports and the system two days ago with portupgrade -av. can't to update to freebsd 5.3 stable because incompatibilities with hardware of my pc. cd /usr/ports/java/eclipse (3.0.1) ...... .... ... /usr/ports/lang/gcc34/work/build/gcc/xgcc -B/usr/ports/lang/gcc34/work/build/gcc/ -B/usr/local/i386-portbld-freebsd5.2/bin/ -B/usr/local/i386-portbld-freebsd5.2/lib/ -isystem /usr/local/i386-portbld-freebsd5.2/include -isystem /usr/local/i386-portbld-freebsd5.2/sys-include -c -DHAVE_CONFIG_H -O2 -O -pipe -mcpu=pentiumpro -I. -I../.././..//gcc-3.4-20050211/libiberty/../include -W -Wall -Wtraditional -pedantic ../.././..//gcc-3.4-20050211/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi /usr/ports/lang/gcc34/work/build/gcc/xgcc -B/usr/ports/lang/gcc34/work/build/gcc/ -B/usr/local/i386-portbld-freebsd5.2/bin/ -B/usr/local/i386-portbld-freebsd5.2/lib/ -isystem /usr/local/i386-portbld-freebsd5.2/include -isystem /usr/local/i386-portbld-freebsd5.2/sys-include -c -DHAVE_CONFIG_H -O2 -O -pipe -mcpu=pentiumpro -I. -I../.././..//gcc-3.4-20050211/libiberty/../include -W -Wall -Wtraditional -pedantic ../.././..//gcc-3.4-20050211/libiberty/fibheap.c -o fibheap.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. ../.././..//gcc-3.4-20050211/libiberty/fibheap.c: In function `fibheap_union': ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:166: warning: implicit declaration of function `free' ../.././..//gcc-3.4-20050211/libiberty/fibheap.c: In function `fibheap_delete_node': ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:285: error: `LONG_MIN' undeclared (first use in this function) ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:285: error: (Each undeclared identifier is reported only once ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:285: error: for each function it appears in.) ../.././..//gcc-3.4-20050211/libiberty/fibheap.c: In function `fibheap_consolidate': ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:395: warning: implicit declaration of function `memset' gmake[2]: *** [fibheap.o] Error 1 gmake[2]: Leaving directory `/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2/libiberty' gmake[1]: *** [all-target-libiberty] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc34/work/build' gmake: *** [bootstrap-lean] Error 2 *** Error code 2 Stop in /usr/ports/lang/gcc34. *** Error code 1 Stop in /usr/ports/java/eclipse. # From owner-freebsd-java@FreeBSD.ORG Fri Feb 25 15:58:42 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA0C716A4CE for ; Fri, 25 Feb 2005 15:58:42 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2922C43D48 for ; Fri, 25 Feb 2005 15:58:42 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.3/8.13.3) with ESMTP id j1PFwd56098705; Fri, 25 Feb 2005 08:58:39 -0700 (MST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.3/8.13.3/Submit) id j1PFwT0P098704; Fri, 25 Feb 2005 08:58:29 -0700 (MST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Fri, 25 Feb 2005 08:58:29 -0700 From: Greg Lewis To: kalin mintchev Message-ID: <20050225155829.GA98658@misty.eyesbeyond.com> References: <60333.24.90.34.93.1109332230.squirrel@24.90.34.93> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <60333.24.90.34.93.1109332230.squirrel@24.90.34.93> User-Agent: Mutt/1.4.2.1i cc: freebsd-java@FreeBSD.org Subject: Re: build error... X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 15:58:42 -0000 On Fri, Feb 25, 2005 at 06:50:30AM -0500, kalin mintchev wrote: > i'm trying to build the sdk 1.4.2 from ports... bsd 5.3 > > after an hour or so here is what happens: > > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: > 'class' or 'interface' expected > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location^ > /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: > unclosed character literal > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location ^ > 2 errors > gmake[4]: *** [.compile.classlist] Error 1 > gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java' > gmake[3]: *** [optimized] Error 2 > gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java' > gmake[2]: *** [all] Error 1 > gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java' > gmake[1]: *** [all] Error 1 > gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make' > gmake: *** [j2se-build] Error 2 > *** Error code 2 > > Stop in /usr/ports/java/jdk14. > > > what now? kldload libprocfs mount /compat/linux/proc You must also have an older version of the ports tree since the current jdk14 port has a patch to avoid this. -- 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 Fri Feb 25 17:55:52 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F4F216A5C2 for ; Fri, 25 Feb 2005 17:55:50 +0000 (GMT) Received: from mail.el.net (mail.el.net [68.165.89.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDE7D43D53 for ; Fri, 25 Feb 2005 17:55:49 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 82258 invoked by uid 1008); 25 Feb 2005 17:56:01 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 25 Feb 2005 17:56:01 -0000 Received: from 24.90.34.93 (SquirrelMail authenticated user kalin@el.net); by mail.el.net with HTTP; Fri, 25 Feb 2005 12:56:01 -0500 (EST) Message-ID: <54977.24.90.34.93.1109354161.squirrel@24.90.34.93> In-Reply-To: <20050225155829.GA98658@misty.eyesbeyond.com> References: <60333.24.90.34.93.1109332230.squirrel@24.90.34.93> <20050225155829.GA98658@misty.eyesbeyond.com> Date: Fri, 25 Feb 2005 12:56:01 -0500 (EST) From: "kalin mintchev" To: "Greg Lewis" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: freebsd-java@freebsd.org Subject: Re: build error... X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 17:55:52 -0000 >> Stop in /usr/ports/java/jdk14. >> >> >> what now? > > kldload libprocfs > mount /compat/linux/proc > > You must also have an older version of the ports tree since the current > jdk14 port has a patch to avoid this. ok... i'll update the java ports and try again... thanks.... > > -- > 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 Fri Feb 25 18:52:52 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47A1316A4CE for ; Fri, 25 Feb 2005 18:52:52 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B37143D5F for ; Fri, 25 Feb 2005 18:52:51 +0000 (GMT) (envelope-from neuromant3@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so441740wri for ; Fri, 25 Feb 2005 10:52:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=S6r7HPArZ4+w04xHjLIlzPB3qAz4rngqwcCVE+gQNDONKD5O2LGcFLBBrwzizDQ7W2KNmb4syJbq3Ym4MSPacCBK8p2Gn6R2vLN6TBoFX5+mCWZo6UfZZdsqd0IGEGn3PKCH5B7fNyfntLmaHlMAtAv/lcxKwhLoSkxN5m62I6I= Received: by 10.54.48.55 with SMTP id v55mr120211wrv; Fri, 25 Feb 2005 10:52:50 -0800 (PST) Received: by 10.54.43.73 with HTTP; Fri, 25 Feb 2005 10:52:49 -0800 (PST) Message-ID: <6f5abe0f05022510522f8675dd@mail.gmail.com> Date: Fri, 25 Feb 2005 19:52:49 +0100 From: Neuromante El To: java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: errors trying to build (/java/eclipse) in freebsd 5.2 release X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Neuromante El List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 18:52:52 -0000 Hi I get this error trying to build gcc30 in freebsd 5.2 release. I wanna to install /java/eclipse. PORTVERSION= 3.0.1 I have updated (yesterday) the tree ports and the system two days ago with portupgrade -av. can't to update to freebsd 5.3 stable because incompatibilities with hardware of my pc. ...... .... ... /usr/ports/lang/gcc34/work/build/gcc/xgcc -B/usr/ports/lang/gcc34/work/build/gcc/ -B/usr/local/i386-portbld-freebsd5.2/bin/ -B/usr/local/i386-portbld-freebsd5.2/lib/ -isystem /usr/local/i386-portbld-freebsd5.2/include -isystem /usr/local/i386-portbld-freebsd5.2/sys-include -c -DHAVE_CONFIG_H -O2 -O -pipe -mcpu=pentiumpro -I. -I../.././..//gcc-3.4-20050211/libiberty/../include -W -Wall -Wtraditional -pedantic ../.././..//gcc-3.4-20050211/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi /usr/ports/lang/gcc34/work/build/gcc/xgcc -B/usr/ports/lang/gcc34/work/build/gcc/ -B/usr/local/i386-portbld-freebsd5.2/bin/ -B/usr/local/i386-portbld-freebsd5.2/lib/ -isystem /usr/local/i386-portbld-freebsd5.2/include -isystem /usr/local/i386-portbld-freebsd5.2/sys-include -c -DHAVE_CONFIG_H -O2 -O -pipe -mcpu=pentiumpro -I. -I../.././..//gcc-3.4-20050211/libiberty/../include -W -Wall -Wtraditional -pedantic ../.././..//gcc-3.4-20050211/libiberty/fibheap.c -o fibheap.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. ../.././..//gcc-3.4-20050211/libiberty/fibheap.c: In function `fibheap_union': ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:166: warning: implicit declaration of function `free' ../.././..//gcc-3.4-20050211/libiberty/fibheap.c: In function `fibheap_delete_node': ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:285: error: `LONG_MIN' undeclared (first use in this function) ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:285: error: (Each undeclared identifier is reported only once ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:285: error: for each function it appears in.) ../.././..//gcc-3.4-20050211/libiberty/fibheap.c: In function `fibheap_consolidate': ../.././..//gcc-3.4-20050211/libiberty/fibheap.c:395: warning: implicit declaration of function `memset' gmake[2]: *** [fibheap.o] Error 1 gmake[2]: Leaving directory `/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2/libiberty' gmake[1]: *** [all-target-libiberty] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc34/work/build' gmake: *** [bootstrap-lean] Error 2 *** Error code 2 Stop in /usr/ports/lang/gcc34. *** Error code 1 Stop in /usr/ports/java/eclipse. # this the out of pkg_info in my system: pkg_info Hermes-1.3.3 Fast pixel formats conversion library ORBit2-2.12.1 High-performance CORBA ORB with support for the C language XFree86-FontServer-4.3.0_2 XFree86-4 font server XFree86-NestServer-4.3.0_3 XFree86-4 nested X server XFree86-PrintServer-4.3.0_1 XFree86-4 print server XFree86-Server-4.3.0_12 XFree86-4 X server and related programs XFree86-VirtualFramebufferServer-4.3.0_3 XFree86-4 virtual framebuffer server XFree86-clients-4.3.0_5 XFree86-4 client programs and related files XFree86-documents-4.3.0 XFree86-4 documentation XFree86-font100dpi-4.3.0 XFree86-4 bitmap 100 dpi fonts XFree86-font75dpi-4.3.0 XFree86-4 bitmap 75 dpi fonts XFree86-fontCyrillic-4.3.0 XFree86-4 Cyrillic fonts XFree86-fontDefaultBitmaps-4.3.0 XFree86-4 default bitmap fonts XFree86-fontEncodings-4.3.0 XFree86-4 font encoding files XFree86-fontScalable-4.3.0 XFree86-4 scalable fonts XFree86-libraries-4.3.0_6 XFree86-4 libraries and headers XFree86-manuals-4.3.0 XFree86-4 man pages a2ps-a4-4.13b_3 Formats an ascii file for printing on a postscript printer aalib-1.4.r5_1 An ascii art library acroread-5.10_1 View, distribute and print PDF documents apache-ant-1.6.2 Java- and XML-based build tool, conceptually similar to mak arts-1.1.4,1 Audio system for the KDE integrated X11 desktop aspell-0.60.2 Spelling checker with better suggestion logic than ispell atk-1.8.0 A GNOME accessibility toolkit (ATK) autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms automake-1.4.6_1 GNU Standards-compliant Makefile generator (legacy version bison-1.75_2 A parser generator from FSF, (mostly) compatible with Yacc cdparanoia-3.9.8_7 A CDDA extraction tool (also known as ripper) cups-base-1.1.19.0 The Common UNIX Printing System: headers, libs, & daemons cvsup-without-gui-16.1h General network file distribution system optimized for CVS db41-4.1.25_2 The Berkeley DB package, revision 4.1 dbh-1.0.20 Disk Based Hashtables dri-4.3.0,1 OpenGL hardware acceleration drivers for XFree86 esound-0.2.35_1 A sound library for enlightenment package expat-1.95.8 XML 1.0 parser written in C ezm3-1.2 Easier, more portable Modula-3 distribution for building CV fam-2.6.9_3 A file alteration monitor firefox-1.0_7,1 Web browser based on the browser portion of Mozilla fontconfig-2.2.3,1 An XML-based font configuration API for X Windows freetype2-2.1.7_4 A free and portable TrueType font rendering engine gconf2-2.8.1_1 A configuration database system for GNOME gettext-0.14.1 GNU gettext package glib-1.2.10_11 Some useful routines of C programming (previous stable vers glib-2.4.8 Some useful routines of C programming (current stable versi gmake-3.80_2 GNU version of 'make' utility gnomehier-1.0_22 A utility port that creates the GNOME directory tree gnomemimedata-2.4.2 A MIME and Application database for GNOME gnomevfs2-2.8.4 GNOME Virtual File System gtk-1.2.10_12 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.4.14_2 Gimp Toolkit for X11 GUI (current stable version) gtk-xfce-engine-2.2.5 An XFCE engine for GTK 2.0 hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop project imake-4.3.0_1 Imake and other utilities from XFree86 intltool-0.32.1 Tools to internationalize various kinds of data files irssi-0.8.9_2 A modular IRC client with many features javavmwrapper-2.0_3 Wrapper script for various Java Virtual Machines jdk-1.4.2p7 Java Development Kit 1.4.2 jpeg-6b_3 IJG's jpeg compression utilities kde-3.1.4 The "meta-port" for KDE kdeaddons-3.1.4 Additional plugins and scripts for some KDE applications kdeadmin-3.1.4 KDE applications related to system administration kdeartwork-3.1.4_1 Additional themes, sounds, wallpapers and window styles for kdebase-3.1.4 This package provides the basic applications for the KDE sy kdeedu-3.1.4 Collection of entertaining, educational programs for KDE kdegames-3.1.4 Games for the KDE integrated X11 desktop kdegraphics-3.1.4 Graphics utilities for the KDE3 integrated X11 desktop kdelibs-3.1.4_1 This is the base set of libraries needed by KDE programs kdemultimedia-3.1.4 Multimedia utilities for the KDE integrated X11 desktop kdenetwork-3.1.4 Network-related programs and modules for KDE kdepim-3.1.4 Personal Information Management tools for KDE kdesdk-3.1.4 KDE Software Development Kit kdetoys-3.1.4 Small applications for KDE kdeutils-3.1.4 Utilities for the KDE integrated X11 desktop kdevelop-2.1.5 Powerful IDE for developing KDE/Qt-based apps koffice-1.2.1_1,1 Office Suite for KDE3 lame-3.96.1 ISO code based fast MP3 encoder kit lcms-1.14,1 Light Color Management System -- a color management library libIDL-0.8.5 A library for creating trees of CORBA Interface Definition libXft-2.1.6 A client-sided font API for X applications libart_lgpl2-2.3.17 Library for high-performance 2D graphics libaudiofile-0.2.6 A sound library for SGI audio file libbonobo-2.8.1 A component and compound document system for GNOME2 libglut-5.0.2 A graphics library similar to SGI's OpenGL libiconv-1.9.2_1 A character set conversion library libmikmod-esound-3.1.11 MikMod Sound Library libmng-1.0.8 Multiple-image Network Graphics (MNG) reference library libogg-1.1.2_1,3 Ogg bitstream library libtool-1.3.5_2 Generic shared library support script (version 1.3) libtool-1.5.10 Generic shared library support script (version 1.5) libvorbis-1.1.0_1,3 Audio compression codec library libxfce4gui-4.2.0 XFce 4 widget library required by xfce4 and xfwm4 libxfce4mcs-4.2.0 XFce 4 settings management library used by most XFce 4 modu libxfce4util-4.2.0 XFce 4 library with non-graphical helper functions libxml2-2.6.17 XML parser library for GNOME libxslt-1.1.12_1 The XSLT C library for GNOME linc-1.0.3_2 A library for writing networked servers & clients linux-XFree86-libs-4.3.99.902_2 XFree86 libraries, Linux binary linux-expat-1.95.5_2 Linux/i386 binary port of Expat XML-parsing library linux-fontconfig-2.1_2 Linux/i386 binary of Fontconfig linux_base-8-8.0_6 Base set of packages needed in Linux mode (only for i386) m4-1.4.1 GNU m4 mozilla-1.7.5_1,2 The open source, standards compliant web browser mplayer-gtk-esound-0.99.5_6 High performance media player/encoder supporting many forma mplayer-skins-1.1.1_1 Skins for MPlayer's Graphical User Interface (GUI) nasm-0.98.39,1 General-purpose multi-platform x86 assembler ncftp1-1.9.5 FTP replacement with advanced user interface nmap-3.77 Port scanning utility for large networks nspr-4.4.1_1 A platform-neutral API for system level and libc like funct open-motif-2.2.3_1 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openldap-client-2.1.23 Open source LDAP client implementation opera-7.54.20050131 A blazingly fast, full-featured, standards-compliant browse p5-XML-Parser-2.34_1 Perl extension interface to James Clark's XML parser, expat pango-1.6.0 An open-source framework for the layout and rendering of i1 pcre-5.0 Perl Compatible Regular Expressions library perl-5.6.2_2 Practical Extraction and Report Language perl-5.8.6_2 Practical Extraction and Report Language pilot-link-0.11.7_2 PalmPilot communications utilities (backup/restore/install/ pkgconfig-0.15.0_1 A utility used to retrieve information about installed libr png-1.2.8_1 Library for manipulating PNG images popt-1.7 A getopt(3) like library with a number of enhancements, fro portupgrade-20041226_1 FreeBSD ports/packages administration and management tool s python-2.4_1 An interpreted object-oriented programming language qt-3.2.1 A C++ X GUI toolkit quanta-3.1.4,2 Comprehensive html/website development environment rpm-3.0.6_9 The Red Hat Package Manager ruby-1.8.2_2 An object-oriented interpreted scripting language ruby18-bdb1-0.2.2 Ruby interface to Berkeley DB revision 1.8x with full featu samba-libsmbclient-3.0.0 The shared lib from the samba packges sdl-1.2.5_3 Cross-platform multi-media development API (developm. vers. shared-mime-info-0.15_7 A MIME type database from the FreeDesktop project startup-notification-0.8_1 Library that supports startup notification spec from freede svgalib-1.4.3_4 A low level console graphics library tcl-8.3.5_5 Tool Command Language tiff-3.7.1_2 Tools and library routines for working with TIFF images tk-8.3.5_2 Graphical toolkit for TCL ttmkfdir-20021109_1 Create fonts.scale file for use with TrueType font server unzip-5.51 List, test and extract compressed files in a ZIP archive urwfonts-1.0 Another font package for X uulib-0.5.20 A library for uu/xx/Base64/BinHex/yEnc de-/encoding win32-codecs-3.1.0.p5,1 Huge compilation of Win32 binary codecs, including MPEG-4(D wrapper-1.0_3 Wrapper for XFree86-4 server xanim-2.92.0 Play most popular animation formats and show pictures xfce-4.2.0 The "meta-port" for the XFce 4 desktop environment xfce4-appfinder-4.2.0 Find application in the system supporting Desktop entry for xfce4-desktop-4.2.0 XFce 4 desktop background manager and root menu xfce4-fm-4.2.0 XFce 4 file manager xfce4-icon-theme-4.2.0 Icon themes for XFce 4 xfce4-iconbox-4.2.0 XFce 4 icon box, an alternative taskbar xfce4-mcs-manager-4.2.0 XFce 4 settings manager xfce4-mcs-plugins-4.2.0 XFce 4 settings manager plugins xfce4-mixer-4.2.0 XFce 4 volume mixer module for xfce4-panel xfce4-panel-4.2.0 XFce 4 panel module xfce4-print-4.2.0 XFce 4 graphical frontend for printing xfce4-session-4.2.0 Session manager for the Xfce 4 desktop environment xfce4-systray-4.2.0 XFce 4 system tray module for xfce4-panel xfce4-toys-4.2.0 Toys for the XFce 4 panel xfce4-trigger-launcher-4.2.0 A command trigger plugin for xfce4-panel xfce4-utils-4.2.0 XFce 4 essential utilities and scripts xfce4-wm-4.2.0_1 XFce 4 window manager xmms-esound-1.2.10_2 X Multimedia System --- An audio player with a Winamp GUI zip-2.3_2 Create/update ZIP files compatible with pkzip what would you advise me to do?. thanks in advance. From owner-freebsd-java@FreeBSD.ORG Sat Feb 26 01:06:44 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3587F16A4CE for ; Sat, 26 Feb 2005 01:06:44 +0000 (GMT) Received: from mxsf13.cluster1.charter.net (mxsf13.cluster1.charter.net [209.225.28.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BEBC43D58 for ; Sat, 26 Feb 2005 01:06:43 +0000 (GMT) (envelope-from c0ldbyte@myrealbox.com) Received: from mxip04.cluster1.charter.net (mxip04a.cluster1.charter.net [209.225.28.134])j1Q16gkv010830 for ; Fri, 25 Feb 2005 20:06:42 -0500 Received: from 24.247.253.134.gha.mi.chartermi.net (HELO eleanor.us1.wmi.uvac.net) (24.247.253.134) by mxip04.cluster1.charter.net with ESMTP; 25 Feb 2005 20:06:42 -0500 X-Ironport-AV: i="3.90,118,1107752400"; d="scan'208"; a="2494093:sNHT2243813732" Date: Fri, 25 Feb 2005 20:06:41 -0500 (EST) From: c0ldbyte To: java@freebsd.org Message-ID: <20050225200552.D10998@eleanor.us1.wmi.uvac.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Java on FreeBSD 5.3-RELEASE-p5 | Applet "name.goes.here" notinited. X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2005 01:06:44 -0000 Hey BSDer's/Java Artists ;). Ive been using FreeBSD a while now and have been having some problems using jdk1.4.2p7 on FreeBSD 5.3-RELEASE-p5. I have tried on previous releases in the past on the 5.X-* Series of RELENG's and have had no luck in getting the problem fixed which leads me to believe that I have left something out of the system that is disabling me from getting it going. Ive never had a problem with it on 4.X-* Series and the problem has me swithching back and forth from 4 to 5 untill now when im tired of doing so because of my studies of the 5.X-* branch and it has come time to solve the problem more directly as some of my work is increasingly depending on java apps. Someone told me once that I just had to recompile firefox after installing jdk1.4.2p7 and then it would work fine, but halt to that it did not work. So down to my last straw "You guys" what you think I should do and how do I get there. Ive put up my httpsd with a link in this email of where all the info is dumped at about the system if anyone could take a look at it and reply to this list with my nick in the re:subject line to help me get ahold of it faster would be greatly appreciated. If there is anything missing within reason from the info provided please let me know either by direct response or by list and Ill add it as soon as possible so we can wrap this up. Info located @ https://berkeley.homeunix.net/JAVA/ PS: I have tried the apps at the following places: http://dahmer.vistech.net/webssh http://hushmail.com/ http://webssh.decf.berkeley.edu/orig/ Also I have gotten a error right on the system about not being able to create VM Object or something like that by using the java command on a jar file. Thanks again Guys/Gals, and hope all is well. --c0ldbyte This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. From owner-freebsd-java@FreeBSD.ORG Sat Feb 26 05:16:05 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9239416A4CE for ; Sat, 26 Feb 2005 05:16:05 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4603B43D58 for ; Sat, 26 Feb 2005 05:16:05 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 6AA6B56440; Sat, 26 Feb 2005 18:16:04 +1300 (NZDT) Date: Sat, 26 Feb 2005 18:16:04 +1300 From: Jonathan Chen To: c0ldbyte Message-ID: <20050226051604.GD60761@osiris.chen.org.nz> References: <20050225200552.D10998@eleanor.us1.wmi.uvac.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050225200552.D10998@eleanor.us1.wmi.uvac.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-java@freebsd.org Subject: Re: Java on FreeBSD 5.3-RELEASE-p5 | Applet "name.goes.here" notinited. X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2005 05:16:05 -0000 On Fri, Feb 25, 2005 at 08:06:41PM -0500, c0ldbyte wrote: [...] > Info located @ https://berkeley.homeunix.net/JAVA/ There isn't any information here that would help us debug what's happening. > PS: I have tried the apps at the following places: > http://dahmer.vistech.net/webssh > http://hushmail.com/ > http://webssh.decf.berkeley.edu/orig/ What you need to do when the applet-load fails, open the browser's "Java-Console" and post the output of that to the list. Incidentally, I tried the last link you gave, and it worked fine for me under Mozilla. > Also I have gotten a error right on the system about not being able to > create VM Object or something like that by using the java command on a > jar file. This sounds suspicious. You may want to provide th error verbatim to the list. -- Jonathan Chen ---------------------------------------------------------------------- Opportunities are seldom labeled