From owner-freebsd-java@FreeBSD.ORG Tue Mar 15 11:06:53 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0764816A4CE for ; Tue, 15 Mar 2005 11:06:53 +0000 (GMT) Received: from mail.el.net (mail.el.net [68.165.89.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 282F643D48 for ; Tue, 15 Mar 2005 11:06:50 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 73079 invoked by uid 1008); 15 Mar 2005 11:06:57 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 15 Mar 2005 11:06:57 -0000 Received: from 24.90.34.93 (SquirrelMail authenticated user kalin@el.net); by mail.el.net with HTTP; Tue, 15 Mar 2005 06:06:57 -0500 (EST) Message-ID: <58544.24.90.34.93.1110884817.squirrel@24.90.34.93> In-Reply-To: References: <60876.24.90.34.93.1110795325.squirrel@24.90.34.93> Date: Tue, 15 Mar 2005 06:06:57 -0500 (EST) From: "kalin mintchev" To: "Vince Vielhaber" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: freebsd-java@freebsd.org Subject: Re: problem patch 7 on 4.10 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 11:06:53 -0000 > > Solution: Either rm -Rf the the entire ports tree and update it again > or just rm -Rf /usr/ports/java/jdk14 and update that port again. thanks Vince... here is the next big halt: ===> Extracting for linux-sun-jdk-1.4.2.07_1 >> Checksum OK for j2sdk-1_4_2_07-linux-i586.bin. ===> linux-sun-jdk-1.4.2.07_1 depends on file: /compat/linux/lib/libc.so.6 - found ELF binary type "0" not known. Abort trap *** Error code 134 Stop in /usr/ports/java/linux-sun-jdk14. for the emulator: # kldstat Id Refs Address Size Name 1 2 0xc0100000 44ff80 kernel 2 1 0xc54a4000 7000 linprocfs.ko and the linprocfs is mounted: # df ..... procfs 4 4 0 100% /proc linprocfs 4 4 0 100% /usr/compat/linux/proc i tried brandelf on the linux binary without success. all the ports are up to date... waht am i doing next? wasn't there a native jdk/sdk for freebsd 4.* ?! thanks...