From owner-freebsd-java@FreeBSD.ORG Fri May 21 19:05:26 2010 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 8C1F21065670; Fri, 21 May 2010 19:05:26 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id EBCE88FC19; Fri, 21 May 2010 19:05:25 +0000 (UTC) Received: by fxm4 with SMTP id 4so1472717fxm.13 for ; Fri, 21 May 2010 12:05:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=nK6rRKvwmOyiKyOl5eZgPSqssG/F8WEFWwS7NJU3Xdc=; b=s6t9C/khDazrLn/759jLpxu0NEd7M7TV6L1LKRdlVkX5S96uUZl0rV68GCvHhxjgyv kkvzFqKEhp00crqh8ycVgXBCMMYoh4l30ny6UasIcyqlZ74kk5rjvgjpIs9phc14ct9U KXm3+RdGvi+DTXE+9PCpBPw3rhjRTUnXCFKLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=AAQmJm+B+kbsi9OF60qMxFUFUm1F+x+eb5+WY1yfW4BBGjGWCQ5IGtEw8aoQneD7Co xZKdC4dLZnIqh+my39jlljaXFNHYIRtOvA665VWoGWCQPusnhD6HRNSsrSpHk+LgLgWr ZXC5MPGMLF+O+B5bBkbMJx93g+792ue3uQO9A= MIME-Version: 1.0 Received: by 10.204.15.23 with SMTP id i23mr67470bka.106.1274468724774; Fri, 21 May 2010 12:05:24 -0700 (PDT) Received: by 10.204.53.79 with HTTP; Fri, 21 May 2010 12:05:24 -0700 (PDT) In-Reply-To: References: Date: Fri, 21 May 2010 15:05:24 -0400 Message-ID: From: grarpamp To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-java@freebsd.org Subject: Re: Broken pkgdep on jdk-1.6.0.3p4_15 ? 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, 21 May 2010 19:05:26 -0000 Forgot the relevant parts of the pkg_add log... ftp://204.152.184.73/pub/FreeBSD/ports/i386/packages-8-stable/All/vuze-4.3.1.4_1.tbz Error: Unable to get ftp://204.152.184.73/pub/FreeBSD/ports/i386/packages-8-stable/All/jdk-1.6.0.3p4_15.tbz: File unavailable (e.g., file not found, no access) Fetching ftp://204.152.184.73/pub/FreeBSD/ports/i386/packages-8-stable/All/swt-devel-3.6.m5_1,1.tbz... Done. pkg_add: could not find package jdk-1.6.0.3p4_15 ! pkg_add: pkg_add of dependency 'swt-devel-3.6.m5_1,1' failed! Also, it appears that 'pkg_add -t' does not work as documented to redirect the temp dir. I have to use 'PKG_TMPDIR=/.../ pkg_add' instead. Thanks.