From owner-freebsd-ports@freebsd.org Thu Feb 9 16:14:14 2017 Return-Path: Delivered-To: freebsd-ports@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 3A6DDCD8803 for ; Thu, 9 Feb 2017 16:14:14 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2526DB12 for ; Thu, 9 Feb 2017 16:14:14 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: by mailman.ysv.freebsd.org (Postfix) id 24857CD8802; Thu, 9 Feb 2017 16:14:14 +0000 (UTC) Delivered-To: ports@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 24269CD8801 for ; Thu, 9 Feb 2017 16:14:14 +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 E074CB11; Thu, 9 Feb 2017 16:14:13 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from francos-mbp.homeoffice.local (dslb-092-078-013-237.092.078.pools.vodafone-ip.de [92.78.13.237]) by host64.shmhost.net (Postfix) with ESMTPSA id C407483270; Thu, 9 Feb 2017 17:14:10 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: Install of pkg fuse-ntfs fails because of undefined symbol in pkg!?! From: Franco Fichtner In-Reply-To: <20170209161249.GL2092@kib.kiev.ua> Date: Thu, 9 Feb 2017 17:14:10 +0100 Cc: scratch65535@att.net, Steve Wills , freebsd-ports Content-Transfer-Encoding: 7bit Message-Id: <73E2F71C-0C7E-49A3-8D98-3AECA8F40F99@lastsummer.de> References: <1c6cccac-b151-d13c-c763-b336c4680118@freebsd.org> <35a953e3-918b-fc32-d990-51f7da16c884@FreeBSD.org> <20170209161249.GL2092@kib.kiev.ua> To: Konstantin Belousov 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-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 16:14:14 -0000 > On 9 Feb 2017, at 5:12 PM, Konstantin Belousov wrote: > > On Thu, Feb 09, 2017 at 04:30:20PM +0100, Franco Fichtner wrote: >> FreeBSD package management makes an ABI promise in the form of >> "FreeBSD:10:amd64", but not even pkg code itself adheres to this, >> and thus we have had subtle and yet fatal breakage in 10.2 and 10.3. > Stop spreading FUD. There is no ABI breakage on stable/10 branch, > nor there is a breakage in the package sets. We only promise > backward-compatibility, and this works as advertized. A binary compiled > on later system, is not guaranteed to work on the early system even on > the same branch. > > The current package set for stable/10 is built on 10.3 and is only > guaranteed to work on 10.3 and later. Trying to make arbitrary > combinations of binaries and base systems outside of the scope of the > project. You're contradicting yourself here. Either it's compatible or it isn't? Cheers, Franco