From owner-freebsd-pkg@freebsd.org Tue Jun 13 18:00:43 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 077C2BFAE66 for ; Tue, 13 Jun 2017 18:00:43 +0000 (UTC) (envelope-from jeffreybouquet@yahoo.com) Received: from sonic302-49.consmr.mail.ne1.yahoo.com (sonic302-49.consmr.mail.ne1.yahoo.com [66.163.186.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2023EC8 for ; Tue, 13 Jun 2017 18:00:42 +0000 (UTC) (envelope-from jeffreybouquet@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1497376841; bh=Yf8aCFRKrVQbFXlvnnYwPGdopVDDXMoVPQDJyu8TgNc=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=CMYFtOAy6mtpI3duDpuXK0q2sY9iV7EeVQVSnYWUvNTM+HL+4/mgcndtmQe75YnmaJ8d8OcaBq03zBBK/XMa4BgnLDFpAvNgdb+BPZWaCPEbQ/dzzPyTNWJ+IbFrukIzRUSpdXYbt12OigMHRJkZyLUPCrx+djT0zCWApkHtfOdtH9NxktO2RAJsAlk1EitF3iZKBOWYD2bbnPCs7YV49kRAwGI0I5VHyeysKymsbAzXyDYdZMF8NXYHoY3SB5EEEEMZJtuRBP3OmZxF/Vmtv74KJcFlNy/OQ/k+/Sm+t3AGtnGMtBTmuX4EaI+d36HAMYkc9osKgCcwX+uFw/C0ug== X-YMail-OSG: rIjK27gVM1mSRYPaIM_s.EFgIHQLrb2Yp5VT3fNT_K3NY0QHW3FHohCXNbUDKOo zW7KmLdedi.Z2EIFT09SkpCH4esiZ9xm_pJGDkebnDKyYa7AuKT1zeiGAtzIh0MYV7uW8ZAyVNCy 7JGjQCo5mP.6REjq7s02XjSO.kNw7EWLyoqCyV3wwMQ_ne6iKZwBc07yAj87UrcLlLTNWJT0A4HQ F.53zJ0NDKEk03DWPl6ieQze5FnR4fd73BCvLE1aRRJpjz6gENjRKTTflwRaqzGMqSc8v2p8xPW8 rerieWmJoyM_CtN3VvQE_yQAqN1IjaBeHDRbNn4lC0zs9p.mmFb7UODJ0ncZgirQHg8eHXZQ27WF qVKYM9ve.ihQu29drpLcoCptld0_QL8Ah1Bz_jPJpmoj5HmtUPMvjOieuRYg6BZ4DiEkhkxX9xwk XD8w18AGNd6jc_U6jDSg2gHmnjJ9zWYi16nbvRFe3FsS8JDH.x3FtzLoulQ_gT8EDdZxKK3DiWJM p.eb9XiIzY_sRlf4htfCh8004Og7p6GMX Received: from sonic.gate.mail.ne1.yahoo.com by sonic302.consmr.mail.ne1.yahoo.com with HTTP; Tue, 13 Jun 2017 18:00:41 +0000 Date: Tue, 13 Jun 2017 17:36:27 +0000 (UTC) From: Jeffrey Bouquet Reply-To: Jeffrey Bouquet To: ports , pkg Message-ID: <207963639.9052457.1497375387136@mail.yahoo.com> Subject: 12.0-current 'fstat' problem [ workaround in place... ] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable References: <207963639.9052457.1497375387136.ref@mail.yahoo.com> X-Mailer: WebService/1.1.9778 YahooMailBasic Mozilla/5.0 (X11; FreeBSD i386; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 Lightning/5.1 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, 13 Jun 2017 18:00:43 -0000 Many ports newly report 'fstat' and refuse to run, and as many don't build = until I get around to a buildworld cycle, the workaround is to run v11 pkg=20 pkg install -f ... on this v12 system, then lock the new port from being re-from-package or re-built=20 .............................. Otoh, some like sqlite3 do build, but also have to be locked so they don't revert to packaging upstream, as in WHERE IS THE=C2=A0 FILE some file somwh= ere makes locally built ports freebsd:..v11=C2=A0 ABI rather than the actual un= ame, v12.0-CURRENT.=20 ......................... =C2=A0 A... some one /usr/src/usr.bin or something,=C2=A0 or a /lib/ equiva= lent, that can be reinstalled singly to omit the fstat error. =C2=A0 B... another whole problem, why are ports v11 ABI when built on a ABI machine of v12 .................... =C2=A0 Hoping procedures for this type of breakage are documented in the fu= ture both for these and for other similar problems, such as in a new file /usr/src/PKG-UPDATING , and a companion /usr/ports/PKG-UPDATING or some such file more ad-hoc readable without a browser, as in the wiki... [ for instance the main browser here broke til I installed just wit= hin a few days ago, the v11 gnutls txz ... pkg install -f ... and then locked g= nutls IIRC. ]=20 ......................