From owner-svn-src-head@FreeBSD.ORG Thu Dec 25 20:07:24 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8265DAC0; Thu, 25 Dec 2014 20:07:24 +0000 (UTC) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B75B64CA1; Thu, 25 Dec 2014 20:07:24 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id fp1so11994342pdb.38; Thu, 25 Dec 2014 12:07:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=QhJ4KtiV7uT2a5ICIFZoHxdHn7zjbD+SkTCfo6v7rAI=; b=xdHkYUhkddJHuicwtCans5gwILuWQ23RZSoEB2pRGyWCD0KlAuFcWe/dL0V0pPpob7 AkzogzqlgzV/iegCatsXl8DjjzBVZkcoImN3iDTxtrAXK0R7PMLPbP1Vem2756aZSfX0 wmKmvLPteAShqbSQQnb9cajHebLhlLYv0f5esOkTPZ4DSvJbf7bkZGjJKnk3eZvBolc4 A1A5YcnmjF2jUgsEH2fAZ4tPADDfqMvnnEgoPWEaDkXT/QOGv/nkc8VXQZORa5RYS12N HzGS+7m3WbbqUqjnpn01xKzl3ftYaWhxNKdNHNJquMHUa9lha+1t0Xks1ECF+zg2thsY 6/yg== X-Received: by 10.70.129.207 with SMTP id ny15mr62948921pdb.152.1419538043934; Thu, 25 Dec 2014 12:07:23 -0800 (PST) Received: from [10.52.218.68] (mobile-166-171-248-034.mycingular.net. [166.171.248.34]) by mx.google.com with ESMTPSA id sb7sm26106231pbc.54.2014.12.25.12.07.22 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 25 Dec 2014 12:07:23 -0800 (PST) References: <201412250315.sBP3FvS6025641@svn.freebsd.org> <8F2C5A52-365F-4AE9-B60F-78CE7122F5B7@gmail.com> <549B8AD4.40703@freebsd.org> <20141225102113.GE1754@kib.kiev.ua> Mime-Version: 1.0 (1.0) In-Reply-To: <20141225102113.GE1754@kib.kiev.ua> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: iPhone Mail (12B440) From: Garrett Cooper Subject: Re: svn commit: r276195 - in head: . lib/libxo Date: Thu, 25 Dec 2014 12:07:15 -0800 To: Konstantin Belousov Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , Alfred Perlstein , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 20:07:24 -0000 > On Dec 25, 2014, at 02:21, Konstantin Belousov wrote: > >> On Wed, Dec 24, 2014 at 11:04:01PM -0800, Garrett Cooper wrote: >> >>> On Dec 24, 2014, at 19:56, Alfred Perlstein wrote: >>> >>> >>> On 12/24/14 7:36 PM, Garrett Cooper wrote: ... >> There isn't a leftover versioned .so in /usr/lib ? > usr/lib/libxo.so.0 (without leading slash) must go into OLD_LIBS. > It is all explained in the first paragraph of the file comment. +1 to what kib said :)..