From owner-freebsd-java@FreeBSD.ORG Sun Jul 8 06:00:19 2007 Return-Path: X-Original-To: java@FreeBSD.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 343A616A41F for ; Sun, 8 Jul 2007 06:00:19 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id D506313C43E for ; Sun, 8 Jul 2007 06:00:18 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.1/8.14.1) with ESMTP id l685kGTa036789 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 8 Jul 2007 01:46:16 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.14.1/8.14.1/Submit) id l685kGSq036788 for java@FreeBSD.org; Sun, 8 Jul 2007 01:46:16 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: java@FreeBSD.org Date: Sun, 8 Jul 2007 01:46:16 -0400 User-Agent: KMail/1.9.6 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: Subject: ripping the browser plugin out of JDK (1.5) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 06:00:19 -0000 Hello! I'd like to make a separate port of (www/javaplugin) out of the JDK's plugin bits and pieces (the deploy/ subdirectory, apparently). The relationship will be similar to that between www/helixplugin and multimedia/helixplayer. Has anyone tried this? What's to be aware of? It seems like multiple versions of the plugin code exist -- for different versions of Netscape (ns4, ns6, ns7) -- which of these should be used with Firefox? Opera? Konqueror? Thanks in advance for hints/ideas... -mi From owner-freebsd-java@FreeBSD.ORG Mon Jul 9 02:26:41 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2342216A421 for ; Mon, 9 Jul 2007 02:26:41 +0000 (UTC) (envelope-from jpyobjcdude@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id D2E8813C489 for ; Mon, 9 Jul 2007 02:26:40 +0000 (UTC) (envelope-from jpyobjcdude@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1528329pye for ; Sun, 08 Jul 2007 19:26:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=ny7SwltHDP8ELEoDf1c9C8YpsibZron3uW1jXJxTi59uUqlen9+WEZ9XcgXwGlnI4YXU8ljQ7y2M8iCSxAvc4bzA4eMZYxgkhdqJ3Jzp6aR1ocpxHqRsKH+5oo0+ESEu5nO1yZvUyUez7Fu4EdeJb1y26waHO0rzfeDC/w4IzCc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=LGeCFeekzN70/a6uH6QYL0TZBzDAWrkgxejOmmI+EYGBqu+2cz/3ve1gGX21+z4UbD5LCUqMDXsneR5gXHOUHAtSeoHVZghF1Wo/PfjpjWtU7uJuaciBQ2SbfKr9VhafNZ5fhklibJNJ3jtniH0TArjDwPiqQIxwDsR++P2GpZE= Received: by 10.35.96.11 with SMTP id y11mr5755994pyl.1183946516961; Sun, 08 Jul 2007 19:01:56 -0700 (PDT) Received: by 10.35.27.8 with HTTP; Sun, 8 Jul 2007 19:01:56 -0700 (PDT) Message-ID: Date: Sun, 8 Jul 2007 22:01:56 -0400 From: JsD To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: A Business Case for Commons Daemon on FreeBSD X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 02:26:41 -0000 Good Day, I have been working lately with ApacheDS LDAP server and am very impressed with its design and extensibility. Since it is written in pure Java, it makes Java geeks like myself quite happy. I would love to get it running on FreeBSD but unfortunately, it will not work without a service framework and therefore will not work on FreeBSD :'( The ApacheDS team has suggested getting a jsvc port for FreeBSD in order to port over ApacheDS. See Link to post: http://mail-archives.apache.org/mod_mbox/directory-users/200703.mbox/%3ca32f6b020703282254j66efa8d9o2c6bec6a130861d8@mail.gmail.com%3e Having Commons Daemon would allow ApacheDS and solutions for Enterprise Java applications to the FreeBSD platform in a way that they are available already on Linux. At present, my only options are Linux (hmmm...) or Window (ack!). Please let me know how I can help get this port rolling again or help to expand this business case so we can justify getting this important project rolling again. I would be quite happy to help in being a tester. Thanks for your time and interest! TCQ For reference, here is the last thread on this topic: http://lists.freebsd.org/pipermail/freebsd-java/2006-March/005035.htm From owner-freebsd-java@FreeBSD.ORG Mon Jul 9 07:52:11 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C88A16A46F for ; Mon, 9 Jul 2007 07:52:11 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out3.tiscali.nl (smtp-out3.tiscali.nl [195.241.79.178]) by mx1.freebsd.org (Postfix) with ESMTP id E728913C457 for ; Mon, 9 Jul 2007 07:52:10 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from [82.171.39.195] (helo=guido.klop.ws) by smtp-out3.tiscali.nl with smtp (Tiscali http://www.tiscali.nl) id 1I7o2T-0006Eq-DC for ; Mon, 09 Jul 2007 09:52:09 +0200 Received: (qmail 8073 invoked from network); 9 Jul 2007 07:52:01 -0000 Received: from localhost.thuis.klop.ws (HELO guido.klop.ws) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; 9 Jul 2007 07:52:01 -0000 Date: Mon, 09 Jul 2007 09:52:00 +0200 To: JsD , freebsd-java@freebsd.org From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.21 (FreeBSD) Cc: Subject: Re: A Business Case for Commons Daemon on FreeBSD X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 07:52:11 -0000 On Mon, 09 Jul 2007 04:01:56 +0200, JsD wrote: > Good Day, > > I have been working lately with ApacheDS LDAP server and am very > impressed > with its design and extensibility. Since it is written in pure Java, it > makes Java geeks like myself quite happy. > > I would love to get it running on FreeBSD but unfortunately, it will not > work without a service framework and therefore will not work on FreeBSD > :'( > The ApacheDS team has suggested getting a jsvc port for FreeBSD in order > to > port over ApacheDS. See Link to post: > http://mail-archives.apache.org/mod_mbox/directory-users/200703.mbox/%3ca32f6b020703282254j66efa8d9o2c6bec6a130861d8@mail.gmail.com%3e > > Having Commons Daemon would allow ApacheDS and solutions for Enterprise > Java > applications to the FreeBSD platform in a way that they are available > already on Linux. At present, my only options are Linux (hmmm...) or > Window > (ack!). > > Please let me know how I can help get this port rolling again or help to > expand this business case so we can justify getting this important > project > rolling again. I would be quite happy to help in being a tester. > > Thanks for your time and interest! > TCQ > > For reference, here is the last thread on this topic: > http://lists.freebsd.org/pipermail/freebsd-java/2006-March/005035.htm > _______________________________________________ > 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" Does this help? http://www.apache.org/dist/jakarta/commons/daemon/binaries/1.0.1/freebsd/ It is build for freebsd 4.11. Ronald. -- Ronald Klop Amsterdam, The Netherlands From owner-freebsd-java@FreeBSD.ORG Mon Jul 9 08:38:46 2007 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C449016A41F for ; Mon, 9 Jul 2007 08:38:46 +0000 (UTC) (envelope-from wfe.dehaan@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 9F63D13C459 for ; Mon, 9 Jul 2007 08:38:46 +0000 (UTC) (envelope-from wfe.dehaan@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so1277924waf for ; Mon, 09 Jul 2007 01:38:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=c8kDLbROzjd/j1Z7dDpwPG0U3XFK0xvjSfIFeEqU9ZV5CbzrdhxECzUOqpYV/40dxIFjf4YvbsJAVJg9XPnimjXjID1vTZuz+m9ZBPGc5bTJLMtgvSbdDi20SeomfmpCHDsGeOt+Ev6TtWJVxqVYSqlhuf53WtrGBTA3JxrV6MI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=jziE2SIRZ+EysQv9lYZNA00ew7BI5YmkHPBmq1pIX9Pi0EeQRZk0sA/c3Lr9v14ox9NirWh4PaY0EU44M4tVZpbSuw4t1eZ8J4ri63qrY8HqZFE8AbXLB/DTfyBuzaalN2HD5rcRNf2sAKIYuqzoeMEMowIWktV4YdGcAxgb6Qo= Received: by 10.114.80.4 with SMTP id d4mr2898544wab.1183968718430; Mon, 09 Jul 2007 01:11:58 -0700 (PDT) Received: by 10.114.81.7 with HTTP; Mon, 9 Jul 2007 01:11:58 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 10:11:58 +0200 From: "Ernst de Haan" Sender: wfe.dehaan@gmail.com To: java@freebsd.org MIME-Version: 1.0 X-Google-Sender-Auth: 560807a5847926f5 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Java on ia64? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 08:38:46 -0000 Hi, I'm about to install a new machine which I plan to use as a web server running Tomcat 6, Java 1.5 and XINS 2.0. The machine is a Sun Fire X2100 M2 x64-server (1 dual-core AMD Opteron-processor, model 1210). I wonder whether I should install 6.1-ia64 or -x86. I don't have experience with ia64; will Java run well (meaning: stable) on it? Any experiences from others will be appreciated :-) Cheers, Ernst From owner-freebsd-java@FreeBSD.ORG Mon Jul 9 09:11:30 2007 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCB9F16A41F for ; Mon, 9 Jul 2007 09:11:30 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id A77AC13C45D for ; Mon, 9 Jul 2007 09:11:30 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: by wx-out-0506.google.com with SMTP id i29so684627wxd for ; Mon, 09 Jul 2007 02:11:30 -0700 (PDT) Received: by 10.82.127.14 with SMTP id z14mr7683705buc.1183970647480; Mon, 09 Jul 2007 01:44:07 -0700 (PDT) Received: by 10.82.148.14 with HTTP; Mon, 9 Jul 2007 01:44:07 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 11:44:07 +0300 From: "Vlad GALU" To: "Ernst de Haan" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: java@freebsd.org Subject: Re: Java on ia64? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 09:11:31 -0000 On 7/9/07, Ernst de Haan wrote: > Hi, > > > I'm about to install a new machine which I plan to use as a web server > running Tomcat 6, Java 1.5 and XINS 2.0. > > The machine is a Sun Fire X2100 M2 x64-server (1 dual-core AMD > Opteron-processor, model 1210). > > I wonder whether I should install 6.1-ia64 or -x86. I don't have experience > with ia64; will Java run well (meaning: stable) on it? > > Any experiences from others will be appreciated :-) You'll be running the amd64 port, not the ia64 one. And yes, Java works pretty nice on that one too :) Make sure you use the latest java/jdk15 port. > > Cheers, > > > Ernst > _______________________________________________ > 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" > -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it. From owner-freebsd-java@FreeBSD.ORG Mon Jul 9 09:11:32 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7DD3A16A468 for ; Mon, 9 Jul 2007 09:11:32 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out1.tiscali.nl (smtp-out1.tiscali.nl [195.241.79.176]) by mx1.freebsd.org (Postfix) with ESMTP id 44A1D13C44B for ; Mon, 9 Jul 2007 09:11:32 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from [82.171.39.195] (helo=guido.klop.ws) by smtp-out1.tiscali.nl with smtp (Tiscali http://www.tiscali.nl) id 1I7pHH-0005cF-5R for ; Mon, 09 Jul 2007 11:11:31 +0200 Received: (qmail 8377 invoked from network); 9 Jul 2007 09:11:29 -0000 Received: from localhost.thuis.klop.ws (HELO guido.klop.ws) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; 9 Jul 2007 09:11:29 -0000 Date: Mon, 09 Jul 2007 11:11:27 +0200 To: JsD , freebsd-java@freebsd.org From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.21 (FreeBSD) Cc: Subject: Re: A Business Case for Commons Daemon on FreeBSD X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 09:11:32 -0000 On Mon, 09 Jul 2007 04:01:56 +0200, JsD wrote: > Good Day, > > I have been working lately with ApacheDS LDAP server and am very > impressed > with its design and extensibility. Since it is written in pure Java, it > makes Java geeks like myself quite happy. > > I would love to get it running on FreeBSD but unfortunately, it will not > work without a service framework and therefore will not work on FreeBSD > :'( > The ApacheDS team has suggested getting a jsvc port for FreeBSD in order > to > port over ApacheDS. See Link to post: > http://mail-archives.apache.org/mod_mbox/directory-users/200703.mbox/%3ca32f6b020703282254j66efa8d9o2c6bec6a130861d8@mail.gmail.com%3e > > Having Commons Daemon would allow ApacheDS and solutions for Enterprise > Java > applications to the FreeBSD platform in a way that they are available > already on Linux. At present, my only options are Linux (hmmm...) or > Window > (ack!). > > Please let me know how I can help get this port rolling again or help to > expand this business case so we can justify getting this important > project > rolling again. I would be quite happy to help in being a tester. > > Thanks for your time and interest! > TCQ > > For reference, here is the last thread on this topic: > http://lists.freebsd.org/pipermail/freebsd-java/2006-March/005035.htm > _______________________________________________ > 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" Try this. http://klop.ws/~ronald/jakarta-commons-daemon-1.0.1.tar.bz2 It installs /usr/local/bin/jsvc and /usr/local/share/java/classes/common-daemon.jar. Ronald. -- Ronald Klop Amsterdam, The Netherlands From owner-freebsd-java@FreeBSD.ORG Mon Jul 9 10:03:11 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6213416A41F for ; Mon, 9 Jul 2007 10:03:11 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out2.tiscali.nl (smtp-out2.tiscali.nl [195.241.79.177]) by mx1.freebsd.org (Postfix) with ESMTP id 0213C13C44B for ; Mon, 9 Jul 2007 10:03:10 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from [82.171.39.195] (helo=guido.klop.ws) by smtp-out2.tiscali.nl with smtp (Tiscali http://www.tiscali.nl) id 1I7q5F-0005M5-Hi for ; Mon, 09 Jul 2007 12:03:09 +0200 Received: (qmail 8559 invoked from network); 9 Jul 2007 10:03:06 -0000 Received: from localhost.thuis.klop.ws (HELO guido.klop.ws) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; 9 Jul 2007 10:03:06 -0000 Date: Mon, 09 Jul 2007 12:03:04 +0200 To: JsD , freebsd-java@freebsd.org From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.21 (FreeBSD) Cc: Subject: Re: A Business Case for Commons Daemon on FreeBSD X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 10:03:11 -0000 On Mon, 09 Jul 2007 11:11:27 +0200, Ronald Klop wrote: > On Mon, 09 Jul 2007 04:01:56 +0200, JsD wrote: > >> Good Day, >> >> I have been working lately with ApacheDS LDAP server and am very >> impressed >> with its design and extensibility. Since it is written in pure Java, it >> makes Java geeks like myself quite happy. >> >> I would love to get it running on FreeBSD but unfortunately, it will not >> work without a service framework and therefore will not work on FreeBSD >> :'( >> The ApacheDS team has suggested getting a jsvc port for FreeBSD in >> order to >> port over ApacheDS. See Link to post: >> http://mail-archives.apache.org/mod_mbox/directory-users/200703.mbox/%3ca32f6b020703282254j66efa8d9o2c6bec6a130861d8@mail.gmail.com%3e >> >> Having Commons Daemon would allow ApacheDS and solutions for Enterprise >> Java >> applications to the FreeBSD platform in a way that they are available >> already on Linux. At present, my only options are Linux (hmmm...) or >> Window >> (ack!). >> >> Please let me know how I can help get this port rolling again or help to >> expand this business case so we can justify getting this important >> project >> rolling again. I would be quite happy to help in being a tester. >> >> Thanks for your time and interest! >> TCQ >> >> For reference, here is the last thread on this topic: >> http://lists.freebsd.org/pipermail/freebsd-java/2006-March/005035.htm >> _______________________________________________ >> 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" > > Try this. > http://klop.ws/~ronald/jakarta-commons-daemon-1.0.1.tar.bz2 > > It installs /usr/local/bin/jsvc and > /usr/local/share/java/classes/common-daemon.jar. > > Ronald. > I filed a PR for this. ports/114431 Greetings, Ronald. -- Ronald Klop Amsterdam, The Netherlands From owner-freebsd-java@FreeBSD.ORG Mon Jul 9 11:08:36 2007 Return-Path: X-Original-To: freebsd-java@FreeBSD.org Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0A9A16A46F for ; Mon, 9 Jul 2007 11:08:36 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C3D5A13C484 for ; Mon, 9 Jul 2007 11:08:36 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l69B8a74044842 for ; Mon, 9 Jul 2007 11:08:36 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l69B8ZEx044838 for freebsd-java@FreeBSD.org; Mon, 9 Jul 2007 11:08:35 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 9 Jul 2007 11:08:35 GMT Message-Id: <200707091108.l69B8ZEx044838@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 11:08:37 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/60083 java Unsafe use of getaddrinfo in jvm 1.4.2-p5 f java/72151 java JVM crash on 5.2.1-R o java/76631 java any port linux-*-jdk12 will core dump if using linux_b o java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/110912 java Java krb5 client leaks UDP connections o java/112595 java Java appletviewer frequently hangs (kse_release loop) o ports/113467 java Multiple "missing return value" errors building JDK on 7 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext f java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires f ports/91244 java Bad instruction on making process of jdk14 o java/97461 java Diablo JDK does not report Update level in a format su o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java 6 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Jul 9 11:49:03 2007 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E569316A421 for ; Mon, 9 Jul 2007 11:49:03 +0000 (UTC) (envelope-from wfe.dehaan@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id BECD913C489 for ; Mon, 9 Jul 2007 11:49:03 +0000 (UTC) (envelope-from wfe.dehaan@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so1331487waf for ; Mon, 09 Jul 2007 04:49:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=LgibQvCVp0AePOOU/s0WbpT94/xkz1dPzYMN9AsQBdfMEboS3oo54ZMdxBMeiubJv8LRXScskCYlVvtT6BxPK/AHcx8QKf15hDazynUcAOYdD1olJsOaT7hv5TgoFKDrMIyIyWEGNUtY/G9Wft7jZvJXSizkKZuiuTP6CYEFv68= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=UW9oc/We5XBGI0+RIV9uRP769BlHGOwAkOKGzH8UrlxmuF6FI8vJRWtuFAder9QaCA6qAAg8FByEU5YtkzF+WkgaR+12nH4Q25BLvV5iOmrhj/5+6BD7Xhf9ZA/N3mcMkrM1qIgNlZU8XfJ4tUZTIKE43reab1RkURLN0/ysf24= Received: by 10.115.14.1 with SMTP id r1mr3044043wai.1183981743487; Mon, 09 Jul 2007 04:49:03 -0700 (PDT) Received: by 10.114.81.7 with HTTP; Mon, 9 Jul 2007 04:49:03 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 13:49:03 +0200 From: "Ernst de Haan" Sender: wfe.dehaan@gmail.com To: "Vlad GALU" In-Reply-To: MIME-Version: 1.0 References: X-Google-Sender-Auth: 12ab1f94eb3d52f2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: java@freebsd.org Subject: Re: Java on ia64? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 11:49:04 -0000 Vlad, > Any experiences from others will be appreciated :-) > > You'll be running the amd64 port, not the ia64 one. And yes, Java > works pretty nice on that one too :) Make sure you use the latest > java/jdk15 port. Indeed, it's amd64. Do you use it in a production system? What uptimes do you see? How long have you been using it? Cheers, Ernst From owner-freebsd-java@FreeBSD.ORG Mon Jul 9 11:56:54 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EFA816A41F for ; Mon, 9 Jul 2007 11:56:54 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out1.tiscali.nl (smtp-out1.tiscali.nl [195.241.79.176]) by mx1.freebsd.org (Postfix) with ESMTP id 1879D13C43E for ; Mon, 9 Jul 2007 11:56:53 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from [82.171.39.195] (helo=guido.klop.ws) by smtp-out1.tiscali.nl with smtp (Tiscali http://www.tiscali.nl) id 1I7rrI-0005QR-RF for ; Mon, 09 Jul 2007 13:56:53 +0200 Received: (qmail 8973 invoked from network); 9 Jul 2007 11:56:52 -0000 Received: from localhost.thuis.klop.ws (HELO guido.klop.ws) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; 9 Jul 2007 11:56:52 -0000 Date: Mon, 09 Jul 2007 13:56:50 +0200 To: freebsd-java@freebsd.org From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable Message-ID: User-Agent: Opera Mail/9.21 (FreeBSD) Subject: commons-daemon port and LD_LIBRARY_PATH X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 11:56:54 -0000 Hello, As posted in another thread I made a simple port of the jakarta project = = commons-daemon. Commons-daemon consists of an executable 'jsvc' which links java and = starts the application use an API defined in commons-daemon.jar. Everything compiles and runs almost. I only have one problem. It exists with this error. 'Error occurred during initialization of VM Unable to load native library: Shared object "libjvm.so" not found, = required by "libjava.so"' The jsvc programma forks itself and the child gives this error. If I first set = LD_LIBRARY_PATH=3D/usr/local/diablo-jdk1.5.0/jre/lib/i386:/usr/local/dia= ble-jdk1.5.0/jre/lib/i386/client = and then start jsvc everythings works ok. How can I make the jsvc-child find the same libs as its parent. Truss = shows that the parent finds the libs without LD_LIBRARY_PATH set. Cheers, Ronald. -- = Ronald Klop Amsterdam, The Netherlands From owner-freebsd-java@FreeBSD.ORG Mon Jul 9 11:58:32 2007 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 326AB16A46D for ; Mon, 9 Jul 2007 11:58:32 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id C4AFB13C46E for ; Mon, 9 Jul 2007 11:58:31 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: by ug-out-1314.google.com with SMTP id o4so1317580uge for ; Mon, 09 Jul 2007 04:58:30 -0700 (PDT) Received: by 10.82.170.2 with SMTP id s2mr8062863bue.1183982309798; Mon, 09 Jul 2007 04:58:29 -0700 (PDT) Received: by 10.82.148.14 with HTTP; Mon, 9 Jul 2007 04:58:29 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 14:58:29 +0300 From: "Vlad GALU" To: "Ernst de Haan" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: java@freebsd.org Subject: Re: Java on ia64? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 11:58:32 -0000 On 7/9/07, Ernst de Haan wrote: > Vlad, > > > > > > Any experiences from others will be appreciated :-) > > > > You'll be running the amd64 port, not the ia64 one. And yes, Java > > works pretty nice on that one too :) Make sure you use the latest > > java/jdk15 port. > > Indeed, it's amd64. > > Do you use it in a production system? What uptimes do you see? How long > have you been using it? > Cheers, I've been running the Openfire (formerly known as Wildfire) Jabber server in a corporate network for almost 2 years without problems. Of course, the loadavg is mild. > > > Ernst > -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it. From owner-freebsd-java@FreeBSD.ORG Mon Jul 9 19:30:44 2007 Return-Path: X-Original-To: java@FreeBSD.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 656EE16A400 for ; Mon, 9 Jul 2007 19:30:44 +0000 (UTC) (envelope-from mi+metlife@aldan.algebra.com) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.freebsd.org (Postfix) with ESMTP id 3AA1013C447 for ; Mon, 9 Jul 2007 19:30:44 +0000 (UTC) (envelope-from mi+metlife@aldan.algebra.com) Received: (qmail 11661 invoked from network); 9 Jul 2007 19:04:04 -0000 Received: from aldan.algebra.com (HELO [0.0.0.0]) ([216.254.65.224]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 9 Jul 2007 19:04:04 -0000 Message-ID: <469286A1.9020701@aldan.algebra.com> Date: Mon, 09 Jul 2007 15:04:01 -0400 From: "Mikhail T." User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: java@FreeBSD.org, amd64@FreeBSD.org, emulation@FreeBSD.org, glewis@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Linux JDK-1.5.0_12 (i386) unusable on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 19:30:44 -0000 Hello! I just tried to build the regular jdk15 port on my amd64 machine. It relies on the Linux jdk15 to bootstrap. Unfortunately, all invocations of javac and java were crashing with a HotSpot stack (linux-sun-jdk-1.5.0.12,2). I ended up manually replacing the bin/java and javac binaries with shell-wrapper, that prepends ``-client'' to the arguments. Although ``-client'' and ``-hotspot'' are supposed to be synonyms, the trick worked and the native JDK is now building. I'm unsure, where the blame lies -- with the Linuxulator, or the amd64 (6.2-stable from June 7th) -- but something needs to be done... Yours, -mi From owner-freebsd-java@FreeBSD.ORG Mon Jul 9 20:23:02 2007 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A724F16A474 for ; Mon, 9 Jul 2007 20:23:02 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id 4466B13C483 for ; Mon, 9 Jul 2007 20:23:01 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: by mu-out-0910.google.com with SMTP id w9so781676mue for ; Mon, 09 Jul 2007 13:23:00 -0700 (PDT) Received: by 10.82.151.14 with SMTP id y14mr8949169bud.1184012579934; Mon, 09 Jul 2007 13:22:59 -0700 (PDT) Received: by 10.82.148.14 with HTTP; Mon, 9 Jul 2007 13:22:59 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 23:22:59 +0300 From: "Vlad GALU" To: "Mikhail T." In-Reply-To: <469286A1.9020701@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <469286A1.9020701@aldan.algebra.com> Cc: amd64@freebsd.org, java@freebsd.org, glewis@freebsd.org, emulation@freebsd.org Subject: Re: Linux JDK-1.5.0_12 (i386) unusable on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:23:02 -0000 On 7/9/07, Mikhail T. wrote: > Hello! > > I just tried to build the regular jdk15 port on my amd64 machine. It > relies on the Linux jdk15 to bootstrap. > > Unfortunately, all invocations of javac and java were crashing with a > HotSpot stack (linux-sun-jdk-1.5.0.12,2). > > I ended up manually replacing the bin/java and javac binaries with > shell-wrapper, that prepends ``-client'' to the arguments. > > Although ``-client'' and ``-hotspot'' are supposed to be synonyms, the > trick worked and the native JDK is now building. > > I'm unsure, where the blame lies -- with the Linuxulator, or the amd64 > (6.2-stable from June 7th) -- but something needs to be done... > Using the diablo distribution to bootstrap jdk15 did the trick for me. > Yours, > > -mi > _______________________________________________ > 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" > -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it. From owner-freebsd-java@FreeBSD.ORG Tue Jul 10 07:35:13 2007 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A68D16A400; Tue, 10 Jul 2007 07:35:13 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 2367813C46C; Tue, 10 Jul 2007 07:35:13 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A571E0.dip.t-dialin.net [84.165.113.224]) by redbull.bpaserver.net (Postfix) with ESMTP id DAAF92E25F; Tue, 10 Jul 2007 09:15:45 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 96FF55B4AB1; Tue, 10 Jul 2007 09:13:34 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l6A7DY6G087804; Tue, 10 Jul 2007 09:13:34 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Tue, 10 Jul 2007 09:13:34 +0200 Message-ID: <20070710091334.40kgazmtwsg444w8@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Tue, 10 Jul 2007 09:13:34 +0200 From: Alexander Leidinger To: "Mikhail T." References: <469286A1.9020701@aldan.algebra.com> In-Reply-To: <469286A1.9020701@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.9, required 8, BAYES_00 -15.00, DKIM_POLICY_SIGNSOME 0.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: amd64@FreeBSD.org, java@FreeBSD.org, emulation@FreeBSD.org, glewis@FreeBSD.org Subject: Re: Linux JDK-1.5.0_12 (i386) unusable on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 07:35:13 -0000 Quoting "Mikhail T." (from Mon, 09 Jul =20 2007 15:04:01 -0400): > Hello! > > I just tried to build the regular jdk15 port on my amd64 machine. It > relies on the Linux jdk15 to bootstrap. > > Unfortunately, all invocations of javac and java were crashing with a > HotSpot stack (linux-sun-jdk-1.5.0.12,2). > I'm unsure, where the blame lies -- with the Linuxulator, or the amd64 > (6.2-stable from June 7th) -- but something needs to be done... Can you please try with a more recent -stable? On Sunday I committed =20 some fixes which may or may not help (I don't remember if those fixes =20 helped on -current or not). I also have some more fixes (MFCs) in the queue, if you are interested =20 to help test them on -stable please tell me. Bye, Alexander. --=20 It is said that the lonely eagle flies to the mountain peaks while the lowly ant crawls the ground, but cannot the soul of the ant soar as high as the eagle? http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-java@FreeBSD.ORG Tue Jul 10 22:49:28 2007 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99ABD16A46C; Tue, 10 Jul 2007 22:49:28 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 5B23513C46E; Tue, 10 Jul 2007 22:49:28 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost [127.0.0.1]) by misty.eyesbeyond.com (8.13.8/8.13.8) with ESMTP id l6AMnMJB060781; Tue, 10 Jul 2007 16:49:22 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.8/8.13.8/Submit) id l6AMnJjV060780; Tue, 10 Jul 2007 16:49:19 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Tue, 10 Jul 2007 16:49:19 -0600 From: Greg Lewis To: Alexander Leidinger Message-ID: <20070710224919.GA58192@misty.eyesbeyond.com> References: <469286A1.9020701@aldan.algebra.com> <20070710091334.40kgazmtwsg444w8@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070710091334.40kgazmtwsg444w8@webmail.leidinger.net> User-Agent: Mutt/1.4.2.3i Cc: amd64@freebsd.org, java@freebsd.org, glewis@freebsd.org, emulation@freebsd.org, "Mikhail T." Subject: Re: Linux JDK-1.5.0_12 (i386) unusable on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 22:49:28 -0000 On Tue, Jul 10, 2007 at 09:13:34AM +0200, Alexander Leidinger wrote: > Quoting "Mikhail T." (from Mon, 09 Jul > 2007 15:04:01 -0400): > > >Hello! > > > >I just tried to build the regular jdk15 port on my amd64 machine. It > >relies on the Linux jdk15 to bootstrap. > > > >Unfortunately, all invocations of javac and java were crashing with a > >HotSpot stack (linux-sun-jdk-1.5.0.12,2). > > > >I'm unsure, where the blame lies -- with the Linuxulator, or the amd64 > >(6.2-stable from June 7th) -- but something needs to be done... > > Can you please try with a more recent -stable? On Sunday I committed > some fixes which may or may not help (I don't remember if those fixes > helped on -current or not). > > I also have some more fixes (MFCs) in the queue, if you are interested > to help test them on -stable please tell me. I'll try it on 6.2-RELEASE-pmumble to make sure its working there. FWIW, I've had reports that linux-sun-jdk15 has been broken on -CURRENT/amd64 since around December, so MFC'ing changes may not actually improve the situation. Can you try it on current to see if it works for you? -- 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 Jul 11 06:55:00 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 562C316A400 for ; Wed, 11 Jul 2007 06:55:00 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.freebsd.org (Postfix) with ESMTP id B4BCE13C457 for ; Wed, 11 Jul 2007 06:54:58 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (localhost [127.0.0.1]) by smadev.internal.net (8.13.6/8.13.6) with ESMTP id l6B6suYQ002272 for ; Wed, 11 Jul 2007 09:54:56 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) Received: from localhost (localhost [[UNIX: localhost]]) by smadev.internal.net (8.13.6/8.13.6/Submit) id l6B6suIo002271 for freebsd-java@freebsd.org; Wed, 11 Jul 2007 09:54:56 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: freebsd-java@freebsd.org Date: Wed, 11 Jul 2007 09:54:56 +0300 User-Agent: KMail/1.9.3 References: <469286A1.9020701@aldan.algebra.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707110954.56180.achill@matrix.gatewaynet.com> Subject: Re: Linux JDK-1.5.0_12 (i386) unusable on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 06:55:00 -0000 =D3=F4=E9=F2 =C4=E5=F5=F4=DD=F1=E1 09 =C9=EF=FD=EB=E9=EF=F2 2007 23:22, =EF= /=E7 Vlad GALU =DD=E3=F1=E1=F8=E5: > On 7/9/07, Mikhail T. wrote: > > Hello! > > > > I just tried to build the regular jdk15 port on my amd64 machine. It > > relies on the Linux jdk15 to bootstrap. > > > > Unfortunately, all invocations of javac and java were crashing with a > > HotSpot stack (linux-sun-jdk-1.5.0.12,2). > > > > I ended up manually replacing the bin/java and javac binaries with > > shell-wrapper, that prepends ``-client'' to the arguments. > > > > Although ``-client'' and ``-hotspot'' are supposed to be synonyms, the > > trick worked and the native JDK is now building. > > > > I'm unsure, where the blame lies -- with the Linuxulator, or the amd64 > > (6.2-stable from June 7th) -- but something needs to be done... > > Using the diablo distribution to bootstrap jdk15 did the trick for me. > Excuse me, why would someone want to build jdk15 using diablo jdk15, when in the meantime he already has diablo jdk15??? Isnt it just reduntant? (im sure i am missing smth). > > Yours, > > > > -mi > > _______________________________________________ > > 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" =2D-=20 Achilleas Mantzios From owner-freebsd-java@FreeBSD.ORG Wed Jul 11 07:19:05 2007 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C87816A400; Wed, 11 Jul 2007 07:19:05 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id B745D13C465; Wed, 11 Jul 2007 07:19:04 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A55763.dip.t-dialin.net [84.165.87.99]) by redbull.bpaserver.net (Postfix) with ESMTP id 7B65C2E13B; Wed, 11 Jul 2007 09:18:58 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 293275B4902; Wed, 11 Jul 2007 09:16:47 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l6B7GkG8032877; Wed, 11 Jul 2007 09:16:46 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 11 Jul 2007 09:16:46 +0200 Message-ID: <20070711091646.tzcug58ty8o4o400@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Wed, 11 Jul 2007 09:16:46 +0200 From: Alexander Leidinger To: Greg Lewis References: <469286A1.9020701@aldan.algebra.com> <20070710091334.40kgazmtwsg444w8@webmail.leidinger.net> <20070710224919.GA58192@misty.eyesbeyond.com> In-Reply-To: <20070710224919.GA58192@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.3, required 8, BAYES_00 -15.00, DKIM_POLICY_SIGNSOME 0.00, J_CHICKENPOX_33 0.60, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: amd64@freebsd.org, java@freebsd.org, glewis@freebsd.org, emulation@freebsd.org, "Mikhail T." Subject: Re: Linux JDK-1.5.0_12 (i386) unusable on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 07:19:05 -0000 Quoting Greg Lewis (from Tue, 10 Jul 2007 =20 16:49:19 -0600): > On Tue, Jul 10, 2007 at 09:13:34AM +0200, Alexander Leidinger wrote: >> Quoting "Mikhail T." (from Mon, 09 Jul >> 2007 15:04:01 -0400): >> >> >Hello! >> > >> >I just tried to build the regular jdk15 port on my amd64 machine. It >> >relies on the Linux jdk15 to bootstrap. >> > >> >Unfortunately, all invocations of javac and java were crashing with a >> >HotSpot stack (linux-sun-jdk-1.5.0.12,2). >> >> >> >I'm unsure, where the blame lies -- with the Linuxulator, or the amd64 >> >(6.2-stable from June 7th) -- but something needs to be done... >> >> Can you please try with a more recent -stable? On Sunday I committed >> some fixes which may or may not help (I don't remember if those fixes >> helped on -current or not). >> >> I also have some more fixes (MFCs) in the queue, if you are interested >> to help test them on -stable please tell me. > > I'll try it on 6.2-RELEASE-pmumble to make sure its working there. > > FWIW, I've had reports that linux-sun-jdk15 has been broken on > -CURRENT/amd64 since around December, so MFC'ing changes may not > actually improve the situation. Can you try it on current to see > if it works for you? Regarding current it is important to know if this is with the default =20 2.4 linux emulation, or with the 2.6 linux emulation. Apart from that Roman knows about some thread "limitation" which hits =20 us here (I let him comment upon this), and AFAIR the JDK also tries to =20 use epoll which is not available yet... but I may misremember about =20 the last part. The big picture is: Linux programs start to depend more and more on =20 stuff which is not emulated yet in any FreeBSD release. That's the =20 reason why I try since ~1.5 years to get some people together to have =20 a look at improving the linuxulator. Roman made some nice progress =20 last year in the GSoC, and this year he will probably finish the last =20 important missing parts (again as part of the GSoC). But I don't =20 expect any release before 7.1 to contain all necessary pieces (but not =20 enabled by default, I assume; this may have to wait until 8.0, but the =20 decision has to be made when all the code is in the tree). Bye, Alexander. --=20 When the only tool you have is a hammer, every problem starts to look like a nail. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-java@FreeBSD.ORG Wed Jul 11 07:22:05 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E205F16A41F for ; Wed, 11 Jul 2007 07:22:05 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 675DE13C4BA for ; Wed, 11 Jul 2007 07:22:05 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: by ug-out-1314.google.com with SMTP id o4so57733uge for ; Wed, 11 Jul 2007 00:22:04 -0700 (PDT) Received: by 10.82.156.12 with SMTP id d12mr10499388bue.1184138523804; Wed, 11 Jul 2007 00:22:03 -0700 (PDT) Received: by 10.82.148.14 with HTTP; Wed, 11 Jul 2007 00:22:03 -0700 (PDT) Message-ID: Date: Wed, 11 Jul 2007 10:22:03 +0300 From: "Vlad GALU" To: "Achilleas Mantzios" In-Reply-To: <200707110954.56180.achill@matrix.gatewaynet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: base64 Content-Disposition: inline References: <469286A1.9020701@aldan.algebra.com> <200707110954.56180.achill@matrix.gatewaynet.com> Cc: freebsd-java@freebsd.org Subject: Re: Linux JDK-1.5.0_12 (i386) unusable on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 07:22:06 -0000 T24gNy8xMS8wNywgQWNoaWxsZWFzIE1hbnR6aW9zIDxhY2hpbGxAbWF0cml4LmdhdGV3YXluZXQu Y29tPiB3cm90ZToKPiDT9OnyIMTl9fTd8eEgMDkgye/96+nv8iAyMDA3IDIzOjIyLCDvL+cgVmxh ZCBHQUxVIN3j8eH45ToKPiA+IE9uIDcvOS8wNywgTWlraGFpbCBULiA8bWkrbWV0bGlmZUBhbGRh bi5hbGdlYnJhLmNvbT4gd3JvdGU6Cj4gPiA+IEhlbGxvIQo+ID4gPgo+ID4gPiBJIGp1c3QgdHJp ZWQgdG8gYnVpbGQgdGhlIHJlZ3VsYXIgamRrMTUgcG9ydCBvbiBteSBhbWQ2NCBtYWNoaW5lLiBJ dAo+ID4gPiByZWxpZXMgb24gdGhlIExpbnV4IGpkazE1IHRvIGJvb3RzdHJhcC4KPiA+ID4KPiA+ ID4gVW5mb3J0dW5hdGVseSwgYWxsIGludm9jYXRpb25zIG9mIGphdmFjIGFuZCBqYXZhIHdlcmUg Y3Jhc2hpbmcgd2l0aCBhCj4gPiA+IEhvdFNwb3Qgc3RhY2sgKGxpbnV4LXN1bi1qZGstMS41LjAu MTIsMikuCj4gPiA+Cj4gPiA+IEkgZW5kZWQgdXAgbWFudWFsbHkgcmVwbGFjaW5nIHRoZSBiaW4v amF2YSBhbmQgamF2YWMgYmluYXJpZXMgd2l0aAo+ID4gPiBzaGVsbC13cmFwcGVyLCB0aGF0IHBy ZXBlbmRzIGBgLWNsaWVudCcnIHRvIHRoZSBhcmd1bWVudHMuCj4gPiA+Cj4gPiA+IEFsdGhvdWdo IGBgLWNsaWVudCcnIGFuZCBgYC1ob3RzcG90JycgYXJlIHN1cHBvc2VkIHRvIGJlIHN5bm9ueW1z LCB0aGUKPiA+ID4gdHJpY2sgd29ya2VkIGFuZCB0aGUgbmF0aXZlIEpESyBpcyBub3cgYnVpbGRp bmcuCj4gPiA+Cj4gPiA+IEknbSB1bnN1cmUsIHdoZXJlIHRoZSBibGFtZSBsaWVzIC0tIHdpdGgg dGhlIExpbnV4dWxhdG9yLCBvciB0aGUgYW1kNjQKPiA+ID4gKDYuMi1zdGFibGUgZnJvbSBKdW5l IDd0aCkgLS0gYnV0IHNvbWV0aGluZyBuZWVkcyB0byBiZSBkb25lLi4uCj4gPgo+ID4gICAgVXNp bmcgdGhlIGRpYWJsbyBkaXN0cmlidXRpb24gdG8gYm9vdHN0cmFwIGpkazE1IGRpZCB0aGUgdHJp Y2sgZm9yIG1lLgo+ID4KPgo+IEV4Y3VzZSBtZSwgd2h5IHdvdWxkIHNvbWVvbmUgd2FudCB0byBi dWlsZCBqZGsxNSB1c2luZyBkaWFibG8gamRrMTUsCj4gd2hlbiBpbiB0aGUgbWVhbnRpbWUgaGUg YWxyZWFkeSBoYXMgZGlhYmxvIGpkazE1Pz8/Cj4KPiBJc250IGl0IGp1c3QgcmVkdW50YW50PwoK ICAgTm90IHF1aXRlLiBUaGUgc291cmNlcyB1c2VkIGluIHRoZSBkaWFibG8gZGlzdHJpYnV0aW9u IGFyZSBmcm9tIGFuCmVhcmx5IHN0YWdlIG9mIEphdmEgNS4gU2V2ZXJhbCBhcHBsaWNhdGlvbnMs IHN1Y2ggYXMgdGhlIHVwY29taW5nCk5ldGJlYW5zIDYsIGRlcGVuZCBvbiB0aGUgY2hhbmdlcyB0 aGF0IGFwcGVhcmVkIGluIHRoZSBKYXZhIHRyZWUKc2luY2UuIEZvciBpbnN0YW5jZSwgTmV0YmVh bnMgNiByZXF1aXJlcyAxLjUuMF8xMSwgd2hpY2ggaXMgZXhhY3RseQp3aGVyZSB0aGUgamRrMTUg cG9ydCBpcyBub3cgOykKCj4KPiAoaW0gc3VyZSBpIGFtIG1pc3Npbmcgc210aCkuCj4KPiA+ID4g WW91cnMsCj4gPiA+Cj4gPiA+ICAgICAtbWkKPiA+ID4gX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX18KPiA+ID4gZnJlZWJzZC1qYXZhQGZyZWVic2Qub3JnIG1h aWxpbmcgbGlzdAo+ID4gPiBodHRwOi8vbGlzdHMuZnJlZWJzZC5vcmcvbWFpbG1hbi9saXN0aW5m by9mcmVlYnNkLWphdmEKPiA+ID4gVG8gdW5zdWJzY3JpYmUsIHNlbmQgYW55IG1haWwgdG8gImZy ZWVic2QtamF2YS11bnN1YnNjcmliZUBmcmVlYnNkLm9yZyIKPgo+IC0tCj4gQWNoaWxsZWFzIE1h bnR6aW9zCj4gX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18K PiBmcmVlYnNkLWphdmFAZnJlZWJzZC5vcmcgbWFpbGluZyBsaXN0Cj4gaHR0cDovL2xpc3RzLmZy ZWVic2Qub3JnL21haWxtYW4vbGlzdGluZm8vZnJlZWJzZC1qYXZhCj4gVG8gdW5zdWJzY3JpYmUs IHNlbmQgYW55IG1haWwgdG8gImZyZWVic2QtamF2YS11bnN1YnNjcmliZUBmcmVlYnNkLm9yZyIK PgoKCi0tIApJZiBpdCdzIHRoZXJlLCBhbmQgeW91IGNhbiBzZWUgaXQsIGl0J3MgcmVhbC4KSWYg aXQncyBub3QgdGhlcmUsIGFuZCB5b3UgY2FuIHNlZSBpdCwgaXQncyB2aXJ0dWFsLgpJZiBpdCdz IHRoZXJlLCBhbmQgeW91IGNhbid0IHNlZSBpdCwgaXQncyB0cmFuc3BhcmVudC4KSWYgaXQncyBu b3QgdGhlcmUsIGFuZCB5b3UgY2FuJ3Qgc2VlIGl0LCB5b3UgZXJhc2VkIGl0Lgo= From owner-freebsd-java@FreeBSD.ORG Wed Jul 11 07:55:15 2007 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EE9016A400; Wed, 11 Jul 2007 07:55:15 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id ADE3613C465; Wed, 11 Jul 2007 07:55:14 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 97A5A8BFAE9; Wed, 11 Jul 2007 09:55:12 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FsNyicgV+QeJ; Wed, 11 Jul 2007 09:55:11 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 4870D8BFAD2; Wed, 11 Jul 2007 09:55:11 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l6B7t9kA027794; Wed, 11 Jul 2007 09:55:09 +0200 (CEST) (envelope-from rdivacky) Date: Wed, 11 Jul 2007 09:55:09 +0200 From: Roman Divacky To: Alexander Leidinger Message-ID: <20070711075509.GA27702@freebsd.org> References: <469286A1.9020701@aldan.algebra.com> <20070710091334.40kgazmtwsg444w8@webmail.leidinger.net> <20070710224919.GA58192@misty.eyesbeyond.com> <20070711091646.tzcug58ty8o4o400@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070711091646.tzcug58ty8o4o400@webmail.leidinger.net> User-Agent: Mutt/1.4.2.3i Cc: emulation@freebsd.org, amd64@freebsd.org, java@freebsd.org, glewis@freebsd.org, "Mikhail T." Subject: Re: Linux JDK-1.5.0_12 (i386) unusable on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 07:55:15 -0000 > >I'll try it on 6.2-RELEASE-pmumble to make sure its working there. > > > >FWIW, I've had reports that linux-sun-jdk15 has been broken on > >-CURRENT/amd64 since around December, so MFC'ing changes may not > >actually improve the situation. Can you try it on current to see > >if it works for you? > > Regarding current it is important to know if this is with the default > 2.4 linux emulation, or with the 2.6 linux emulation. > > Apart from that Roman knows about some thread "limitation" which hits > us here (I let him comment upon this), and AFAIR the JDK also tries to > use epoll which is not available yet... but I may misremember about > the last part. well.. I know about some problem with pthread async thread cancelation. I think its related to the jdk brokeness with linux2.6. I hope to finish all my SoC duties "soon" and spend the rest of the SoC time hunting down bugs like this. if anyone want help: www.vlakno.cz/~rdivacky/pthread.c this program does crashdumps with 2.6 emulation. I'd be very glad if someone can help me with this. I slightly investigated this and it crashdumps on signal delivery (pthread_cancel is actually a signal delivery) so I guess something with stack or so is wrong... havent had the time to investigate further help is welcome! roman From owner-freebsd-java@FreeBSD.ORG Wed Jul 11 11:43:21 2007 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2468D16A41F for ; Wed, 11 Jul 2007 11:43:21 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id E057613C45D for ; Wed, 11 Jul 2007 11:43:20 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 11 Jul 2007 07:43:20 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id IWP96554; Wed, 11 Jul 2007 07:43:19 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 11 Jul 2007 07:43:16 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18068.49748.719782.780145@jerusalem.litteratus.org> Date: Wed, 11 Jul 2007 07:43:16 -0400 To: java@freebsd.org X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Subject: safely deinstalling old Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 11:43:21 -0000 I have both jdk-1.5.0.12p5,1 and diablo-jdk-1.5.0.07.01_5 installed. Is it possible to deinstall diablo without breaking anything (e.g. "make deinstall" in ports/java/diablo-jdk15?)? Robert Huff From owner-freebsd-java@FreeBSD.ORG Wed Jul 11 12:02:59 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE74716A41F for ; Wed, 11 Jul 2007 12:02:59 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.freebsd.org (Postfix) with ESMTP id 67B9A13C447 for ; Wed, 11 Jul 2007 12:02:58 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (localhost [127.0.0.1]) by smadev.internal.net (8.13.6/8.13.6) with ESMTP id l6BC2vPi004081 for ; Wed, 11 Jul 2007 15:02:57 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) Received: from localhost (localhost [[UNIX: localhost]]) by smadev.internal.net (8.13.6/8.13.6/Submit) id l6BC2vGs004080 for freebsd-java@freebsd.org; Wed, 11 Jul 2007 15:02:57 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: freebsd-java@freebsd.org Date: Wed, 11 Jul 2007 15:02:56 +0300 User-Agent: KMail/1.9.3 References: <18068.49748.719782.780145@jerusalem.litteratus.org> In-Reply-To: <18068.49748.719782.780145@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707111502.57017.achill@matrix.gatewaynet.com> Subject: Re: safely deinstalling old Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 12:03:00 -0000 =D3=F4=E9=F2 =D4=E5=F4=DC=F1=F4=E7 11 =C9=EF=FD=EB=E9=EF=F2 2007 14:43, =EF= /=E7 Robert Huff =DD=E3=F1=E1=F8=E5: > I have both > > jdk-1.5.0.12p5,1 > > and > > diablo-jdk-1.5.0.07.01_5 > > installed. Is it possible to deinstall diablo without breaking > anything (e.g. "make deinstall" in ports/java/diablo-jdk15?)? If they share files then do "pkgdb -F" and ask the questions accordingly. Else just do "pkg_deinstall diablo-jdk-1.5.0.07.01_5". > > > Robert Huff > > > _______________________________________________ > 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" =2D-=20 Achilleas Mantzios From owner-freebsd-java@FreeBSD.ORG Wed Jul 11 12:21:21 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D77D216A400 for ; Wed, 11 Jul 2007 12:21:21 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 8848213C458 for ; Wed, 11 Jul 2007 12:21:21 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 11 Jul 2007 08:21:21 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NNT15242; Wed, 11 Jul 2007 08:21:20 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 11 Jul 2007 08:21:17 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18068.52030.718510.801535@jerusalem.litteratus.org> Date: Wed, 11 Jul 2007 08:21:18 -0400 To: freebsd-java@freebsd.org In-Reply-To: <200707111502.57017.achill@matrix.gatewaynet.com> References: <18068.49748.719782.780145@jerusalem.litteratus.org> <200707111502.57017.achill@matrix.gatewaynet.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Subject: Re: safely deinstalling old Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 12:21:21 -0000 Achilleas Mantzios writes: >> I have both >> >> jdk-1.5.0.12p5,1 >> >> and >> >> diablo-jdk-1.5.0.07.01_5 >> >> installed. Is it possible to deinstall diablo without breaking >> anything (e.g. "make deinstall" in ports/java/diablo-jdk15?)? >If they share files ... which was half of my question. I know how to fix package dependencies; but I don't want to do any aggravated foot-shooting unless necessary. Robert Huff From owner-freebsd-java@FreeBSD.ORG Wed Jul 11 12:37:10 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5438316A400 for ; Wed, 11 Jul 2007 12:37:10 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.freebsd.org (Postfix) with ESMTP id AFCE313C45D for ; Wed, 11 Jul 2007 12:37:09 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (localhost [127.0.0.1]) by smadev.internal.net (8.13.6/8.13.6) with ESMTP id l6BCb7ML004212 for ; Wed, 11 Jul 2007 15:37:07 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) Received: from localhost (localhost [[UNIX: localhost]]) by smadev.internal.net (8.13.6/8.13.6/Submit) id l6BCb7eP004211 for freebsd-java@freebsd.org; Wed, 11 Jul 2007 15:37:07 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: freebsd-java@freebsd.org Date: Wed, 11 Jul 2007 15:37:07 +0300 User-Agent: KMail/1.9.3 References: <18068.49748.719782.780145@jerusalem.litteratus.org> <200707111502.57017.achill@matrix.gatewaynet.com> <18068.52030.718510.801535@jerusalem.litteratus.org> In-Reply-To: <18068.52030.718510.801535@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707111537.07588.achill@matrix.gatewaynet.com> Subject: Re: safely deinstalling old Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 12:37:10 -0000 =D3=F4=E9=F2 =D4=E5=F4=DC=F1=F4=E7 11 =C9=EF=FD=EB=E9=EF=F2 2007 15:21, =EF= /=E7 Robert Huff =DD=E3=F1=E1=F8=E5: > Achilleas Mantzios writes: > >> I have both > >> > >> jdk-1.5.0.12p5,1 > >> > >> and > >> > >> diablo-jdk-1.5.0.07.01_5 > >> > >> installed. Is it possible to deinstall diablo without breaking > >> anything (e.g. "make deinstall" in ports/java/diablo-jdk15?)? > > > >If they share files > > ... which was half of my question. I know how to fix package > dependencies; but I don't want to do any aggravated foot-shooting > unless necessary. If dependency problems existed in the 1st place=20 "pkg_deinstall diablo-jdk-1.5.0.07.01_5" would manifest them right away. Anyway, "pkg_info -L " is another friend. > > > Robert Huff > _______________________________________________ > 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" =2D-=20 Achilleas Mantzios From owner-freebsd-java@FreeBSD.ORG Wed Jul 11 13:59:26 2007 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D739D16A477 for ; Wed, 11 Jul 2007 13:59:26 +0000 (UTC) (envelope-from mi+metlife@aldan.algebra.com) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.freebsd.org (Postfix) with ESMTP id 91CA613C4B7 for ; Wed, 11 Jul 2007 13:59:26 +0000 (UTC) (envelope-from mi+metlife@aldan.algebra.com) Received: (qmail 26961 invoked from network); 11 Jul 2007 13:59:26 -0000 Received: from aldan.algebra.com (HELO [0.0.0.0]) ([216.254.65.224]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 11 Jul 2007 13:59:25 -0000 Message-ID: <4694E23B.3040306@aldan.algebra.com> Date: Wed, 11 Jul 2007 09:59:23 -0400 From: "Mikhail T." User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Greg Lewis References: <469286A1.9020701@aldan.algebra.com> <20070710091334.40kgazmtwsg444w8@webmail.leidinger.net> <20070710224919.GA58192@misty.eyesbeyond.com> In-Reply-To: <20070710224919.GA58192@misty.eyesbeyond.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: amd64@freebsd.org, Alexander Leidinger , glewis@freebsd.org, emulation@freebsd.org, java@freebsd.org Subject: Re: Linux JDK-1.5.0_12 (i386) unusable on amd64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 13:59:27 -0000 Greg Lewis wrote: > I'll try it on 6.2-RELEASE-pmumble to make sure its working there. > Thank you. > FWIW, I've had reports that linux-sun-jdk15 has been broken on > -CURRENT/amd64 since around December, so MFC'ing changes may not > actually improve the situation. Can you try it on current to see > if it works for you? I don't have a-current machine... Now that we figured out, what's broken (Linuxulator is lacking), the question is, what to do about it. My adding -client to all of the linux-sun-jdk15 programs (java, javac, javah) seems to work -- the port should do this. Another unresolved question is, why does adding -client help? According to java's own help, -client and -hotspot are the same thing... Yet the programs crash without -client -- inside HotSpot (or so their output says). Are we sure, however, it is the missing things in Linuxulator, that are causing the problem? If the same jdk works on i386, but not on amd64, it may be something else... -mi From owner-freebsd-java@FreeBSD.ORG Wed Jul 11 16:01:51 2007 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A691916A469 for ; Wed, 11 Jul 2007 16:01:51 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 7052E13C48C for ; Wed, 11 Jul 2007 16:01:51 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost [127.0.0.1]) by misty.eyesbeyond.com (8.13.8/8.13.8) with ESMTP id l6BG1rMG068675; Wed, 11 Jul 2007 10:01:54 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.8/8.13.8/Submit) id l6BG1rKp068674; Wed, 11 Jul 2007 10:01:53 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 11 Jul 2007 10:01:53 -0600 From: Greg Lewis To: Robert Huff Message-ID: <20070711160153.GA68509@misty.eyesbeyond.com> References: <18068.49748.719782.780145@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18068.49748.719782.780145@jerusalem.litteratus.org> User-Agent: Mutt/1.4.2.3i Cc: java@freebsd.org Subject: Re: safely deinstalling old Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 16:01:51 -0000 On Wed, Jul 11, 2007 at 07:43:16AM -0400, Robert Huff wrote: > > I have both > > jdk-1.5.0.12p5,1 > > and > > diablo-jdk-1.5.0.07.01_5 > > installed. Is it possible to deinstall diablo without breaking > anything (e.g. "make deinstall" in ports/java/diablo-jdk15?)? Yes. -- 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 Jul 11 16:28:08 2007 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 709F916A400 for ; Wed, 11 Jul 2007 16:28:08 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 29A3513C4BF for ; Wed, 11 Jul 2007 16:28:08 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 11 Jul 2007 12:28:07 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NNT90450; Wed, 11 Jul 2007 12:28:07 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 11 Jul 2007 12:28:03 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18069.1300.248282.413469@jerusalem.litteratus.org> Date: Wed, 11 Jul 2007 12:28:04 -0400 To: java@freebsd.org In-Reply-To: <20070711160153.GA68509@misty.eyesbeyond.com> References: <18068.49748.719782.780145@jerusalem.litteratus.org> <20070711160153.GA68509@misty.eyesbeyond.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: Subject: Re: safely deinstalling old Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 16:28:08 -0000 Greg Lewis writes: > > installed. Is it possible to deinstall diablo without breaking > > anything (e.g. "make deinstall" in ports/java/diablo-jdk15?)? Excellent! Thank you. Robert Huff From owner-freebsd-java@FreeBSD.ORG Wed Jul 11 21:35:44 2007 Return-Path: X-Original-To: freebsd-java@hub.freebsd.org Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4851616A468; Wed, 11 Jul 2007 21:35:44 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA8E13C480; Wed, 11 Jul 2007 21:35:44 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l6BLZh0J025649; Wed, 11 Jul 2007 21:35:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l6BLZhfB025645; Wed, 11 Jul 2007 21:35:43 GMT (envelope-from linimon) Date: Wed, 11 Jul 2007 21:35:43 GMT From: Mark Linimon Message-Id: <200707112135.l6BLZhfB025645@freefall.freebsd.org> To: hardy.schumacher@amd.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-java@FreeBSD.org Cc: Subject: Re: ports/114510: [request] new port for java/jdk16 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 21:35:44 -0000 Old Synopsis: [NEW PORT]: java/jdk16 New Synopsis: [request] new port for java/jdk16 State-Changed-From-To: open->suspended State-Changed-By: linimon State-Changed-When: Wed Jul 11 21:35:08 UTC 2007 State-Changed-Why: Suspended awaiting a patch. Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-java Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jul 11 21:35:08 UTC 2007 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=114510 From owner-freebsd-java@FreeBSD.ORG Thu Jul 12 12:41:02 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BF7016A400 for ; Thu, 12 Jul 2007 12:41:02 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 578ED13C45A for ; Thu, 12 Jul 2007 12:41:01 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I8xyZ-0002n1-Ez for freebsd-java@freebsd.org; Thu, 12 Jul 2007 14:40:55 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jul 2007 14:40:55 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jul 2007 14:40:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-java@freebsd.org From: Ivan Voras Date: Thu, 12 Jul 2007 14:40:39 +0200 Lines: 26 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig270477C08A727906BA241346" X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.12 (X11/20060911) X-Enigmail-Version: 0.94.2.0 Sender: news Subject: Java on -CURRENT? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 12:41:02 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig270477C08A727906BA241346 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Hi! Is anyone running jdk-1.5 on 7-CURRENT? Preferably, the "diablo"=20 binaries with libmapped libraries? Is it stable? --------------enig270477C08A727906BA241346 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGliFJldnAQVacBcgRAswZAKD8NtRNSLV8rhl7lE3GeNo13sXcHQCgtAjD 1+Byv5NQ6m2lEHZDuMeg9sE= =kSnh -----END PGP SIGNATURE----- --------------enig270477C08A727906BA241346-- From owner-freebsd-java@FreeBSD.ORG Thu Jul 12 12:48:19 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 327AA16A41F for ; Thu, 12 Jul 2007 12:48:19 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id C4E4D13C45A for ; Thu, 12 Jul 2007 12:48:18 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: by mu-out-0910.google.com with SMTP id w9so142248mue for ; Thu, 12 Jul 2007 05:48:17 -0700 (PDT) Received: by 10.82.112.3 with SMTP id k3mr431415buc.1184244497073; Thu, 12 Jul 2007 05:48:17 -0700 (PDT) Received: by 10.82.148.14 with HTTP; Thu, 12 Jul 2007 05:48:17 -0700 (PDT) Message-ID: Date: Thu, 12 Jul 2007 15:48:17 +0300 From: "Vlad GALU" To: "Ivan Voras" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-java@freebsd.org Subject: Re: Java on -CURRENT? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 12:48:19 -0000 On 7/12/07, Ivan Voras wrote: > Hi! > > Is anyone running jdk-1.5 on 7-CURRENT? Preferably, the "diablo" > binaries with libmapped libraries? Is it stable? I did use it for a bit. Then I used it to bootstrap the jdk15 port (this was on amd64 and haven't used it ever since, but it did work ok at the time). > > > -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it. From owner-freebsd-java@FreeBSD.ORG Thu Jul 12 13:34:12 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 550A716A421 for ; Thu, 12 Jul 2007 13:34:12 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru (swsoft-mipt-nat.sw.ru [195.214.233.10]) by mx1.freebsd.org (Postfix) with ESMTP id 08D3413C4AE for ; Thu, 12 Jul 2007 13:34:11 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I8y7W-0001MV-Eq; Thu, 12 Jul 2007 16:50:10 +0400 From: Vladimir Grebenschikov To: Ivan Voras In-Reply-To: References: Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Thu, 12 Jul 2007 16:50:09 +0400 Message-Id: <1184244609.1734.17.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-java@freebsd.org Subject: Re: Java on -CURRENT? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 13:34:12 -0000 =F7 =DE=D4, 12/07/2007 =D7 14:40 +0200, Ivan Voras =D0=C9=DB=C5=D4: > Hi! >=20 > Is anyone running jdk-1.5 on 7-CURRENT? Preferably, the "diablo"=20 > binaries with libmapped libraries? Is it stable? I run java/jdk15 built on 7-CURRENT. Mostly for eclipse. No any stability issues for about two weeks. jdk-1.5.0.11p5,1 --=20 Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-java@FreeBSD.ORG Fri Jul 13 10:08:36 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E9CFA16A402 for ; Fri, 13 Jul 2007 10:08:36 +0000 (UTC) (envelope-from "cyb."@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 4236413C428 for ; Fri, 13 Jul 2007 10:08:36 +0000 (UTC) (envelope-from "cyb."@gmx.net) Received: (qmail invoked by alias); 13 Jul 2007 10:08:35 -0000 Received: from pD9588C14.dip0.t-ipconnect.de (EHLO core2duo.local) [217.88.140.20] by mail.gmx.net (mp004) with SMTP; 13 Jul 2007 12:08:35 +0200 X-Authenticated: #4870692 X-Provags-ID: V01U2FsdGVkX18zsr4Jns8z0uMtYelKo468o5HnW4F4Z/4Mh0XVMN x0jULf28mUuUO4 Date: Fri, 13 Jul 2007 12:08:32 +0200 From: Andreas Rudisch To: freebsd-java@freebsd.org Message-Id: <20070713120832.18b6da04.cyb.@gmx.net> In-Reply-To: <20070620233922.29972144.cyb.@gmx.net> References: <20070620233922.29972144.cyb.@gmx.net> X-Mailer: Sylpheed 2.4.3 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__13_Jul_2007_12_08_32_+0200_w2sqv30m7kinhpcF" X-Y-GMX-Trusted: 0 Subject: Re: Azureus crash during torrent creation X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 10:08:37 -0000 --Signature=_Fri__13_Jul_2007_12_08_32_+0200_w2sqv30m7kinhpcF Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, 20 Jun 2007 23:39:22 +0200 Andreas Rudisch <"cyb."@gmx.net> wrote: > when trying to create a torrent with Azureus (3.0.1.4 and recent betas) > of a single file, Azureus will crash (java core dumps) when clicking on > the browse button of the second torrent creation screen. Then same > button will work fine when I create a torrent of a directory instead. I just tested the latest beta version of Azureus (3.0.1.7_B11) and everyting seems to works fine again. FreeBSD 6.2-Release-p6, jdk 1.5.0_11-p5, SWT v3345, gtk Andreas --=20 GnuPG key : 0x2A573565 | http://cyb.websimplex.de/pubkey.asc Fingerprint: 925D 2089 0BF9 8DE5 9166 33BB F0FD CD37 2A57 3565 --Signature=_Fri__13_Jul_2007_12_08_32_+0200_w2sqv30m7kinhpcF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGl08g8P3NNypXNWURAqSAAJ4yxGPBISW6hwG64xBgpXt5lGJmugCgoQN5 XYKH9cwx4kMKu5HLnCChLes= =3D6+ -----END PGP SIGNATURE----- --Signature=_Fri__13_Jul_2007_12_08_32_+0200_w2sqv30m7kinhpcF-- From owner-freebsd-java@FreeBSD.ORG Fri Jul 13 13:22:34 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0E7B16A404 for ; Fri, 13 Jul 2007 13:22:34 +0000 (UTC) (envelope-from aborak@bre.co.uk) Received: from [193.118.14.2] (fw1.bre.co.uk [193.118.14.2]) by mx1.freebsd.org (Postfix) with ESMTP id C84D813C4A8 for ; Fri, 13 Jul 2007 13:22:33 +0000 (UTC) (envelope-from aborak@bre.co.uk) Received: from setebos.bre.co.uk by [193.118.14.2] via smtpd (for mx1.freebsd.org [69.147.83.52]) with ESMTP; Fri, 13 Jul 2007 14:22:33 +0100 Received: from comet.bre.co.uk (Not Verified[10.1.21.21]) by setebos.bre.co.uk with MailMarshal (v6, 1, 6, 1172) id ; Fri, 13 Jul 2007 14:07:29 +0100 Received: from rhea.bre.co.uk ([10.1.21.125]) by comet.bre.co.uk with Microsoft SMTPSVC(6.0.3790.1830); Fri, 13 Jul 2007 14:07:26 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Fri, 13 Jul 2007 14:07:26 +0100 Message-ID: <216E23E7E464D84F93160B60A7F476857EDC97@rhea.bre.co.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Java Communication API for FreeBSD Thread-Index: AcfFTsKRHZvK/ianSMqi0a+BPe3Iyg== From: "Abora, Kofi" To: X-OriginalArrivalTime: 13 Jul 2007 13:07:26.0800 (UTC) FILETIME=[C2B34D00:01C7C54E] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Java Communication API for FreeBSD X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 13:22:34 -0000 Dear all =20 How do you install java comm api on FreeBSD? Any help will be much appreciated. Newbie to deploying on linux. =20 Kofi Abora (BEng MSc) BRE - Construction Division Bucknalls Lane WD25 9XX =20 Tel: 01923 664594 =20 =20 -------------------------------------------------------------------------= ------------------------- Privileged and confidential information and/or copyright material may be = contained in this e-mail. =20 The information and material is intended for the use of the intended addr= essee only. =20 If you are not the intended addressee you may not copy or deliver it to a= nyone else or use it in any unauthorised manner.=20 To do so is prohibited and may be unlawful. If you receive this e-mail by mistake, please advise the sender immediate= ly by return e-mail and destroy all copies.=20 Thank you. Building Research Establishment Ltd, Registered under number 3319324 in E= ngland and Wales. BRE Certification Limited, Registered under number 3548352 in England and= =20Wales. Building Research Establishment and BRE Certification are subsidiaries of= =20the BRE Trust. BRE Trust, Registered under number 3282856 in England and Wales, and regi= stered as a charity (No 1092193). Registered Offices: Bucknalls Lane, Garston, Watford, Hertfordshire WD25= =209XX From owner-freebsd-java@FreeBSD.ORG Fri Jul 13 13:37:52 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB62516A403 for ; Fri, 13 Jul 2007 13:37:52 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.freebsd.org (Postfix) with ESMTP id A776E13C4A5 for ; Fri, 13 Jul 2007 13:37:51 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (localhost [127.0.0.1]) by smadev.internal.net (8.13.6/8.13.6) with ESMTP id l6DDbmoO040768 for ; Fri, 13 Jul 2007 16:37:48 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) Received: from localhost (localhost [[UNIX: localhost]]) by smadev.internal.net (8.13.6/8.13.6/Submit) id l6DDbm4t040767 for freebsd-java@freebsd.org; Fri, 13 Jul 2007 16:37:48 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: freebsd-java@freebsd.org Date: Fri, 13 Jul 2007 16:37:47 +0300 User-Agent: KMail/1.9.3 References: <216E23E7E464D84F93160B60A7F476857EDC97@rhea.bre.co.uk> In-Reply-To: <216E23E7E464D84F93160B60A7F476857EDC97@rhea.bre.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707131637.48061.achill@matrix.gatewaynet.com> Subject: Re: Java Communication API for FreeBSD X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 13:37:52 -0000 =CE=A3=CF=84=CE=B9=CF=82 =CE=A0=CE=B1=CF=81=CE=B1=CF=83=CE=BA=CE=B5=CF=85= =CE=AE 13 =CE=99=CE=BF=CF=8D=CE=BB=CE=B9=CE=BF=CF=82 2007 16:07, =CE=BF/=CE= =B7 Abora, Kofi =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > Dear all > > How do you install java comm api on FreeBSD? Any help will be much > appreciated. > Newbie to deploying on linux. > Last time i checked out, about Spring of 2005 IMMSMW, there were the ports java-commapi-freebsd, and java-commapi (which i think = is=20 just the official jar) Unfortunately, for linux, i remember there was nothing equivalent (!!!),=20 letting the programmer the choice of using some OSS like JCL in combination= =20 with RXTX. See http://www.geeksville.com/~kevinh/linuxcomm.html Java Comm API is one case where FreeBSD "has better official java support"= =20 than linux :) > Kofi Abora (BEng MSc) > BRE - Construction Division > Bucknalls Lane > WD25 9XX > > Tel: 01923 664594 > > > > -------------------------------------------------------------------------= =2D- >----------------------- Privileged and confidential information and/or > copyright material may be contained in this e-mail. The information and > material is intended for the use of the intended addressee only. If you a= re > not the intended addressee you may not copy or deliver it to anyone else = or > use it in any unauthorised manner. To do so is prohibited and may be > unlawful. > If you receive this e-mail by mistake, please advise the sender immediate= ly > by return e-mail and destroy all copies. Thank you. > > Building Research Establishment Ltd, Registered under number 3319324 in > England and Wales. BRE Certification Limited, Registered under number > 3548352 in England and Wales. Building Research Establishment and BRE > Certification are subsidiaries of the BRE Trust. BRE Trust, Registered > under number 3282856 in England and Wales, and registered as a charity (No > 1092193). Registered Offices: Bucknalls Lane, Garston, Watford, > Hertfordshire WD25 9XX _______________________________________________ > 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" =2D-=20 Achilleas Mantzios From owner-freebsd-java@FreeBSD.ORG Fri Jul 13 14:00:44 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDB2816A400 for ; Fri, 13 Jul 2007 14:00:44 +0000 (UTC) (envelope-from luca@morettoni.net) Received: from gighen.tomato.it (gighen.tomato.it [213.92.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 3598713C442 for ; Fri, 13 Jul 2007 14:00:43 +0000 (UTC) (envelope-from luca@morettoni.net) Received: (qmail 80772 invoked from network); 13 Jul 2007 13:33:58 -0000 Received: from host206-139.pool8248.interbusiness.it (HELO ?127.0.0.1?) (82.48.139.206) by 172.16.7.11 with SMTP; 13 Jul 2007 13:33:58 -0000 Message-ID: <46977F2C.1050107@morettoni.net> Date: Fri, 13 Jul 2007 15:33:32 +0200 From: Luca Morettoni User-Agent: Mozilla Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <216E23E7E464D84F93160B60A7F476857EDC97@rhea.bre.co.uk> In-Reply-To: <216E23E7E464D84F93160B60A7F476857EDC97@rhea.bre.co.uk> X-Enigmail-Version: 0.94.3.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000756-0, 12/07/2007), Outbound message X-Antivirus-Status: Clean Subject: Re: Java Communication API for FreeBSD X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 14:00:45 -0000 On 13/07/2007 15.07, Abora, Kofi wrote: > Dear all > How do you install java comm api on FreeBSD? Any help will be much > appreciated. cd /usr/ports/comms/java-commapi-freebsd make install clean and you have the Sun javax.comm API (2.0.3 version) If you prefer you can install RXTX library (comms/rxtx), opensource and inspired to javax.comm version 3 (but uses different package name, check the proper web site) Bye -- Luca Morettoni - http://morettoni.net GUFI staff/core member - http://gufi.org Thawte notary (25 pts) | FreeSBIE developer jugUmbria founder - https://jugumbria.dev.java.net/ From owner-freebsd-java@FreeBSD.ORG Sat Jul 14 20:10:01 2007 Return-Path: X-Original-To: freebsd-java@hub.freebsd.org Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9382616A401 for ; Sat, 14 Jul 2007 20:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5ABDE13C4B6 for ; Sat, 14 Jul 2007 20:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6EKA1kY052202 for ; Sat, 14 Jul 2007 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6EKA1gY052201; Sat, 14 Jul 2007 20:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 14 Jul 2007 20:10:01 GMT Resent-Message-Id: <200707142010.l6EKA1gY052201@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier SMEDTS Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38B0B16A404 for ; Sat, 14 Jul 2007 20:01:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 2916213C4B7 for ; Sat, 14 Jul 2007 20:01:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l6EK1nG4027051 for ; Sat, 14 Jul 2007 20:01:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l6EK1nup027050; Sat, 14 Jul 2007 20:01:49 GMT (envelope-from nobody) Message-Id: <200707142001.l6EK1nup027050@www.freebsd.org> Date: Sat, 14 Jul 2007 20:01:49 GMT From: Olivier SMEDTS To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: java/114592: java/jdk15 : incorrect URL for jce_policy-1_5_0.zip X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 20:10:01 -0000 >Number: 114592 >Category: java >Synopsis: java/jdk15 : incorrect URL for jce_policy-1_5_0.zip >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 14 20:10:00 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Olivier SMEDTS >Release: 6.2-STABLE >Organization: gid0.org >Environment: FreeBSD z.gid0.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Apr 27 16:19:36 CEST 2007 root@z.gid0.org:/work/obj/work/src/sys/XPC i386 >Description: In Makefile : .if defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})#{ IGNORE += Please open http://java.sun.com/javase/downloads/index.jsp\n\ in a web browser and follow the \"Download\" link for\n\ \"Other Downloads\" to obtain the JCE policy file, ${POLICYFILE}.\n\n .endif#} The problem is that the only JCE policy file available on this page is now for java 6. >How-To-Repeat: Read instructions and browse the Sun's page. >Fix: .if defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})#{ IGNORE += Please open http://java.sun.com/javase/downloads/index_jdk5.jsp\n\ in a web browser and follow the \"Download\" link for\n\ \"Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 5.0\" to obtain the JCE policy file, ${POLICYFILE}.\n\n .endif#} >Release-Note: >Audit-Trail: >Unformatted: