From owner-freebsd-pkg@freebsd.org Tue Sep 20 12:22:44 2016 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 4F2B2BDF060 for ; Tue, 20 Sep 2016 12:22:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 38D2F858 for ; Tue, 20 Sep 2016 12:22:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 37F96BDF05F; Tue, 20 Sep 2016 12:22:44 +0000 (UTC) Delivered-To: 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 37995BDF05E for ; Tue, 20 Sep 2016 12:22:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 27269857 for ; Tue, 20 Sep 2016 12:22:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u8KCMi2w043153 for ; Tue, 20 Sep 2016 12:22:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: maintainer-feedback requested: [Bug 212852] ports-mgmt/pkg: pkg 1.8.7_3 fails with Undefined symbol "utimensat" in libpkg.so.3 Date: Tue, 20 Sep 2016 12:22:44 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Tue, 20 Sep 2016 12:22:44 -0000 Athanasios Douitsis has reassigned Bugzilla Automation 's request for maintainer-feedback to pkg@FreeBSD.org: Bug 212852: ports-mgmt/pkg: pkg 1.8.7_3 fails with Undefined symbol "utimen= sat" in libpkg.so.3 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212852 --- Description --- I have just seen the following behaviour on a 10.2-RELEASE: # pkg upgrade .... .... [1/3] Upgrading p5-Net-SSLeay from 1.74 to 1.78... [1/3] Extracting p5-Net-SSLeay-1.78: 0%/usr/local/lib/libpkg.so.3: Undefi= ned symbol "utimensat" Basically anything we try to install or upgrade fails when pkg gets around = to decompress the archive.=20 The pkg running on the system was 1.8.7_3 freshly built on our own Poudriere builder. I can see that version 1.8.7_3 is incorporating fixes related to libarchive. Of course this may mean that the problem lies outside of pkg, n= ot sure yet. Just to be clear, our base builder and its poudriere jails are 10.3-RELEASE, but the abi is the same across all 10.x FreeBSDs, so I cannot really blame = it on that (unless I am missing something). Removing the builder repo and downgrading to 1.8.7_1 from the official Free= BSD repo restores normal functionality.