From owner-freebsd-stable@freebsd.org Tue Nov 15 16:41:34 2016 Return-Path: Delivered-To: freebsd-stable@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 81E95C4340B for ; Tue, 15 Nov 2016 16:41:34 +0000 (UTC) (envelope-from george@m5p.com) Received: from mailhost.m5p.com (mailhost.m5p.com [IPv6:2001:418:3fd::f7]) (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 3EA27D7D for ; Tue, 15 Nov 2016 16:41:34 +0000 (UTC) (envelope-from george@m5p.com) Received: from [IPv6:::1] (localhost [IPv6:::1]) by mailhost.m5p.com (8.15.2/8.15.2) with ESMTP id uAFGfRSx020852; Tue, 15 Nov 2016 11:41:32 -0500 (EST) (envelope-from george@m5p.com) Subject: Re: Symbol/library versioning ... To: Konstantin Belousov , George Mitchell References: <6427851f-5485-39bd-6690-8acd79e3f47d@m5p.com> <20161115162431.GV54029@kib.kiev.ua> Cc: FreeBSD Stable Mailing List From: George Mitchell Message-ID: Date: Tue, 15 Nov 2016 11:41:27 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161115162431.GV54029@kib.kiev.ua> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.0 required=10.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on scollay.m5p.com X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (mailhost.m5p.com [IPv6:::1]); Tue, 15 Nov 2016 11:41:32 -0500 (EST) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2016 16:41:34 -0000 On 11/15/16 11:24, Konstantin Belousov wrote: > On Tue, Nov 15, 2016 at 10:59:57AM -0500, George Mitchell wrote: >> ... is a topic I just marginally understand. But pkg 1.9.3 fails >> on FreeBSD 10.1-RELEASE-p35 because /lib/libc.so.7 contains no >> definition for "openat", though /lib/libc.so.7 on 10.3-RELEASE-p11 >> does define it. I confess to being baffled. How is this supposed >> to work? 10.1-RELEASE is still supported, right? -- George > > Let me guess. You are trying to run a pkg binary, built on 10.3 system, > on the 10.1 system, do you ? If yes, this is not supported and often > breaks. > _[...] ... oops ... that's exactly what I did. Sorry for the noise. -- George