From owner-freebsd-java@FreeBSD.ORG Wed Aug 27 08:05:54 2003 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 6814016A4C2 for ; Wed, 27 Aug 2003 08:05:54 -0700 (PDT) Received: from galilee.polands.org (CPE-24-208-57-240.new.rr.com [24.208.57.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6D7E43F3F for ; Wed, 27 Aug 2003 08:05:52 -0700 (PDT) (envelope-from doug@polands.org) Received: from email.polands.org (samaria.polands.org [172.16.1.17]) by galilee.polands.org (8.12.9/8.12.9) with SMTP id h7RF5pNP033498 for ; Wed, 27 Aug 2003 10:05:51 -0500 (CDT) (envelope-from doug@polands.org) Received: from 63.104.35.130 (proxying for 164.5.45.79) (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Wed, 27 Aug 2003 10:05:51 -0500 (CDT) Message-ID: <59379.63.104.35.130.1061996751.squirrel@email.polands.org> Date: Wed, 27 Aug 2003 10:05:51 -0500 (CDT) From: "Doug Poland" To: java@freebsd.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: New diablo caffe port/pkg problem 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: Wed, 27 Aug 2003 15:05:54 -0000 Hello, I've run into two problems with the new JDK port/package. #1, Trying to use port: I cvsup'd this morning and now have a /usr/ports/java/diablo-jdk13 port. Typing... # make tells me to fetch: diablo-caffe-1.3.1-0.tar.bz2 Problem is, that site give me a file called: diablo-jdk-1.3.1.0.tgz A quick glance tells me there are not the same files. So the port mechanism is broken? #2, Trying to use pkg_add: So if the port is broken I download diablo-jdk-1.3.1.0.tgz and try a pkg_add on it. The pkg_installs but: % /usr/local/diablo-jdk1.3.1/bin/java -version java was not found in /usr/local/diablo-jdk1.3.1/bin/i386/native_threads/java Which is a true statement. There is no i386/native_threads directory, but I have a green_threads directory. Typing... % ./java -version /usr/libexec/ld-elf.so.1: Shared object "libhpi.so" not found So it would appear that I don't have a working binary package. Question: what is the correct way to install the new port or package? -- Regards, Doug