From owner-freebsd-pkg@freebsd.org Fri Jan 6 18:17:46 2017 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 696ABCA2168 for ; Fri, 6 Jan 2017 18:17:46 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (unknown [IPv6:2a01:4f8:a0:51d6::108:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AE5E12A8 for ; Fri, 6 Jan 2017 18:17:46 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from francos-mbp.homeoffice.local (ipservice-092-217-062-255.092.217.pools.vodafone-ip.de [92.217.62.255]) by host64.shmhost.net (Postfix) with ESMTPSA id 1387F83174; Fri, 6 Jan 2017 19:17:44 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: pkg : Undefined symbol "openat" From: Franco Fichtner In-Reply-To: <15974fd9b76-4ea4-3d956@webprd-m20.mail.aol.com> Date: Fri, 6 Jan 2017 19:17:43 +0100 Cc: freebsd-pkg@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <66DB6C90-01E6-4534-84C7-15A6731BA5E1@lastsummer.de> References: <15974fd9b76-4ea4-3d956@webprd-m20.mail.aol.com> To: Erdos New X-Mailer: Apple Mail (2.3259) X-Virus-Scanned: clamav-milter 0.99.2 at host64.shmhost.net X-Virus-Status: Clean X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 18:17:46 -0000 > On 6 Jan 2017, at 7:14 PM, Erdos New wrote: > > for now i'd like to stay with 10.1 instead of upgrading to 10.3. > > how do i rebuild 'pkg' from ports tree? Yes, just run this... :) # portsnap fetch # portsnap extract # cd /usr/ports/ports-mgmt/pkg # make all deinstall install Cheers, Franco