From owner-freebsd-java@FreeBSD.ORG Thu Sep 20 06:56:12 2007 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B1DE16A469 for ; Thu, 20 Sep 2007 06:56:12 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from gnome.kiev.sovam.com (gnome.kiev.sovam.com [212.109.32.24]) by mx1.freebsd.org (Postfix) with ESMTP id 3387413C4CB for ; Thu, 20 Sep 2007 06:56:12 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com ([62.64.120.197]) by gnome.kiev.sovam.com with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IY36Z-0000EA-Ne for freebsd-java@freebsd.org; Wed, 19 Sep 2007 20:12:51 +0300 Received: from [212.82.216.226] (helo=deviant.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IXwVM-0009Ek-O8 for freebsd-java@freebsd.org; Wed, 19 Sep 2007 13:10:09 +0300 Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l8JA9vSH090988; Wed, 19 Sep 2007 13:09:57 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l8JA9vRr090987; Wed, 19 Sep 2007 13:09:57 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Wed, 19 Sep 2007 13:09:57 +0300 From: Kostik Belousov To: Zahemszky Gabor Message-ID: <20070919100956.GZ79542@deviant.kiev.zoral.com.ua> References: <20070919084913.14113.qmail@mail.integrity.hu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="abYdCjSRCBwcb+dP" Content-Disposition: inline In-Reply-To: <20070919084913.14113.qmail@mail.integrity.hu> User-Agent: Mutt/1.4.2.3i X-Scanner-Signature: 8d26fb09d298f8c1cb325fc86345eca8 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1490 [September 18 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release X-Delayed: more then 1h on relay02.kiev.sovam.com Cc: freebsd-java@freebsd.org Subject: Re: Current and diablo-jdk 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, 20 Sep 2007 06:56:12 -0000 --abYdCjSRCBwcb+dP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 19, 2007 at 10:49:13AM +0200, Zahemszky Gabor wrote: > Hi!=20 >=20 > Can diablo-jdk run on 7-CURRENT (with compat6x libraries, of course) ? If= I=20 > remember well, I can run java on my machine formerly, but not now. I can= =20 > run some trivial, command-line only command (eg. java -version), but not = a=20 > command with graphical output. I tried tonipoint-viewer (a Java-based=20 > PPT-viewer), and some other not too big, but graphical Java-based=20 > application, but it doesn't do anything. I can see a window border for a= =20 > very short time, and after it stops. No core, no anything. The command=20 > returned.=20 >=20 > Can anybody help me?=20 >=20 > Zahy < Gabor at Zahemszky dot HU >=20 >=20 > PS: I use a very recent CURRENT (from yesterday morning now, and GENERIC= =20 > kernel, without any modification) I very much doubt that any X11 application from RELENG_6 may work on CURRENT after gcc4 import with native X11 libraries and misc/compat6x. The reason is that gcc now links the libc for the shared libraries, in particular, for libX11 etc due to symbol versioning. As result, you end up with both libc.so.6 and libc.so.7 in the same address space, that cause all funny effects. On the other hand, diablo jdk functionality is enough to build java/jdk15 and java/jdk16 ports, that work good enough for me. --abYdCjSRCBwcb+dP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG8PV0C3+MBN1Mb4gRAutxAJ9DdF/DF3dmFgMUvq3+R8OgJfblKQCgxqQp ENCm3zQWxzYOj0H7XqlpgHY= =irwQ -----END PGP SIGNATURE----- --abYdCjSRCBwcb+dP--