From owner-freebsd-java Mon Nov 23 13:03:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16614 for freebsd-java-outgoing; Mon, 23 Nov 1998 13:03:32 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16605 for ; Mon, 23 Nov 1998 13:03:30 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id OAA20434 for ; Mon, 23 Nov 1998 14:03:02 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA28121; Mon, 23 Nov 1998 14:03:01 -0700 Date: Mon, 23 Nov 1998 14:03:01 -0700 Message-Id: <199811232103.OAA28121@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-java@FreeBSD.ORG Subject: Jikes? X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to run the most recent Jikes release, and I get the following error: moth:/tmp # ./jikes ELF binary type not known Abort moth:/tmp # file jikes jikes: ELF 32-bit LSB executable, Intel 80386, version 1 (Linux), dynamically linked, stripped However, as you can see, I've run 'brandelf' on it to say it's a Linux binary. Does anyone have any idea what's up, or have any luck running jikes? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Nov 23 13:48:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21689 for freebsd-java-outgoing; Mon, 23 Nov 1998 13:48:43 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from relay.hq.tis.com (relay.hq.tis.com [192.94.214.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21682 for ; Mon, 23 Nov 1998 13:48:40 -0800 (PST) (envelope-from stevek@tis.com) Received: by relay.hq.tis.com; id QAA29322; Mon, 23 Nov 1998 16:55:21 -0500 (EST) Received: from clipper.hq.tis.com(10.33.1.2) by relay.hq.tis.com via smap (4.1) id xma029309; Mon, 23 Nov 98 16:55:13 -0500 Received: from mufasa.va.tis.com (mufasa.va.tis.com [192.168.10.18]) by clipper.hq.tis.com (8.9.1/8.9.1) with ESMTP id QAA18194; Mon, 23 Nov 1998 16:44:48 -0500 (EST) Received: from localhost (stevek@localhost) by mufasa.va.tis.com (8.8.7/8.8.7) with SMTP id RAA13641; Mon, 23 Nov 1998 17:04:02 -0500 (EST) (envelope-from stevek@mufasa.va.tis.com) Date: Mon, 23 Nov 1998 17:04:02 -0500 (EST) From: Steve Kiernan To: Nate Williams cc: freebsd-java@FreeBSD.ORG Subject: Re: Jikes? In-Reply-To: <199811232103.OAA28121@mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 23 Nov 1998, Nate Williams wrote: > I'm trying to run the most recent Jikes release, and I get the following > error: > > moth:/tmp # ./jikes > ELF binary type not known > Abort > moth:/tmp # file jikes > jikes: ELF 32-bit LSB executable, Intel 80386, version 1 (Linux), dynamically linked, stripped > > However, as you can see, I've run 'brandelf' on it to say it's a Linux > binary. Does anyone have any idea what's up, or have any luck running > jikes? Do you have Linux emulation loaded? -- Stephen Kiernan stevek@tis.com TIS Labs at Network Associates, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Nov 23 13:51:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22238 for freebsd-java-outgoing; Mon, 23 Nov 1998 13:51:36 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22233 for ; Mon, 23 Nov 1998 13:51:34 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id OAA20817; Mon, 23 Nov 1998 14:51:23 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA28407; Mon, 23 Nov 1998 14:51:22 -0700 Date: Mon, 23 Nov 1998 14:51:22 -0700 Message-Id: <199811232151.OAA28407@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Steve Kiernan Cc: Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: Jikes? In-Reply-To: References: <199811232103.OAA28121@mt.sri.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I'm trying to run the most recent Jikes release, and I get the following > > error: > > > > moth:/tmp # ./jikes > > ELF binary type not known > > Abort > > moth:/tmp # file jikes > > jikes: ELF 32-bit LSB executable, Intel 80386, version 1 (Linux), dynamically linked, stripped > > > > However, as you can see, I've run 'brandelf' on it to say it's a Linux > > binary. Does anyone have any idea what's up, or have any luck running > > jikes? > > Do you have Linux emulation loaded? Hmmmm.... Now, that would be a *GOOD* thing to load, wouldn't it. :( *Sigh* Thanks Steve for pointing out the obvious that I had overlooked. :( moth:~/jikes % ./jikes IBM Research Jikes Compiler (C) Copyright IBM Corp. 1997, 1998. - Licensed Materials - Program Property of IBM - All Rights Reserved. ..... Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Nov 24 01:37:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28940 for freebsd-java-outgoing; Tue, 24 Nov 1998 01:37:52 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from cafe.muraoka.info.waseda.ac.jp (cafe.muraoka.info.waseda.ac.jp [133.9.68.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28935 for ; Tue, 24 Nov 1998 01:37:51 -0800 (PST) (envelope-from shudoh@muraoka.info.waseda.ac.jp) Received: from muraoka.info.waseda.ac.jp (shudoh@localhost [127.0.0.1]) by cafe.muraoka.info.waseda.ac.jp (8.9.1a/3.7W) with ESMTP id SAA26877 for ; Tue, 24 Nov 1998 18:34:24 +0900 Message-Id: <199811240934.SAA26877@cafe.muraoka.info.waseda.ac.jp> To: freebsd-java@FreeBSD.ORG Subject: Re: shuJIT crash using Swing In-reply-to: Your message of "Fri, 06 Nov 1998 08:19:51 PST." <199811061619.IAA18551@hub.freebsd.org> Date: Tue, 24 Nov 1998 18:34:23 +0900 From: SHUDOH Kazuyuki Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> On Fri, 6 Nov 1998 08:19:51 -0800 (PST) >>>>> swindellsr@genrad.co.uk(Robert Swindells) said: > I think I have found why I was getting crashes when trying to use > shuJIT with Swing. I suppose that shuJIT which crash with Swing is compiled from source code by yourself. Source code of current shuJIT, specifically code.c is too sensitive to register allocation by C compiler. I'd like to fix this character of the code. You can examine whether you are suffering this problem or not by looking at disassembled code of code.o % objdump code.o ..... 00000000 : 0: 55 pushl %ebp 1: 89 e5 movl %esp,%ebp 3: 83 ec 0c subl $0xc,%esp 6: 57 pushl %edi 7: 53 pushl %ebx 8: e8 00 00 00 00 call d ..... You may be suffering if you find the line containing `pushl %esi' around here. > The method javax.swing.UIManager.initialize() makes an explicit call > to java.lang.Compiler.disable(). I'll investigate this possibility, too. SHUDO Kazuyuki/首藤一幸 私をたばねないで あらせいとうの花のように shudoh@muraoka.info.waseda.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Nov 24 11:23:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25701 for freebsd-java-outgoing; Tue, 24 Nov 1998 11:23:22 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from aurora.rg.iupui.edu (aurora.rg.iupui.edu [134.68.31.122]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25694 for ; Tue, 24 Nov 1998 11:23:20 -0800 (PST) (envelope-from gunther@aurora.rg.iupui.edu) Received: (from gunther@localhost) by aurora.rg.iupui.edu (8.8.7/8.8.7) id OAA19262; Tue, 24 Nov 1998 14:24:12 -0500 (EST) (envelope-from gunther) Date: Tue, 24 Nov 1998 14:24:12 -0500 (EST) From: Gunther Schadow Message-Id: <199811241924.OAA19262@aurora.rg.iupui.edu> To: freebsd-java@FreeBSD.ORG, nate@mt.sri.com Subject: Re: Jikes? Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I run Jikes Version 0.36 (14 Jul 98) on FreeBSD 2.2.5-RELEASE and it's /usr/local/bin/jikes: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked, stripped. Everything works fine. I always admire how fast jikes is as opposed to the java javac. regards -Gunther Gunther Schadow ----------------------------------- http://aurora.rg.iupui.edu Regenstrief Institute for Health Care 1001 W 10th Street RG5, Indianapolis IN 46202, Phone: (317) 630 7960 schadow@aurora.rg.iupui.edu ---------------------- #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Nov 24 11:29:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26491 for freebsd-java-outgoing; Tue, 24 Nov 1998 11:29:16 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26463 for ; Tue, 24 Nov 1998 11:29:02 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id MAA29376; Tue, 24 Nov 1998 12:28:56 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id MAA02809; Tue, 24 Nov 1998 12:28:55 -0700 Date: Tue, 24 Nov 1998 12:28:55 -0700 Message-Id: <199811241928.MAA02809@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Gunther Schadow Cc: freebsd-java@FreeBSD.ORG, nate@mt.sri.com Subject: Re: Jikes? In-Reply-To: <199811241924.OAA19262@aurora.rg.iupui.edu> References: <199811241924.OAA19262@aurora.rg.iupui.edu> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I run Jikes Version 0.36 (14 Jul 98) on FreeBSD 2.2.5-RELEASE and it's > /usr/local/bin/jikes: ELF 32-bit LSB executable, Intel 80386, version > 1, dynamically linked, stripped. > > Everything works fine. I always admire how fast jikes is as opposed to > the java javac. No kidding, but I suspect most of that has to do with the fact that the JVM doesn't have to be started up everytime. I'm using a TowerJ compiled javac on Solaris, and it's about 10X faster than the Java version. In any case, Steve K. pointed out that I needed to load the Linux LKM before I could run Linux binaries. :( Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Nov 25 13:02:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10621 for freebsd-java-outgoing; Wed, 25 Nov 1998 13:02:22 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (sj-dsl-9-129-138.dspeed.net [209.249.129.138]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10604; Wed, 25 Nov 1998 13:02:19 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.1/8.8.8) with ESMTP id NAA01105; Wed, 25 Nov 1998 13:02:09 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199811252102.NAA01105@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: java@FreeBSD.ORG cc: multimedia@FreeBSD.ORG Subject: mpg audio rtp tool Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Nov 1998 13:02:08 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Could this be start of FreeBSD radio stations ? 8) http://www.cdt.luth.se/~rolle/mIR/ I started a transmitter here with the following command line: ./mIR-transmitter 224.2.2.2/4030 224.2.2.3/4040 /usr/home/hasty/mIR/bin/files cat files foo.mp3 The receiver : ./mIR 224.2.2.2/4030 -p "mpg123 -q" works like a charm 8) Enjoy, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Nov 25 14:07:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16181 for freebsd-java-outgoing; Wed, 25 Nov 1998 14:07:09 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from basil.cdt.luth.se (basil.cdt.luth.se [130.240.64.67]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16159; Wed, 25 Nov 1998 14:07:00 -0800 (PST) (envelope-from peppar@salt.cdt.luth.se) Received: from salt (peppar@salt.cdt.luth.se [130.240.64.42]) by basil.cdt.luth.se (8.8.8/8.7.3) with ESMTP id XAA29411; Wed, 25 Nov 1998 23:06:18 +0100 (MET) Message-Id: <199811252206.XAA29411@basil.cdt.luth.se> X-Mailer: exmh version 2.0.2 2/24/98 To: Amancio Hasty cc: java@FreeBSD.ORG, multimedia@FreeBSD.ORG, rolle@basil.cdt.luth.se Subject: Re: mpg audio rtp tool In-reply-to: Your message of "Wed, 25 Nov 1998 13:02:08 PST." <199811252102.NAA01105@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Wed, 25 Nov 1998 23:06:17 +0100 From: Peter Parnes Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org That was one of ideas behind mIR. The other is to be able to vote in "real-time" about which song to listen to. mIR = multicast Interactive Radio. For a blurb about my original ideas regarding mIR, take a look http://www.cdt.luth.se/~peppar/progs/mIR/ideas.html The second generation of mIR have been realized mainly by RolandP. working here at CDT. /P Ps. Don't forget the copyright issues!! ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Nov 25 14:16:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17528 for freebsd-java-outgoing; Wed, 25 Nov 1998 14:16:47 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from rah.star-gate.com (sj-dsl-9-129-138.dspeed.net [209.249.129.138]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17508; Wed, 25 Nov 1998 14:16:42 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.1/8.8.8) with ESMTP id OAA11363; Wed, 25 Nov 1998 14:16:28 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199811252216.OAA11363@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Peter Parnes cc: java@FreeBSD.ORG, multimedia@FreeBSD.ORG, rolle@basil.cdt.luth.se Subject: Re: mpg audio rtp tool In-reply-to: Your message of "Wed, 25 Nov 1998 23:06:17 +0100." <199811252206.XAA29411@basil.cdt.luth.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Nov 1998 14:16:28 -0800 From: Amancio Hasty Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Lead away Brother ! Actually, there is lots content without necessarily copyright issues ;additionally, there are new artists which definitely want to be heard not sure that I want to hear some of them 8) Or, maybe talk to the folks who run http://www.iuma.com to start the station if they haven't already . Cheers, Amancio > That was one of ideas behind mIR. The other is to be able to vote in > "real-time" about which song to listen to. mIR = multicast Interactive Radio. > > For a blurb about my original ideas regarding mIR, take a look > http://www.cdt.luth.se/~peppar/progs/mIR/ideas.html > > The second generation of mIR have been realized mainly by RolandP. working > here at CDT. > > /P > > Ps. Don't forget the copyright issues!! ;-) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message