From owner-freebsd-current@FreeBSD.ORG Sat Aug 24 06:04:02 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D51314AF for ; Sat, 24 Aug 2013 06:04:02 +0000 (UTC) (envelope-from hyama99@gmail.com) Received: from mail-ve0-x234.google.com (mail-ve0-x234.google.com [IPv6:2607:f8b0:400c:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 963722D7A for ; Sat, 24 Aug 2013 06:04:02 +0000 (UTC) Received: by mail-ve0-f180.google.com with SMTP id pb11so976855veb.25 for ; Fri, 23 Aug 2013 23:04:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ewwLJHvxlPoPQHxHgrjiHhsEvCEB26qfCuSgQW0kD9g=; b=wzGz1BeN7TqMHbNZCSGrHZHUZkUmrdbuJ7Ht9ZAtCHYv1hQdS8myaJ0aeN5qXGixrt ANXECP8T7bMz+6PC6KZ/CMSsF5GtGCUsfce/DgOqOfscNzSEdI7eadM6378BF8uulkkp GMKy2dtzivTPlpNMYrFUXpmnQFaLzpHJBU1m578gS7tdnjwotJoh8mZ864k9WKGcawt3 AahAYNbzDB9R/KbMnxUNWYNB0T/0YbrhQhSddHNphRfA6IB8vWLpYTj4JBdw8tIe58Dy yq4aj0w/m48SCn5+vRjDoemhwX2OI/iLZsrN64akqo26pKsjGv/m+MqCBhVZOdjt002n O3aQ== MIME-Version: 1.0 X-Received: by 10.220.140.69 with SMTP id h5mr2966866vcu.0.1377324241676; Fri, 23 Aug 2013 23:04:01 -0700 (PDT) Received: by 10.52.170.36 with HTTP; Fri, 23 Aug 2013 23:04:01 -0700 (PDT) In-Reply-To: References: Date: Sat, 24 Aug 2013 15:04:01 +0900 Message-ID: Subject: Re: pkgng From: Hideki Yamamoto To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Aug 2013 06:04:03 -0000 Hi, I solved my problem by myself. I update PACKAGESITE in /usr/local/etc/pkg.conf in accordance with the information in another expert web site. --- 2013/8/24 Hideki Yamamoto > > Hi, > > As I moved from old pkg_xxx to pkg2ng. > But I cannot install any new packages as follows: > > # rm -f /var/db/pkg* > > # pkg2ng > > # pkg install gs > > freebsd:9:x86:32, freebsd:9:x86:32, freebsd:9:x86:32, > freebsd:9:x86:32, freebsd:9:x86:32, freebsd:9:x86:32 > - > - > - > - > freebsd:9:x86:32, freebsd:9:x86:32, freebsd:9:x86:32, > freebsd:9:x86:32, freebsd:9:x86:32, freebsd:9:x86:32 > > # echo $? 3 # > # gsview > gsview: Command not found. > > > > Does someone help me? > > Thanks in advance. > > Hideki Yamamoto > > >