From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Koen Kooi <koen@dominion.thruhere.net>
Subject: Re: [meta-multimedia][PATCH 1/2] xbmc: first try at making it build for non-GLES platforms
Date: Wed, 13 Mar 2013 12:32:27 +0100 [thread overview]
Message-ID: <20130313113227.GF3260@jama> (raw)
In-Reply-To: <20130313112457.GE3260@jama>
[-- Attachment #1: Type: text/plain, Size: 5044 bytes --]
On Wed, Mar 13, 2013 at 12:24:57PM +0100, Martin Jansa wrote:
> On Mon, Mar 11, 2013 at 11:39:13AM +0100, Koen Kooi wrote:
> > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>
> Hi,
>
> it still fails on qemuarm builds:
>
> | CPP xbmc/cores/dvdplayer/DVDClock.o
> | In file included from DVDClock.cpp:25:0:
> | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xbmc/11.0-r14+gitrAUTOINC+82388d55dae79cbb2e486e307e23202e76a43efa/git/xbmc/utils/MathUtils.h: In member function 'int CDVDClock::UpdateFramerate(double, double*)':
> | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xbmc/11.0-r14+gitrAUTOINC+82388d55dae79cbb2e486e307e23202e76a43efa/git/xbmc/utils/MathUtils.h:101:28: error: impossible constraint in 'asm'
> | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xbmc/11.0-r14+gitrAUTOINC+82388d55dae79cbb2e486e307e23202e76a43efa/git/xbmc/utils/MathUtils.h:101:28: error: impossible constraint in 'asm'
> | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xbmc/11.0-r14+gitrAUTOINC+82388d55dae79cbb2e486e307e23202e76a43efa/git/xbmc/utils/MathUtils.h:101:28: error: impossible constraint in 'asm'
> | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xbmc/11.0-r14+gitrAUTOINC+82388d55dae79cbb2e486e307e23202e76a43efa/git/xbmc/utils/MathUtils.h:101:28: error: impossible constraint in 'asm'
> | make[1]: *** [DVDClock.o] Error 1
> | make: *** [xbmc/cores/dvdplayer/DVDPlayer.a] Error 2
> | ERROR: oe_runmake failed
> | ERROR: Function failed: do_compile (see /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xbmc/11.0-r14+gitrAUTOINC+82388d55dae79cbb2e486e307e23202e76a43efa/temp/log.do_compile.30414 for further information)
> NOTE: recipe xbmc-11.0-r14+gitrAUTOINC+82388d55dae79cbb2e486e307e23202e76a43efa: task do_compile: Failed
> ERROR: Task 7628 (/home/jenkins/oe/shr-core-branches/shr-core/meta-openembedded/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb, do_compile) failed with exit code '1'
>
> Full log:
> http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130312_110444.log/
Ignore this one, another build with this patch actually included is
running now.
>
> > ---
> > .../recipes-mediacentre/xbmc/xbmc_git.bb | 7 ++++---
> > 1 files changed, 4 insertions(+), 3 deletions(-)
> >
> > diff --git a/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb b/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb
> > index 74bf710..6331306 100644
> > --- a/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb
> > +++ b/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb
> > @@ -3,13 +3,13 @@ DESCRIPTION = "XBMC Media Center"
> > LICENSE = "GPLv2"
> > LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=6eb631b6da7fdb01508a80213ffc35ff"
> >
> > -DEPENDS = "libusb1 libcec libplist expat yajl gperf-native libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl python libass libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo enca avahi libsamplerate0 libxinerama libxrandr libxtst bzip2 virtual/libsdl jasper zip-native zlib libtinyxml"
> > +DEPENDS = "libmad libusb1 libcec libplist expat yajl gperf-native libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl python libass libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo enca avahi libsamplerate0 libxinerama libxrandr libxtst bzip2 virtual/libsdl jasper zip-native zlib libtinyxml"
> > #require recipes/egl/egl.inc
> >
> > SRCREV = "82388d55dae79cbb2e486e307e23202e76a43efa"
> >
> > PV = "11.0"
> > -PR = "r14"
> > +PR = "r15"
> > PR_append = "+gitr${SRCPV}"
> > SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \
> > file://0001-configure-don-t-run-python-distutils-to-find-STAGING.patch \
> > @@ -26,13 +26,14 @@ CACHED_CONFIGUREVARS += " \
> > ac_cv_path_PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" \
> > "
> >
> > +
> > EXTRA_OECONF = " \
> > --disable-rpath \
> > - --enable-gles \
> > --enable-libusb \
> > --enable-airplay \
> > --disable-optical-drive \
> > --enable-external-libraries \
> > + ${@base_contains('DISTRO_FEATURES', 'opengl', '--enable-gl', '--enable-gles', d)} \
> > "
> >
> > FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit-frame-pointer -O4 -ffast-math"
> > --
> > 1.7.7.6
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2013-03-13 11:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-11 10:39 [meta-multimedia][PATCH 1/2] xbmc: first try at making it build for non-GLES platforms Koen Kooi
2013-03-11 10:39 ` [meta-multimedia][PATCH 2/2] xbmc: add patch to make 'ld-is-gold' work with configure Koen Kooi
2013-03-11 17:11 ` Khem Raj
2013-03-13 11:24 ` [meta-multimedia][PATCH 1/2] xbmc: first try at making it build for non-GLES platforms Martin Jansa
2013-03-13 11:32 ` Martin Jansa [this message]
2013-03-13 16:34 ` Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130313113227.GF3260@jama \
--to=martin.jansa@gmail.com \
--cc=koen@dominion.thruhere.net \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.