Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 23:04:01 -0800
From:      Garrett Cooper <yaneurabeya@gmail.com>
To:        Alfred Perlstein <alfred@freebsd.org>
Cc:        "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>
Subject:   Re: svn commit: r276195 - in head: . lib/libxo
Message-ID:  <E41F844E-647A-485F-BBD1-D23628C587B9@gmail.com>
In-Reply-To: <549B8AD4.40703@freebsd.org>
References:  <201412250315.sBP3FvS6025641@svn.freebsd.org> <8F2C5A52-365F-4AE9-B60F-78CE7122F5B7@gmail.com> <549B8AD4.40703@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> On Dec 24, 2014, at 19:56, Alfred Perlstein <alfred@freebsd.org> wrote:
>=20
>=20
> On 12/24/14 7:36 PM, Garrett Cooper wrote:
>>> On Dec 24, 2014, at 19:15, Alfred Perlstein <alfred@FreeBSD.org> wrote:
>>>=20
>>> Author: alfred
>>> Date: Thu Dec 25 03:15:56 2014
>>> New Revision: 276195
>>> URL: https://svnweb.freebsd.org/changeset/base/276195
>>>=20
>>> Log:
>>>  Move libxo to /lib
>>>=20
>>>  Update ObsoleteFiles to reflect libxo move.
>>>=20
>>>  Reviewed by: ngie
>>>  Differential Revision: https://reviews.freebsd.org/D1370
>>>=20
>>> Modified:
>>>  head/ObsoleteFiles.inc
>>>  head/lib/libxo/Makefile
>>>=20
>>> Modified: head/ObsoleteFiles.inc
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D
>>> --- head/ObsoleteFiles.inc    Thu Dec 25 02:17:17 2014    (r276194)
>>> +++ head/ObsoleteFiles.inc    Thu Dec 25 03:15:56 2014    (r276195)
>>> @@ -38,6 +38,9 @@
>>> #   xargs -n1 | sort | uniq -d;
>>> # done
>>>=20
>>> +# 20141224: libxo moved to /lib
>>> +OLD_FILES+=3Dusr/lib/libxo.a
>>> +OLD_FILES+=3Dusr/lib/libxo_p.a
>> This should actually be the .so file only. Static libraries are always in=
 /usr/lib .
>>=20
>> Sorry for not being explicit about this (I'm currently writing from the b=
oonies so bandwidth is limited) :/.
>>=20
>>=20
>=20
> I think the .so gets clobbered with a symlink, so it should be fine?
>=20
> Meaning that after I moved the lib to /lib this is what I see in /usr/lib:=

> /usr/src/contrib/libxo % ls -l /usr/lib/libxo*
> -r--r--r--  1 root  wheel  83764 Dec 24 19:31 /usr/lib/libxo.a
> lrwxr-xr-x  1 root  wheel     15 Dec 24 19:31 /usr/lib/libxo.so -> /lib/li=
bxo.so.0
> -r--r--r--  1 root  wheel  95164 Dec 24 19:31 /usr/lib/libxo_p.a
>=20
>=20
> Or should I reference it explicitly?
>=20
> What is the end result here?

There isn't a leftover versioned .so in /usr/lib ?=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E41F844E-647A-485F-BBD1-D23628C587B9>