[oe] [meta-filesystems][PATCH] xfsprogs: update depends to work correctly with RSS

Martin Jansa martin.jansa at gmail.com
Tue Feb 28 15:53:57 UTC 2017


Are you using gold (ld-is-gold in DISTRO_FEATURES)?

On Tue, Feb 28, 2017 at 4:37 PM, Derek Straka <derek at asterius.io> wrote:

> I don't understand why I'm not seeing this failure with the patch and you
> are.  The only difference I can think of is that I do a cleansstate prior
> to rebuilding, but I would have expected the additional DEPENDS to
> invalidate any cached SSTATE that may have been laying around.  Any
> thoughts?
>
> On Tue, Feb 28, 2017 at 4:25 AM, Martin Jansa <martin.jansa at gmail.com>
> wrote:
>
>> Unfortunately still fails with:
>>
>> TOPDIR/tmp-glibc/work/core2-64-oe-linux/xfsprogs/4.8.0-r0/xfsprogs-4.8.0/libxfs/.libs/libxfs.so: error: undefined reference to 'uuid_compare'
>> TOPDIR/tmp-glibc/work/core2-64-oe-linux/xfsprogs/4.8.0-r0/xfsprogs-4.8.0/libxfs/.libs/libxfs.so: error: undefined reference to 'uuid_copy'
>>
>> http://errors.yoctoproject.org/Errors/Details/134287/
>>
>> On Fri, Feb 24, 2017 at 11:05 PM, Derek Straka <derek at asterius.io> wrote:
>>
>>> Resolves build issue exposed by RSS
>>> See http://errors.yoctoproject.org/Errors/Details/130663/
>>>
>>> Signed-off-by: Derek Straka <derek at asterius.io>
>>> ---
>>>  meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb | 3 +--
>>>  1 file changed, 1 insertion(+), 2 deletions(-)
>>>
>>> diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb
>>> b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb
>>> index b4c50a2..f527237 100644
>>> --- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb
>>> +++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb
>>> @@ -15,6 +15,7 @@ inherit autotools-brokensep
>>>
>>>  PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle"
>>>
>>> +DEPENDS += "util-linux"
>>>
>>>  RDEPENDS_${PN} = "${PN}-fsck ${PN}-mkfs ${PN}-repair"
>>>
>>> @@ -54,5 +55,3 @@ do_configure_prepend () {
>>>  do_install_append() {
>>>          oe_runmake 'DESTDIR=${D}' install install-dev
>>>  }
>>> -
>>> -PNBLACKLIST[xfsprogs] ?= "Fails to build with RSS
>>> http://errors.yoctoproject.org/Errors/Details/130663/"
>>> --
>>> 2.7.4
>>>
>>> --
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel at lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>
>>
>>
>



More information about the Openembedded-devel mailing list