From owner-freebsd-java@FreeBSD.ORG Sun Jun 12 14:45:58 2005 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10EE516A420 for ; Sun, 12 Jun 2005 14:45:58 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62EC143D49 for ; Sun, 12 Jun 2005 14:45:57 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: (qmail 18603 invoked from network); 12 Jun 2005 14:45:56 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 12 Jun 2005 14:45:56 -0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j5CEjofA018401 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 12 Jun 2005 10:45:52 -0400 (EDT) (envelope-from mi@corbulon.video-collage.com) Received: from corbulon.video-collage.com (mi@localhost.video-collage.com [127.0.0.1]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j5CEjfJU019371 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 12 Jun 2005 10:45:45 -0400 (EDT) (envelope-from mi@corbulon.video-collage.com) Received: (from mi@localhost) by corbulon.video-collage.com (8.13.4/8.13.4/Submit) id j5CEjWtJ019369; Sun, 12 Jun 2005 10:45:32 -0400 (EDT) (envelope-from mi) From: Mikhail Teterin Message-Id: <200506121445.j5CEjWtJ019369@corbulon.video-collage.com> To: vizion@vizion.occoxmail.com (Vizion) Date: Sun, 12 Jun 2005 10:45:32 -0400 (EDT) In-Reply-To: <200506111422.46841.vizion@vizion.occoxmail.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV devel-20050525/925/Sat Jun 11 14:55:32 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: java@freebsd.org, past@ebs.gr, lioux@freebsd.org Subject: Re: eclipse 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: Sun, 12 Jun 2005 14:45:58 -0000 > >> Is there any effort to make eclipse build/work FreeBSD/amd64? Thanks! > >> > >> -mi > >> > >> P.S. R-3.0.2-200503110845 is out since, well, Mar 11 :-) > > > >You could try eclipse-devel, since it works on amd64 right now. It is > >based on 3.1M7 at the moment. > > It is working fine for me on FreeBSD 5.3 Yep, eclipse-devel built fine and comes up for me, thank you! However, my goal was to get net/azureus working :-) I managed to get that port to build and modified the startup script to find the jars: /opt/bin/java -cp \ :/opt/share/java/classes/azureus.jar:/opt/eclipse/plugins/org.eclipse.swt.gtk.freebsd.amd64_3.1.0.jar:/opt/eclipse/plugins/org.eclipse.swt_3.1.0.jar \ -Djava.library.path=/opt/eclipse/plugins/org.eclipse.swt.gtk.freebsd.amd64_3.1.0.jar \ -Dazureus.config.path=/home/mi/.Azureus -Duser.dir=/home/mi/.Azureus \ org.gudy.azureus2.ui.swt.Main but it still reports on start-up: Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3135 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:992) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123) at org.eclipse.swt.internal.gtk.OS.(OS.java:19) at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) at org.eclipse.swt.widgets.Display.(Display.java:122) at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.(Unknown Source) at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(Unknown Source) at org.gudy.azureus2.ui.swt.mainwindow.Initializer.(Unknown Source) at org.gudy.azureus2.ui.swt.Main.(Unknown Source) at org.gudy.azureus2.ui.swt.Main.main(Unknown Source) The libswt-pi-gtk-3135.so is right there inside org.eclipse.swt.gtk.freebsd.amd64_3.1.0.jar Is not org.eclipse.swt supposed to find it there? If not, why does it put it inside there? Thanks! -mi From owner-freebsd-java@FreeBSD.ORG Sun Jun 12 19:18:13 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36A3916A427; Sun, 12 Jun 2005 19:18:13 +0000 (GMT) (envelope-from steves06@comcast.net) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A0543D1D; Sun, 12 Jun 2005 19:18:12 +0000 (GMT) (envelope-from steves06@comcast.net) Received: from [10.100.20.8] (pcp0010525181pcs.norstn01.pa.comcast.net[68.45.70.133]) by comcast.net (rwcrmhc13) with ESMTP id <20050612191811015002tveke>; Sun, 12 Jun 2005 19:18:12 +0000 Message-ID: <42AC8A6F.7040304@comcast.net> Date: Sun, 12 Jun 2005 15:18:07 -0400 From: Steve Sapovits User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@openoffice.org, freebsd-java@freebsd.org, freebsd-questions@freebsd.org, Ian G , Vizion Subject: Re: [dev] Re: XML/EDI questions 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, 12 Jun 2005 19:18:13 -0000 fbsd_user wrote: > But you are correct in that as far as I know there is no Unix > flavored EDI applications out there. Lots of EDI vendors offer UNIX versions of their software. There is no out of the box freeware that I'm aware of. If you have the basic ability to interface your data source to different file formats, then EDI isn't a whole lot more than another standard format. I've generated and read EDI files with Perl-based tools for example. There is also an emerging Web EDI standard. -- Steve Sapovits steves06@comcast.net From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 04:10:27 2005 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CFB116A41C for ; Mon, 13 Jun 2005 04:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0EA043D53 for ; Mon, 13 Jun 2005 04:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5D4AQLs062402 for ; Mon, 13 Jun 2005 04:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5D4AQuM062401; Mon, 13 Jun 2005 04:10:26 GMT (envelope-from gnats) Resent-Date: Mon, 13 Jun 2005 04:10:26 GMT Resent-Message-Id: <200506130410.j5D4AQuM062401@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, Chen Cin Lung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D1C716A42D for ; Mon, 13 Jun 2005 04:00:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 669E643D72 for ; Mon, 13 Jun 2005 04:00:29 +0000 (GMT) (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 j5D40T8w034675 for ; Mon, 13 Jun 2005 04:00:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j5D40TYQ034666; Mon, 13 Jun 2005 04:00:29 GMT (envelope-from nobody) Message-Id: <200506130400.j5D40TYQ034666@www.freebsd.org> Date: Mon, 13 Jun 2005 04:00:29 GMT From: Chen Cin Lung To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD 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, 13 Jun 2005 04:10:27 -0000 >Number: 82183 >Category: java >Synopsis: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 13 04:10:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Chen Cin Lung >Release: 5.4 Release >Organization: >Environment: FreeBSD >Description: I cannot file the glibc for the AMD 64 n the ftp site listed in the error message. I am really frustrated on installing Java. Does FreeBSD later will provide the java support better? THis is the error message I get: Script started on Thu May 19 15:40:26 2005 warpstone# make install ===> Vulnerability check disabled, database not found ===> Extracting for linux-sun-jdk-1.3.1.14_1 => Checksum OK for j2sdk-1_3_1_14-linux-i586.bin. ===> linux-sun-jdk-1.3.1.14_1 depends on file: /compat/linux/lib/libc.so.6 - not found ===> Verifying install for /compat/linux/lib/libc.so.6 in /usr/ports/emulators/linux_base-8 ===> Vulnerability check disabled, database not found => glibc-common-2.3.2-4.80.8.amd64.rpm doesn't seem to exist in /usr/ports/distfiles/rpm/amd64/8.0. => Attempting to fetch from http://mirrors.usc.edu/pub/linux/distributions/redhat/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: http://mirrors.usc.edu/pub/linux/distributions/redhat/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: Not Found => Attempting to fetch from http://www.gtlib.cc.gatech.edu/pub/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: http://www.gtlib.cc.gatech.edu/pub/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: Not Found => Attempting to fetch from ftp://ftp.rutgers.edu/pub/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.rutgers.edu/pub/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.uci.edu/mirrors/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.uci.edu/mirrors/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://mirror.cs.wisc.edu/pub/mirrors/linux/redhat/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://mirror.cs.wisc.edu/pub/mirrors/linux/redhat/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.redhat.com/pub/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.redhat.com/pub/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.crc.ca/pub/systems/linux/redhat/ftp.redhat.com/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.crc.ca/pub/systems/linux/redhat/ftp.redhat.com/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.univie.ac.at/systems/linux/ftp.redhat.com/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.univie.ac.at/systems/linux/ftp.redhat.com/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.redhat.de/pub/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.redhat.de/pub/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.lip6.fr/pub/linux/distributions/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.lip6.fr/pub/linux/distributions/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.inet.it/pub/Linux/redhat/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.inet.it/pub/Linux/redhat/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.icm.edu.pl/pub/linux/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.icm.edu.pl/pub/linux/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.mirrorservice.org/sites/ftp.redhat.com/pub/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.mirrorservice.org/sites/ftp.redhat.com/pub/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: Service not available, closing control connection => Attempting to fetch from ftp://ftp.cs.nott.ac.uk/Mirrors/ftp.redhat.com/pub/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.cs.nott.ac.uk/Mirrors/ftp.redhat.com/pub/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.carrier.kiev.ua/pub/Linux/RedHat/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.carrier.kiev.ua/pub/Linux/RedHat/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.riken.go.jp/pub/Linux/redhat/releases/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.riken.go.jp/pub/Linux/redhat/releases/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.kddlabs.co.jp/pub/Linux/packages/RedHat/redhat/linux/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.kddlabs.co.jp/pub/Linux/packages/RedHat/redhat/linux/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.cse.cuhk.edu.hk/pub2/redhat/updates/8.0/en/os/amd64/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.cse.cuhk.edu.hk/pub2/redhat/updates/8.0/en/os/amd64/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/i386/8.0/. grep: /usr/ports/emulators/linux_base-8/distinfo.amd64: No such file or directory fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/i386/8.0/glibc-common-2.3.2-4.80.8.amd64.rpm: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/rpm/amd64/8.0 and try again. *** Error code 1 Stop in /usr/ports/emulators/linux_base-8. *** Error code 1 Stop in /usr/ports/java/linux-sun-jdk13. warpstone# exit >How-To-Repeat: Just do make all install clean on the jdk port directory >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 04:54:50 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47BC216A41C; Mon, 13 Jun 2005 04:54:50 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao04.coxmail.com (lakecmmtao04.coxmail.com [68.99.120.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD0843D1F; Mon, 13 Jun 2005 04:54:49 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao04.coxmail.com (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050613045449.MSSY2591.lakecmmtao04.coxmail.com@dns1>; Mon, 13 Jun 2005 00:54:49 -0400 From: Vizion To: freebsd-java@freebsd.org Date: Sun, 12 Jun 2005 21:50:14 -0700 User-Agent: KMail/1.8 References: <200506130400.j5D40TYQ034666@www.freebsd.org> In-Reply-To: <200506130400.j5D40TYQ034666@www.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506122150.14972.vizion@vizion.occoxmail.com> Cc: freebsd-gnats-submit@FreeBSD.org, Chen Cin Lung Subject: Re: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD 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, 13 Jun 2005 04:54:50 -0000 On Sunday 12 June 2005 21:00, the author Chen Cin Lung contributed to the dialogue on- java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD: I think you just need to install glib david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing May/June bound for Europe via Panama Canal. From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 04:56:09 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAD0616A41C for ; Mon, 13 Jun 2005 04:56:09 +0000 (GMT) (envelope-from dystopianrebel@yahoo.com) Received: from web52301.mail.yahoo.com (web52301.mail.yahoo.com [206.190.39.96]) by mx1.FreeBSD.org (Postfix) with SMTP id 20AF543D4C for ; Mon, 13 Jun 2005 04:56:08 +0000 (GMT) (envelope-from dystopianrebel@yahoo.com) Received: (qmail 97464 invoked by uid 60001); 13 Jun 2005 04:56:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=4U6Gym+4MYmPHMmWW1/JtdVdYRallkwdBUWRKZkhTIKtdcg/XmAo59t0FzugFKjKBLz2+8YEDWWaA8FqNNrKbRTDfdUNLX8pEBLekz06CLAs6yMKr9kiF5/phiqEowiSeXzAhaIZnNhghRh66LnahhutbFzrdu7gZLXRxr1g6b0= ; Message-ID: <20050613045607.97462.qmail@web52301.mail.yahoo.com> Received: from [64.26.160.170] by web52301.mail.yahoo.com via HTTP; Sun, 12 Jun 2005 21:56:07 PDT Date: Sun, 12 Jun 2005 21:56:07 -0700 (PDT) From: dR To: freebsd-java@freebsd.org, freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: jdk15 amd64 error: "recompile with -fPIC" ? 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, 13 Jun 2005 04:56:09 -0000 If my life depended on getting amd64-native Java... I would not be writing to you now. ;o) My computer: amd64 + FreeBSD 5.4 Release + working Linux Java Compiling the jdk15 port, I get by the "permissions for javac" error using the script hack mentioned in the list archive. With that done, I issue "make build". Then I see this: /usr/bin/ld: /usr/X11R6/lib/libXm.a(CascadeB.o): relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC /usr/X11R6/lib/libXm.a: could not read symbols: Bad value gmake[4]: *** [/disk2/usr2/freebsd_ports/ports/java/jdk15/work/control/build/bsd-amd64/lib/amd64/motif21/libmawt.so] Error 1 I would truly appreciate some help with this. __________________________________ Discover Yahoo! Use Yahoo! to plan a weekend, have fun online and more. Check it out! http://discover.yahoo.com/ From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 05:00:41 2005 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A89B16A41C for ; Mon, 13 Jun 2005 05:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BC743D49 for ; Mon, 13 Jun 2005 05:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5D50eOd065901 for ; Mon, 13 Jun 2005 05:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5D50ejG065900; Mon, 13 Jun 2005 05:00:40 GMT (envelope-from gnats) Date: Mon, 13 Jun 2005 05:00:40 GMT Message-Id: <200506130500.j5D50ejG065900@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Vizion Cc: Subject: Re: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vizion List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 05:00:41 -0000 The following reply was made to PR java/82183; it has been noted by GNATS. From: Vizion To: freebsd-java@freebsd.org Cc: Chen Cin Lung , freebsd-gnats-submit@FreeBSD.org Subject: Re: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD Date: Sun, 12 Jun 2005 21:50:14 -0700 On Sunday 12 June 2005 21:00, the author Chen Cin Lung contributed to the dialogue on- java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD: I think you just need to install glib david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing May/June bound for Europe via Panama Canal. From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 08:50:35 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F72316A41C; Mon, 13 Jun 2005 08:50:35 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CCE643D1D; Mon, 13 Jun 2005 08:50:35 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id EA398F1C4C; Mon, 13 Jun 2005 01:50:34 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03842-03; Mon, 13 Jun 2005 01:50:33 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 726FBF184C; Mon, 13 Jun 2005 01:50:33 -0700 (PDT) From: Sean McNeil To: dR In-Reply-To: <20050613045607.97462.qmail@web52301.mail.yahoo.com> References: <20050613045607.97462.qmail@web52301.mail.yahoo.com> Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Mon, 13 Jun 2005 01:50:33 -0700 Message-Id: <1118652633.4362.0.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: freebsd-amd64@freebsd.org, freebsd-java@freebsd.org Subject: Re: jdk15 amd64 error: "recompile with -fPIC" ? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 08:50:35 -0000 On Sun, 2005-06-12 at 21:56 -0700, dR wrote: > If my life depended on getting amd64-native Java... I > would not be writing to you now. ;o) > > My computer: > amd64 + FreeBSD 5.4 Release + working Linux Java > > Compiling the jdk15 port, I get by the "permissions > for javac" error using the script hack mentioned in > the list archive. With that done, I issue "make > build". Then I see this: > > /usr/bin/ld: /usr/X11R6/lib/libXm.a(CascadeB.o): > relocation R_X86_64_32 can not be used when making a > shared object; recompile with -fPIC > /usr/X11R6/lib/libXm.a: could not read symbols: Bad > value > gmake[4]: *** > [/disk2/usr2/freebsd_ports/ports/java/jdk15/work/control/build/bsd-amd64/lib/amd64/motif21/libmawt.so] > Error 1 > > I would truly appreciate some help with this. You are missing some shared libraries most likely. Check server# ls /usr/X11R6/lib/libXm* /usr/X11R6/lib/libXm.a /usr/X11R6/lib/libXmu.so.6 /usr/X11R6/lib/libXm.so /usr/X11R6/lib/libXmuu.a /usr/X11R6/lib/libXm.so.3 /usr/X11R6/lib/libXmuu.so /usr/X11R6/lib/libXmu.a /usr/X11R6/lib/libXmuu.so.1 /usr/X11R6/lib/libXmu.so From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 11:02:11 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22D5216A420 for ; Mon, 13 Jun 2005 11:02:11 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F366843D4C for ; Mon, 13 Jun 2005 11:02:10 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5DB2AxT046194 for ; Mon, 13 Jun 2005 11:02:10 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5DB2ArY046188 for freebsd-java@freebsd.org; Mon, 13 Jun 2005 11:02:10 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 13 Jun 2005 11:02:10 GMT Message-Id: <200506131102.j5DB2ArY046188@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org 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, 13 Jun 2005 11:02:11 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/05/13] ports/38018 java www/jakarta-tomcat4: make passing of JVM f [2002/05/13] ports/38020 java www/jakarta-tomcat4: stop tomcat via java o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes f [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/09/22] ports/72014 java Eclipse doesn't work (SigBus 10) if it ha o [2004/12/06] ports/74760 java java/javavmwrapper messes up amavisd-new f [2004/12/21] ports/75348 java Tomcat port overwrites server.xml config o [2005/01/24] java/76631 java any port linux-*-jdk12 will core dump if o [2005/03/04] ports/78396 java Java 1.4 fails to compile under FreeBSD 4 o [2005/05/17] java/81176 java Java Webstart does not work o [2005/06/13] java/82183 java Cannot install Java 1.5, lots of missing 11 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME f [2003/11/21] ports/59571 java improvements of www/jakarta-tomcat4[1] Ma o [2004/08/11] java/70292 java jdk14 compile problem f [2004/11/24] ports/74344 java [proposal] tomcat41ctl: support for passi o [2004/12/16] ports/75143 java There is no way to specify jvm parameters o [2005/06/01] ports/81753 java [PATCH] java/eclipse: add support for oth 6 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 11:54:15 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9703416A41F for ; Mon, 13 Jun 2005 11:54:15 +0000 (GMT) (envelope-from rendrabasuki@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08F1943D53 for ; Mon, 13 Jun 2005 11:54:14 +0000 (GMT) (envelope-from rendrabasuki@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so974546wra for ; Mon, 13 Jun 2005 04:54:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:cc:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index:message-id; b=CIK8Yg1Ehx+1cUr+mSujWMgvMjHYrIBejrYUlfJZa1Oi6biVetD/bmhSCrsx/58QoFsLBvjSxlJkiLzbO+eqWyDYr41d02otnyMFMMxxv54yohP6pFHJi0vbNKAnompUzi/5v9/p1pbMWj27SaR6aQZRv9x9GqvPETbh+dAbAXY= Received: by 10.54.116.20 with SMTP id o20mr2491903wrc; Mon, 13 Jun 2005 04:54:14 -0700 (PDT) Received: from ultracinlung ([202.155.25.123]) by mx.gmail.com with ESMTP id 65sm3811614wra.2005.06.13.04.54.10; Mon, 13 Jun 2005 04:54:13 -0700 (PDT) From: "Rendra Basuki" To: "'Vizion'" Date: Mon, 13 Jun 2005 19:09:07 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <200506122150.14972.vizion@vizion.occoxmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Thread-Index: AcVv1AbuVoUENsSaSYq19M0dXLAq8wAud1bA Message-ID: <42ad73e5.254fba5a.57c0.2223@mx.gmail.com> Cc: freebsd-gnats-submit@FreeBSD.org, freebsd-java@freebsd.org Subject: RE: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD 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, 13 Jun 2005 11:54:15 -0000 Where can I get the files? I got the following information: Fetch ftp://ftp.freebsd.org/pub/freebsd/ports/distfiles/rpm/i386/8.0/glibc-common- 2.3.2-4.80.8.amd64.rpm: No address record Couldn't fetch it - please try to retrieve this port manually into /usr/ort/distfiles/rpm/amd64/8.0 and try again. I went to the ftp sites listed and cannot find the specified file above. Do you have any clues or maybe the files? Thanks so much Rendra -----Original Message----- From: Vizion [mailto:vizion@vizion.occoxmail.com] Sent: Sunday, June 12, 2005 8:50 PM To: freebsd-java@freebsd.org Cc: Chen Cin Lung; freebsd-gnats-submit@FreeBSD.org Subject: Re: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD On Sunday 12 June 2005 21:00, the author Chen Cin Lung contributed to the dialogue on- java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD: I think you just need to install glib david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing May/June bound for Europe via Panama Canal. From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 11:55:07 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5191016A41C for ; Mon, 13 Jun 2005 11:55:07 +0000 (GMT) (envelope-from cinlung@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD3C943D48 for ; Mon, 13 Jun 2005 11:55:06 +0000 (GMT) (envelope-from cinlung@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so974831wra for ; Mon, 13 Jun 2005 04:55:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:cc:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index:message-id; b=IcSQ1mgU21e37Pxob/ip3dV1pbkA+TKIE7ylpZfCWuTVH6ZICq2NocRbslHTxS5oFtYuAsnzQobGEE75u8MXbFTLkC/XVvPJfKZMZR/kMOYRJ4QbM4bRDumGrYxvKHKTkLjcZoAvq05/KKVFkbWEPyBB1aludkZGSy8ibQybNbc= Received: by 10.54.35.71 with SMTP id i71mr2475509wri; Mon, 13 Jun 2005 04:55:05 -0700 (PDT) Received: from ultracinlung ([202.155.25.123]) by mx.gmail.com with ESMTP id d74sm3894537wra.2005.06.13.04.55.00; Mon, 13 Jun 2005 04:55:03 -0700 (PDT) From: "Cin Lung" To: "'Vizion'" Date: Mon, 13 Jun 2005 19:09:58 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Thread-Index: AcVv1AbuVoUENsSaSYq19M0dXLAq8wAud1bAAAAmwAA= Message-ID: <42ad7417.497d5b4b.5bda.ffffa09f@mx.gmail.com> Cc: freebsd-gnats-submit@FreeBSD.org, freebsd-java@freebsd.org Subject: RE: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD 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, 13 Jun 2005 11:55:07 -0000 Where can I get the files? I got the following information: Fetch ftp://ftp.freebsd.org/pub/freebsd/ports/distfiles/rpm/i386/8.0/glibc-common- 2.3.2-4.80.8.amd64.rpm: No address record Couldn't fetch it - please try to retrieve this port manually into /usr/ort/distfiles/rpm/amd64/8.0 and try again. I went to the ftp sites listed and cannot find the specified file above. Do you have any clues or maybe the files? Thanks so much Rendra -----Original Message----- From: Vizion [mailto:vizion@vizion.occoxmail.com] Sent: Sunday, June 12, 2005 8:50 PM To: freebsd-java@freebsd.org Cc: Chen Cin Lung; freebsd-gnats-submit@FreeBSD.org Subject: Re: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD On Sunday 12 June 2005 21:00, the author Chen Cin Lung contributed to the dialogue on- java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD: I think you just need to install glib david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing May/June bound for Europe via Panama Canal. From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 12:00:39 2005 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E363D16A423 for ; Mon, 13 Jun 2005 12:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C055B43D48 for ; Mon, 13 Jun 2005 12:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5DC0dDk056157 for ; Mon, 13 Jun 2005 12:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5DC0dgG056156; Mon, 13 Jun 2005 12:00:39 GMT (envelope-from gnats) Date: Mon, 13 Jun 2005 12:00:39 GMT Message-Id: <200506131200.j5DC0dgG056156@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: "Rendra Basuki" Cc: Subject: RE: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rendra Basuki List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 12:00:40 -0000 The following reply was made to PR java/82183; it has been noted by GNATS. From: "Rendra Basuki" To: "'Vizion'" Cc: , Subject: RE: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD Date: Mon, 13 Jun 2005 19:09:07 -0800 Where can I get the files? I got the following information: Fetch ftp://ftp.freebsd.org/pub/freebsd/ports/distfiles/rpm/i386/8.0/glibc-common- 2.3.2-4.80.8.amd64.rpm: No address record Couldn't fetch it - please try to retrieve this port manually into /usr/ort/distfiles/rpm/amd64/8.0 and try again. I went to the ftp sites listed and cannot find the specified file above. Do you have any clues or maybe the files? Thanks so much Rendra -----Original Message----- From: Vizion [mailto:vizion@vizion.occoxmail.com] Sent: Sunday, June 12, 2005 8:50 PM To: freebsd-java@freebsd.org Cc: Chen Cin Lung; freebsd-gnats-submit@FreeBSD.org Subject: Re: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD On Sunday 12 June 2005 21:00, the author Chen Cin Lung contributed to the dialogue on- java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD: I think you just need to install glib david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing May/June bound for Europe via Panama Canal. From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 12:00:43 2005 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF22916A421 for ; Mon, 13 Jun 2005 12:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C9FC43D48 for ; Mon, 13 Jun 2005 12:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5DC0hZC056167 for ; Mon, 13 Jun 2005 12:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5DC0hSg056166; Mon, 13 Jun 2005 12:00:43 GMT (envelope-from gnats) Date: Mon, 13 Jun 2005 12:00:43 GMT Message-Id: <200506131200.j5DC0hSg056166@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: "Cin Lung" Cc: Subject: RE: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cin Lung List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 12:00:43 -0000 The following reply was made to PR java/82183; it has been noted by GNATS. From: "Cin Lung" To: "'Vizion'" Cc: , Subject: RE: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD Date: Mon, 13 Jun 2005 19:09:58 -0800 Where can I get the files? I got the following information: Fetch ftp://ftp.freebsd.org/pub/freebsd/ports/distfiles/rpm/i386/8.0/glibc-common- 2.3.2-4.80.8.amd64.rpm: No address record Couldn't fetch it - please try to retrieve this port manually into /usr/ort/distfiles/rpm/amd64/8.0 and try again. I went to the ftp sites listed and cannot find the specified file above. Do you have any clues or maybe the files? Thanks so much Rendra -----Original Message----- From: Vizion [mailto:vizion@vizion.occoxmail.com] Sent: Sunday, June 12, 2005 8:50 PM To: freebsd-java@freebsd.org Cc: Chen Cin Lung; freebsd-gnats-submit@FreeBSD.org Subject: Re: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD On Sunday 12 June 2005 21:00, the author Chen Cin Lung contributed to the dialogue on- java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD: I think you just need to install glib david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing May/June bound for Europe via Panama Canal. From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 12:26:00 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED4E416A41F for ; Mon, 13 Jun 2005 12:26:00 +0000 (GMT) (envelope-from dystopianrebel@yahoo.com) Received: from web52301.mail.yahoo.com (web52301.mail.yahoo.com [206.190.39.96]) by mx1.FreeBSD.org (Postfix) with SMTP id 5683643D1D for ; Mon, 13 Jun 2005 12:26:00 +0000 (GMT) (envelope-from dystopianrebel@yahoo.com) Received: (qmail 13156 invoked by uid 60001); 13 Jun 2005 12:25:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=K2qQS3ZsPDg4ur+VfigpwOHwTjp6CYk8qWHCnWGQrBEasil3nSAFoePUDvihptVDKOAkx7McCkGFuf6ILB+NG0IFDpeplDZzIGxcigVihOi/mR+oAUEE45pHLl8e0biHV0pC1Kh5DMWVdAPmGNjKy+lccmBl3KAsi20isg2YvDg= ; Message-ID: <20050613122554.13154.qmail@web52301.mail.yahoo.com> Received: from [64.26.160.170] by web52301.mail.yahoo.com via HTTP; Mon, 13 Jun 2005 05:25:54 PDT Date: Mon, 13 Jun 2005 05:25:54 -0700 (PDT) From: dR To: freebsd-java@freebsd.org, freebsd-amd64@freebsd.org In-Reply-To: <1118652633.4362.0.camel@server.mcneil.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: jdk15 amd64 error: "recompile with -fPIC" ? 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, 13 Jun 2005 12:26:01 -0000 I have exactly what you list: %ls /usr/X11R6/lib/libXm* /usr/X11R6/lib/libXm.a /usr/X11R6/lib/libXmu.a /usr/X11R6/lib/libXmuu.a /usr/X11R6/lib/libXm.so /usr/X11R6/lib/libXmu.so /usr/X11R6/lib/libXmuu.so /usr/X11R6/lib/libXm.so.3 /usr/X11R6/lib/libXmu.so.6 /usr/X11R6/lib/libXmuu.so.1 Marko > > I would truly appreciate some help with this. > > You are missing some shared libraries most likely. > Check > > server# ls /usr/X11R6/lib/libXm* > /usr/X11R6/lib/libXm.a > /usr/X11R6/lib/libXmu.so.6 > /usr/X11R6/lib/libXm.so > /usr/X11R6/lib/libXmuu.a > /usr/X11R6/lib/libXm.so.3 > /usr/X11R6/lib/libXmuu.so > /usr/X11R6/lib/libXmu.a > /usr/X11R6/lib/libXmuu.so.1 > /usr/X11R6/lib/libXmu.so __________________________________ Discover Yahoo! Use Yahoo! to plan a weekend, have fun online and more. Check it out! http://discover.yahoo.com/ From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 17:11:16 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C120916A41C for ; Mon, 13 Jun 2005 17:11:16 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3711743D1F for ; Mon, 13 Jun 2005 17:11:15 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050613171116.ZVRG11183.lakecmmtao05.coxmail.com@dns1>; Mon, 13 Jun 2005 13:11:16 -0400 From: Vizion To: freebsd-java@freebsd.org, Cin Lung Date: Mon, 13 Jun 2005 10:06:38 -0700 User-Agent: KMail/1.8 References: <200506131200.j5DC0hSg056166@freefall.freebsd.org> In-Reply-To: <200506131200.j5DC0hSg056166@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506131006.39020.vizion@vizion.occoxmail.com> Cc: Subject: Re: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD 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, 13 Jun 2005 17:11:16 -0000 On Monday 13 June 2005 05:00, the author Cin Lung contributed to the dialogue on- RE: java/82183: Cannot install Java 1.5, lots of missing file and cannot find the file anywhere on FeeBSD: >The following reply was made to PR java/82183; it has been noted by GNATS. > >From: "Cin Lung" >To: "'Vizion'" >Cc: , > >Subject: RE: java/82183: Cannot install Java 1.5, lots of missing file and > cannot find the file anywhere on FeeBSD Date: Mon, 13 Jun 2005 19:09:58 > -0800 > > Where can I get the files? > > I got the following information: > Fetch > ftp://ftp.freebsd.org/pub/freebsd/ports/distfiles/rpm/i386/8.0/glibc-common >- 2.3.2-4.80.8.amd64.rpm: No address record Couldn't fetch it - please try > to retrieve this port manually into /usr/ort/distfiles/rpm/amd64/8.0 and > try again. > > I went to the ftp sites listed and cannot find the specified file above. Do > you have any clues or maybe the files? > > Thanks so much > Rendra > > -----Original Message----- > From: Vizion [mailto:vizion@vizion.occoxmail.com] > Sent: Sunday, June 12, 2005 8:50 PM > To: freebsd-java@freebsd.org > Cc: Chen Cin Lung; freebsd-gnats-submit@FreeBSD.org > Subject: Re: java/82183: Cannot install Java 1.5, lots of missing file and > cannot find the file anywhere on FeeBSD > > On Sunday 12 June 2005 21:00, the author Chen Cin Lung contributed to the > dialogue on- > java/82183: Cannot install Java 1.5, lots of missing file and cannot find > the file anywhere on FeeBSD: > > I think you just need to install glib I said I think you need glib ------ If I remember correctly glibc is one of the libraries within glib use your ports tree.. libc is not distributed separately - it needs other stuff with it! david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing May/June bound for Europe via Panama Canal. From owner-freebsd-java@FreeBSD.ORG Mon Jun 13 20:19:07 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49D5B16A41C; Mon, 13 Jun 2005 20:19:07 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AA343D48; Mon, 13 Jun 2005 20:19:06 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 814B1F1BE2; Mon, 13 Jun 2005 13:19:04 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51034-05; Mon, 13 Jun 2005 13:19:04 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id F18D0F1BD5; Mon, 13 Jun 2005 13:19:03 -0700 (PDT) From: Sean McNeil To: dR In-Reply-To: <20050613122554.13154.qmail@web52301.mail.yahoo.com> References: <20050613122554.13154.qmail@web52301.mail.yahoo.com> Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Mon, 13 Jun 2005 13:19:03 -0700 Message-Id: <1118693943.51346.5.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: freebsd-amd64@freebsd.org, freebsd-java@freebsd.org Subject: Re: jdk15 amd64 error: "recompile with -fPIC" ? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 20:19:07 -0000 On Mon, 2005-06-13 at 05:25 -0700, dR wrote: > I have exactly what you list: > > %ls /usr/X11R6/lib/libXm* > /usr/X11R6/lib/libXm.a > /usr/X11R6/lib/libXmu.a > /usr/X11R6/lib/libXmuu.a > /usr/X11R6/lib/libXm.so > /usr/X11R6/lib/libXmu.so > /usr/X11R6/lib/libXmuu.so > /usr/X11R6/lib/libXm.so.3 > /usr/X11R6/lib/libXmu.so.6 > /usr/X11R6/lib/libXmuu.so.1 > > Marko > > > > I would truly appreciate some help with this. > > > > You are missing some shared libraries most likely. > > Check > > > > server# ls /usr/X11R6/lib/libXm* > > /usr/X11R6/lib/libXm.a > > /usr/X11R6/lib/libXmu.so.6 > > /usr/X11R6/lib/libXm.so > > /usr/X11R6/lib/libXmuu.a > > /usr/X11R6/lib/libXm.so.3 > > /usr/X11R6/lib/libXmuu.so > > /usr/X11R6/lib/libXmu.a > > /usr/X11R6/lib/libXmuu.so.1 > > /usr/X11R6/lib/libXmu.so You need to give us more information. We need to see the complete command that this failed with. Nothing in this port should have linked to a static version of that library. We have to find out who is doing it and why. It could be that a different port that jdk15 relies on was miscompiled. It could also be that you missed part of the link command at the failure point when you have to cut/paste and run it manually. Without additional info I'm afraid there isn't much we can do. Sean From owner-freebsd-java@FreeBSD.ORG Tue Jun 14 13:24:30 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C169616A428 for ; Tue, 14 Jun 2005 13:24:30 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E82843D49 for ; Tue, 14 Jun 2005 13:24:29 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050614132430.BEUE15770.lakecmmtao06.coxmail.com@dns1> for ; Tue, 14 Jun 2005 09:24:30 -0400 From: Vizion To: freebsd-java@freebsd.org Date: Tue, 14 Jun 2005 06:19:51 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506140619.51657.vizion@vizion.occoxmail.com> Subject: linuxpluginwrapper & sdk1.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: Tue, 14 Jun 2005 13:24:30 -0000 Hi Are any modifications needed to libmap.conf for java sdk1.5? How about having example files for sdk1.5? david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing May/June bound for Europe via Panama Canal. From owner-freebsd-java@FreeBSD.ORG Tue Jun 14 21:38:37 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4360616A41F; Tue, 14 Jun 2005 21:38:37 +0000 (GMT) (envelope-from cracauer@schlepper.zs64.net) Received: from schlepper.zs64.net (schlepper.zs64.net [212.12.50.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id B405D43D49; Tue, 14 Jun 2005 21:38:36 +0000 (GMT) (envelope-from cracauer@schlepper.zs64.net) Received: from schlepper.zs64.net (schlepper [212.12.50.230]) by schlepper.zs64.net (8.13.1/8.12.9) with ESMTP id j5ELcZIv033718; Tue, 14 Jun 2005 23:38:35 +0200 (CEST) (envelope-from cracauer@schlepper.zs64.net) Received: (from cracauer@localhost) by schlepper.zs64.net (8.13.1/8.12.9/Submit) id j5ELcZrB033717; Tue, 14 Jun 2005 17:38:35 -0400 (EDT) (envelope-from cracauer) Date: Tue, 14 Jun 2005 17:38:35 -0400 From: Martin Cracauer To: freebsd-emulation@freebsd.org, freebsd-java@freebsd.org Message-ID: <20050614173835.A33615@cons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Cc: Subject: Current Linux j2re working with current Linux firefox 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, 14 Jun 2005 21:38:37 -0000 I'm not in a position to commit port changes yet, but just for note: if you just use Linux Firefox 1.04 it works fine under my 5-stable (just edit the Makefile in the port to use 1.04). If you use the brand new j2re1.4.2_08 (the one with the security fix against applet file read/write, I think you really want that), it works fine as a plugin. Just unpack, symlink done. The "official" Linux jdk mentioned in the linux-firefox port does NOT work last I checked. Linux flash plugin also works normally with the above. But note it is supposed to be able to use your machine at will as well, so better get the flashblocker, also works fine. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ No warranty. This email is probably produced by one of my cats stepping on the keys. No, I don't have an infinite number of cats. From owner-freebsd-java@FreeBSD.ORG Wed Jun 15 20:48:05 2005 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C0316A41C for ; Wed, 15 Jun 2005 20:48:05 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C8543D1F for ; Wed, 15 Jun 2005 20:48:04 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 7D29BF1BA4 for ; Wed, 15 Jun 2005 13:48:04 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 47904-03 for ; Wed, 15 Jun 2005 13:48:03 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 6099EF1800 for ; Wed, 15 Jun 2005 13:48:03 -0700 (PDT) From: Sean McNeil To: java@freebsd.org Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Wed, 15 Jun 2005 13:48:03 -0700 Message-Id: <1118868483.48434.11.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: Subject: eclipse-devel and gtk theme problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 20:48:05 -0000 I'd like to figure out why this is happening, but I'm not sure where to begin. On an amd64/-STABLE I have a lot of output like the following: ** (:48450): WARNING **: Pixbuf theme: Cannot load pixmap file /usr/X11R6/share/themes/MardiGras/gtk-2.0/trough.png: Failed to load image '/usr/X11R6/share/themes/MardiGras/gtk-2.0/trough.png': Fatal error in PNG image file: zlib version error ** (:48450): WARNING **: Invalid borders specified for theme pixmap: /usr/X11R6/share/themes/MardiGras/gtk-2.0/trough.png, borders don't fit within the image ** (:48450): WARNING **: Pixbuf theme: Cannot load pixmap file /usr/X11R6/share/themes/MardiGras/gtk-2.0/scroll2.png: Failed to load image '/usr/X11R6/share/themes/MardiGras/gtk-2.0/scroll2.png': Fatal error in PNG image file: zlib version error ** (:48450): WARNING **: Invalid borders specified for theme pixmap: /usr/X11R6/share/themes/MardiGras/gtk-2.0/scroll2.png, borders don't fit within the image and lots more like this. It would appear that there is a version of zlib that conflicts with the one that is built for gtk. I don't see any zlib within eclipse, though. I'm probably missing something. Any ideas/solutions? Cheers, Sean From owner-freebsd-java@FreeBSD.ORG Wed Jun 15 22:34:22 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0FC316A41C for ; Wed, 15 Jun 2005 22:34:21 +0000 (GMT) (envelope-from telopool@yahoo.com) Received: from web33703.mail.mud.yahoo.com (web33703.mail.mud.yahoo.com [68.142.201.200]) by mx1.FreeBSD.org (Postfix) with SMTP id B095A43D4C for ; Wed, 15 Jun 2005 22:34:21 +0000 (GMT) (envelope-from telopool@yahoo.com) Received: (qmail 72114 invoked by uid 60001); 15 Jun 2005 22:34:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=B00nMY69Styp8WyLQ6KNFALwHR9gmsl02uqEy9suCMto3S5WqsPw3zfGPwuIWuMMULmE9rAZuZPgV3dCnsAvwUXGBmzNmagg2yJ1/bO3jV51v1bdfA0gJ9BH+c3MUci6ccaoLD/1apUeAZfNxjxKBFrUR3Ok9A2BQCTpA4wzdK8= ; Message-ID: <20050615223421.72112.qmail@web33703.mail.mud.yahoo.com> Received: from [61.94.212.123] by web33703.mail.mud.yahoo.com via HTTP; Wed, 15 Jun 2005 15:34:20 PDT Date: Wed, 15 Jun 2005 15:34:20 -0700 (PDT) From: budi santoso To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Error when compiling j2sdk-142-scsl ... 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, 15 Jun 2005 22:34:22 -0000 I try compiling Java from j2sdk-142-scsl. And follow the direction in BUILD from bsd-jdk14-patches-7. j2sdk1.4.2_08.bin,j2sdk-142-scsl-bin,j2sdk-142-scsl from www.java.sun.com. I use FreeBSD 4.11 Release. After 3 hours compiling i got error, the messages are: ---------------------------------------------------------------- Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location /home/build/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: 'class' or 'interface' expected Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location ^ /home/build/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: unclosed character literal Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location ^ 2 errors gmake[4]: *** [.compile.classlist] Error 1 gmake[4]: Leaving directory `/home/build/j2se/make/java/java' gmake[3]: *** [optimized] Error 2 gmake[3]: Leaving directory `/home/build/j2se/make/java/java' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/home/build/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/home/build/j2se/make' gmake: *** [j2se-build] Error 2 ------------------------------------------------------------------- And the process is stoped :( what the missing/error step? Thank You. Regards, Wahyu --------------------------------- Discover Yahoo! Have fun online with music videos, cool games, IM & more. Check it out! From owner-freebsd-java@FreeBSD.ORG Wed Jun 15 23:28:25 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B3AA16A41C for ; Wed, 15 Jun 2005 23:28:25 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27DDE43D1F for ; Wed, 15 Jun 2005 23:28:24 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.3/8.13.3) with ESMTP id j5FNSMj9071379; Wed, 15 Jun 2005 17:28:23 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.3/8.13.3/Submit) id j5FNSM9V071378; Wed, 15 Jun 2005 17:28:22 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 15 Jun 2005 17:28:21 -0600 From: Greg Lewis To: budi santoso Message-ID: <20050615232821.GA71305@misty.eyesbeyond.com> References: <20050615223421.72112.qmail@web33703.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050615223421.72112.qmail@web33703.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-java@freebsd.org Subject: Re: Error when compiling j2sdk-142-scsl ... 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, 15 Jun 2005 23:28:25 -0000 On Wed, Jun 15, 2005 at 03:34:20PM -0700, budi santoso wrote: > > I try compiling Java from j2sdk-142-scsl. > > And follow the direction in BUILD from bsd-jdk14-patches-7. > > j2sdk1.4.2_08.bin,j2sdk-142-scsl-bin,j2sdk-142-scsl from www.java.sun.com. > > I use FreeBSD 4.11 Release. > > After 3 hours compiling i got error, the messages are: > > ---------------------------------------------------------------- > > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location > > /home/build/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: 'class' or 'interface' expected > > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location > > ^ > > /home/build/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: unclosed character literal > > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location > > ^ > > 2 errors > > gmake[4]: *** [.compile.classlist] Error 1 > > gmake[4]: Leaving directory `/home/build/j2se/make/java/java' > > gmake[3]: *** [optimized] Error 2 > > gmake[3]: Leaving directory `/home/build/j2se/make/java/java' > > gmake[2]: *** [all] Error 1 > > gmake[2]: Leaving directory `/home/build/j2se/make/java' > > gmake[1]: *** [all] Error 1 > > gmake[1]: Leaving directory `/home/build/j2se/make' > > gmake: *** [j2se-build] Error 2 > > ------------------------------------------------------------------- > > And the process is stoped :( > > what the missing/error step? Make sure you have linprocfs mounted. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Fri Jun 17 12:28:21 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD4C516A41C for ; Fri, 17 Jun 2005 12:28:21 +0000 (GMT) (envelope-from dan.cojocar@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8822943D49 for ; Fri, 17 Jun 2005 12:28:21 +0000 (GMT) (envelope-from dan.cojocar@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so865606wri for ; Fri, 17 Jun 2005 05:28:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y5OT9ZiZdIn5/YLMDwidMNOCWhkD4YGqOrd5rG5n0P9oTLQhoYfrB42m1zfxpC1jb3JDo12Fm5hUEAIQFSVIATJxhYRgKhzNJQKq8UYT8OJcmyVc7abK9bXNvcIDfItPjUl612yF4DQwfHB25+tQVfJxNN4qMG7An7amrhMQxXw= Received: by 10.54.51.26 with SMTP id y26mr1233758wry; Fri, 17 Jun 2005 05:28:19 -0700 (PDT) Received: by 10.54.26.12 with HTTP; Fri, 17 Jun 2005 05:28:19 -0700 (PDT) Message-ID: Date: Fri, 17 Jun 2005 15:28:19 +0300 From: Dan Cojocar To: freebsd-java@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-threads@freebsd.org Subject: Re: Fatal error: mutex is on list X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Cojocar List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2005 12:28:22 -0000 > I received this fatal error using jdk build > 1.5.0-p1-root_12_may_2005_13_14 with -current from Mon May 23 10:32:18 > EEST 2005: >=20 > Fatal error 'mutex is on list' at line 540 in file > /usr/src/lib/libpthread/thread/thr_mutex.c (errno =3D 0) >=20 > Here is a backtrace: > (gdb) bt > #0 0x280b0bf7 in pthread_testcancel () from /usr/lib/libpthread.so.1 > #1 0x280a03ff in sigaction () from /usr/lib/libpthread.so.1 > #2 0x2809969d in pthread_kill () from /usr/lib/libpthread.so.1 > #3 0x28098fdf in raise () from /usr/lib/libpthread.so.1 > #4 0x28198eda in abort () from /lib/libc.so.6 > #5 0x280b2781 in pthread_testcancel () from /usr/lib/libpthread.so.1 > #6 0x280a431b in _pthread_mutex_trylock () from /usr/lib/libpthread.so.1 > #7 0x280a582a in pthread_mutex_lock () from /usr/lib/libpthread.so.1 > #8 0x28532ca6 in OSThread::pd_initialize () from > /usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so > #9 0x28532a4d in OSThread::OSThread () from > /usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so > #10 0x2853438e in os::create_thread () from > /usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so > #11 0x28594666 in JavaThread::JavaThread () from > /usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so > #12 0x2848b0e6 in JVM_StartThread () from > /usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so > #13 0x2b121c09 in ?? () I'm receiving again this and i'm sending this to the -threads too, maybe someone from there will notice :), Here is a new bt, they are the same untill frame #7: (gdb) bt #0 0x280b0bf7 in pthread_testcancel () from /usr/lib/libpthread.so.1 #1 0x280a03ff in sigaction () from /usr/lib/libpthread.so.1 #2 0x2809969d in pthread_kill () from /usr/lib/libpthread.so.1 #3 0x28098fdf in raise () from /usr/lib/libpthread.so.1 #4 0x28198eda in abort () from /lib/libc.so.6 #5 0x280b2781 in pthread_testcancel () from /usr/lib/libpthread.so.1 #6 0x280a431b in _pthread_mutex_trylock () from /usr/lib/libpthread.so.1 #7 0x280a582a in pthread_mutex_lock () from /usr/lib/libpthread.so.1 #8 0x28532e0c in OSThread::pd_destroy () from /usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so #9 0x28532abb in OSThread::~OSThread () from /usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so #10 0x2853498d in os::free_thread () from /usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so #11 0x285923ad in Thread::~Thread () from /usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so #12 0x28594ac3 in JavaThread::~JavaThread () from /usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so #13 0x28594c3b in JavaThread::thread_main_inner () from /usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so #14 0x28594baf in JavaThread::run () from /usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so #15 0x28534059 in _start () from /usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so #16 0x2809b100 in pthread_create () from /usr/lib/libpthread.so.1 #17 0x2817ad9f in _ctx_start () from /lib/libc.so.6 Thanks, Dan From owner-freebsd-java@FreeBSD.ORG Fri Jun 17 17:56:05 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9A2416A41F for ; Fri, 17 Jun 2005 17:56:05 +0000 (GMT) (envelope-from stringers@frey-water.com) Received: from p54B2EF5A.dip.t-dialin.net (p54B2EF5A.dip.t-dialin.net [84.178.239.90]) by mx1.FreeBSD.org (Postfix) with SMTP id 696CF43D1D for ; Fri, 17 Jun 2005 17:56:05 +0000 (GMT) (envelope-from stringers@frey-water.com) Received: from [184.33.102.196] (port=4491 helo=[medic]) by p54B2EF5A.dip.t-dialin.net with esmtp id 126160118411shrill61194 for freebsd-java@freebsd.org; Fri, 17 Jun 2005 19:56:02 +0200 Mime-Version: 1.0 (Apple Message framework v728) Content-Transfer-Encoding: 7bit Message-Id: <1672538764.3903993573@p54B2EF5A.dip.t-dialin.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-java@freebsd.org From: Pol Date: Fri, 17 Jun 2005 19:56:01 +0200 X-Mailer: Apple Mail (2.728) Subject: You remember the most magnificent sex? Wish to repeat? Take advantage of our offer! 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, 17 Jun 2005 17:56:06 -0000 The real cialis deal on the net! http://gbu.4j7fq5mf1wmc85m.shieldha.com A good listener is a good talker with a sore throat. I belong to no organized party. I am a Democrat. Time is an illusion, lunchtime doubly so. From owner-freebsd-java@FreeBSD.ORG Sat Jun 18 19:09:14 2005 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69D3316A41C; Sat, 18 Jun 2005 19:09:14 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FAA843D48; Sat, 18 Jun 2005 19:09:14 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5IJ9EJN057689; Sat, 18 Jun 2005 19:09:14 GMT (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5IJ9D1Z057685; Sat, 18 Jun 2005 19:09:13 GMT (envelope-from nork) Date: Sat, 18 Jun 2005 19:09:13 GMT From: Norikatsu Shigemura Message-Id: <200506181909.j5IJ9D1Z057685@freefall.freebsd.org> To: andreas@syndrom23.de, nork@FreeBSD.org, freebsd-java@FreeBSD.org Cc: Subject: Re: ports/81753: [PATCH] java/eclipse: add support for other mozilla's to eclipse 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, 18 Jun 2005 19:09:14 -0000 Synopsis: [PATCH] java/eclipse: add support for other mozilla's to eclipse State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Sat Jun 18 19:09:02 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=81753 From owner-freebsd-java@FreeBSD.ORG Sat Jun 18 23:38:46 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F077016A41C for ; Sat, 18 Jun 2005 23:38:46 +0000 (GMT) (envelope-from oof@oof.org) Received: from ns8.oof.org (ns8.oof.org [64.147.161.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id CACB143D4C for ; Sat, 18 Jun 2005 23:38:46 +0000 (GMT) (envelope-from oof@oof.org) Received: from ns8.oof.org (localhost.oof.org [127.0.0.1]) by ns8.oof.org (8.13.4/8.13.4) with ESMTP id j5INcjPf078900 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 18 Jun 2005 16:38:46 -0700 (PDT) (envelope-from oof@oof.org) Received: (from oof@localhost) by ns8.oof.org (8.13.4/8.13.4/Submit) id j5INcjMi078899 for freebsd-java@freebsd.org; Sat, 18 Jun 2005 16:38:45 -0700 (PDT) (envelope-from oof@oof.org) Date: Sat, 18 Jun 2005 16:38:45 -0700 From: Oliver Fross To: freebsd-java@freebsd.org Message-ID: <20050618233845.GA62998@oof.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: JDK 1.5 from ports w/ threading problem solved 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, 18 Jun 2005 23:38:47 -0000 Hello- On FreeBSD 5.4 i386, I've had problems with multiple threaded applications under JDK 1.5.0, and have solved them using a patch and the ports version of jdk15. This was discussed in May, 2005 on this mailing list [1] and I am just confirming & documenting. For anyone wishing to repeat this success, the steps are quite simple: * Get the jdk15 port, PORTREVISION=2 from cvsup or just from [2] * I used jdk-1_5_0-src-scsl.zip & jdk-1_5_0-bin-scsl.zip from Sun [3] * Get the eyesbeyond patch: I used Patchset 1 from Greg Lewis [4] * Patch sources according to Arne Juul [1] [5] * make install! Thanks to Greg Lewis as always, and Arne Juul this time! Have others had similar success? Should this get added to the port by a committer? Or maybe Greg has this planned for patchset 2? --Oliver. [1] http://redirx.com/?3twj [2] http://redirx.com/?3twc [3] http://wwws.sun.com/software/java2/download.html [4] http://www.eyesbeyond.com/freebsddom/java/JDK15SCSLConfirm.html [5] diff -ru jdk15.orig/hotspot/src/os/bsd/vm/os_bsd.inline.hpp jdk15/hotspot/src/os/bsd/vm/os_bsd.inline.hpp --- jdk15.orig/hotspot/src/os/bsd/vm/os_bsd.inline.hpp Wed May 11 10:59:36 2005 +++ jdk15/hotspot/src/os/bsd/vm/os_bsd.inline.hpp Wed May 11 08:03:59 2005 @@ -29,10 +29,9 @@ inline bool os::allocate_stack_guard_pages() { assert(uses_stack_guard_pages(), "sanity check"); -// XXXBSD: ?? -// return thr_main(); -// return pthread_main_np(); - return true; + // since FreeBSD 4 uses malloc() for allocating the thread stack + // there is no need to do anything extra to allocate the guard pages + return false; } -- OOF