From owner-freebsd-pkg@freebsd.org Fri Jan 6 07:05:10 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 26DD7CA2A16 for ; Fri, 6 Jan 2017 07:05:10 +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 E6C9A1987 for ; Fri, 6 Jan 2017 07:05:09 +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 6901D81D0C; Fri, 6 Jan 2017 08:05:00 +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: <15970f84547-de0-3a06a@webprd-a07.mail.aol.com> Date: Fri, 6 Jan 2017 08:04:59 +0100 Cc: freebsd-pkg@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <48F1944E-B6D3-440B-AD08-FCB76993357F@lastsummer.de> References: <15970f84547-de0-3a06a@webprd-a07.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 07:05:10 -0000 Hi, > On 6 Jan 2017, at 12:30 AM, Erdos New via freebsd-pkg = wrote: >=20 > hi, i'm trying to install a pkg on my freebsd10.1 system. You've upgraded to pkg built on a newer FreeBSD 10.3, which is incompatible with your 10.1, because the former has gone EOL and pkg automatically adapts to the system it was built on. Quick fix is to build pkg from the ports tree, then do: # pkg lock pkg to prevent further upgrade attempts of said package. Similar things can happen with other packages from now on, so you either (a) build your own packages from a 10.1 system, or (b) upgrade your system to 10.3. Cheers, franco=