All of lore.kernel.org
 help / color / mirror / Atom feed
* gnome-mplayer fails to build due to no libstdc++.so.6 instaging (available in cross)
@ 2010-03-15 22:00 Ulf Samuelsson
  2010-03-15 22:19 ` Paul Menzel
  2010-03-17  8:29 ` Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: Ulf Samuelsson @ 2010-03-15 22:00 UTC (permalink / raw)
  To: openembedded-devel

I get the following error message when I include gnome-mplayer in
an image derived from x11-gpe-image.

<snip>
/arm-angstrom-linux-gnueabi/bin/ld: warning: libstdc++.so.6, needed by
<OE>/build/tmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib/libmusicbrainz3.so
not found

There is no "libstdc++.so.6" in
"<OE>/build/tmp/staging/armv5te-angstrom-linux-gnueabi/lib"

There is a "libstdc++.so.6" in
<OE>/build/tmp/cross/armv5te/arm-angstrom-linux-gnueabi/lib

If I move the "libstdc++.so[.6[.0.10]]"  files to the staging directory
the build will complete, and gnome-mplayer runs on the target.

I tried doing
DEPENDS = "libstdc++"
in "libmusicbrainz.inc"
but get a "no buildable provider" error.

I tried
RDEPENDS = "libstdc++"
and then libmusicbrainz completes, but again gnome-mplayer exists with
the error above.

How ensure that staging gets populated with libstdc++ if libmusicbrainz
is used?

-- 
Best Regards
Ulf Samuelsson




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

end of thread, other threads:[~2010-03-17  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-15 22:00 gnome-mplayer fails to build due to no libstdc++.so.6 instaging (available in cross) Ulf Samuelsson
2010-03-15 22:19 ` Paul Menzel
2010-03-16  6:08   ` Ulf Samuelsson
2010-03-16 20:26     ` Ulf Samuelsson
2010-03-17  8:29 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.