From owner-freebsd-current@FreeBSD.ORG Fri Nov 15 15:02:18 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 163E4E5A for ; Fri, 15 Nov 2013 15:02:18 +0000 (UTC) Received: from mail-ee0-x22b.google.com (mail-ee0-x22b.google.com [IPv6:2a00:1450:4013:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A363E2E6F for ; Fri, 15 Nov 2013 15:02:17 +0000 (UTC) Received: by mail-ee0-f43.google.com with SMTP id c13so481460eek.16 for ; Fri, 15 Nov 2013 07:02:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=kXUaTZL9SO4TO+YUmQ5uGxI5aYkeqf8codmR2+ojXkk=; b=cvCLxKvR28yAVZS7/jFo65QORKevK4LH2SzTSRxHPWafeqav/QnPN0aiS9CqP2Lx3W QEZfGXDf31HQO/4MR98w3N7vgFK6yxIABN2irSXQGy5auTyL0nMftWHwHgsVI2BuyM3D 8+6GRrcQa/VTGDdL3wfBM5Mc5OisVCPX2c/yzKckko03HVXf6q06aEEzVE7I9D70FS0b G498eRSfRfBLpDPU2V3hDjdHvqv0i47mZpXJPfeR3/5AzzR8SYj4GxMLUdCj91UT3CEc ALg3hZIVc3skleibT7gBpNSgjH9d7WQSHgVWrNGm7PNIoVD+HP75nIYBqelECnZJUc31 X9Pw== X-Received: by 10.15.50.195 with SMTP id l43mr3955798eew.30.1384527732855; Fri, 15 Nov 2013 07:02:12 -0800 (PST) Received: from laptop.minsk.domain ([178.125.203.241]) by mx.google.com with ESMTPSA id k7sm7142071eeg.13.2013.11.15.07.02.12 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 15 Nov 2013 07:02:12 -0800 (PST) Date: Fri, 15 Nov 2013 18:02:39 +0300 From: "Sergey V. Dyatko" To: freebsd-current@freebsd.org Subject: Re: pkg install on CURRENT ? Message-ID: <20131115180239.05e3575e@laptop.minsk.domain> In-Reply-To: References: <20131115081211.GP56153@ithaqua.etoilebsd.net> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 15 Nov 2013 15:02:18 -0000 On Fri, 15 Nov 2013 08:29:10 -0500 Outback Dingo wrote: > On Fri, Nov 15, 2013 at 3:12 AM, Baptiste Daroussin > wrote: > > > On Thu, Nov 14, 2013 at 10:13:58PM -0500, Outback Dingo wrote: > > > anyway to resolve this ??? id like to pkg install a few things or > > > is my only option ports > > > > > > Checking integrity... done > > > [1/16] Installing expat-2.0.1_2...pkg: wrong architecture: > > > freebsd:10:x86:64 instead of freebsd:11:x86:64 > > > > pkg -vv, uname -a and file /bin/sh please > > > > regards, > > Bapt > > > > > Nevermind I got it, needed to modify packagesite: > http://pkg.FreeBSD.org/freebsd:11:x86:64/latest http://pkg.freebsd.org/${ABI}/latest -- wbr, tiger