From owner-freebsd-arch@FreeBSD.ORG Wed Jul 10 05:17:20 2013 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3223F809; Wed, 10 Jul 2013 05:17:20 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 02D671353; Wed, 10 Jul 2013 05:17:19 +0000 (UTC) Received: by mail-pa0-f46.google.com with SMTP id fa11so6356746pad.33 for ; Tue, 09 Jul 2013 22:17:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=zqyKdclaqRs8bqOuZSMIljG1I08+BVsXxjqLXp7OWsk=; b=fOGp+o17aa7GSRFqJvN/bd/ArJ9k9kdI01UYGYa2rXEl8vyY1mUz+OV/d/O+NfPaY/ PWhLfb1N80pDUoAArTWD3hjArBuopYVN7wXk5SWWNKNy8UmovQciWSQuea0XlUiS/j2O Uv9N+GpkToIPMu4Gziz0cwk8FdjjW+FmkOdNUobmkpje3ENzawWwdk0g8Ih/L+vd2PI0 p1AVbhO6ArlIpoQO9vtYKZJyvp8P9Pqshjh7jxNZz83DHLqxnZNATq2jIpwQZLjwKLiy 5I+oO2JB2sNpR4vvxGTd/u/+NJxKfIMrR/01RFcgcTO+WQ5R7oZAK5Rt60hT7AuU1JlK 1lkw== X-Received: by 10.68.52.200 with SMTP id v8mr740254pbo.48.1373433439817; Tue, 09 Jul 2013 22:17:19 -0700 (PDT) Received: from localhost (c-67-188-139-74.hsd1.ca.comcast.net. [67.188.139.74]) by mx.google.com with ESMTPSA id 4sm31817485pbw.32.2013.07.09.22.17.18 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 09 Jul 2013 22:17:19 -0700 (PDT) Sender: Gleb Kurtsou Date: Tue, 9 Jul 2013 22:17:38 -0700 From: Gleb Kurtsou To: Warner Losh Subject: Re: ABI change in libkvm (kvm_uread removal) Message-ID: <20130710051738.GA1325@reks> References: <20130709185846.GA19508@gmail.com> <47C53991-4D25-483D-A607-9F2983349481@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <47C53991-4D25-483D-A607-9F2983349481@bsdimp.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Mikolaj Golub , freebsd-arch@freebsd.org, Robert Millan X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 05:17:20 -0000 On (09/07/2013 14:26), Warner Losh wrote: > > On Jul 9, 2013, at 2:15 PM, Robert Millan wrote: > > The ABI change was detected by Debian build tools during our upgrade > > to FreeBSD 9.1 codebase, which just means we will have to bump the > > soname. > > This is far more interesting than kvm_uread. How hard would it be to somehow bring these tools into FreeBSD to run as part of our build and/or release process? We already have similar tool in tree: /usr/src/tools/tools/shlib-compat Making it part of release process is another story. Thanks, Gleb.