All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-multimedia] gst123 using wrong sysroot
@ 2013-03-13 11:18 Martin Jansa
  2013-04-13 15:06 ` [meta-multimedia][PATCH] gst123: move to nonworking directory Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2013-03-13 11:18 UTC (permalink / raw)
  To: Burton, Ross; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3618 bytes --]

Hi,

gst123 is still "sometimes" using wrong sysroot, we talked about this on
IRC, any update?

| arm-oe-linux-gnueabi-g++  -march=armv5te  -marm -mthumb-interwork   --sysroot=/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm -pthread -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/gstreamer-0.10 -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/glib-2.0 -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/glib-2.0/include -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/libxml2   -pthread -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/gstreamer-0.10 -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/glib-2.0 -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/glib-2.0/include -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/libxml2 -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/gtk-2.0 -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/gtk-2.0/include -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/atk-1.0 -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/cairo -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/gdk-pixbuf-2.0 -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/pango-1.0 -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/pixman-1 -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/freetype2 -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/libpng16 -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/harfbuzz   -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/ncurses -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden  -O2 -Wall  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o gst123 gst123.o glib-extra.o terminal.o gtkinterface.o options.o microconf.o configfile.o uri.o playlist.o m3uparser.o plsparser.o iostream.o networkstream.o filestream.o consolestream.o httpstream.o visualization.o msg.o typefinder.o -pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0   -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgstinterfaces-0.10 -lgstvideo-0.10 -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0   -L/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib -lncurses -ltinfo -lX11
| /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib/libgobject-2.0.so: file not recognized: File format not recognized
| collect2: error: ld returned 1 exit status
| make[2]: *** [gst123] Error 1
| make[2]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gst123/0.3.1-r0/gst123-0.3.1/src'

Complete logs:
http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130312_110444.log

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* [meta-multimedia][PATCH] gst123: move to nonworking directory
  2013-03-13 11:18 [meta-multimedia] gst123 using wrong sysroot Martin Jansa
@ 2013-04-13 15:06 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2013-04-13 15:06 UTC (permalink / raw)
  To: openembedded-devel

* gst123 is still "sometimes" using wrong sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../recipes-multimedia/{ => nonworking}/gstreamer/files/display.patch     | 0
 .../recipes-multimedia/{ => nonworking}/gstreamer/gst123_0.3.1.bb         | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-multimedia/recipes-multimedia/{ => nonworking}/gstreamer/files/display.patch (100%)
 rename meta-multimedia/recipes-multimedia/{ => nonworking}/gstreamer/gst123_0.3.1.bb (100%)

diff --git a/meta-multimedia/recipes-multimedia/gstreamer/files/display.patch b/meta-multimedia/recipes-multimedia/nonworking/gstreamer/files/display.patch
similarity index 100%
rename from meta-multimedia/recipes-multimedia/gstreamer/files/display.patch
rename to meta-multimedia/recipes-multimedia/nonworking/gstreamer/files/display.patch
diff --git a/meta-multimedia/recipes-multimedia/gstreamer/gst123_0.3.1.bb b/meta-multimedia/recipes-multimedia/nonworking/gstreamer/gst123_0.3.1.bb
similarity index 100%
rename from meta-multimedia/recipes-multimedia/gstreamer/gst123_0.3.1.bb
rename to meta-multimedia/recipes-multimedia/nonworking/gstreamer/gst123_0.3.1.bb
-- 
1.8.1.5




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

end of thread, other threads:[~2013-04-13 15:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13 11:18 [meta-multimedia] gst123 using wrong sysroot Martin Jansa
2013-04-13 15:06 ` [meta-multimedia][PATCH] gst123: move to nonworking directory Martin Jansa

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.