svn commit: r291566 - in head: . lib/libelf

Bryan Drewery bdrewery at FreeBSD.org
Tue Dec 1 15:56:00 UTC 2015


On 12/1/2015 6:16 AM, Konstantin Belousov wrote:
> On Tue, Dec 01, 2015 at 06:09:22AM +0000, Garrett Cooper wrote:
>> Author: ngie
>> Date: Tue Dec  1 06:09:22 2015
>> New Revision: 291566
>> URL: https://svnweb.freebsd.org/changeset/base/291566
>>
>> Log:
>>   Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406
>>   
>>   Tested with the following commands as root:
>>   - yes | make delete-old
>>   - service ldconfig restart
>>   - netstat -nr
>>   
>>   X-MFC with: r291406
>>   Reviewed by: jhb, kib
>>   Sponsored by: EMC / Isilon Storage Division
>>
>> Modified:
>>   head/ObsoleteFiles.inc
>>   head/lib/libelf/Makefile
>>
>> Modified: head/ObsoleteFiles.inc
>> ==============================================================================
>> --- head/ObsoleteFiles.inc	Tue Dec  1 05:59:53 2015	(r291565)
>> +++ head/ObsoleteFiles.inc	Tue Dec  1 06:09:22 2015	(r291566)
>> @@ -38,6 +38,8 @@
>>  #   xargs -n1 | sort | uniq -d;
>>  # done
>>  
>> +# 20151130: libelf moved from /usr/lib to /lib (libkvm dependency in r291406)
>> +OLD_FILES+=usr/lib/libelf.so.2
> Apparently this is wrong.  It should be OLD_LIBS.
> 

Yes.

Fixed in r291591.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20151201/8a935cfc/attachment.bin>


More information about the svn-src-all mailing list