From owner-freebsd-java@FreeBSD.ORG Sun Jun 8 02:37:43 2003 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 BDD7D37B401 for ; Sun, 8 Jun 2003 02:37:43 -0700 (PDT) Received: from tartarus.telenet-ops.be (tartarus.telenet-ops.be [195.130.132.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC2D843FBD for ; Sun, 8 Jun 2003 02:37:42 -0700 (PDT) (envelope-from jrv@shih.be) Received: from localhost (localhost.localdomain [127.0.0.1]) by tartarus.telenet-ops.be (Postfix) with SMTP id 7BA78DBC8A for ; Sun, 8 Jun 2003 11:37:41 +0200 (CEST) Received: from shih.be (D57763D4.kabel.telenet.be [213.119.99.212]) by tartarus.telenet-ops.be (Postfix) with ESMTP id 0D338DBCB0 for ; Sun, 8 Jun 2003 11:37:41 +0200 (CEST) Message-ID: <3EE303E5.2010409@shih.be> Date: Sun, 08 Jun 2003 11:37:41 +0200 From: Juan Velasco User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030606 X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Netbeans question 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, 08 Jun 2003 09:37:44 -0000 I installed netbeans with portintall, I have the JAVA_HOME in .cshrc as : setenv JAVA_HOME /usr/local/jdk1.4.1 This is my problem: root@dune>netbeans expr: syntax error expr: syntax error expr: syntax error Cannot find JDK. Please set the JDK_HOME environment variable to point to your JDK installation directory, or use the -jdkhome switch root@dune>netbeans -jdkhome /usr/local/jdk1.4.1 expr: syntax error expr: syntax error expr: syntax error Exception in thread "main" java.lang.NoClassDefFoundError: root@dune>java -version java version "1.4.1-p3" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-p3-jrv_19_may_2003_18_52) Java HotSpot(TM) Client VM (build 1.4.1-p3-jrv_19_may_2003_18_52, mixed mode) Can someone give me a hint ? From owner-freebsd-java@FreeBSD.ORG Sun Jun 8 03:10:17 2003 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 7A07237B4A7 for ; Sun, 8 Jun 2003 03:10:17 -0700 (PDT) Received: from bloodwood.hunterlink.net.au (mail.hunterlink.net.au [203.12.144.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA42843F75 for ; Sun, 8 Jun 2003 03:10:15 -0700 (PDT) (envelope-from boris@brooknet.com.au) Received: from as1-p38.mait.hunterlink.net.au (as1-p38.mait.hunterlink.net.au [202.7.67.38])h58ADVp3030811; Sun, 8 Jun 2003 20:13:32 +1000 From: Sam Lawrance To: Juan Velasco Date: Sun, 8 Jun 2003 20:10:58 +0000 User-Agent: KMail/1.5.1 References: <3EE303E5.2010409@shih.be> In-Reply-To: <3EE303E5.2010409@shih.be> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200306082009.47977.boris@brooknet.com.au> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: Netbeans question 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, 08 Jun 2003 10:10:17 -0000 On Sun, 8 Jun 2003 09:37 am, Juan Velasco wrote: > root@dune>netbeans -jdkhome /usr/local/jdk1.4.1 > expr: syntax error > expr: syntax error > expr: syntax error > Exception in thread "main" java.lang.NoClassDefFoundError: I had a similar problem. If I remember correctly, when the script runide.sh actually gets to the part where it runs java to launch netbeans, one of the arguments passed to java (through a script variable) is literally: "" That's where the NoClassDefFoundError comes from. Even though it's an empty string, java still tries to run it as a class (hence no class name following the error) instead of ignoring it. Sorry, but I can't remember which variable contains the "", but I do recall that it was used to pass some sort of argument to java. I ended up just removing the variable from the whole command to make it run. You could echo the whole command to help find out. -sam From owner-freebsd-java@FreeBSD.ORG Sun Jun 8 04:04:42 2003 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 326C837B401 for ; Sun, 8 Jun 2003 04:04:42 -0700 (PDT) Received: from gddsn.org.cn (mail.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 702D543F3F for ; Sun, 8 Jun 2003 04:04:41 -0700 (PDT) (envelope-from hwh@gddsn.org.cn) Received: from gddsn.org.cn (gw [210.21.6.34]) by gddsn.org.cn (Postfix) with ESMTP id 6070638CB9C for ; Sun, 8 Jun 2003 19:04:38 +0800 (CST) Message-ID: <3EE31845.2010908@gddsn.org.cn> Date: Sun, 08 Jun 2003 19:04:37 +0800 From: Huang wen hui User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; zh-CN; rv:1.3) Gecko/20030424 X-Accept-Language: zh-cn, zh-tw, en-us MIME-Version: 1.0 To: java@FreeBSD.ORG Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Subject: NetworkInterface throw bad address 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, 08 Jun 2003 11:04:42 -0000 hi, Both 4.8R and CURRENT got same problem under JDK1.4.1-p3. %cat TestNetworkInterface.java import java.net.*; import java.util.*; public class TestNetworkInterface { public static void main(String[] args) throws Exception{ Enumeration enu = NetworkInterface.getNetworkInterfaces(); } } %java TestNetworkInterface Exception in thread "main" java.net.SocketException: Bad address at java.net.NetworkInterface.getAll(Native Method) at java.net.NetworkInterface.getNetworkInterfaces(NetworkInterface.java:204) at TestNetworkInterface.main(TestNetworkInterface.java:6) %uname -a FreeBSD tp.gddsn.org.cn 5.1-CURRENT FreeBSD 5.1-CURRENT #22: Sun Jun 8 10:13:53 CST 2003 hwh@tp.gddsn.org.cn:/usr/obj/usr/src/sys/IBM01 i386 From owner-freebsd-java@FreeBSD.ORG Sun Jun 8 05:32:23 2003 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 55FF137B401 for ; Sun, 8 Jun 2003 05:32:23 -0700 (PDT) Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by mx1.FreeBSD.org (Postfix) with SMTP id 5C01343F75 for ; Sun, 8 Jun 2003 05:32:22 -0700 (PDT) (envelope-from kaeru@pd.jaring.my) Received: from unknown (HELO ?219.95.20.175?) (khairil?yusof@219.95.20.175 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 8 Jun 2003 12:32:21 -0000 From: Khairil Yusof To: Juan Velasco In-Reply-To: <3EE303E5.2010409@shih.be> References: <3EE303E5.2010409@shih.be> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-5hqk24uWHwLDSEwITAnn" Organization: Message-Id: <1055075499.791.4.camel@daemon.home.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 08 Jun 2003 20:31:41 +0800 cc: java@freebsd.org Subject: Re: Netbeans question X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kaeru@pd.jaring.my List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2003 12:32:23 -0000 --=-5hqk24uWHwLDSEwITAnn Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-06-08 at 17:37, Juan Velasco wrote: > root@dune>netbeans -jdkhome /usr/local/jdk1.4.1 > expr: syntax error > expr: syntax error > expr: syntax error > Exception in thread "main" java.lang.NoClassDefFoundError: > Can someone give me a hint ? This is known problem with expr on FreeBSD 5.x. Try installing it via as a port java/netbeans, it has patches that will use the runide.sh script correctly. Another workaround, is to rename ide.cfg to ide.cfg.bak. You won't get the extra javavm options, but netbeans will run. -- "Optimized, readable, on time; Pick any two."=20 FreeBSD 5.1-CURRENT i386=20 8:26PM up 7 mins, 1 user, load averages: 0.26, 0.47, 0.28 --=-5hqk24uWHwLDSEwITAnn Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+4yyrDAqnLW/+/X8RArcpAJ9ZhMT/vVWnKAfPn8MszcV+zS844wCgq511 7QrUVVNAURKLRU6IE8fHQGE= =3ExZ -----END PGP SIGNATURE----- --=-5hqk24uWHwLDSEwITAnn-- From owner-freebsd-java@FreeBSD.ORG Sun Jun 8 07:48:19 2003 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 EF53337B404 for ; Sun, 8 Jun 2003 07:48:18 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC6DF43FA3 for ; Sun, 8 Jun 2003 07:48:17 -0700 (PDT) (envelope-from mmercer@nc.rr.com) Received: from [192.168.1.2] (rdu88-246-041.nc.rr.com [24.88.246.41]) h58Edo5J006526; Sun, 8 Jun 2003 10:39:51 -0400 (EDT) From: "Michael E. Mercer" To: Sam Lawrance In-Reply-To: <200306082009.47977.boris@brooknet.com.au> References: <3EE303E5.2010409@shih.be> <200306082009.47977.boris@brooknet.com.au> Content-Type: text/plain Organization: Message-Id: <1055083518.29128.1.camel@dual.mmercer.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 08 Jun 2003 10:45:18 -0400 Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: Netbeans question 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, 08 Jun 2003 14:48:19 -0000 On Sun, 2003-06-08 at 16:10, Sam Lawrance wrote: > On Sun, 8 Jun 2003 09:37 am, Juan Velasco wrote: > > root@dune>netbeans -jdkhome /usr/local/jdk1.4.1 > > expr: syntax error > > expr: syntax error > > expr: syntax error expr has a problem with the -- right after it.. I removed that and the script and netbeans runs without a hitch... HTH MeM > > Exception in thread "main" java.lang.NoClassDefFoundError: > From owner-freebsd-java@FreeBSD.ORG Sun Jun 8 09:39:02 2003 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 60B0B37B40F for ; Sun, 8 Jun 2003 09:39:02 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id B588E43FCB for ; Sun, 8 Jun 2003 09:39:01 -0700 (PDT) (envelope-from mmercer@nc.rr.com) Received: from [192.168.1.2] (rdu88-246-041.nc.rr.com [24.88.246.41]) h58GXS5J008620; Sun, 8 Jun 2003 12:33:28 -0400 (EDT) From: "Michael E. Mercer" To: Juan Velasco In-Reply-To: <3EE36609.2070003@shih.be> References: <3EE303E5.2010409@shih.be> <200306082009.47977.boris@brooknet.com.au><3EE36609.2070003@shih.be> Content-Type: text/plain Organization: Message-Id: <1055090328.29804.1.camel@dual.mmercer.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 08 Jun 2003 12:38:48 -0400 Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: Netbeans question 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, 08 Jun 2003 16:39:02 -0000 On Sun, 2003-06-08 at 12:36, Juan Velasco wrote: > Tx! it works fine for me now too. How did you realize the problem was > the -- ?? Well, there were three printed error lines and only three calls to expr that used the --. Also the man page for expr does not mention --. MeM > > > Michael E. Mercer wrote: > > >On Sun, 2003-06-08 at 16:10, Sam Lawrance wrote: > > > > > >>On Sun, 8 Jun 2003 09:37 am, Juan Velasco wrote: > >> > >> > >>>root@dune>netbeans -jdkhome /usr/local/jdk1.4.1 > >>>expr: syntax error > >>>expr: syntax error > >>>expr: syntax error > >>> > >>> > > > >expr has a problem with the -- right after it.. I removed that and the > >script and netbeans runs without a hitch... > > > >HTH > >MeM > > > > > >>>Exception in thread "main" java.lang.NoClassDefFoundError: > >>> > >>> > > > > > > > > > >. > > > > > > > > From owner-freebsd-java@FreeBSD.ORG Sun Jun 8 09:58:56 2003 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 6829337B407 for ; Sun, 8 Jun 2003 09:58:56 -0700 (PDT) Received: from smtp011.mail.yahoo.com (smtp011.mail.yahoo.com [216.136.173.31]) by mx1.FreeBSD.org (Postfix) with SMTP id 8E44243F3F for ; Sun, 8 Jun 2003 09:58:51 -0700 (PDT) (envelope-from kaeru@pd.jaring.my) Received: from unknown (HELO ?219.95.21.240?) (khairil?yusof@219.95.21.240 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 8 Jun 2003 16:58:50 -0000 From: Khairil Yusof To: "Michael E. Mercer" In-Reply-To: <1055090328.29804.1.camel@dual.mmercer.com> References: <3EE303E5.2010409@shih.be> <200306082009.47977.boris@brooknet.com.au><3EE36609.2070003@shih.be> <1055090328.29804.1.camel@dual.mmercer.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-6Eh4Pj3Hg2hqQyauM3s+" Organization: Message-Id: <1055091488.790.27.camel@daemon.home.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 09 Jun 2003 00:58:09 +0800 cc: freebsd-java@freebsd.org Subject: Re: Netbeans question X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kaeru@pd.jaring.my List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2003 16:58:57 -0000 --=-6Eh4Pj3Hg2hqQyauM3s+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-06-09 at 00:38, Michael E. Mercer wrote: > On Sun, 2003-06-08 at 12:36, Juan Velasco wrote: > > Tx! it works fine for me now too. How did you realize the problem was=20 > > the -- ?? >=20 > Well, there were three printed error lines and only three calls to expr > that used the --. >=20 > Also the man page for expr does not mention --. What version of FreeBSD are you guys running? I'm curious as to why mine runs without a hitch. The man page for expr on my installation mentions '--'. =46rom expr(8): If the expr command conforms to IEEE Std 1003.1-2001 (``POSIX.1''), this is simple: expr -- "$a" : ".*" -- "Optimized, readable, on time; Pick any two."=20 FreeBSD 5.1-CURRENT i386=20 12:52AM up 2:07, 2 users, load averages: 0.36, 0.43, 0.56 --=-6Eh4Pj3Hg2hqQyauM3s+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+42sgDAqnLW/+/X8RAj6FAKDzT9QT1CNtofE+ZemmwJXkwcjYygCbBNBc HrcqRP7nObGnrPcp25duE7A= =yx5p -----END PGP SIGNATURE----- --=-6Eh4Pj3Hg2hqQyauM3s+-- From owner-freebsd-java@FreeBSD.ORG Sun Jun 8 17:56:04 2003 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 E3BD937B401 for ; Sun, 8 Jun 2003 17:56:03 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D40E43FBD for ; Sun, 8 Jun 2003 17:56:03 -0700 (PDT) (envelope-from mmercer@nc.rr.com) Received: from [192.168.1.2] (rdu88-246-041.nc.rr.com [24.88.246.41]) h590rMUD011450; Sun, 8 Jun 2003 20:53:23 -0400 (EDT) From: "Michael E. Mercer" To: kaeru@pd.jaring.my In-Reply-To: <1055091488.790.27.camel@daemon.home.net> References: <3EE303E5.2010409@shih.be> <200306082009.47977.boris@brooknet.com.au><3EE36609.2070003@shih.be> <1055090328.29804.1.camel@dual.mmercer.com> <1055091488.790.27.camel@daemon.home.net> Content-Type: text/plain Organization: Message-Id: <1055120165.377.2.camel@dual.mmercer.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 08 Jun 2003 20:56:06 -0400 Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: Netbeans question 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, 09 Jun 2003 00:56:04 -0000 On Sun, 2003-06-08 at 12:58, Khairil Yusof wrote: > On Mon, 2003-06-09 at 00:38, Michael E. Mercer wrote: > > On Sun, 2003-06-08 at 12:36, Juan Velasco wrote: > > > Tx! it works fine for me now too. How did you realize the problem was > > > the -- ?? > > > > Well, there were three printed error lines and only three calls to expr > > that used the --. > > > > Also the man page for expr does not mention --. > > What version of FreeBSD are you guys running? I'm curious as to why mine > runs without a hitch. > > The man page for expr on my installation mentions '--'. > > From expr(8): > > If the expr command conforms to IEEE Std 1003.1-2001 (``POSIX.1''), > this is simple: > expr -- "$a" : ".*" > 4.8-STABLE ... there is no manual page for expr section 8 on my system. later MeM > > -- > "Optimized, readable, on time; Pick any two." > > FreeBSD 5.1-CURRENT i386 > 12:52AM up 2:07, 2 users, load averages: 0.36, 0.43, 0.56 From owner-freebsd-java@FreeBSD.ORG Mon Jun 9 11:01:34 2003 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 7C6A737B401 for ; Mon, 9 Jun 2003 11:01:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11F2C43FE3 for ; Mon, 9 Jun 2003 11:01:33 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h59I1WUp052118 for ; Mon, 9 Jun 2003 11:01:32 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h59I1WnR052112 for java@freebsd.org; Mon, 9 Jun 2003 11:01:32 -0700 (PDT) Date: Mon, 9 Jun 2003 11:01:32 -0700 (PDT) Message-Id: <200306091801.h59I1WnR052112@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: 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, 09 Jun 2003 18:01:34 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/02/25] java/35320 java linux-jdk-1.4 JVM fails when running Tomc 1 problem total. Non-critical problems From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 02:05:42 2003 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 0B76837B401 for ; Tue, 10 Jun 2003 02:05:42 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D18743FB1 for ; Tue, 10 Jun 2003 02:05:40 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.20) id 19Pf4S-000IwM-8Y for freebsd-java@FreeBSD.org; Tue, 10 Jun 2003 11:05:36 +0200 Date: Tue, 10 Jun 2003 11:05:36 +0200 From: Sheldon Hearn To: freebsd-java@FreeBSD.org Message-ID: <20030610090536.GD72342@starjuice.net> Mail-Followup-To: freebsd-java@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: Sheldon Hearn Subject: Re: idea-3.0.4 w/ FreeBSD 5.1: "Bad file descriptor" 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, 10 Jun 2003 09:05:42 -0000 I reported a problem with IntelliJ IDEA to the vendor, and they haven't offered much in the way of help for tracking it down. The following forwarded message is their response, top-posted over bug report at the bottom. So how on _earth_ are we supposed to track this down? Ciao, Sheldon. ----- Forwarded message from Serge Baranov ----- Date: Tue, 10 Jun 2003 02:24:56 +0400 From: Serge Baranov Reply-To: Serge Baranov To: Sheldon Hearn CC: support@intellij.com Subject: idea-3.0.4 w/ FreeBSD 5.1: "Bad file descriptor" [threadID=14613] Hello Sheldon, Thanks for paying attention to the problem and your assistance. It seems that I can't give you any better suggestion, because we don't have any FreeBSD machine here to reproduce the problem. What I can tell for sure, is that this error is reported by FreeBSD JDK, not by IDEA. Probably you should ask FreeBSD Java team guys how to get more detailed info for this problem. If you have any new info concerning this issue, we'll be glad to know it. Serge Baranov JetBrains, Inc http://www.intellij.com "Develop with pleasure!" -----Original Message----- From: "Sheldon Hearn" Sent: Saturday, June 7, 2003, 6:54:21 PM To: support@intellij.com Subject: idea-3.0.4 w/ FreeBSD 5.1: "Bad file descriptor" [threadID=14613] Hi folks, I'm using an evaluation copy of idea-3.0.4. I'm very excited about the software[1]. I had planned to license it next month, but I'm getting my car serviced, so I'll have to do withotu for July and license in August. I'm having trouble with the software on FreeBSD 5.1, using the a native jdk-1.4.1. In two distinct situations, IDEA complains about "Bad file descriptor" without no errors on stderr [1] or in ~/.IntellijIdea/system/log/idea.log. This happens when 1) I add JARs to a project's class path. 2) When I try to compile a package, for which the source directory contains files that are not .java files. In both cases, a 0 byte file is created. I've worked around the first problem by manaully copying the ~/.IntelliJIdea/system/jars files and then setting them read-only. For the second problem, I can a) compile each file separately, b) select only the .java files and "compile selected files", or c) delete all the files that aren't .java files and then compile the package. Andrew McNaughton (a licensed user) reported the problem to you and was told that it's probably a problem with FreeBSD's native JDK. I can believe that because we have i) shakey signal handling, ii) shakey NIO support, and iii) an underlying threads implementation that hasn't been stress tested. But how do I submit a decent problem report to freebsd-java@FreeBSD.org when there are no errors? Is there something I can do to make IDEA spit out a stack trace that I can show the FreeBSD Java cluebats? Ciao, Sheldon. [1] I spent a long time telling IDE people that vi is the most powerful text editor in the world. That may be true, but when you're writing Java code, you're doing a lot more than editing text. You're editing Java code, and IDEA does an awesome job of compensating you for the price you pay when you sacrifice powerful text editing. ----- End forwarded message ----- From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 02:09:58 2003 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 2B7BE37B401 for ; Tue, 10 Jun 2003 02:09:58 -0700 (PDT) Received: from seed.net.tw (sn14.seed.net.tw [139.175.54.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70F5F43FDF for ; Tue, 10 Jun 2003 02:09:57 -0700 (PDT) (envelope-from leafy@chihiro.leafy.idv.tw) Received: from [210.64.32.88] (port=62680 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.14:2) id 19Pf8e-000Lbn-NN for freebsd-java@freebsd.org; Tue, 10 Jun 2003 17:09:56 +0800 Received: from chihiro.leafy.idv.tw (nobody@localhost [127.0.0.1]) by chihiro.leafy.idv.tw (8.12.9/8.12.9) with ESMTP id h5A99sG1007706 for ; Tue, 10 Jun 2003 17:09:55 +0800 (CST) (envelope-from leafy@chihiro.leafy.idv.tw) Received: (from leafy@localhost) by chihiro.leafy.idv.tw (8.12.9/8.12.9/Submit) id h5A99sCh007705 for freebsd-java@freebsd.org; Tue, 10 Jun 2003 17:09:54 +0800 (CST) Date: Tue, 10 Jun 2003 17:09:54 +0800 From: leafy To: freebsd-java@freebsd.org Message-ID: <20030610090954.GA7687@chihiro.leafy.idv.tw> Mail-Followup-To: freebsd-java@freebsd.org References: <20030610090536.GD72342@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <20030610090536.GD72342@starjuice.net> User-Agent: Mutt/1.5.4i Subject: Re: idea-3.0.4 w/ FreeBSD 5.1: "Bad file descriptor" 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, 10 Jun 2003 09:09:58 -0000 On Tue, Jun 10, 2003 at 11:05:36AM +0200, Sheldon Hearn wrote: > I reported a problem with IntelliJ IDEA to the vendor, and they haven't > offered much in the way of help for tracking it down. > > The following forwarded message is their response, top-posted over bug > report at the bottom. > > So how on _earth_ are we supposed to track this down? > > Ciao, > Sheldon. Hi, Is there anyway to pass arguments to the VM that starts IDEA? If that is possible, you can produce a very detailed trace file for EVERY call in the process. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 02:16:49 2003 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 78FE537B401 for ; Tue, 10 Jun 2003 02:16:49 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6072543FAF for ; Tue, 10 Jun 2003 02:16:48 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.20) id 19PfFC-000IxS-Pt for freebsd-java@freebsd.org; Tue, 10 Jun 2003 11:16:42 +0200 Date: Tue, 10 Jun 2003 11:16:42 +0200 From: Sheldon Hearn To: freebsd-java@freebsd.org Message-ID: <20030610091642.GE72342@starjuice.net> Mail-Followup-To: freebsd-java@freebsd.org References: <20030610090536.GD72342@starjuice.net> <20030610090954.GA7687@chihiro.leafy.idv.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030610090954.GA7687@chihiro.leafy.idv.tw> User-Agent: Mutt/1.5.4i Sender: Sheldon Hearn Subject: Re: idea-3.0.4 w/ FreeBSD 5.1: "Bad file descriptor" 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, 10 Jun 2003 09:16:49 -0000 On (2003/06/10 17:09), leafy wrote: > Is there anyway to pass arguments to the VM that starts IDEA? If that is > possible, you can produce a very detailed trace file for EVERY call in the > process. There is indeed. What do I tell it? *blush* Ciao, Sheldon. From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 03:22:45 2003 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 025B537B401 for ; Tue, 10 Jun 2003 03:22:45 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6798143FB1 for ; Tue, 10 Jun 2003 03:22:43 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.20) id 19PgH2-0000H4-Rt for freebsd-java@FreeBSD.org; Tue, 10 Jun 2003 12:22:40 +0200 Resent-From: sheldonh@starjuice.net Resent-Date: Tue, 10 Jun 2003 12:22:40 +0200 Resent-Message-ID: <20030610102240.GA1019@starjuice.net> Resent-To: freebsd-java@FreeBSD.org Date: Tue, 10 Jun 2003 12:04:37 +0200 From: Sheldon Hearn To: leafy Message-ID: <20030610100437.GJ72342@starjuice.net> References: <20030610090536.GD72342@starjuice.net> <20030610090954.GA7687@chihiro.leafy.idv.tw> <20030610091642.GE72342@starjuice.net> <20030610093422.GA7957@chihiro.leafy.idv.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030610093422.GA7957@chihiro.leafy.idv.tw> User-Agent: Mutt/1.5.4i Resent-Sender: Sheldon Hearn Resent-Date: Tue, 10 Jun 2003 12:22:40 +0200 cc: freebsd-java@FreeBSD.org Subject: Re: idea-3.0.4 w/ FreeBSD 5.1: "Bad file descriptor" 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, 10 Jun 2003 10:22:45 -0000 On (2003/06/10 17:34), leafy wrote: > Heh, -verbose would give you HUGE amount of informations :) > try first with 'java -version -verbose' But nothing when the error occurs. It just shows classes loaded. I cause the error, then flush my tail of the verbose log, then cause the error again, and there's no verbose output. I know, I'll try truss. Ciao, Sheldon. From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 05:03:51 2003 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 0FAD737B404; Tue, 10 Jun 2003 05:03:51 -0700 (PDT) Received: from cocoa.syncrontech.com (cocoa-e0.syncrontech.com [62.71.8.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA1843FDD; Tue, 10 Jun 2003 05:03:47 -0700 (PDT) (envelope-from ari.suutari@syncrontech.com) Received: from guinness.syncrontech.com (guinness.syncrontech.com [62.71.8.19])h5AB5FsV058899; Tue, 10 Jun 2003 14:05:17 +0300 (EEST) (envelope-from ari.suutari@syncrontech.com) Received: from coffee.syncrontech.com (coffee.syncrontech.com [62.71.8.37]) h5AB5Bk6028278; Tue, 10 Jun 2003 14:05:14 +0300 (EEST) (envelope-from ari.suutari@syncrontech.com) From: Ari Suutari (by way of Ari Suutari ) Organization: Syncron Tech Oy Date: Tue, 10 Jun 2003 14:05:11 +0300 User-Agent: KMail/1.5.2 To: java@freebsd.org, znerd@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306101405.11633.ari.suutari@syncrontech.com> X-Scanned-By: MIMEDefang 2.24 (www . roaringpenguin . com / mimedefang) Subject: PR ports/48658, please commit it, old one no longer works 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, 10 Jun 2003 12:03:51 -0000 Hi, Please commit PR# ports/48658, I have received reports that the old port no longer works (distfile is no longer available). This PR also fixes things mentioned in PR# java/44380. Ari S. From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 05:03:52 2003 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 ACF4337B418; Tue, 10 Jun 2003 05:03:52 -0700 (PDT) Received: from cocoa.syncrontech.com (cocoa-e0.syncrontech.com [62.71.8.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7984343F3F; Tue, 10 Jun 2003 05:03:51 -0700 (PDT) (envelope-from ari.suutari@syncrontech.com) Received: from guinness.syncrontech.com (guinness.syncrontech.com [62.71.8.19])h598xNsV054832; Mon, 9 Jun 2003 11:59:23 +0300 (EEST) (envelope-from ari.suutari@syncrontech.com) Received: from coffee.syncrontech.com (coffee.syncrontech.com [62.71.8.37]) h598xNk6019337; Mon, 9 Jun 2003 11:59:23 +0300 (EEST) (envelope-from ari.suutari@syncrontech.com) From: Ari Suutari Organization: Syncron Tech Oy To: java@freebsd.org, znerd@freebsd.org Date: Mon, 9 Jun 2003 11:59:22 +0300 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306091159.22733.ari.suutari@syncrontech.com> X-Scanned-By: MIMEDefang 2.24 (www . roaringpenguin . com / mimedefang) Subject: PR ports/48658, please commit it, old one no longer works 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, 10 Jun 2003 12:03:53 -0000 Hi, Please commit PR# ports/48658, I have received reports that the old port no longer works (distfile is no longer available). This PR also fixes things mentioned in PR# java/44380. Ari S. From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 07:31:52 2003 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 D462537B401 for ; Tue, 10 Jun 2003 07:31:52 -0700 (PDT) Received: from wind.blue.pl (wind.blue.pl [217.153.14.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1952843F93 for ; Tue, 10 Jun 2003 07:31:52 -0700 (PDT) (envelope-from pck@missTCP.net) From: Przemyslaw Ciesielski To: freebsd-java@freebsd.org Content-Type: text/plain Organization: http://missTCP.net/ Message-Id: <1055255516.53754.62.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (Preview Release) Date: 10 Jun 2003 16:31:56 +0200 Content-Transfer-Encoding: 7bit Subject: mod_jk2 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, 10 Jun 2003 14:31:53 -0000 Hello, does anybody of you has successful compiled mod_jk2? I'm trying but... # cd /usr/ports/www/mod_jk2 # make install [...] gmake[1]: Entering directory \ `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/native/apache-2 \ .0' /bin/sh /usr/local/share/apache2/build/libtool --silent --mode=compile cc \ -I/usr/local/include/apache2 -O -pipe -march=pentiumpro -DUSE_APACHE_MD5 -I ../common \ -I /include -I /include/unix -D_REENTRANT -D_THREAD_SAFE -O -pipe -march=pentiumpro \ -DNO_IDEA -O -pipe -march=pentiumpro -D_REENTRANT -D_THREAD_SAFE -c mod_jk.c \ /bin/sh /usr/local/share/apache2/build/libtool --silent --mode=link cc \ -I/usr/local/include/apache2 -O -pipe -march=pentiumpro -DUSE_APACHE_MD5 -I ../common \ -I /include -I /include/unix -D_REENTRANT -D_THREAD_SAFE -O -pipe -march=pentiumpro \ -DNO_IDEA -O -pipe -march=pentiumpro -D_REENTRANT -D_THREAD_SAFE -o mod_jk.la \ -module -rpath /usr/local/libexec/apache2 -avoid-version mod_jk.lo \ ../common/jk_ajp12_worker.lo ../common/jk_connect.lo ../common/jk_msg_buff.lo \ ../common/jk_util.lo ../common/jk_ajp13.lo ../common/jk_pool.lo \ ../common/jk_worker.lo ../common/jk_ajp13_worker.lo ../common/jk_lb_worker.lo \ ../common/jk_sockbuf.lo ../common/jk_map.lo ../common/jk_uri_worker_map.lo \ ../common/jk_ajp14.lo ../common/jk_ajp14_worker.lo ../common/jk_md5.lo \ ../common/jk_ajp_common.lo ../common/jk_context.lo libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool object gmake[1]: *** [mod_jk.la] Error 1 gmake[1]: Leaving directory \ `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/native/apache-2 \ .0' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/www/mod_jk2. # # uname -a FreeBSD 5.1-RC1 FreeBSD 5.1-RC1 #0: Sun Jun 1 04:55:11 GMT 2003 \ root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 # pkg_info | grep apache apache-2.0.46 Version 2 of the extremely popular Apache http server # pkg_info | grep jakarta jakarta-tomcat-4.1.24 Open-source Java web server by Apache, stable 4.1.x branch What is going on? Please help. Best Regards, -- pck. From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 08:18:23 2003 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 9AD7237B401 for ; Tue, 10 Jun 2003 08:18:23 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBFE043FE0 for ; Tue, 10 Jun 2003 08:18:22 -0700 (PDT) (envelope-from aah@acm.org) Received: (qmail 13075 invoked from network); 10 Jun 2003 15:18:22 -0000 Received: from unknown (HELO acm.org) (aah@[216.27.178.67]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Jun 2003 15:18:22 -0000 Message-ID: <3EE5F6BE.5040108@acm.org> Date: Tue, 10 Jun 2003 08:18:22 -0700 From: Andrew Houghton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4a) Gecko/20030428 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <20030610090536.GD72342@starjuice.net> <20030610090954.GA7687@chihiro.leafy.idv.tw> <20030610091642.GE72342@starjuice.net> <20030610093422.GA7957@chihiro.leafy.idv.tw> <20030610100437.GJ72342@starjuice.net> In-Reply-To: <20030610100437.GJ72342@starjuice.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@FreeBSD.org Subject: Re: idea-3.0.4 w/ FreeBSD 5.1: "Bad file descriptor" 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, 10 Jun 2003 15:18:23 -0000 I tried ktrace/kdump on this, but I'm not smart enough to figure out the output. Here's the relevant portions of a message I sent to Alexey directly a few weeks ago, for want of a better avenue (no one but Sheldon seemed to notice the original): > The problem may be related to FreeBSD's implementation of sendfile(), > but that's just a guess. Basically, the first thing that goes wrong > is IDEA tries copying jar files to a local cache directory of it's > own, and they all get copied with zero length, causing (I think) all > the later problems. While IDEA tries copying the files, it gets many > 'Bad file descriptor' errors. It occurs to me this all may be related > to NIO, which I think you said on the freebsd-java list wasn't yet done. And here's a portion of a message I sent to IntelliJ, with essentially the same response as Sheldon: > The error manifests itself in a couple of ways. > > First, when IDEA tries cacheing jar files in my project, it fails on > every copy. The destination files are created in the right place, but > they all have zero length. For each failure, a message window pops up > saying 'Bad file descriptor'. > > Second, I get the same error when I try rebuilding my project. The > messages pane shows, the compilation begins, I see the errors, and > then the lines that referenced the errors all change to say 'Bad file > descriptor'. This happens whether I use jikes or javac as my compiler. > > Finally, I tried rebuilding my project with IDEA running under Sun's > linux JDK using FreeBSD's linux compatibility mode. Instead of 'Bad > file descriptor', I see 'Method not implemented' and get a number of > complaints in my logs about the linux compatibility not implementing > sendfile(). > > Is it possible that some assumptions about FreeBSD's sendfile() > implementation would lead to these errors? Anyway. If anyone has any new suggestions for tracking this down, I'm all ears. - a. From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 08:23:40 2003 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 76E7037B401 for ; Tue, 10 Jun 2003 08:23:40 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E675843FDF for ; Tue, 10 Jun 2003 08:23:38 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.20) id 19PkyE-0003rz-5p; Tue, 10 Jun 2003 17:23:34 +0200 Date: Tue, 10 Jun 2003 17:23:34 +0200 From: Sheldon Hearn To: Andrew Houghton Message-ID: <20030610152334.GJ1019@starjuice.net> Mail-Followup-To: Andrew Houghton , freebsd-java@FreeBSD.org References: <20030610090536.GD72342@starjuice.net> <20030610090954.GA7687@chihiro.leafy.idv.tw> <20030610091642.GE72342@starjuice.net> <20030610093422.GA7957@chihiro.leafy.idv.tw> <20030610100437.GJ72342@starjuice.net> <3EE5F6BE.5040108@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EE5F6BE.5040108@acm.org> User-Agent: Mutt/1.5.4i Sender: Sheldon Hearn cc: freebsd-java@FreeBSD.org Subject: Re: idea-3.0.4 w/ FreeBSD 5.1: "Bad file descriptor" 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, 10 Jun 2003 15:23:40 -0000 On (2003/06/10 08:18), Andrew Houghton wrote: > >The problem may be related to FreeBSD's implementation of sendfile(), > >but that's just a guess. Basically, the first thing that goes wrong > >is IDEA tries copying jar files to a local cache directory of it's > >own, and they all get copied with zero length, causing (I think) all > >the later problems. While IDEA tries copying the files, it gets many > >'Bad file descriptor' errors. It occurs to me this all may be related > >to NIO, which I think you said on the freebsd-java list wasn't yet done. I wouldn't use the jar failure as a way to track this down, because the problem doesn't always occur. The problem where a non-java file in a directory causes "Bad file descriptor" when you try to compile the directory is 100% reproducible. I tried to truss it today, but somewhere between Java, truss and profcs(5) on -CURRENT, my box locked solid. I was in X, so I couldn't drop to DDB. And anyway, that's a different problem. Ciao, Sheldon. From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 08:34:33 2003 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 2569F37B401 for ; Tue, 10 Jun 2003 08:34:33 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E203243FF7 for ; Tue, 10 Jun 2003 08:34:31 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.20) id 19Pl8e-0004gF-0V; Tue, 10 Jun 2003 17:34:20 +0200 Date: Tue, 10 Jun 2003 17:34:19 +0200 From: Sheldon Hearn To: Achilleus Mantzios Message-ID: <20030610153419.GK1019@starjuice.net> Mail-Followup-To: Achilleus Mantzios , Andrew Houghton , freebsd-java@freebsd.org References: <20030610152334.GJ1019@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i Sender: Sheldon Hearn cc: freebsd-java@freebsd.org Subject: Re: idea-3.0.4 w/ FreeBSD 5.1: "Bad file descriptor" 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, 10 Jun 2003 15:34:33 -0000 On (2003/06/10 18:39), Achilleus Mantzios wrote: > > I tried to truss it today, but somewhere between Java, truss and > > profcs(5) on -CURRENT, my box locked solid. I was in X, so I couldn't > > drop to DDB. And anyway, that's a different problem. > > whats DDB?? Kernel debugger. > About your -CURRENT. did it die, or it was just X ?? Impossible to tell. Stopped responding to network traffic, keyboard LEDs stopped responding etc. etc. But that's a red herring and really doesn't have anything to do with IDEA or our native JDK. Ciao, Sheldon. From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 09:45:31 2003 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B31437B401; Tue, 10 Jun 2003 09:45:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDCA143FE0; Tue, 10 Jun 2003 09:45:30 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5AGjUUp010348; Tue, 10 Jun 2003 09:45:30 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5AGjSiT010344; Tue, 10 Jun 2003 09:45:28 -0700 (PDT) Date: Tue, 10 Jun 2003 09:45:28 -0700 (PDT) From: Greg Lewis Message-Id: <200306101645.h5AGjSiT010344@freefall.freebsd.org> To: hwh@ns.gddsn.org.cn, glewis@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: java/44380: patch for java-commapi-freebsd 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, 10 Jun 2003 16:45:31 -0000 Synopsis: patch for java-commapi-freebsd State-Changed-From-To: open->closed State-Changed-By: glewis State-Changed-When: Tue Jun 10 09:44:51 PDT 2003 State-Changed-Why: Problems were fixed as part of the upgrade to 0.2 in PR/48658. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44380 From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 09:46:15 2003 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 34D1B37B401 for ; Tue, 10 Jun 2003 09:46:15 -0700 (PDT) Received: from mgr3.xmission.com (mgr3.xmission.com [198.60.22.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7053443FE0 for ; Tue, 10 Jun 2003 09:46:14 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr3.xmission.com with spam-scanned (Exim 3.35 #1) id 19PmGD-0006kH-03 for java@freebsd.org; Tue, 10 Jun 2003 10:46:13 -0600 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr3.xmission.com with esmtp (Exim 3.35 #1) id 19PmG9-0006iW-03; Tue, 10 Jun 2003 10:46:10 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.12.9/8.12.9) with ESMTP id h5AGpmBM075879; Tue, 10 Jun 2003 10:51:49 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.9/8.12.9/Submit) id h5AGpget075878; Tue, 10 Jun 2003 10:51:42 -0600 (MDT) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Tue, 10 Jun 2003 10:51:42 -0600 From: Greg Lewis To: Ari Suutari Message-ID: <20030610165141.GA75857@misty.eyesbeyond.com> References: <200306091159.22733.ari.suutari@syncrontech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306091159.22733.ari.suutari@syncrontech.com> User-Agent: Mutt/1.4.1i X-Spam-Status: No, hits=-9.5 required=8.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT,X_AUTH_WARNING version=2.54 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.54 (1.174.2.17-2003-05-11-exp) cc: java@freebsd.org Subject: Re: PR ports/48658, please commit it, old one no longer works 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, 10 Jun 2003 16:46:15 -0000 On Mon, Jun 09, 2003 at 11:59:22AM +0300, Ari Suutari wrote: > Please commit PR# ports/48658, I have received > reports that the old port no longer works (distfile is > no longer available). > > This PR also fixes things mentioned in PR# java/44380. Done! -- 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 Tue Jun 10 12:19:12 2003 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 D267B37B401 for ; Tue, 10 Jun 2003 12:19:12 -0700 (PDT) Received: from web12405.mail.yahoo.com (web12405.mail.yahoo.com [216.136.173.132]) by mx1.FreeBSD.org (Postfix) with SMTP id 6F62843FBD for ; Tue, 10 Jun 2003 12:19:12 -0700 (PDT) (envelope-from ks4usa@yahoo.com) Message-ID: <20030610191912.76125.qmail@web12405.mail.yahoo.com> Received: from [12.29.176.205] by web12405.mail.yahoo.com via HTTP; Tue, 10 Jun 2003 12:19:12 PDT Date: Tue, 10 Jun 2003 12:19:12 -0700 (PDT) From: Sergey Kosyakov To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: jdk13 compilation fails on 5.1-RELEASE 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, 10 Jun 2003 19:19:13 -0000 ports/java/jdk13 compilation fails on 5.1-RELEASE. Both regular and "NATIVE_THREADS/HOT_SPOT" - fails at the same place. Below is the head and the tail of the huge error message. Any idea why that happend? Thanks, Sergey. gcc -Wall -c -O -D_GNU_SOURCE -DXP_UNIX -DVERSION="\"1.3.1-p8-ks-030610-14:32\"" -DDATE="\"Jun-10-2003\"" -DARCH="\"i386\"" -DRAPTOR_API -DNEW_STREAMING_API -I../../oji-plugin/include/solaris/navig4/nspr -I../../oji-plugin/include/solaris/navig4/xpcom -I../../oji-plugin/include/solaris/navig4/caps -I../../oji-plugin/include/solaris/navig4/js -I../../oji-plugin/include/solaris/navig4/raptor -I../../tmp/bsd/i386/CClassHeaders -I../../oji-plugin/include/solaris/navig4/oji -I../../oji-plugin/include/solaris/navig4/plugin -I../../oji-plugin/src/motif/common -I../../oji-plugin/src/motif/navig4 -I/usr/X11R6/include -I../../oji-plugin/src/motif/badapter -I../../../../src/share/javavm/export -I../../../../src/solaris/javavm/export -I/usr/X11R6/include -I/usr/local/include -I../../oji-plugin/src/share -o ../../tmp/bsd/i386/stubs.o ../../oji-plugin/src/motif/common/stubs.c In file included from ../../oji-plugin/src/motif/common/stubs.c:29: /usr/X11R6/include/npapi.h:1:2: #error "/home/espenr/tmp/qt-3.1-espenr-14496/qt/extensions/nsplugin/src/npapi.h must be provided by Netscape" /usr/X11R6/include/npapi.h:2:2: #error "This file is just a placeholder. Please see the documentation" /usr/X11R6/include/npapi.h:3:2: #error "to learn how to obtain the real file" In file included from ../../oji-plugin/src/motif/common/stubs.c:30: /usr/X11R6/include/npupp.h:1:2: #error "/home/espenr/tmp/qt-3.1-espenr-14496/qt/extensions/nsplugin/src/npupp.h must be provided by Netscape" /usr/X11R6/include/npupp.h:2:2: #error "This file is just a placeholder. Please see the documentation" /usr/X11R6/include/npupp.h:3:2: #error "to learn how to obtain the real file" ../../oji-plugin/src/motif/common/stubs.c:51: syntax error before "gNetscapeFuncs" ../../oji-plugin/src/motif/common/stubs.c:51: warning: type defaults to `int' in declaration of `gNetscapeFuncs' ../../oji-plugin/src/motif/common/stubs.c:51: warning: data definition has no type or storage class ../../oji-plugin/src/motif/common/stubs.c: In function `NPN_Version': ../../oji-plugin/src/motif/common/stubs.c:68: `NP_VERSION_MAJOR' undeclared (first use in this function) ../../oji-plugin/src/motif/common/stubs.c:68: (Each undeclared identifier is reported only once ../../oji-plugin/src/motif/common/stubs.c:68: for each function it appears in.) ../../oji-plugin/src/motif/common/stubs.c:69: `NP_VERSION_MINOR' undeclared (first use in this function) ../../oji-plugin/src/motif/common/stubs.c:72: request for member `version' in something not a structure or union ../../oji-plugin/src/motif/common/stubs.c:74: request for member `version' in something not a structure or union ../../oji-plugin/src/motif/common/stubs.c: At top level: ../../oji-plugin/src/motif/common/stubs.c:78: syntax error before "NPN_GetValue" ../../oji-plugin/src/motif/common/stubs.c:78: syntax error before "instance" ../../oji-plugin/src/motif/common/stubs.c:79: warning: return type defaults to `int' ../../oji-plugin/src/motif/common/stubs.c: In function `NPN_GetValue': ../../oji-plugin/src/motif/common/stubs.c:80: warning: implicit declaration of function `CallNPN_GetValueProc' ../../oji-plugin/src/motif/common/stubs.c:80: request for member `getvalue' in something not a structure or union ../../oji-plugin/src/motif/common/stubs.c:81: `instance' undeclared (first use in this function) ../../oji-plugin/src/motif/common/stubs.c:81: `variable' undeclared (first use in this function) ../../oji-plugin/src/motif/common/stubs.c:81: `r_value' undeclared (first use in this function) ../../oji-plugin/src/motif/common/stubs.c: At top level: ../../oji-plugin/src/motif/common/stubs.c:85: syntax error before "NPN_GetURL" ../../oji-plugin/src/motif/common/stubs.c:85: syntax error before "instance" ../../oji-plugin/src/motif/common/stubs.c:86: warning: return type defaults to `int' ../../oji-plugin/src/motif/common/stubs.c: In function `NPN_GetURL': ../../oji-plugin/src/motif/common/stubs.c:87: warning: implicit declaration of function `CallNPN_GetURLProc' ../../oji-plugin/src/motif/common/stubs.c:87: request for member `geturl' in something not a structure or union ../../oji-plugin/src/motif/common/stubs.c:87: `instance' undeclared (first use in this function) ../../oji-plugin/src/motif/common/stubs.c:87: `url' undeclared (first use in this function) ../../oji-plugin/src/motif/common/stubs.c:87: `window' undeclared (first use in this function) ../../oji-plugin/src/motif/common/stubs.c: At top level: ../../oji-plugin/src/motif/common/stubs.c:91: syntax error before "NPN_GetURLNotify" ../../oji-plugin/src/motif/common/stubs.c:91: syntax error before "instance" ../../oji-plugin/src/motif/common/stubs.c:92: warning: return type defaults to `int' ../../oji-plugin/src/motif/common/stubs.c: In function `NPN_GetURLNotify': ../../oji-plugin/src/motif/common/stubs.c:93: warning: implicit declaration of function `CallNPN_GetURLNotifyProc' ../../oji-plugin/src/motif/common/stubs.c:93: request for member `geturlnotify' in something not a structure or union ../../oji-plugin/src/motif/common/stubs.c:93: `instance' undeclared (first use in this function) ../../oji-plugin/src/motif/common/stubs.c:93: `url' undeclared (first use in this function) ___ skipped ___ ../../oji-plugin/src/motif/common/stubs.c:412: warning: implicit declaration of function `NewNPP_NewProc' ../../oji-plugin/src/motif/common/stubs.c:413: warning: implicit declaration of function `NewNPP_DestroyProc' ../../oji-plugin/src/motif/common/stubs.c:414: warning: implicit declaration of function `NewNPP_SetWindowProc' ../../oji-plugin/src/motif/common/stubs.c:415: warning: implicit declaration of function `NewNPP_NewStreamProc' ../../oji-plugin/src/motif/common/stubs.c:416: warning: implicit declaration of function `NewNPP_DestroyStreamProc' ../../oji-plugin/src/motif/common/stubs.c:417: warning: implicit declaration of function `NewNPP_StreamAsFileProc' ../../oji-plugin/src/motif/common/stubs.c:418: warning: implicit declaration of function `NewNPP_WriteReadyProc' ../../oji-plugin/src/motif/common/stubs.c:419: warning: implicit declaration of function `NewNPP_WriteProc' ../../oji-plugin/src/motif/common/stubs.c:420: warning: implicit declaration of function `NewNPP_PrintProc' ../../oji-plugin/src/motif/common/stubs.c:421: warning: implicit declaration of function `NewNPP_URLNotifyProc' ../../oji-plugin/src/motif/common/stubs.c:425: warning: implicit declaration of function `NPP_Initialize' ../../oji-plugin/src/motif/common/stubs.c: At top level: ../../oji-plugin/src/motif/common/stubs.c:439: syntax error before "NP_Shutdown" ../../oji-plugin/src/motif/common/stubs.c:440: warning: return type defaults to `int' ../../oji-plugin/src/motif/common/stubs.c: In function `NP_Shutdown': ../../oji-plugin/src/motif/common/stubs.c:442: warning: implicit declaration of function `NPP_Shutdown' ../../oji-plugin/src/motif/common/stubs.c:443: `NPERR_NO_ERROR' undeclared (first use in this function) gmake[1]: *** [../../tmp/bsd/i386/stubs.o] Error 1 gmake[1]: Leaving directory `/home/ports/java/jdk13/work/j2sdk1.3.1/ext/plugin/build/solaris' gmake: *** [plugin-all] Error 1 *** Error code 2 Stop in /home/ports/java/jdk13. __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 12:36:02 2003 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 EC2DE37B401 for ; Tue, 10 Jun 2003 12:36:01 -0700 (PDT) Received: from www4.your-server.de (www4.your-server.de [213.133.104.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 5B93943FE3 for ; Tue, 10 Jun 2003 12:36:00 -0700 (PDT) (envelope-from mattias@webweaver.de) Received: (qmail 16041 invoked from network); 10 Jun 2003 19:35:56 -0000 Received: from pd9545752.dip.t-dialin.net (217.84.87.82) by www4.your-server.de with SMTP; 10 Jun 2003 19:35:56 -0000 Date: Tue, 10 Jun 2003 21:35:56 +0200 (CEST) From: Mattias Schlenker X-X-Sender: mattias@curium.wg-net.test To: Sergey Kosyakov In-Reply-To: <20030610191912.76125.qmail@web12405.mail.yahoo.com> Message-ID: References: <20030610191912.76125.qmail@web12405.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-java@freebsd.org Subject: Re: jdk13 compilation fails on 5.1-RELEASE 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, 10 Jun 2003 19:36:02 -0000 On Tue, 10 Jun 2003, Sergey Kosyakov wrote: > "/home/espenr/tmp/qt-3.1-espenr-14496/qt/extensions/nsplugin/src/npapi.h > must be provided by Netscape" > "/home/espenr/tmp/qt-3.1-espenr-14496/qt/extensions/nsplugin/src/npupp.h > must be provided by Netscape" A workaround seems first to install mozilla to get the required header files. Bye Matt -- Mattias Schlenker / Tel 0851 9441369 oder 0160 7352988 Freyunger Str. 42 / http://webweaver.de/ 94034 Passau / http://webweaver.de/mattias +-------------------------------------------------------+ From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 12:41:04 2003 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 3A42037B401 for ; Tue, 10 Jun 2003 12:41:04 -0700 (PDT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E694843FAF for ; Tue, 10 Jun 2003 12:41:02 -0700 (PDT) (envelope-from andreas.kohn@gmx.net) Received: (qmail 26561 invoked by uid 65534); 10 Jun 2003 19:41:01 -0000 Received: from unknown (EHLO [172.16.32.190]) (212.204.32.190) by mail.gmx.net (mp008) with SMTP; 10 Jun 2003 21:41:01 +0200 From: Andreas Kohn To: Sergey Kosyakov In-Reply-To: <20030610191912.76125.qmail@web12405.mail.yahoo.com> References: <20030610191912.76125.qmail@web12405.mail.yahoo.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-A9BUOR8be3+P9XEj8T3p" Message-Id: <1055274057.2177.35.camel@klamath.ankon.homeip.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (Preview Release) Date: 10 Jun 2003 21:40:58 +0200 cc: freebsd-java@freebsd.org Subject: Re: jdk13 compilation fails on 5.1-RELEASE 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, 10 Jun 2003 19:41:04 -0000 --=-A9BUOR8be3+P9XEj8T3p Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Am Tue, 2003-06-10 um 21.19 schrieb Sergey Kosyakov: > ports/java/jdk13 compilation fails on 5.1-RELEASE. Both regular > and "NATIVE_THREADS/HOT_SPOT" - fails at the same place. Below is the > head and the tail of the huge error message. Any idea why that happend? >=20 > Thanks, > Sergey. >=20 > gcc -Wall -c -O -D_GNU_SOURCE -DXP_UNIX=20 > -DVERSION=3D"\"1.3.1-p8-ks-030610-14:32\"" -DDATE=3D"\"Jun-10-2003\"" > -DARCH=3D"\"i386\"" -DRAPTOR_API -DNEW_STREAMING_API > -I../../oji-plugin/include/solaris/navig4/nspr > -I../../oji-plugin/include/solaris/navig4/xpcom > -I../../oji-plugin/include/solaris/navig4/caps > -I../../oji-plugin/include/solaris/navig4/js > -I../../oji-plugin/include/solaris/navig4/raptor > -I../../tmp/bsd/i386/CClassHeaders > -I../../oji-plugin/include/solaris/navig4/oji > -I../../oji-plugin/include/solaris/navig4/plugin > -I../../oji-plugin/src/motif/common -I../../oji-plugin/src/motif/navig4 > -I/usr/X11R6/include -I../../oji-plugin/src/motif/badapter > -I../../../../src/share/javavm/export > -I../../../../src/solaris/javavm/export -I/usr/X11R6/include > -I/usr/local/include -I../../oji-plugin/src/share -o > ../../tmp/bsd/i386/stubs.o ../../oji-plugin/src/motif/common/stubs.c > In file included from ../../oji-plugin/src/motif/common/stubs.c:29: > /usr/X11R6/include/npapi.h:1:2: #error > "/home/espenr/tmp/qt-3.1-espenr-14496/qt/extensions/nsplugin/src/npapi.h > must be provided by Netscape" > /usr/X11R6/include/npapi.h:2:2: #error "This file is just a > placeholder. Please see the documentation" > /usr/X11R6/include/npapi.h:3:2: #error "to learn how to obtain the real > file" > In file included from ../../oji-plugin/src/motif/common/stubs.c:30: > /usr/X11R6/include/npupp.h:1:2: #error > "/home/espenr/tmp/qt-3.1-espenr-14496/qt/extensions/nsplugin/src/npupp.h > must be provided by Netscape" > /usr/X11R6/include/npupp.h:2:2: #error "This file is just a > placeholder. Please see the documentation" > /usr/X11R6/include/npupp.h:3:2: #error "to learn how to obtain the real > file" > ../../oji-plugin/src/motif/common/stubs.c:51: syntax error before > "gNetscapeFuncs" > ../../oji-plugin/src/motif/common/stubs.c:51: warning: type defaults to > `int' in declaration of `gNetscapeFuncs' > ../../oji-plugin/src/motif/common/stubs.c:51: warning: data definition > has no type or storage class > ../../oji-plugin/src/motif/common/stubs.c: In function `NPN_Version': > ../../oji-plugin/src/motif/common/stubs.c:68: `NP_VERSION_MAJOR' > undeclared (first use in this function) > ../../oji-plugin/src/motif/common/stubs.c:68: (Each undeclared > identifier is reported only once > ../../oji-plugin/src/motif/common/stubs.c:68: for each function it > appears in.) > ../../oji-plugin/src/motif/common/stubs.c:69: `NP_VERSION_MINOR' > undeclared (first use in this function) > ../../oji-plugin/src/motif/common/stubs.c:72: request for member > `version' in something not a structure or union > ../../oji-plugin/src/motif/common/stubs.c:74: request for member > `version' in something not a structure or union > ../../oji-plugin/src/motif/common/stubs.c: At top level: > ../../oji-plugin/src/motif/common/stubs.c:78: syntax error before > "NPN_GetValue" > ../../oji-plugin/src/motif/common/stubs.c:78: syntax error before > "instance" > ../../oji-plugin/src/motif/common/stubs.c:79: warning: return type > defaults to `int' > ../../oji-plugin/src/motif/common/stubs.c: In function `NPN_GetValue': > ../../oji-plugin/src/motif/common/stubs.c:80: warning: implicit > declaration of function `CallNPN_GetValueProc' > ../../oji-plugin/src/motif/common/stubs.c:80: request for member > `getvalue' in something not a structure or union > ../../oji-plugin/src/motif/common/stubs.c:81: `instance' undeclared > (first use in this function) > ../../oji-plugin/src/motif/common/stubs.c:81: `variable' undeclared > (first use in this function) > ../../oji-plugin/src/motif/common/stubs.c:81: `r_value' undeclared > (first use in this function) > ../../oji-plugin/src/motif/common/stubs.c: At top level: > ../../oji-plugin/src/motif/common/stubs.c:85: syntax error before > "NPN_GetURL" > ../../oji-plugin/src/motif/common/stubs.c:85: syntax error before > "instance" > ../../oji-plugin/src/motif/common/stubs.c:86: warning: return type > defaults to `int' > ../../oji-plugin/src/motif/common/stubs.c: In function `NPN_GetURL': > ../../oji-plugin/src/motif/common/stubs.c:87: warning: implicit > declaration of function `CallNPN_GetURLProc' > ../../oji-plugin/src/motif/common/stubs.c:87: request for member > `geturl' in something not a structure or union > ../../oji-plugin/src/motif/common/stubs.c:87: `instance' undeclared > (first use in this function) > ../../oji-plugin/src/motif/common/stubs.c:87: `url' undeclared (first > use in this function) > ../../oji-plugin/src/motif/common/stubs.c:87: `window' undeclared > (first use in this function) > ../../oji-plugin/src/motif/common/stubs.c: At top level: > ../../oji-plugin/src/motif/common/stubs.c:91: syntax error before > "NPN_GetURLNotify" > ../../oji-plugin/src/motif/common/stubs.c:91: syntax error before > "instance" > ../../oji-plugin/src/motif/common/stubs.c:92: warning: return type > defaults to `int' > ../../oji-plugin/src/motif/common/stubs.c: In function > `NPN_GetURLNotify': > ../../oji-plugin/src/motif/common/stubs.c:93: warning: implicit > declaration of function `CallNPN_GetURLNotifyProc' > ../../oji-plugin/src/motif/common/stubs.c:93: request for member > `geturlnotify' in something not a structure or union > ../../oji-plugin/src/motif/common/stubs.c:93: `instance' undeclared > (first use in this function) > ../../oji-plugin/src/motif/common/stubs.c:93: `url' undeclared (first > use in this function) >=20 > ___ skipped ___ >=20 > ../../oji-plugin/src/motif/common/stubs.c:412: warning: implicit > declaration of function `NewNPP_NewProc' > ../../oji-plugin/src/motif/common/stubs.c:413: warning: implicit > declaration of function `NewNPP_DestroyProc' > ../../oji-plugin/src/motif/common/stubs.c:414: warning: implicit > declaration of function `NewNPP_SetWindowProc' > ../../oji-plugin/src/motif/common/stubs.c:415: warning: implicit > declaration of function `NewNPP_NewStreamProc' > ../../oji-plugin/src/motif/common/stubs.c:416: warning: implicit > declaration of function `NewNPP_DestroyStreamProc' > ../../oji-plugin/src/motif/common/stubs.c:417: warning: implicit > declaration of function `NewNPP_StreamAsFileProc' > ../../oji-plugin/src/motif/common/stubs.c:418: warning: implicit > declaration of function `NewNPP_WriteReadyProc' > ../../oji-plugin/src/motif/common/stubs.c:419: warning: implicit > declaration of function `NewNPP_WriteProc' > ../../oji-plugin/src/motif/common/stubs.c:420: warning: implicit > declaration of function `NewNPP_PrintProc' > ../../oji-plugin/src/motif/common/stubs.c:421: warning: implicit > declaration of function `NewNPP_URLNotifyProc' > ../../oji-plugin/src/motif/common/stubs.c:425: warning: implicit > declaration of function `NPP_Initialize' > ../../oji-plugin/src/motif/common/stubs.c: At top level: > ../../oji-plugin/src/motif/common/stubs.c:439: syntax error before > "NP_Shutdown" > ../../oji-plugin/src/motif/common/stubs.c:440: warning: return type > defaults to `int' > ../../oji-plugin/src/motif/common/stubs.c: In function `NP_Shutdown': > ../../oji-plugin/src/motif/common/stubs.c:442: warning: implicit > declaration of function `NPP_Shutdown' > ../../oji-plugin/src/motif/common/stubs.c:443: `NPERR_NO_ERROR' > undeclared (first use in this function) > gmake[1]: *** [../../tmp/bsd/i386/stubs.o] Error 1 > gmake[1]: Leaving directory > `/home/ports/java/jdk13/work/j2sdk1.3.1/ext/plugin/build/solaris' > gmake: *** [plugin-all] Error 1 > *** Error code 2 >=20 > Stop in /home/ports/java/jdk13. >=20 >=20 What happens if you move the /usr/X11R6/include/npapi.h and npupp.h away? It seems to me that the compilation process grabs the wrong include files. > __________________________________ > Do you Yahoo!? > Yahoo! Calendar - Free online calendar with sync to Outlook(TM). > http://calendar.yahoo.com > _______________________________________________ > 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" --=20 Andreas Kohn --=-A9BUOR8be3+P9XEj8T3p Content-Type: application/pgp-signature; name=signature.asc Content-Description: Dies ist ein digital signierter Nachrichtenteil -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+5jRJYucd7Ow1ygwRAp/XAKCfWtf5qD0wxU8cBDaJQL1vy7rqtwCdGHlU 1JnYLSB+puvkaQmLbZVe9cs= =yZux -----END PGP SIGNATURE----- --=-A9BUOR8be3+P9XEj8T3p-- From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 12:42:44 2003 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 41C4A37B401 for ; Tue, 10 Jun 2003 12:42:44 -0700 (PDT) Received: from web12405.mail.yahoo.com (web12405.mail.yahoo.com [216.136.173.132]) by mx1.FreeBSD.org (Postfix) with SMTP id 8683543FAF for ; Tue, 10 Jun 2003 12:42:43 -0700 (PDT) (envelope-from ks4usa@yahoo.com) Message-ID: <20030610194243.79821.qmail@web12405.mail.yahoo.com> Received: from [12.29.176.205] by web12405.mail.yahoo.com via HTTP; Tue, 10 Jun 2003 12:42:43 PDT Date: Tue, 10 Jun 2003 12:42:43 -0700 (PDT) From: Sergey Kosyakov To: Mattias Schlenker In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-java@freebsd.org Subject: Re: jdk13 compilation fails on 5.1-RELEASE 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, 10 Jun 2003 19:42:44 -0000 Already have mozilla-gtk2. IMHO, if it was required, the port would provide depend. info. Thanks, Sergey. --- Mattias Schlenker wrote: > On Tue, 10 Jun 2003, Sergey Kosyakov wrote: > > > > "/home/espenr/tmp/qt-3.1-espenr-14496/qt/extensions/nsplugin/src/npapi.h > > must be provided by Netscape" > > > > "/home/espenr/tmp/qt-3.1-espenr-14496/qt/extensions/nsplugin/src/npupp.h > > must be provided by Netscape" > > A workaround seems first to install mozilla to get the required > header > files. > > Bye > Matt > > -- > Mattias Schlenker / Tel 0851 9441369 oder 0160 7352988 > Freyunger Str. 42 / http://webweaver.de/ > 94034 Passau / http://webweaver.de/mattias > +-------------------------------------------------------+ > > __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 12:51:42 2003 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 4F0A637B401 for ; Tue, 10 Jun 2003 12:51:42 -0700 (PDT) Received: from www4.your-server.de (www4.your-server.de [213.133.104.4]) by mx1.FreeBSD.org (Postfix) with SMTP id CBE1D43F3F for ; Tue, 10 Jun 2003 12:51:40 -0700 (PDT) (envelope-from mattias@webweaver.de) Received: (qmail 22782 invoked from network); 10 Jun 2003 19:51:39 -0000 Received: from pd9545752.dip.t-dialin.net (217.84.87.82) by www4.your-server.de with SMTP; 10 Jun 2003 19:51:39 -0000 Date: Tue, 10 Jun 2003 21:51:38 +0200 (CEST) From: Mattias Schlenker X-X-Sender: mattias@curium.wg-net.test To: Sergey Kosyakov In-Reply-To: <20030610194243.79821.qmail@web12405.mail.yahoo.com> Message-ID: References: <20030610194243.79821.qmail@web12405.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-java@freebsd.org Subject: Re: jdk13 compilation fails on 5.1-RELEASE 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, 10 Jun 2003 19:51:42 -0000 On Tue, 10 Jun 2003, Sergey Kosyakov wrote: > Already have mozilla-gtk2. IMHO, if it was required, the port would > provide depend. info. It should. Of course. Did you try to replace the header files in question by npapi.h and npupp.h from the Mozilla-tarball or /usr/include/X11R6/mozilla/plugin? Bye Matt -- Mattias Schlenker / Tel 0851 9441369 oder 0160 7352988 Freyunger Str. 42 / http://webweaver.de/ 94034 Passau / http://webweaver.de/mattias +-------------------------------------------------------+ From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 13:07:02 2003 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 054B737B401 for ; Tue, 10 Jun 2003 13:07:02 -0700 (PDT) Received: from web12403.mail.yahoo.com (web12403.mail.yahoo.com [216.136.173.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 91F9543FBD for ; Tue, 10 Jun 2003 13:06:59 -0700 (PDT) (envelope-from ks4usa@yahoo.com) Message-ID: <20030610200659.22408.qmail@web12403.mail.yahoo.com> Received: from [12.29.176.205] by web12403.mail.yahoo.com via HTTP; Tue, 10 Jun 2003 13:06:59 PDT Date: Tue, 10 Jun 2003 13:06:59 -0700 (PDT) From: Sergey Kosyakov To: Mattias Schlenker In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-java@freebsd.org Subject: Re: jdk13 compilation fails on 5.1-RELEASE 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, 10 Jun 2003 20:07:02 -0000 --- Mattias Schlenker wrote: > On Tue, 10 Jun 2003, Sergey Kosyakov wrote: > > It should. Of course. Did you try to replace the header files in > question > by npapi.h and npupp.h from the Mozilla-tarball or > /usr/include/X11R6/mozilla/plugin? > I've renamed those files in /usr/X11R6/include/ as Andreas suggested and recompiling right now. My PIII-450 is not so fast :-) I will tell you about results. And I do not have include/mozilla/plugin directory. Thanks, Sergey. __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 13:48:24 2003 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 AFAA837B401 for ; Tue, 10 Jun 2003 13:48:24 -0700 (PDT) Received: from web12403.mail.yahoo.com (web12403.mail.yahoo.com [216.136.173.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 6889143F3F for ; Tue, 10 Jun 2003 13:48:24 -0700 (PDT) (envelope-from ks4usa@yahoo.com) Message-ID: <20030610204824.28840.qmail@web12403.mail.yahoo.com> Received: from [12.29.176.205] by web12403.mail.yahoo.com via HTTP; Tue, 10 Jun 2003 13:48:24 PDT Date: Tue, 10 Jun 2003 13:48:24 -0700 (PDT) From: Sergey Kosyakov To: freebsd-java@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: jdk13 compilation fails on 5.1-RELEASE 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, 10 Jun 2003 20:48:25 -0000 At least this file was compiled, so renaming /usr/X11R6/include/np{api,upi}.h helped. Thanks to all! Sergey. __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 13:55:50 2003 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 7107937B401 for ; Tue, 10 Jun 2003 13:55:50 -0700 (PDT) Received: from mgr3.xmission.com (mgr3.xmission.com [198.60.22.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id B58DE43F75 for ; Tue, 10 Jun 2003 13:55:49 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr3.xmission.com with spam-scanned (Exim 3.35 #1) id 19Pq9l-0002uv-03 for freebsd-java@freebsd.org; Tue, 10 Jun 2003 14:55:49 -0600 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr3.xmission.com with esmtp (Exim 3.35 #1) id 19Pq9j-0002uS-03; Tue, 10 Jun 2003 14:55:48 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.12.9/8.12.9) with ESMTP id h5AL1VBM077654; Tue, 10 Jun 2003 15:01:32 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.9/8.12.9/Submit) id h5AL1TZZ077653; Tue, 10 Jun 2003 15:01:29 -0600 (MDT) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Tue, 10 Jun 2003 15:01:29 -0600 From: Greg Lewis To: Sergey Kosyakov Message-ID: <20030610210129.GA77548@misty.eyesbeyond.com> References: <20030610191912.76125.qmail@web12405.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030610191912.76125.qmail@web12405.mail.yahoo.com> User-Agent: Mutt/1.4.1i X-Spam-Status: No, hits=-9.9 required=8.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MUTT,X_AUTH_WARNING version=2.54 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.54 (1.174.2.17-2003-05-11-exp) cc: freebsd-java@freebsd.org Subject: Re: jdk13 compilation fails on 5.1-RELEASE 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, 10 Jun 2003 20:55:50 -0000 On Tue, Jun 10, 2003 at 12:19:12PM -0700, Sergey Kosyakov wrote: > ports/java/jdk13 compilation fails on 5.1-RELEASE. Both regular > and "NATIVE_THREADS/HOT_SPOT" - fails at the same place. Below is the > head and the tail of the huge error message. Any idea why that happend? This is an include order problem. I've fiddled the order before, but it may need some more changes. Before I do so I need to look at what I changed last time and why :). -- 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 Tue Jun 10 14:50:16 2003 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 7B7EC37B401 for ; Tue, 10 Jun 2003 14:50:16 -0700 (PDT) Received: from c213-100-93-71.swipnet.se (c213-100-93-71.swipnet.se [213.100.93.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC2843F93 for ; Tue, 10 Jun 2003 14:50:14 -0700 (PDT) (envelope-from jens@powerpuff.org) Received: from c213-100-93-71.swipnet.se (jens@localhost.swipnet.se [IPv6:::1])h5ALsSs0010511 for ; Tue, 10 Jun 2003 23:54:28 +0200 (CEST) Received: (from jens@localhost) by c213-100-93-71.swipnet.se (8.12.9/8.12.9/Submit) id h5ALsR6O024298 for freebsd-java@freebsd.org; Tue, 10 Jun 2003 23:54:27 +0200 (CEST) X-Authentication-Warning: c213-100-93-71.swipnet.se: jens set sender to jens@powerpuff.org using -f Date: Tue, 10 Jun 2003 23:54:27 +0200 From: jens To: freebsd-java@freebsd.org Message-ID: <20030610215427.GA12636@c213-100-93-71.swipnet.se> Mail-Followup-To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: jdk13 fails on FreeBSD 5.1-RELEASE X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jens@powerpuff.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 21:50:16 -0000 Hi guys. While compiling jdk13 on my 5.1 machine i got this: /usr/bin/gcc -O -pipe -mcpu=pentiumpro -W -Wall -Wno-unused -Wno-parentheses -DMOTIF_VERSION=2 -Di386 -DARCH='"i386"' -DSOLARIS2 -DRELEASE='"1.3.1-p8"' -DFULL_VERSION='"1.3.1-p8-root-030610-21:23"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -DLOGGING -D_LITTLE_ENDIAN -I. -I../../../build/bsd-i386/tmp/sun/sun.awt/awt/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt -I../../../src/solaris/native/sun/awt -I/usr/X11R6/include -I/usr/X11R6/include -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/share/native/sun/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../../src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/../java2d/pipe -I../../../src/share/native/sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../../src/solaris/native/sun/awt/../jdga -c -o ../../../build/bsd-i386/tmp/sun/sun.awt/awt/obj/awt_TopLevel.o ../../../src/solaris/native/sun/awt/awt_TopLevel.c ../../../src/solaris/native/sun/awt/awt_TopLevel.c:84:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1102:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1123:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1132:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1140:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1149:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c: In function `shellEH': ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1714: warning: `correctWMBottom' might be used uninitialized in this function ../../../src/solaris/native/sun/awt/awt_TopLevel.c:1715: warning: `correctWMRight' might be used uninitialized in this function ../../../src/solaris/native/sun/awt/awt_TopLevel.c: In function `Java_sun_awt_motif_MWindowPeer_create': ../../../src/solaris/native/sun/awt/awt_TopLevel.c:2469: warning: cast to pointer from integer of different size ../../../src/solaris/native/sun/awt/awt_TopLevel.c:2919:8: warning: extra tokens at end of #endif directive ../../../src/solaris/native/sun/awt/awt_TopLevel.c: In function `Java_sun_awt_motif_MFramePeer_pGetIconSize': ../../../src/solaris/native/sun/awt/awt_TopLevel.c:3694: warning: comparison between signed and unsigned ../../../src/solaris/native/sun/awt/awt_TopLevel.c: In function `Java_sun_awt_motif_MWindowPeer_hasTextComponents': ../../../src/solaris/native/sun/awt/awt_TopLevel.c:4355: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. gmake[3]: *** [../../../build/bsd-i386/tmp/sun/sun.awt/awt/obj/awt_TopLevel.o] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/sun/awt' gmake[2]: *** [optimized] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/sun/awt' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/sun' gmake: *** [all] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13 Any ideas?? I dont think its a hardware issue cause i used to run gentoo on this very same machine before i installed 5.1 on it. regards /jens From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 16:24:41 2003 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 C3A9437B401 for ; Tue, 10 Jun 2003 16:24:41 -0700 (PDT) Received: from mgr3.xmission.com (mgr3.xmission.com [198.60.22.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE7843FA3 for ; Tue, 10 Jun 2003 16:24:41 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr3.xmission.com with spam-scanned (Exim 3.35 #1) id 19PsTo-0000uq-03 for freebsd-java@freebsd.org; Tue, 10 Jun 2003 17:24:40 -0600 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr3.xmission.com with esmtp (Exim 3.35 #1) id 19PsTm-0000uI-03 for freebsd-java@freebsd.org; Tue, 10 Jun 2003 17:24:39 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.12.9/8.12.9) with ESMTP id h5ANUNBM078500 for ; Tue, 10 Jun 2003 17:30:23 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.9/8.12.9/Submit) id h5ANULWW078499 for freebsd-java@freebsd.org; Tue, 10 Jun 2003 17:30:21 -0600 (MDT) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Tue, 10 Jun 2003 17:30:16 -0600 From: Greg Lewis To: freebsd-java@freebsd.org Message-ID: <20030610233016.GA78440@misty.eyesbeyond.com> References: <20030610215427.GA12636@c213-100-93-71.swipnet.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030610215427.GA12636@c213-100-93-71.swipnet.se> User-Agent: Mutt/1.4.1i X-Spam-Status: No, hits=-9.9 required=8.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MUTT,X_AUTH_WARNING autolearn=ham version=2.54 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.54 (1.174.2.17-2003-05-11-exp) Subject: Re: jdk13 fails on FreeBSD 5.1-RELEASE 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, 10 Jun 2003 23:24:42 -0000 On Tue, Jun 10, 2003 at 11:54:27PM +0200, jens wrote: > Hi guys. > While compiling jdk13 on my 5.1 machine i got this: > > /usr/bin/gcc -O -pipe -mcpu=pentiumpro -W -Wall -Wno-unused [snip] > ../../../src/solaris/native/sun/awt/awt_TopLevel.c:4355: internal > error: Segmentation fault > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. This is an internal compiler error. That is to say, the bug lies in gcc. Some sort of workaround will be needed to avoid triggering this bug. -- 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 Tue Jun 10 21:13:26 2003 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 0EE0E37B401 for ; Tue, 10 Jun 2003 21:13:26 -0700 (PDT) Received: from optimator.noacks.org (adsl-65-69-0-233.dsl.hstntx.swbell.net [65.69.0.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 331FB43FB1 for ; Tue, 10 Jun 2003 21:13:23 -0700 (PDT) (envelope-from noackjr@alumni.rice.edu) Received: from alumni.rice.edu (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 5486355 for ; Tue, 10 Jun 2003 23:13:22 -0500 (CDT) Message-ID: <3EE6AC62.7020205@alumni.rice.edu> Date: Tue, 10 Jun 2003 23:13:22 -0500 From: Jon Noack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: eclipse port? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 04:13:26 -0000 Is there any reason an Eclipse port hasn't been committed? I tried the one at http://people.freebsd.org/~kan/eclipse.tar.gz. I created a "Hello World!" project and imported several projects from my Windows partition -- everything worked fine. Thanks, Jon Noack From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 23:28:28 2003 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 913B137B405; Tue, 10 Jun 2003 23:28:28 -0700 (PDT) Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE02143FBD; Tue, 10 Jun 2003 23:28:27 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from nd250009.gab.xdsl.ne.jp ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by nd250009.gab.xdsl.ne.jp (8.12.9/8.12.9/NinthNine) with ESMTP id h5B6SKNP090055 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Jun 2003 15:28:22 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Wed, 11 Jun 2003 15:28:22 +0900 (JST) Message-Id: <200306110628.h5B6SKNP090055@nd250009.gab.xdsl.ne.jp> From: Norikatsu Shigemura To: kan@FreeBSD.org In-Reply-To: <3EE6AC62.7020205@alumni.rice.edu> References: <3EE6AC62.7020205@alumni.rice.edu> X-Mailer: Sylpheed version 0.9.1 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: noackjr@alumni.rice.edu cc: freebsd-java@FreeBSD.org Subject: Re: eclipse port? 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, 11 Jun 2003 06:28:28 -0000 On Tue, 10 Jun 2003 23:13:22 -0500 Jon Noack wrote: > Is there any reason an Eclipse port hasn't been committed? I tried the > one at http://people.freebsd.org/~kan/eclipse.tar.gz. I created a > "Hello World!" project and imported several projects from my Windows > partition -- everything worked fine. This port looks good. I want to commit this. Is this OK? > kan I'll change - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - MASTER_SITES= http://download.eclipse.org/downloads/drops/%SUBDIR%/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - to - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - MASTER_SITES= http://download2.eclipse.org/downloads/drops/%SUBDIR%/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > Thanks, > Jon Noack From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 00:50:07 2003 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 4880537B499; Wed, 11 Jun 2003 00:50:05 -0700 (PDT) Received: from optimator.noacks.org (adsl-65-69-0-233.dsl.hstntx.swbell.net [65.69.0.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21BAE43FD7; Wed, 11 Jun 2003 00:50:02 -0700 (PDT) (envelope-from noackjr@alumni.rice.edu) Received: from alumni.rice.edu (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 9C94B65; Wed, 11 Jun 2003 02:50:01 -0500 (CDT) Message-ID: <3EE6DF29.90307@alumni.rice.edu> Date: Wed, 11 Jun 2003 02:50:01 -0500 From: Jon Noack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Norikatsu Shigemura References: <3EE6AC62.7020205@alumni.rice.edu> <200306110628.h5B6SKNP090055@nd250009.gab.xdsl.ne.jp> In-Reply-To: <200306110628.h5B6SKNP090055@nd250009.gab.xdsl.ne.jp> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: kan@FreeBSD.org cc: freebsd-java@FreeBSD.org Subject: Re: eclipse port? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 07:50:08 -0000 A quick search through PRs revealed only one relevant PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/46568 Jon Norikatsu Shigemura wrote: > On Tue, 10 Jun 2003 23:13:22 -0500 > Jon Noack wrote: > >>Is there any reason an Eclipse port hasn't been committed? I tried the >>one at http://people.freebsd.org/~kan/eclipse.tar.gz. I created a >>"Hello World!" project and imported several projects from my Windows >>partition -- everything worked fine. > > > This port looks good. I want to commit this. Is this OK? > kan > > I'll change > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > MASTER_SITES= http://download.eclipse.org/downloads/drops/%SUBDIR%/ > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > to > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > MASTER_SITES= http://download2.eclipse.org/downloads/drops/%SUBDIR%/ > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > >>Thanks, >>Jon Noack From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 01:08:02 2003 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 6E52137B409; Wed, 11 Jun 2003 01:08:02 -0700 (PDT) Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6143243F75; Wed, 11 Jun 2003 01:08:01 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from nd250009.gab.xdsl.ne.jp ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by nd250009.gab.xdsl.ne.jp (8.12.9/8.12.9/NinthNine) with ESMTP id h5B87tNP092520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Jun 2003 17:07:57 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Wed, 11 Jun 2003 17:07:57 +0900 (JST) Message-Id: <200306110807.h5B87tNP092520@nd250009.gab.xdsl.ne.jp> From: Norikatsu Shigemura To: noackjr@alumni.rice.edu In-Reply-To: <3EE6DF29.90307@alumni.rice.edu> References: <3EE6AC62.7020205@alumni.rice.edu> <200306110628.h5B6SKNP090055@nd250009.gab.xdsl.ne.jp> <3EE6DF29.90307@alumni.rice.edu> X-Mailer: Sylpheed version 0.9.1 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: kan@FreeBSD.org cc: nork@FreeBSD.org cc: freebsd-java@FreeBSD.org Subject: Re: eclipse port? 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, 11 Jun 2003 08:08:02 -0000 On Wed, 11 Jun 2003 02:50:01 -0500 Jon Noack wrote: > A quick search through PRs revealed only one relevant PR: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/46568 Humm... I'll check and merge these.. From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 03:13:54 2003 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 9BF1437B401 for ; Wed, 11 Jun 2003 03:13:54 -0700 (PDT) Received: from eos.telenet-ops.be (eos.telenet-ops.be [195.130.132.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC8843FBD for ; Wed, 11 Jun 2003 03:13:53 -0700 (PDT) (envelope-from jrv@shih.be) Received: from localhost (localhost.localdomain [127.0.0.1]) by eos.telenet-ops.be (Postfix) with SMTP id 338AA1FFDE for ; Wed, 11 Jun 2003 12:13:50 +0200 (CEST) Received: from shih.be (D57763D4.kabel.telenet.be [213.119.99.212]) by eos.telenet-ops.be (Postfix) with ESMTP id B78CE1FF68 for ; Wed, 11 Jun 2003 12:13:49 +0200 (CEST) Message-ID: <3EE700DE.9000100@shih.be> Date: Wed, 11 Jun 2003 12:13:50 +0200 From: Juan Velasco User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030606 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: debugging with eclipse 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, 11 Jun 2003 10:13:54 -0000 I just installed eclipse and it works perfec. How do I debug with it? From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 03:15:18 2003 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 9D0E437B401 for ; Wed, 11 Jun 2003 03:15:18 -0700 (PDT) Received: from seed.net.tw (sn12.seed.net.tw [139.175.54.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82B4243F93 for ; Wed, 11 Jun 2003 03:15:16 -0700 (PDT) (envelope-from leafy@chihiro.leafy.idv.tw) Received: from [210.64.32.88] (port=49851 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.14:2) id 19Q2dP-000DGe-E7 for freebsd-java@freebsd.org; Wed, 11 Jun 2003 18:15:15 +0800 Received: from chihiro.leafy.idv.tw (nobody@localhost [127.0.0.1]) by chihiro.leafy.idv.tw (8.12.9/8.12.9) with ESMTP id h5BAFDG1042896 for ; Wed, 11 Jun 2003 18:15:14 +0800 (CST) (envelope-from leafy@chihiro.leafy.idv.tw) Received: (from leafy@localhost) by chihiro.leafy.idv.tw (8.12.9/8.12.9/Submit) id h5BAFD0I042895 for freebsd-java@freebsd.org; Wed, 11 Jun 2003 18:15:13 +0800 (CST) Date: Wed, 11 Jun 2003 18:15:13 +0800 From: leafy To: freebsd-java@freebsd.org Message-ID: <20030611101513.GA42881@chihiro.leafy.idv.tw> Mail-Followup-To: freebsd-java@freebsd.org References: <3EE700DE.9000100@shih.be> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <3EE700DE.9000100@shih.be> User-Agent: Mutt/1.5.4i Subject: Re: debugging with eclipse 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, 11 Jun 2003 10:15:19 -0000 On Wed, Jun 11, 2003 at 12:13:50PM +0200, Juan Velasco wrote: > I just installed eclipse and it works perfec. > > How do I debug with it? > You could start reading the help, it's fairly detailed with step by step screen of debugging procedures. Cheers, Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 03:30:43 2003 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 5F8CE37B401 for ; Wed, 11 Jun 2003 03:30:43 -0700 (PDT) Received: from seed.net.tw (sn12.seed.net.tw [139.175.54.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABD0343FDF for ; Wed, 11 Jun 2003 03:30:42 -0700 (PDT) (envelope-from leafy@chihiro.leafy.idv.tw) Received: from [210.64.32.88] (port=50017 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.14:2) id 19Q2sL-000EKm-M0 for freebsd-java@freebsd.org; Wed, 11 Jun 2003 18:30:41 +0800 Received: from chihiro.leafy.idv.tw (nobody@localhost [127.0.0.1]) by chihiro.leafy.idv.tw (8.12.9/8.12.9) with ESMTP id h5BAUeG1046010 for ; Wed, 11 Jun 2003 18:30:40 +0800 (CST) (envelope-from leafy@chihiro.leafy.idv.tw) Received: (from leafy@localhost) by chihiro.leafy.idv.tw (8.12.9/8.12.9/Submit) id h5BAUdeJ046009 for freebsd-java@freebsd.org; Wed, 11 Jun 2003 18:30:39 +0800 (CST) Date: Wed, 11 Jun 2003 18:30:39 +0800 From: leafy To: freebsd-java@freebsd.org Message-ID: <20030611103039.GA45995@chihiro.leafy.idv.tw> Mail-Followup-To: freebsd-java@freebsd.org References: <20030611101513.GA42881@chihiro.leafy.idv.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i Subject: Re: debugging with eclipse 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, 11 Jun 2003 10:30:43 -0000 On Wed, Jun 11, 2003 at 01:34:07PM -0200, Achilleus Mantzios wrote: > > BTW, does eclipse support EJBs ? > Also, does it support JBOSS 3.0.x .ear's?? > (i know that last one is too much :) > > -- > ================================================================== > Achilleus Mantzios Try www.eclipse.org, for there will be better answers there. Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 03:30:45 2003 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 780A037B401 for ; Wed, 11 Jun 2003 03:30:45 -0700 (PDT) Received: from eos.telenet-ops.be (eos.telenet-ops.be [195.130.132.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF53743FBF for ; Wed, 11 Jun 2003 03:30:44 -0700 (PDT) (envelope-from jrv@shih.be) Received: from localhost (localhost.localdomain [127.0.0.1]) by eos.telenet-ops.be (Postfix) with SMTP id 2298D1FF97 for ; Wed, 11 Jun 2003 12:30:44 +0200 (CEST) Received: from shih.be (D57763D4.kabel.telenet.be [213.119.99.212]) by eos.telenet-ops.be (Postfix) with ESMTP id 0A6701FF28 for ; Wed, 11 Jun 2003 12:30:44 +0200 (CEST) Message-ID: <3EE704D4.4010205@shih.be> Date: Wed, 11 Jun 2003 12:30:44 +0200 From: Juan Velasco User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030606 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Debugging with native jdk1.4.1-p3 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, 11 Jun 2003 10:30:45 -0000 I can debug with netbeans when I use the linux vm : root@dune>java -version java version "1.4.1_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode But when I use the native : root@dune>java -version java version "1.4.1-p3" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-p3-jrv_19_may_2003_18_52) Java HotSpot(TM) Client VM (build 1.4.1-p3-jrv_19_may_2003_18_52, mixed mode) Neatbeans crashes. Isn't debugging implemented yet ? From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 03:42:18 2003 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 DDF7537B405 for ; Wed, 11 Jun 2003 03:42:18 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id C494043F93 for ; Wed, 11 Jun 2003 03:42:15 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.9/8.12.9) with ESMTP id h5BAgT4G048212; Wed, 11 Jun 2003 12:42:29 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: from localhost (localhost [[UNIX: localhost]]) by zaphod.euronet.nl (8.12.9/8.12.9/Submit) id h5BAgTAS048211; Wed, 11 Jun 2003 12:42:29 +0200 (CEST) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: java@FreeBSD.org Date: Wed, 11 Jun 2003 12:42:28 +0200 User-Agent: KMail/1.5.1 X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306111242.28955.ernst.dehaan@nl.wanadoo.com> cc: Palle Girgensohn Subject: Port www/mod_jk fixed 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, 11 Jun 2003 10:42:19 -0000 FYI: The mod_jk port has been fixed. It should now install properly. The fix has been submitted by Palle Girgensohn. See: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/52777 http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/mod_jk/ Regards, Ernst From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 04:17:50 2003 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 1FFF137B401 for ; Wed, 11 Jun 2003 04:17:50 -0700 (PDT) Received: from uni-freiburg.de (msb.ruf.uni-freiburg.de [132.230.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4ECA43FBD for ; Wed, 11 Jun 2003 04:17:48 -0700 (PDT) (envelope-from roman.kennke@cognition.uni-freiburg.de) Received: from [217.187.88.177] (account ) by uni-freiburg.de (CommuniGate Pro WebUser 3.5.9) with HTTP id 20135587 for ; Wed, 11 Jun 2003 13:17:46 +0200 From: "Roman Kennke" To: freebsd-java@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.5.9 Date: Wed, 11 Jun 2003 13:17:46 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Subject: JBoss port 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, 11 Jun 2003 11:17:50 -0000 Hi there, It seems like the JBoss port is not maintained anymore.? Is anyone still working on this? I would very much appreciate using the port instead of the jboss.org package. Roman From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 04:24:42 2003 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 BD76D37B401 for ; Wed, 11 Jun 2003 04:24:42 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7E5643F75 for ; Wed, 11 Jun 2003 04:24:41 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.9/8.12.9) with ESMTP id h5BBNd4G048405; Wed, 11 Jun 2003 13:23:39 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: from localhost (localhost [[UNIX: localhost]]) by zaphod.euronet.nl (8.12.9/8.12.9/Submit) id h5BBNdw0048404; Wed, 11 Jun 2003 13:23:39 +0200 (CEST) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: "Roman Kennke" , freebsd-java@freebsd.org Date: Wed, 11 Jun 2003 13:23:39 +0200 User-Agent: KMail/1.5.1 References: In-Reply-To: X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306111323.39492.ernst.dehaan@nl.wanadoo.com> Subject: Re: JBoss port 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, 11 Jun 2003 11:24:43 -0000 Volunteers for becoming the maintainer ? Ernst On Wednesday 11 June 2003 13:17, Roman Kennke wrote: > Hi there, > > It seems like the JBoss port is not maintained anymore.? > > Is anyone still working on this? I would very much > appreciate using the port instead of the jboss.org package. > > Roman > _______________________________________________ > 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" From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 04:31:27 2003 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 348F437B401 for ; Wed, 11 Jun 2003 04:31:27 -0700 (PDT) Received: from uni-freiburg.de (msb.ruf.uni-freiburg.de [132.230.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F3C43F93 for ; Wed, 11 Jun 2003 04:31:26 -0700 (PDT) (envelope-from roman.kennke@cognition.uni-freiburg.de) Received: from [217.187.88.177] (account ) by uni-freiburg.de (CommuniGate Pro WebUser 3.5.9) with HTTP id 20136038; Wed, 11 Jun 2003 13:31:25 +0200 From: "Roman Kennke" To: Ernst de Haan , "Roman Kennke" , freebsd-java@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.5.9 Date: Wed, 11 Jun 2003 13:31:25 +0200 Message-ID: In-Reply-To: <200306111323.39492.ernst.dehaan@nl.wanadoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Subject: Re: JBoss port 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, 11 Jun 2003 11:31:27 -0000 Hi, > Volunteers for becoming the maintainer ? depends on how much work this is. I do not really have lots of time. I have not yet maintained a port, so I think I would have to learn a lot first.. Roman From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 04:52:12 2003 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 E0FA237B401 for ; Wed, 11 Jun 2003 04:52:12 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id D201B43FB1 for ; Wed, 11 Jun 2003 04:52:11 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.9/8.12.9) with ESMTP id h5BBpA4G050197; Wed, 11 Jun 2003 13:51:10 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: from localhost (localhost [[UNIX: localhost]]) by zaphod.euronet.nl (8.12.9/8.12.9/Submit) id h5BBp9AP050196; Wed, 11 Jun 2003 13:51:09 +0200 (CEST) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: Achilleus Mantzios , Roman Kennke Date: Wed, 11 Jun 2003 13:51:09 +0200 User-Agent: KMail/1.5.1 References: In-Reply-To: X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306111351.09580.ernst.dehaan@nl.wanadoo.com> cc: freebsd-java@freebsd.org Subject: Re: JBoss port 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, 11 Jun 2003 11:52:13 -0000 You misunderstand the concept of the BSD Ports System. The purpose is that applications can be installed by issuing a 'make install'. This is independent of the question how easy it was for the port maintainer to do the actual 'port'. Ernst On Wednesday 11 June 2003 18:53, Achilleus Mantzios wrote: > Is this port really needed? > Are there gonna be FreeBSD-specific patches? > > I dont think so. > > Besides, a "port" means something that is "ported" to FreeBSD. > I dont think JBOSS needs any "porting". > > So why provide a "port"?? > > (sorry to make trouble , while i haven't participated in any > ports philosophical or technical conversation, > but i hate to see (well my stats) 10% of ports broken). > > On Wed, 11 Jun 2003, Roman Kennke wrote: > > Hi, > > > > > Volunteers for becoming the maintainer ? > > > > depends on how much work this is. I do not really have lots > > of time. > > I have not yet maintained a port, so I think I would have > > to learn a lot first.. > > > > Roman > > _______________________________________________ > > 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" From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 04:57:46 2003 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 91AB037B404 for ; Wed, 11 Jun 2003 04:57:46 -0700 (PDT) Received: from uni-freiburg.de (msb.ruf.uni-freiburg.de [132.230.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2512E43FA3 for ; Wed, 11 Jun 2003 04:57:45 -0700 (PDT) (envelope-from roman.kennke@cognition.uni-freiburg.de) Received: from [217.187.88.177] (account ) by uni-freiburg.de (CommuniGate Pro WebUser 3.5.9) with HTTP id 20136978; Wed, 11 Jun 2003 13:57:43 +0200 From: "Roman Kennke" To: Achilleus Mantzios , Roman Kennke X-Mailer: CommuniGate Pro Web Mailer v.3.5.9 Date: Wed, 11 Jun 2003 13:57:43 +0200 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit cc: freebsd-java@freebsd.org Subject: Re: JBoss port 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, 11 Jun 2003 11:57:46 -0000 > Is this port really needed? > Are there gonna be FreeBSD-specific patches? > > I dont think so. Yes, that's right. It's a usability thing. It's kind of nice to have start/stop scripts placed in the right places, use an already installed tomcat instead of installing a second one, etc. > Besides, a "port" means something that is "ported" to > FreeBSD. > I dont think JBOSS needs any "porting". So we can abandon most of the /usr/ports/java stuff (except the jdks and some other) ;-) Ok, but I think you are right: It's not the really worth the time maintaining a port, that only downloads and extracts the stuff. Best regards, Roman From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 05:20:05 2003 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 1F85E37B401 for ; Wed, 11 Jun 2003 05:20:05 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F8543F85 for ; Wed, 11 Jun 2003 05:20:04 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.9/8.12.9) with ESMTP id h5BCJ24G050687; Wed, 11 Jun 2003 14:19:02 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: from localhost (localhost [[UNIX: localhost]]) by zaphod.euronet.nl (8.12.9/8.12.9/Submit) id h5BCJ1Iu050686; Wed, 11 Jun 2003 14:19:01 +0200 (CEST) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: Achilleus Mantzios Date: Wed, 11 Jun 2003 14:19:01 +0200 User-Agent: KMail/1.5.1 References: In-Reply-To: X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306111419.01710.ernst.dehaan@nl.wanadoo.com> cc: Roman Kennke cc: freebsd-java@freebsd.org Subject: Re: JBoss port 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, 11 Jun 2003 12:20:05 -0000 You're incorrect. Thousands of FreeBSD users are actively using the Ports System, they're used to it, build upon it and trust it. IMO the ports system is an important advantage of BSD over Linux (excluding Gentoo). It's a single and simple approach to package management. Ernst On Wednesday 11 June 2003 19:11, Achilleus Mantzios wrote: > On Wed, 11 Jun 2003, Ernst de Haan wrote: > > You misunderstand the concept of the BSD Ports System. The purpose is > > that applications can be installed by issuing a 'make install'. This is > > independent of the question how easy it was for the port maintainer to > > do the actual 'port'. > > Provided an actual "porting" is needed. > > Anyway those who have installed/configured/programmed with/worked with > jboss would probably know what i am saying. > > Overall the gain of such a yet another "make install" > is negligible. > > It is good for advocative/marketing purposes > (smth like 7000+ ports and growing!) > but nothing else i am afraid. > > > Ernst > > > > On Wednesday 11 June 2003 18:53, Achilleus Mantzios wrote: > > > Is this port really needed? > > > Are there gonna be FreeBSD-specific patches? > > > > > > I dont think so. > > > > > > Besides, a "port" means something that is "ported" to FreeBSD. > > > I dont think JBOSS needs any "porting". > > > > > > So why provide a "port"?? > > > > > > (sorry to make trouble , while i haven't participated in any > > > ports philosophical or technical conversation, > > > but i hate to see (well my stats) 10% of ports broken). > > > > > > On Wed, 11 Jun 2003, Roman Kennke wrote: > > > > Hi, > > > > > > > > > Volunteers for becoming the maintainer ? > > > > > > > > depends on how much work this is. I do not really have lots > > > > of time. > > > > I have not yet maintained a port, so I think I would have > > > > to learn a lot first.. > > > > > > > > Roman > > > > _______________________________________________ > > > > 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" From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 05:21:20 2003 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 3D4BB37B41F; Wed, 11 Jun 2003 05:21:20 -0700 (PDT) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C02E43F93; Wed, 11 Jun 2003 05:21:17 -0700 (PDT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1])h5BCLca6069025; Wed, 11 Jun 2003 14:21:38 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Wed, 11 Jun 2003 14:21:38 +0200 From: Palle Girgensohn To: Ernst de Haan , Ernst de Haan Message-ID: <54150000.1055334098@rambutan.pingpong.net> In-Reply-To: <200306111242.28955.ernst.dehaan@nl.wanadoo.com> References: <200306111242.28955.ernst.dehaan@nl.wanadoo.com> X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: java@freebsd.org cc: Larry Lansing Subject: Re: Port www/mod_jk fixed 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, 11 Jun 2003 12:21:20 -0000 Cool, thanks for comitting! Also, there is an update to the mod_jk2, OK'd by the maintainer: > On Thu, May 29, 2003 at 05:04:55AM +0200, Palle Girgensohn wrote: >> Hi Larry! >> >> I found you mod_jk port in GNATS and updated it to 1.2.3, and also >> created a slave port for building mod_jk-apache2. The mods for 1.2.3 >> where quite complicated, so I've sent it as a separate PR. Hope you >> don't mind! > > I don't mind at all. Hopefully this will result in something actually > getting committed. :) Also both ports have slave ports for apache2. If Larry doesn't mind, perhaps he could be the maintainer of the jk2 ports? If Larry does mind, I can take the maintainership. Please check out ports/52774, ports/52775 & ports/52777. Regards, Palle --On onsdag, juni 11, 2003 12.42.28 +0200 Ernst de Haan wrote: > FYI: The mod_jk port has been fixed. It should now install properly. The > fix has been submitted by Palle Girgensohn. > > See: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/52777 > http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/mod_jk/ > > Regards, > > > Ernst From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 05:22:59 2003 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 4B05737B401 for ; Wed, 11 Jun 2003 05:22:59 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58BCD43FAF for ; Wed, 11 Jun 2003 05:22:57 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.20) id 19Q4cn-000BFP-60; Wed, 11 Jun 2003 14:22:45 +0200 Date: Wed, 11 Jun 2003 14:22:44 +0200 From: Sheldon Hearn To: Ernst de Haan Message-ID: <20030611122244.GR1019@starjuice.net> Mail-Followup-To: Ernst de Haan , Roman Kennke , freebsd-java@freebsd.org References: <200306111323.39492.ernst.dehaan@nl.wanadoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306111323.39492.ernst.dehaan@nl.wanadoo.com> User-Agent: Mutt/1.5.4i Sender: Sheldon Hearn cc: Roman Kennke cc: freebsd-java@freebsd.org Subject: Re: JBoss port 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, 11 Jun 2003 12:22:59 -0000 On (2003/06/11 13:23), Ernst de Haan wrote: > Volunteers for becoming the maintainer ? I'd be happy to maintain a jboss-tomcat port, which uses the jboss-3.2.1-tomcat.4.1.24 distribution, because we use that for our project. I'm not keen on maintaining ports I don't use. I use a patched jboss_init_redhat.sh that ensures I don't have to use the deamonctl utility. I install into /usr/local/jboss, which keeps things simple. I don't see real value in having multiple jboss installations supported by a port. Ciao, Sheldon. --- jboss_init_redhat.sh.orig Mon May 5 06:25:32 2003 +++ jboss_init_redhat.sh Sat Jun 7 17:21:08 2003 @@ -26,7 +26,7 @@ JBOSS_HOME=${JBOSS_HOME:-"/usr/local/jboss"} #make java is on your path -JAVAPTH=${JAVAPTH:-"/usr/local/jdk/bin"} +JAVAPTH=${JAVAPTH:-"${JAVA_HOME}/bin"} #define the classpath for the shutdown class JBOSSCP=${JBOSSCP:-"$JBOSS_HOME/bin/shutdown.jar:$JBOSS_HOME/client/jnet.jar"} @@ -52,7 +52,7 @@ JBOSSUS=${JBOSSUS:-"jboss"} CMD_START="cd $JBOSS_HOME/bin; $JBOSSSH" -CMD_STOP="java -classpath $JBOSSCP org.jboss.Shutdown --shutdown" +CMD_STOP="${JAVAPTH}/java -classpath $JBOSSCP org.jboss.Shutdown --shutdown" if [ "$JBOSSUS" = "RUNASIS" ]; then SUBIT="" From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 05:33:53 2003 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 6644037B401 for ; Wed, 11 Jun 2003 05:33:53 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6700C43FCB for ; Wed, 11 Jun 2003 05:33:52 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.9/8.12.9) with ESMTP id h5BCY54G050860; Wed, 11 Jun 2003 14:34:05 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: from localhost (localhost [[UNIX: localhost]]) by zaphod.euronet.nl (8.12.9/8.12.9/Submit) id h5BCY5E5050859; Wed, 11 Jun 2003 14:34:05 +0200 (CEST) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: Palle Girgensohn Date: Wed, 11 Jun 2003 14:34:05 +0200 User-Agent: KMail/1.5.1 References: <200306111242.28955.ernst.dehaan@nl.wanadoo.com> <54150000.1055334098@rambutan.pingpong.net> In-Reply-To: <54150000.1055334098@rambutan.pingpong.net> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306111434.05259.ernst.dehaan@nl.wanadoo.com> cc: java@freebsd.org cc: Larry Lansing Subject: Re: Port www/mod_jk fixed 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, 11 Jun 2003 12:33:53 -0000 Just let me know who will be the maintainer... Ernst On Wednesday 11 June 2003 14:21, Palle Girgensohn wrote: > Cool, thanks for comitting! > > Also, there is an update to the mod_jk2, OK'd by the maintainer: > > On Thu, May 29, 2003 at 05:04:55AM +0200, Palle Girgensohn wrote: > >> Hi Larry! > >> > >> I found you mod_jk port in GNATS and updated it to 1.2.3, and also > >> created a slave port for building mod_jk-apache2. The mods for 1.2.3 > >> where quite complicated, so I've sent it as a separate PR. Hope you > >> don't mind! > > > > I don't mind at all. Hopefully this will result in something actually > > getting committed. :) > > Also both ports have slave ports for apache2. > > If Larry doesn't mind, perhaps he could be the maintainer of the jk2 > ports? If Larry does mind, I can take the maintainership. > > Please check out ports/52774, ports/52775 & ports/52777. > > Regards, > Palle > > --On onsdag, juni 11, 2003 12.42.28 +0200 Ernst de Haan > > wrote: > > FYI: The mod_jk port has been fixed. It should now install properly. > > The fix has been submitted by Palle Girgensohn. > > > > See: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/52777 > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/mod_jk/ > > > > Regards, > > > > > > Ernst From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 06:50:53 2003 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 CBC9437B401; Wed, 11 Jun 2003 06:50:53 -0700 (PDT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9083143FBF; Wed, 11 Jun 2003 06:50:50 -0700 (PDT) (envelope-from kabaev@mail.ru) Received: from [141.154.215.134] (port=63550 helo=kan.dnsalias.net) by mx1.mail.ru with esmtp id 19Q600-000BtH-00; Wed, 11 Jun 2003 17:50:48 +0400 Received: from kan.dnsalias.net (ak03@localhost [127.0.0.1]) by kan.dnsalias.net (8.12.9/8.12.9) with ESMTP id h5BDodHE032141; Wed, 11 Jun 2003 09:50:39 -0400 (EDT) (envelope-from kan@kan.dnsalias.net) Received: (from kan@localhost) by kan.dnsalias.net (8.12.9/8.12.9/Submit) id h5BDodnH032140; Wed, 11 Jun 2003 09:50:39 -0400 (EDT) Date: Wed, 11 Jun 2003 09:50:38 -0400 From: Alexander Kabaev To: Norikatsu Shigemura Message-Id: <20030611095038.207a83a9.kabaev@mail.ru> In-Reply-To: <200306110628.h5B6SKNP090055@nd250009.gab.xdsl.ne.jp> References: <3EE6AC62.7020205@alumni.rice.edu> <200306110628.h5B6SKNP090055@nd250009.gab.xdsl.ne.jp> X-Mailer: Sylpheed version 0.9.0claws2 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam: Not detected cc: kan@FreeBSD.org cc: noackjr@alumni.rice.edu cc: freebsd-java@FreeBSD.org Subject: Re: eclipse port? 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, 11 Jun 2003 13:50:54 -0000 On Wed, 11 Jun 2003 15:28:22 +0900 (JST) Norikatsu Shigemura wrote: > On Tue, 10 Jun 2003 23:13:22 -0500 > Jon Noack wrote: > > Is there any reason an Eclipse port hasn't been committed? I tried > > the one at http://people.freebsd.org/~kan/eclipse.tar.gz. I created > > a "Hello World!" project and imported several projects from my > > Windows partition -- everything worked fine. > > This port looks good. I want to commit this. Is this OK? > kan I put the port up for grabs for a new maintainer a long time ago. Feel free to commit it if you like. From owner-freebsd-java@FreeBSD.ORG Wed Jun 11 08:12:33 2003 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 4B45237B401 for ; Wed, 11 Jun 2003 08:12:33 -0700 (PDT) Received: from c213-100-93-71.swipnet.se (c213-100-93-71.swipnet.se [213.100.93.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02B2C43FAF for ; Wed, 11 Jun 2003 08:12:32 -0700 (PDT) (envelope-from jens@powerpuff.org) Received: from c213-100-93-71.swipnet.se (jens@localhost.swipnet.se [IPv6:::1])h5BFGos0022327 for ; Wed, 11 Jun 2003 17:16:50 +0200 (CEST) Received: (from jens@localhost) by c213-100-93-71.swipnet.se (8.12.9/8.12.9/Submit) id h5BFGnXV012270 for freebsd-java@freebsd.org; Wed, 11 Jun 2003 17:16:49 +0200 (CEST) X-Authentication-Warning: c213-100-93-71.swipnet.se: jens set sender to jens@powerpuff.org using -f Date: Wed, 11 Jun 2003 17:16:49 +0200 From: jens To: freebsd-java@freebsd.org Message-ID: <20030611151649.GA32594@c213-100-93-71.swipnet.se> Mail-Followup-To: freebsd-java@freebsd.org References: <20030610215427.GA12636@c213-100-93-71.swipnet.se> <20030610233016.GA78440@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030610233016.GA78440@misty.eyesbeyond.com> User-Agent: Mutt/1.4.1i Subject: Re: jdk13 fails on FreeBSD 5.1-RELEASE X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jens@powerpuff.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 15:12:33 -0000 begin electrogrammati illius Greg Lewis > On Tue, Jun 10, 2003 at 11:54:27PM +0200, jens wrote: > > Hi guys. > > While compiling jdk13 on my 5.1 machine i got this: > > > > /usr/bin/gcc -O -pipe -mcpu=pentiumpro -W -Wall -Wno-unused > [snip] > > ../../../src/solaris/native/sun/awt/awt_TopLevel.c:4355: internal > > error: Segmentation fault > > Please submit a full bug report, > > with preprocessed source if appropriate. > > See for instructions. > > This is an internal compiler error. That is to say, the bug lies in gcc. > Some sort of workaround will be needed to avoid triggering this bug. > Really!? I mean are you sure. I was hoping someone would jump in and tell me that they indeed got either jdk13 or jdk14 working on x86... ..maybe i should just try 4.8 instead? regards /jens > -- > 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 Jun 11 09:34:45 2003 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 10B6D37B401 for ; Wed, 11 Jun 2003 09:34:45 -0700 (PDT) Received: from mgr1.xmission.com (mgr1.xmission.com [198.60.22.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D93F43F3F for ; Wed, 11 Jun 2003 09:34:44 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr1.xmission.com with spam-scanned (Exim 3.35 #1) id 19Q8Ya-0007HA-01 for freebsd-java@freebsd.org; Wed, 11 Jun 2003 10:34:41 -0600 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.35 #1) id 19Q8YZ-0007Ga-01 for freebsd-java@freebsd.org; Wed, 11 Jun 2003 10:34:40 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.12.9/8.12.9) with ESMTP id h5BGeQBM083525 for ; Wed, 11 Jun 2003 10:40:26 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.9/8.12.9/Submit) id h5BGeNmH083522 for freebsd-java@freebsd.org; Wed, 11 Jun 2003 10:40:23 -0600 (MDT) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 11 Jun 2003 10:40:23 -0600 From: Greg Lewis To: freebsd-java@freebsd.org Message-ID: <20030611164023.GA83373@misty.eyesbeyond.com> References: <20030610215427.GA12636@c213-100-93-71.swipnet.se> <20030610233016.GA78440@misty.eyesbeyond.com> <20030611151649.GA32594@c213-100-93-71.swipnet.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030611151649.GA32594@c213-100-93-71.swipnet.se> User-Agent: Mutt/1.4.1i X-Spam-Status: No, hits=-9.2 required=8.0 tests=BAYES_10,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MUTT,X_AUTH_WARNING autolearn=ham version=2.54 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.54 (1.174.2.17-2003-05-11-exp) Subject: Re: jdk13 fails on FreeBSD 5.1-RELEASE 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, 11 Jun 2003 16:34:45 -0000 On Wed, Jun 11, 2003 at 05:16:49PM +0200, jens wrote: > begin electrogrammati illius Greg Lewis > > On Tue, Jun 10, 2003 at 11:54:27PM +0200, jens wrote: > > > Hi guys. > > > While compiling jdk13 on my 5.1 machine i got this: > > > > > > /usr/bin/gcc -O -pipe -mcpu=pentiumpro -W -Wall -Wno-unused > > [snip] > > > ../../../src/solaris/native/sun/awt/awt_TopLevel.c:4355: internal > > > error: Segmentation fault > > > Please submit a full bug report, > > > with preprocessed source if appropriate. > > > See for instructions. > > > > This is an internal compiler error. That is to say, the bug lies in gcc. > > Some sort of workaround will be needed to avoid triggering this bug. > > > Really!? I mean are you sure. I was hoping someone would jump in and > tell me that they indeed got either jdk13 or jdk14 working on x86... > ..maybe i should just try 4.8 instead? Thats definitely what the error message says, so yes, I am sure. Whether its due to a bug in the compiler or a hardware problem on the machine in question (e.g. bad memory) isn't quite so clear. I'm getting 1.3.1 built and 1.4.1 built on a 5.1 box today, so I should be able to find out more with that. Currently I'm having trouble fetching Open Motif though :(. -- 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 Jun 11 16:50:42 2003 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 2155537B401 for ; Wed, 11 Jun 2003 16:50:42 -0700 (PDT) Received: from mgr4.xmission.com (mgr4.xmission.com [198.60.22.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0230143FD7 for ; Wed, 11 Jun 2003 16:50:38 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr4.xmission.com with spam-scanned (Exim 3.35 #1) id 19QFMU-0007PK-04 for freebsd-java@freebsd.org; Wed, 11 Jun 2003 17:50:38 -0600 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr4.xmission.com with esmtp (Exim 3.35 #1) id 19QFMS-0007Op-04 for freebsd-java@freebsd.org; Wed, 11 Jun 2003 17:50:37 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.12.9/8.12.9) with ESMTP id h5BNuOBM085926 for ; Wed, 11 Jun 2003 17:56:25 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.9/8.12.9/Submit) id h5BNuN4w085925 for freebsd-java@freebsd.org; Wed, 11 Jun 2003 17:56:23 -0600 (MDT) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 11 Jun 2003 17:56:23 -0600 From: Greg Lewis To: freebsd-java@freebsd.org Message-ID: <20030611235623.GA85890@misty.eyesbeyond.com> References: <20030610215427.GA12636@c213-100-93-71.swipnet.se> <20030610233016.GA78440@misty.eyesbeyond.com> <20030611151649.GA32594@c213-100-93-71.swipnet.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030611151649.GA32594@c213-100-93-71.swipnet.se> User-Agent: Mutt/1.4.1i X-Spam-Status: No, hits=-9.9 required=8.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MUTT,X_AUTH_WARNING autolearn=ham version=2.54 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.54 (1.174.2.17-2003-05-11-exp) Subject: Re: jdk13 fails on FreeBSD 5.1-RELEASE 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, 11 Jun 2003 23:50:42 -0000 On Wed, Jun 11, 2003 at 05:16:49PM +0200, jens wrote: > begin electrogrammati illius Greg Lewis > > This is an internal compiler error. That is to say, the bug lies in gcc. > > Some sort of workaround will be needed to avoid triggering this bug. > > > Really!? I mean are you sure. I was hoping someone would jump in and > tell me that they indeed got either jdk13 or jdk14 working on x86... > ..maybe i should just try 4.8 instead? Looks like it may be a problem with your hardware: > uname -a FreeBSD numbat.lnxi.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Tue Jun 10 11:44:48 MDT 2003 root@numbat.lnxi.com:/usr/obj/usr/src/sys/NUMBAT i386 > /usr/local/jdk1.3.1/bin/java -version java version "1.3.1-p8" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p8-glewis-030611-18:14) Classic VM (build 1.3.1-p8-glewis-030611-18:14, green threads, nojit) Built and runs fine for me so far. -- 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 Jun 11 22:38:48 2003 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 7B89437B401 for ; Wed, 11 Jun 2003 22:38:48 -0700 (PDT) Received: from c213-100-93-71.swipnet.se (c213-100-93-71.swipnet.se [213.100.93.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE0E243F93 for ; Wed, 11 Jun 2003 22:38:46 -0700 (PDT) (envelope-from jens@powerpuff.org) Received: from c213-100-93-71.swipnet.se (jens@localhost.swipnet.se [IPv6:::1])h5C5h3s0021828 for ; Thu, 12 Jun 2003 07:43:03 +0200 (CEST) Received: (from jens@localhost) by c213-100-93-71.swipnet.se (8.12.9/8.12.9/Submit) id h5C5h1GI000711 for freebsd-java@freebsd.org; Thu, 12 Jun 2003 07:43:01 +0200 (CEST) X-Authentication-Warning: c213-100-93-71.swipnet.se: jens set sender to jens@powerpuff.org using -f Date: Thu, 12 Jun 2003 07:43:01 +0200 From: jens To: freebsd-java@freebsd.org Message-ID: <20030612054301.GA14474@c213-100-93-71.swipnet.se> Mail-Followup-To: freebsd-java@freebsd.org References: <20030610215427.GA12636@c213-100-93-71.swipnet.se> <20030610233016.GA78440@misty.eyesbeyond.com> <20030611151649.GA32594@c213-100-93-71.swipnet.se> <20030611235623.GA85890@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030611235623.GA85890@misty.eyesbeyond.com> User-Agent: Mutt/1.4.1i Subject: Re: jdk13 fails on FreeBSD 5.1-RELEASE X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jens@powerpuff.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 05:38:48 -0000 begin electrogrammati illius Greg Lewis > On Wed, Jun 11, 2003 at 05:16:49PM +0200, jens wrote: > > begin electrogrammati illius Greg Lewis > > > This is an internal compiler error. That is to say, the bug lies in gcc. > > > Some sort of workaround will be needed to avoid triggering this bug. > > > > > Really!? I mean are you sure. I was hoping someone would jump in and > > tell me that they indeed got either jdk13 or jdk14 working on x86... > > ..maybe i should just try 4.8 instead? > > Looks like it may be a problem with your hardware: > > > uname -a > FreeBSD numbat.lnxi.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Tue Jun 10 11:44:48 MDT 2003 root@numbat.lnxi.com:/usr/obj/usr/src/sys/NUMBAT i386 > > /usr/local/jdk1.3.1/bin/java -version > java version "1.3.1-p8" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p8-glewis-030611-18:14) > Classic VM (build 1.3.1-p8-glewis-030611-18:14, green threads, nojit) > > Built and runs fine for me so far. yup, unfortunatly that was it. I clocked down my CPU/Mem freq. and i compiled just fine. its kinda wierd though cause i've been running gentoo och this box for the past six months whithout problems... anyways - thanks for replying /jens > > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Web : http://www.eyesbeyond.com > Information Technology FreeBSD : glewis@FreeBSD.org > > _______________________________________________ > 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" From owner-freebsd-java@FreeBSD.ORG Thu Jun 12 03:16:48 2003 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 F0B1337B401; Thu, 12 Jun 2003 03:16:47 -0700 (PDT) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id B11F643FBD; Thu, 12 Jun 2003 03:16:46 -0700 (PDT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1])h5CAH5a6071379; Thu, 12 Jun 2003 12:17:05 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Thu, 12 Jun 2003 12:17:05 +0200 From: Palle Girgensohn To: Zhong.Lun@bluewave.com, java@freebsd.org Message-ID: <46910000.1055413025@rambutan.pingpong.net> In-Reply-To: References: X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: Ernst de Haan cc: Larry Lansing Subject: Re: port mod_jk, mod_jk2 & apache2 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, 12 Jun 2003 10:16:48 -0000 Hi Zhong, First, the first error is that aclocal cannot be found. Do you have it installed in /usr/local/bin/aclocal? Since aclocal cannot be found, do you have /usr/local/bin in your path? Is automake installed? Next, there is no comitted port for apache2 & mod_jk. They're still in GNATS. The ports I mentioned in my mail are not in the ports tree yet, (apart from mod_jk for apache13), they are still in GNATS. If you like, please try them, perhaps they work better? I'm not sure they will work better for you, only that they work for me. :) You will have to extract them from the PRs, or wait until they get comitted. Hope this works for you. Please mail me if you have more questions. /Palle --On torsdag, juni 12, 2003 15.45.28 +0800 Zhong.Lun@bluewave.com wrote: > Hi, > > Since I knew there is a fix, I tried to install but failed. I download the > ports(apache2, mod_jk & mod_jk2) from FreeBSD. The status is > > compiling & installing apache2 OK > > compiling mod_jk: > > # make > ===> Extracting for mod_jk-1.2.3,1 > >> Checksum OK for jakarta-tomcat-connectors-jk-1.2.3-src.tar.gz. > ===> Patching for mod_jk-1.2.3,1 > ===> Applying FreeBSD patches for mod_jk-1.2.3,1 > cd > /usr/ports/www/mod_jk/work/jakarta-tomcat-connectors-jk-1.2.3-src/jk/nati > ve; > > aclocal; /usr/local/bin/libtoolize > aclocal: not found > *** Error code 127 > > Stop in /usr/ports/www/mod_jk. > > compiling mod_jk2: > > # make > ===> Building for mod_jk-apache2-1.2.2 > Making all in common > gmake[1]: Entering directory > `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na > tive/common' gmake[1]: Nothing to be done for `all'. > gmake[1]: Leaving directory > `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na > tive/common' Making all in apache-2.0 > gmake[1]: Entering directory > `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na > tive/apache-2.0' /bin/sh /usr/local/share/apache2/build/libtool > --silent --mode=link cc -I/usr/local/include/apache2 -O -pipe > -DUSE_APACHE_MD5 -I ../common -I /usr/local/jdk1.3.1/include -I > /usr/local/jdk1.3.1/include/unix -D_REENTRANT -D_THREAD_SAFE -O -pipe > -DNO_IDEA -O -pipe -D_REENTRANT -D_THREAD_SAFE -o mod_jk.la -module > -rpath > /usr/local/libexec/apache2 -avoid-version mod_jk.lo > ../common/jk_ajp12_worker.lo ../common/jk_connect.lo > ../common/jk_msg_buff.lo ../common/jk_util.lo ../common/jk_ajp13.lo > ../common/jk_pool.lo ../common/jk_worker.lo ../common/jk_ajp13_worker.lo > ../common/jk_lb_worker.lo ../common/jk_sockbuf.lo ../common/jk_map.lo > ../common/jk_uri_worker_map.lo ../common/jk_ajp14.lo > ../common/jk_ajp14_worker.lo ../common/jk_md5.lo > ../common/jk_ajp_common.lo ../common/jk_context.lo > libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool > object > gmake[1]: *** [mod_jk.la] Error 1 > gmake[1]: Leaving directory > `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na > tive/apache-2.0' gmake: *** [all-recursive] Error 1 > *** Error code 2 > > Stop in /usr/ports/www/mod_jk2. > > The FreeBSD version is 4.8. > > I am new to FreeBSD, please help, thanks. > > Regards, > Zhong Lun > From owner-freebsd-java@FreeBSD.ORG Thu Jun 12 06:35:07 2003 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 24D8837B401 for ; Thu, 12 Jun 2003 06:35:07 -0700 (PDT) Received: from palomar.yi.org (user-10cm1j3.cable.mindspring.com [64.203.6.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7483843F75 for ; Thu, 12 Jun 2003 06:35:06 -0700 (PDT) (envelope-from erich@ucsd.edu) Received: from ucsd.edu (soledad [192.168.123.250]) by palomar.yi.org (8.12.8p1/8.12.8) with ESMTP id h5CDG2TG003526; Thu, 12 Jun 2003 06:16:02 -0700 (PDT) (envelope-from erich@ucsd.edu) Message-ID: <3EE88135.6080606@ucsd.edu> Date: Thu, 12 Jun 2003 06:33:41 -0700 From: =?ISO-8859-1?Q?Eric_Hedstr=F6m?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030522 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Palle Girgensohn References: <46910000.1055413025@rambutan.pingpong.net> In-Reply-To: <46910000.1055413025@rambutan.pingpong.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org cc: Zhong.Lun@bluewave.com Subject: Re: port mod_jk, mod_jk2 & apache2 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, 12 Jun 2003 13:35:08 -0000 Hi folks, I got the same error yesterday when I tried making mod_jk after cvsuping ports. Where does aclocal come from? I was thinking maybe autoconf but haven't had a chance to look further yet. Anyway, it looks like the port is missing a build-time dependency. Eric Palle Girgensohn wrote: > Hi Zhong, > > First, the first error is that aclocal cannot be found. Do you have it > installed in /usr/local/bin/aclocal? Since aclocal cannot be found, do > you have /usr/local/bin in your path? Is automake installed? > > Next, there is no comitted port for apache2 & mod_jk. They're still in > GNATS. > > The ports I mentioned in my mail are not in the ports tree yet, (apart > from mod_jk for apache13), they are still in GNATS. If you like, please > try them, perhaps they work better? I'm not sure they will work better > for you, only that they work for me. :) > > gen> > > You will have to extract them from the PRs, or wait until they get > comitted. > > Hope this works for you. Please mail me if you have more questions. > > /Palle > > --On torsdag, juni 12, 2003 15.45.28 +0800 Zhong.Lun@bluewave.com wrote: > >> Hi, >> >> Since I knew there is a fix, I tried to install but failed. I download >> the >> ports(apache2, mod_jk & mod_jk2) from FreeBSD. The status is >> >> compiling & installing apache2 OK >> >> compiling mod_jk: >> >> # make >> ===> Extracting for mod_jk-1.2.3,1 >> >> Checksum OK for jakarta-tomcat-connectors-jk-1.2.3-src.tar.gz. >> ===> Patching for mod_jk-1.2.3,1 >> ===> Applying FreeBSD patches for mod_jk-1.2.3,1 >> cd >> /usr/ports/www/mod_jk/work/jakarta-tomcat-connectors-jk-1.2.3-src/jk/nati >> ve; >> >> aclocal; /usr/local/bin/libtoolize >> aclocal: not found >> *** Error code 127 >> >> Stop in /usr/ports/www/mod_jk. >> >> compiling mod_jk2: >> >> # make >> ===> Building for mod_jk-apache2-1.2.2 >> Making all in common >> gmake[1]: Entering directory >> `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na >> tive/common' gmake[1]: Nothing to be done for `all'. >> gmake[1]: Leaving directory >> `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na >> tive/common' Making all in apache-2.0 >> gmake[1]: Entering directory >> `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na >> tive/apache-2.0' /bin/sh /usr/local/share/apache2/build/libtool >> --silent --mode=link cc -I/usr/local/include/apache2 -O -pipe >> -DUSE_APACHE_MD5 -I ../common -I /usr/local/jdk1.3.1/include -I >> /usr/local/jdk1.3.1/include/unix -D_REENTRANT -D_THREAD_SAFE -O -pipe >> -DNO_IDEA -O -pipe -D_REENTRANT -D_THREAD_SAFE -o mod_jk.la -module >> -rpath >> /usr/local/libexec/apache2 -avoid-version mod_jk.lo >> ../common/jk_ajp12_worker.lo ../common/jk_connect.lo >> ../common/jk_msg_buff.lo ../common/jk_util.lo ../common/jk_ajp13.lo >> ../common/jk_pool.lo ../common/jk_worker.lo ../common/jk_ajp13_worker.lo >> ../common/jk_lb_worker.lo ../common/jk_sockbuf.lo ../common/jk_map.lo >> ../common/jk_uri_worker_map.lo ../common/jk_ajp14.lo >> ../common/jk_ajp14_worker.lo ../common/jk_md5.lo >> ../common/jk_ajp_common.lo ../common/jk_context.lo >> libtool: link: `../common/jk_ajp12_worker.lo' is not a valid >> libtool >> object >> gmake[1]: *** [mod_jk.la] Error 1 >> gmake[1]: Leaving directory >> `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na >> tive/apache-2.0' gmake: *** [all-recursive] Error 1 >> *** Error code 2 >> >> Stop in /usr/ports/www/mod_jk2. >> >> The FreeBSD version is 4.8. >> >> I am new to FreeBSD, please help, thanks. >> >> Regards, >> Zhong Lun >> > > > > > _______________________________________________ > 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" From owner-freebsd-java@FreeBSD.ORG Thu Jun 12 07:02:41 2003 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 DE88837B401 for ; Thu, 12 Jun 2003 07:02:41 -0700 (PDT) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F07843F75 for ; Thu, 12 Jun 2003 07:02:40 -0700 (PDT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1])h5CE31a6075301; Thu, 12 Jun 2003 16:03:01 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Thu, 12 Jun 2003 16:03:01 +0200 From: Palle Girgensohn To: =?ISO-8859-1?Q?Eric_Hedstr=F6m?= Message-ID: <125620000.1055426581@rambutan.pingpong.net> In-Reply-To: <3EE88135.6080606@ucsd.edu> References: <46910000.1055413025@rambutan.pingpong.net> <3EE88135.6080606@ucsd.edu> X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline cc: java@freebsd.org cc: Zhong.Lun@bluewave.com Subject: Re: port mod_jk, mod_jk2 & apache2 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, 12 Jun 2003 14:02:42 -0000 Hi! aclocal is part of the automake distribution. USE_AUTOMAKE_VER=3D 15 should be sufficient to create a build dependency on automake, and hence=20 install aclocal... Do you have automake installed? If you do, you should=20 have aclocal in ${LOCALBASE}, alas /usr/local/bin. It would be great if you = could check this, if there's a problem with the port, I'd like to know. /Palle --On torsdag, juni 12, 2003 06.33.41 -0700 Eric Hedstr=F6m = wrote: > Hi folks, > I got the same error yesterday when I tried making mod_jk after cvsuping > ports. Where does aclocal come from? I was thinking maybe autoconf but > haven't had a chance to look further yet. Anyway, it looks like the port > is missing a build-time dependency. > > Eric > > Palle Girgensohn wrote: >> Hi Zhong, >> >> First, the first error is that aclocal cannot be found. Do you have it >> installed in /usr/local/bin/aclocal? Since aclocal cannot be found, do >> you have /usr/local/bin in your path? Is automake installed? >> >> Next, there is no comitted port for apache2 & mod_jk. They're still in >> GNATS. >> >> The ports I mentioned in my mail are not in the ports tree yet, (apart >> from mod_jk for apache13), they are still in GNATS. If you like, please >> try them, perhaps they work better? I'm not sure they will work better >> for you, only that they work for me. :) >> >> = > gir gen> >> >> You will have to extract them from the PRs, or wait until they get >> comitted. >> >> Hope this works for you. Please mail me if you have more questions. >> >> /Palle >> >> --On torsdag, juni 12, 2003 15.45.28 +0800 Zhong.Lun@bluewave.com wrote: >> >>> Hi, >>> >>> Since I knew there is a fix, I tried to install but failed. I download >>> the >>> ports(apache2, mod_jk & mod_jk2) from FreeBSD. The status is >>> >>> compiling & installing apache2 OK >>> >>> compiling mod_jk: >>> >>> # make >>> =3D=3D=3D> Extracting for mod_jk-1.2.3,1 >>> >> Checksum OK for jakarta-tomcat-connectors-jk-1.2.3-src.tar.gz. >>> =3D=3D=3D> Patching for mod_jk-1.2.3,1 >>> =3D=3D=3D> Applying FreeBSD patches for mod_jk-1.2.3,1 >>> cd >>> /usr/ports/www/mod_jk/work/jakarta-tomcat-connectors-jk-1.2.3-src/jk/na >>> ti ve; >>> >>> aclocal; /usr/local/bin/libtoolize >>> aclocal: not found >>> *** Error code 127 >>> >>> Stop in /usr/ports/www/mod_jk. >>> >>> compiling mod_jk2: >>> >>> # make >>> =3D=3D=3D> Building for mod_jk-apache2-1.2.2 >>> Making all in common >>> gmake[1]: Entering directory >>> `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/ >>> na tive/common' gmake[1]: Nothing to be done for `all'. gmake[1]: >>> Leaving directory >>> `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/ >>> na tive/common' Making all in apache-2.0 >>> gmake[1]: Entering directory >>> `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/ >>> na tive/apache-2.0' /bin/sh = /usr/local/share/apache2/build/libtool >>> --silent --mode=3Dlink cc -I/usr/local/include/apache2 -O -pipe >>> -DUSE_APACHE_MD5 -I ../common -I /usr/local/jdk1.3.1/include -I >>> /usr/local/jdk1.3.1/include/unix -D_REENTRANT -D_THREAD_SAFE -O -pipe >>> -DNO_IDEA -O -pipe -D_REENTRANT -D_THREAD_SAFE -o mod_jk.la -module >>> -rpath >>> /usr/local/libexec/apache2 -avoid-version mod_jk.lo >>> ../common/jk_ajp12_worker.lo ../common/jk_connect.lo >>> ../common/jk_msg_buff.lo ../common/jk_util.lo ../common/jk_ajp13.lo >>> ../common/jk_pool.lo ../common/jk_worker.lo = ../common/jk_ajp13_worker.lo >>> ../common/jk_lb_worker.lo ../common/jk_sockbuf.lo ../common/jk_map.lo >>> ../common/jk_uri_worker_map.lo ../common/jk_ajp14.lo >>> ../common/jk_ajp14_worker.lo ../common/jk_md5.lo >>> ../common/jk_ajp_common.lo ../common/jk_context.lo >>> libtool: link: `../common/jk_ajp12_worker.lo' is not a valid >>> libtool >>> object >>> gmake[1]: *** [mod_jk.la] Error 1 >>> gmake[1]: Leaving directory >>> `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/ >>> na tive/apache-2.0' gmake: *** [all-recursive] Error 1 *** Error >>> code 2 >>> >>> Stop in /usr/ports/www/mod_jk2. >>> >>> The FreeBSD version is 4.8. >>> >>> I am new to FreeBSD, please help, thanks. >>> >>> Regards, >>> Zhong Lun >>> >> >> >> >> >> _______________________________________________ >> 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" > From owner-freebsd-java@FreeBSD.ORG Thu Jun 12 11:49:52 2003 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 7478837B401 for ; Thu, 12 Jun 2003 11:49:52 -0700 (PDT) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EA5A43FA3 for ; Thu, 12 Jun 2003 11:49:51 -0700 (PDT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1])h5CIoDa6035567; Thu, 12 Jun 2003 20:50:13 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Thu, 12 Jun 2003 20:50:13 +0200 From: Palle Girgensohn To: =?ISO-8859-1?Q?Eric_Hedstr=F6m?= Message-ID: <227490000.1055443813@rambutan.pingpong.net> In-Reply-To: <3EE8C773.1080905@ucsd.edu> References: <46910000.1055413025@rambutan.pingpong.net> <3EE88135.6080606@ucsd.edu> <125620000.1055426581@rambutan.pingpong.net> <3EE8C773.1080905@ucsd.edu> X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline cc: java@freebsd.org cc: Zhong.Lun@bluewave.com Subject: Re: port mod_jk, mod_jk2 & apache2 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, 12 Jun 2003 18:49:52 -0000 Hi, Humm, I will have to move the ${ACLOCAL} from post-patch to pre-configure,=20 I guess. My guess is build_depends are not installed until after patch. Thanks for the input! /Palle --On torsdag, juni 12, 2003 11.33.23 -0700 Eric Hedstr=F6m = wrote: > I didn't have automake installed. After I installed that, mod_jk pulled > in autoconf and everything built cleanly. I'm trying out mod_jk now. > > So I don't know if this is a problem with this port or the ports system > in general... This system has 4.8-RELEASE with ports cvsuped yesterday. > > Thanks! > Eric > > Palle Girgensohn wrote: >> Hi! >> >> aclocal is part of the automake distribution. >> >> USE_AUTOMAKE_VER=3D 15 >> >> should be sufficient to create a build dependency on automake, and hence >> install aclocal... Do you have automake installed? If you do, you should >> have aclocal in ${LOCALBASE}, alas /usr/local/bin. It would be great if >> you could check this, if there's a problem with the port, I'd like to >> know. >> >> /Palle >> >> >> --On torsdag, juni 12, 2003 06.33.41 -0700 Eric Hedstr=F6m >> wrote: >> >>> Hi folks, >>> I got the same error yesterday when I tried making mod_jk after = cvsuping >>> ports. Where does aclocal come from? I was thinking maybe autoconf but >>> haven't had a chance to look further yet. Anyway, it looks like the = port >>> is missing a build-time dependency. >>> >>> Eric >>> >>> Palle Girgensohn wrote: >>> >>>> Hi Zhong, >>>> >>>> First, the first error is that aclocal cannot be found. Do you have it >>>> installed in /usr/local/bin/aclocal? Since aclocal cannot be found, do >>>> you have /usr/local/bin in your path? Is automake installed? >>>> >>>> Next, there is no comitted port for apache2 & mod_jk. They're still in >>>> GNATS. >>>> >>>> The ports I mentioned in my mail are not in the ports tree yet, (apart >>>> from mod_jk for apache13), they are still in GNATS. If you like, = please >>>> try them, perhaps they work better? I'm not sure they will work better >>>> for you, only that they work for me. :) >>>> >>>> = >>> r=3D gir gen> >>>> >>>> You will have to extract them from the PRs, or wait until they get >>>> comitted. >>>> >>>> Hope this works for you. Please mail me if you have more questions. >>>> >>>> /Palle >>>> >>>> --On torsdag, juni 12, 2003 15.45.28 +0800 Zhong.Lun@bluewave.com >>>> wrote: >>>> >>>>> Hi, >>>>> >>>>> Since I knew there is a fix, I tried to install but failed. I = download >>>>> the >>>>> ports(apache2, mod_jk & mod_jk2) from FreeBSD. The status is >>>>> >>>>> compiling & installing apache2 OK >>>>> >>>>> compiling mod_jk: >>>>> >>>>> # make >>>>> =3D=3D=3D> Extracting for mod_jk-1.2.3,1 >>>>> >> Checksum OK for >>>>> >> jakarta-tomcat-connectors-jk-1.2.3-src.tar.gz. >>>>> =3D=3D=3D> Patching for mod_jk-1.2.3,1 >>>>> =3D=3D=3D> Applying FreeBSD patches for mod_jk-1.2.3,1 >>>>> cd >>>>> /usr/ports/www/mod_jk/work/jakarta-tomcat-connectors-jk-1.2.3-src/jk/ >>>>> na ti ve; >>>>> >>>>> aclocal; /usr/local/bin/libtoolize >>>>> aclocal: not found >>>>> *** Error code 127 >>>>> >>>>> Stop in /usr/ports/www/mod_jk. >>>>> >>>>> compiling mod_jk2: >>>>> >>>>> # make >>>>> =3D=3D=3D> Building for mod_jk-apache2-1.2.2 >>>>> Making all in common >>>>> gmake[1]: Entering directory >>>>> `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/j >>>>> k/ na tive/common' gmake[1]: Nothing to be done for `all'. >>>>> gmake[1]: Leaving directory >>>>> `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/j >>>>> k/ na tive/common' Making all in apache-2.0 >>>>> gmake[1]: Entering directory >>>>> `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/j >>>>> k/ na tive/apache-2.0' /bin/sh >>>>> /usr/local/share/apache2/build/libtool >>>>> --silent --mode=3Dlink cc -I/usr/local/include/apache2 -O -pipe >>>>> -DUSE_APACHE_MD5 -I ../common -I /usr/local/jdk1.3.1/include -I >>>>> /usr/local/jdk1.3.1/include/unix -D_REENTRANT -D_THREAD_SAFE -O -pipe >>>>> -DNO_IDEA -O -pipe -D_REENTRANT -D_THREAD_SAFE -o mod_jk.la = -module >>>>> -rpath >>>>> /usr/local/libexec/apache2 -avoid-version mod_jk.lo >>>>> ../common/jk_ajp12_worker.lo ../common/jk_connect.lo >>>>> ../common/jk_msg_buff.lo ../common/jk_util.lo ../common/jk_ajp13.lo >>>>> ../common/jk_pool.lo ../common/jk_worker.lo >>>>> ../common/jk_ajp13_worker.lo >>>>> ../common/jk_lb_worker.lo ../common/jk_sockbuf.lo ../common/jk_map.lo >>>>> ../common/jk_uri_worker_map.lo ../common/jk_ajp14.lo >>>>> ../common/jk_ajp14_worker.lo ../common/jk_md5.lo >>>>> ../common/jk_ajp_common.lo ../common/jk_context.lo >>>>> libtool: link: `../common/jk_ajp12_worker.lo' is not a valid >>>>> libtool >>>>> object >>>>> gmake[1]: *** [mod_jk.la] Error 1 >>>>> gmake[1]: Leaving directory >>>>> `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/j >>>>> k/ na tive/apache-2.0' gmake: *** [all-recursive] Error 1 *** >>>>> Error code 2 >>>>> >>>>> Stop in /usr/ports/www/mod_jk2. >>>>> >>>>> The FreeBSD version is 4.8. >>>>> >>>>> I am new to FreeBSD, please help, thanks. >>>>> >>>>> Regards, >>>>> Zhong Lun >>>>> >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> 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" >>> >>> >> >> >> >> >> > From owner-freebsd-java@FreeBSD.ORG Sat Jun 14 03:36:12 2003 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB70837B401; Sat, 14 Jun 2003 03:36:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ADF343F75; Sat, 14 Jun 2003 03:36:12 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: from freefall.freebsd.org (phantom@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5EAaCUp008675; Sat, 14 Jun 2003 03:36:12 -0700 (PDT) (envelope-from phantom@freefall.freebsd.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5EAaC5Z008671; Sat, 14 Jun 2003 03:36:12 -0700 (PDT) Date: Sat, 14 Jun 2003 03:36:12 -0700 (PDT) From: Alexey Zelkin Message-Id: <200306141036.h5EAaC5Z008671@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-java@FreeBSD.org, phantom@FreeBSD.org Subject: Re: java/52302: jdk14 runnaway processes 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, 14 Jun 2003 10:36:13 -0000 Synopsis: jdk14 runnaway processes Responsible-Changed-From-To: freebsd-java->phantom Responsible-Changed-By: phantom Responsible-Changed-When: Sat Jun 14 03:35:32 PDT 2003 Responsible-Changed-Why: My victim http://www.freebsd.org/cgi/query-pr.cgi?pr=52302 From owner-freebsd-java@FreeBSD.ORG Sat Jun 14 03:37:48 2003 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5921737B401; Sat, 14 Jun 2003 03:37:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E994443F3F; Sat, 14 Jun 2003 03:37:47 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: from freefall.freebsd.org (phantom@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5EAblUp008747; Sat, 14 Jun 2003 03:37:47 -0700 (PDT) (envelope-from phantom@freefall.freebsd.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5EAbl9O008743; Sat, 14 Jun 2003 03:37:47 -0700 (PDT) Date: Sat, 14 Jun 2003 03:37:47 -0700 (PDT) From: Alexey Zelkin Message-Id: <200306141037.h5EAbl9O008743@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-java@FreeBSD.org, phantom@FreeBSD.org Subject: Re: java/46151: Sound Capture works only one time 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, 14 Jun 2003 10:37:48 -0000 Synopsis: Sound Capture works only one time Responsible-Changed-From-To: freebsd-java->phantom Responsible-Changed-By: phantom Responsible-Changed-When: Sat Jun 14 03:36:23 PDT 2003 Responsible-Changed-Why: My recent project (done using most recent jdk14 native port) shown that problem is also persit in jdk14 too. I'll be handling this problem soon, so assign it to myself. http://www.freebsd.org/cgi/query-pr.cgi?pr=46151 From owner-freebsd-java@FreeBSD.ORG Sat Jun 14 03:41:25 2003 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BBDE37B401; Sat, 14 Jun 2003 03:41:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAFCD43FD7; Sat, 14 Jun 2003 03:41:24 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: from freefall.freebsd.org (phantom@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5EAfOUp009103; Sat, 14 Jun 2003 03:41:24 -0700 (PDT) (envelope-from phantom@freefall.freebsd.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5EAfObj009099; Sat, 14 Jun 2003 03:41:24 -0700 (PDT) Date: Sat, 14 Jun 2003 03:41:24 -0700 (PDT) From: Alexey Zelkin Message-Id: <200306141041.h5EAfObj009099@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-java@FreeBSD.org, phantom@FreeBSD.org Subject: Re: java/47448: linux-blackdown-jdk-1.4.1: syscall mmap2 is obsoleted 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, 14 Jun 2003 10:41:25 -0000 Synopsis: linux-blackdown-jdk-1.4.1: syscall mmap2 is obsoleted Responsible-Changed-From-To: freebsd-java->phantom Responsible-Changed-By: phantom Responsible-Changed-When: Sat Jun 14 03:39:15 PDT 2003 Responsible-Changed-Why: I'll check this issue, as well as it'll be reminder about same problem about ftruncate64() syscall. http://www.freebsd.org/cgi/query-pr.cgi?pr=47448 From owner-freebsd-java@FreeBSD.ORG Sat Jun 14 03:42:22 2003 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4753B37B401; Sat, 14 Jun 2003 03:42:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8A6A43F93; Sat, 14 Jun 2003 03:42:21 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: from freefall.freebsd.org (phantom@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5EAgLUp009164; Sat, 14 Jun 2003 03:42:21 -0700 (PDT) (envelope-from phantom@freefall.freebsd.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5EAgLa1009160; Sat, 14 Jun 2003 03:42:21 -0700 (PDT) Date: Sat, 14 Jun 2003 03:42:21 -0700 (PDT) From: Alexey Zelkin Message-Id: <200306141042.h5EAgLa1009160@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-java@FreeBSD.org, phantom@FreeBSD.org Subject: Re: java/50729: java/jdk14: broken java.net.NetworkInterface calls (SIOCGIFCONF) 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, 14 Jun 2003 10:42:22 -0000 Synopsis: java/jdk14: broken java.net.NetworkInterface calls (SIOCGIFCONF) Responsible-Changed-From-To: freebsd-java->phantom Responsible-Changed-By: phantom Responsible-Changed-When: Sat Jun 14 03:41:59 PDT 2003 Responsible-Changed-Why: My area. My victim http://www.freebsd.org/cgi/query-pr.cgi?pr=50729 From owner-freebsd-java@FreeBSD.ORG Sat Jun 14 13:47:09 2003 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 90AB137B401 for ; Sat, 14 Jun 2003 13:47:09 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1477743F3F for ; Sat, 14 Jun 2003 13:47:08 -0700 (PDT) (envelope-from fh31415@gmx.net) Received: (qmail 19054 invoked by uid 65534); 14 Jun 2003 20:47:06 -0000 Received: from a092234.adsl.hansenet.de (EHLO host1.myhost.mydomain) (213.191.92.234) by mail.gmx.net (mp013) with SMTP; 14 Jun 2003 22:47:06 +0200 Received: from host1.myhost.mydomain (localhost [127.0.0.1]) by host1.myhost.mydomain (8.12.8/8.12.8) with ESMTP id h5EKk00e000502 for ; Sat, 14 Jun 2003 22:46:00 +0200 (CEST) (envelope-from azure@host1.myhost.mydomain) Received: (from azure@localhost) by host1.myhost.mydomain (8.12.8/8.12.8/Submit) id h5EKk0Eq000501 for freebsd-java@freebsd.org; Sat, 14 Jun 2003 22:46:00 +0200 (CEST) Date: Sat, 14 Jun 2003 22:46:00 +0200 From: Frank Heitmann To: freebsd-java@freebsd.org Message-ID: <20030614204600.GA446@host1.myhost.mydomain> Mail-Followup-To: freebsd-java@freebsd.org References: <3EE6AC62.7020205@alumni.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EE6AC62.7020205@alumni.rice.edu> User-Agent: Mutt/1.4i Subject: Re: eclipse port? 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, 14 Jun 2003 20:47:09 -0000 Hi. Has someone taken care of the eclipse port already? I have just updated my ports tree and I have not found it, but maybe I have done something wrong - I am just starting :) Should I wait for it to appear in the ports collection or can I install it manually from ~kan/eclipse.tar.gz ? Cheers, Frank