Openembedded Core Discussions
 help / color / mirror / Atom feed
* yajl: Installed (but unpackaged) file(s) found
@ 2013-05-01 19:11 Stuart Yoder
  2013-05-02  9:24 ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Stuart Yoder @ 2013-05-01 19:11 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

The yajl package (from meta-oe) is a dependency for another package
I'm building, but am getting an error on 64-bit targets where libyajl
is missing.

I noticed this when running bitbake with -v

> [cut]
> Checking for unpackaged file(s): /local/home/b08248/Work/sdk-devel/build_p5020ds-
> 64b_release/tmp/sysroots/x86_64-linux/usr/bin/../lib/rpm/check-files /local/home/b08248/Work/sdk-
> devel/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl_networking-linux/yajl/2.0.4-r0/package
>
> warning: Installed (but unpackaged) file(s) found:
>         /usr/lib/.debug/libyajl.so.2.0.4
>         /usr/lib/libyajl.so
>         /usr/lib/libyajl.so.2
>         /usr/lib/libyajl.so.2.0.4
>         /usr/lib/libyajl_s.a
>
> [cut]

It looks like the yajl packages builds everything and puts it into /usr/lib.

However, the packaging code expects to see this in /usr/lib64.  See
this in the environment:

   FILES_yajl="/usr/bin/* /usr/sbin/* /usr/lib64/yajl/* ...

Ho do I get the yajl recipe to either a) build the files in lib64 or
b) package them from lib.

Thanks,
Stuart



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-05-02 13:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-01 19:11 yajl: Installed (but unpackaged) file(s) found Stuart Yoder
2013-05-02  9:24 ` Burton, Ross
2013-05-02  9:36   ` Paul Eggleton
2013-05-02 13:16     ` Stuart Yoder
2013-05-02 13:29       ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox