From owner-freebsd-questions@FreeBSD.ORG Thu Nov 27 09:33:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7A2F1065673 for ; Thu, 27 Nov 2008 09:33:46 +0000 (UTC) (envelope-from OttK@zzz.ee) Received: from zzz.ee (kalah.zzz.ee [194.204.30.253]) by mx1.freebsd.org (Postfix) with ESMTP id 62E388FC14 for ; Thu, 27 Nov 2008 09:33:45 +0000 (UTC) (envelope-from OttK@zzz.ee) Received: from zzz.ee (localhost.zzz.ee [127.0.0.1]) by zzz.ee (Postfix) with ESMTP id DAE20FD38E for ; Thu, 27 Nov 2008 11:33:44 +0200 (EET) Received: by zzz.ee (Postfix, from userid 3019) id D94A9FD38D; Thu, 27 Nov 2008 11:33:44 +0200 (EET) X-Spam-Checker-Version: SpamAssassin on spamassassin.zzz.ee X-Spam-Level: *** X-Spam-Guessed-Language: X-Spam-Status: No, score=3.1 required=5.0 tests=BAYES_50,RDNS_DYNAMIC, SPF_SOFTFAIL X-Spam-Checker-URL: http://info.zzz.ee Received: from [192.168.1.64] (87-119-181-26.tll.elisa.ee [87.119.181.26]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by zzz.ee (Postfix) with ESMTPS id 5BA0EFD2D1 for ; Thu, 27 Nov 2008 11:33:42 +0200 (EET) Message-ID: <492E6973.3050708@zzz.ee> Date: Thu, 27 Nov 2008 11:33:39 +0200 From: =?ISO-8859-1?Q?Ott_K=F6stner?= Organization: TIGMA AS User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <492E6648.7050403@a1poweruser.com> In-Reply-To: <492E6648.7050403@a1poweruser.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP @zzz.ee Subject: Re: Limewire package install error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2008 09:33:46 -0000 Fbsd1 wrote: > Tried to pkg_add -r limewire. Dependant diablo-jdk-1.6.0.07.02.tbz > File unavailable. The package diablo-jdk is not on 7.0 or 7.1 pkg > server. > > Looking up diablo-jdk on the ports website, the long description > points to here http://www.freebsdfoundation.org/downloads/java.shtml Just tried to install from ports. Try to install diablo-jdk first from ports. There is a file tzupdater-1_3_9-2008g.zip which should be downloaded directly from Sun, first creating your personal account @Sun. If diablo-jdk is OK, Limewire should be no problem. Check: # pkg_version -v|grep diablo diablo-jdk-1.6.0.07.02_2 = up-to-date with port ------------------------------------------------------------------------------------------------- # cd /usr/ports/net-p2p/limewire # make ===> Vulnerability check disabled, database not found => LimeWireOther.zip doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://www10.limewire.com/download/. LimeWireOther.zip 100% of 9 MB 315 kBps 00m00s ===> Extracting for limewire-4.18.8,1 => MD5 Checksum OK for LimeWireOther.zip. => SHA256 Checksum OK for LimeWireOther.zip. ===> limewire-4.18.8,1 depends on executable: unzip - found ===> Patching for limewire-4.18.8,1 ===> Configuring for limewire-4.18.8,1 # make install ===> Installing for limewire-4.18.8,1 ===> limewire-4.18.8,1 depends on executable: java - found ===> limewire-4.18.8,1 depends on file: /usr/local/diablo-jdk1.6.0/bin/java - found ===> Generating temporary packing list ===> Checking if net-p2p/limewire already installed install -o root -g wheel -m 555 /usr/ports/net-p2p/limewire/work/limewire.sh /usr/local/bin/limewire /bin/mkdir -p /usr/local/share/java/limewire /bin/cp -R /usr/ports/net-p2p/limewire/work/LimeWire/* /usr/local/share/java/limewire/ /bin/mkdir -p /usr/local/share/doc/limewire install -o root -g wheel -m 444 /usr/ports/net-p2p/limewire/work/README.txt /usr/local/share/doc/limewire/ ===> Registering installation for limewire-4.18.8,1 Greetings, O.K.