All of lore.kernel.org
 help / color / mirror / Atom feed
* xbmc build failing
@ 2013-11-28 22:00 Tim Orling
  2014-02-11  4:10 ` Khem Raj
  0 siblings, 1 reply; 14+ messages in thread
From: Tim Orling @ 2013-11-28 22:00 UTC (permalink / raw)
  To: Openembedded-devel

using angstrom-v2013.12-yocto1.5 on Ubuntu 12.04.3 LTS x86_64:

xbmc fails building euphoria screen saver-- configure problem?:

| make[4]: Entering directory
`/mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/work/armv7ahf-vfp-neon-angstrom-linux-gnueabi/xbmc/11.0+gitrAUTOINC+82388d55da-r14/git/xbmc/screensavers/rsxs-0.9/src'
| Making all in euphoria
| make[5]: Entering directory
`/mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/work/armv7ahf-vfp-neon-angstrom-linux-gnueabi/xbmc/11.0+gitrAUTOINC+82388d55da-r14/git/xbmc/screensavers/rsxs-0.9/src/euphoria'
| depbase=`echo ../common.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
| arm-angstrom-linux-gnueabi-g++  -march=armv7-a -marm -mthumb-interwork
-mfloat-abi=hard -mfpu=neon
--sysroot=/mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/sysroots/beaglebone
-DHAVE_CONFIG_H -I. -I../..  -DPKGDATADIR=\"/usr/share/rsxs\" -I./..
-I../../lib  -D_LINUX -DXBMC
-I/mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/sysroots/beaglebone/usr/include/libpng16
  -fexpensive-optimizations -fomit-frame-pointer -O4 -ffast-math
-fpermissive -fvisibility-inlines-hidden -fPIC -DPIC -D_REENTRANT
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2
-mno-apcs-stack-check -MT ../common.o -MD -MP -MF $depbase.Tpo -c -o
../common.o ../common.cc &&\
| mv -f $depbase.Tpo $depbase.Po
| In file included from ../common.cc:50:0:
|
/mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/sysroots/beaglebone/usr/include/c++/ctime:70:11:
error: '::gmtime' has not been declared
|    using ::gmtime;
|            ^
|
/mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/sysroots/beaglebone/usr/include/c++/ctime:71:11:
error: '::localtime' has not been declared
|    using ::localtime;
|            ^
| make[5]: *** [../common.o] Error 1
| make[5]: Leaving directory
`/mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/work/armv7ahf-vfp-neon-angstrom-linux-gnueabi/xbmc/11.0+gitrAUTOINC+82388d55da-r14/git/xbmc/screensavers/rsxs-0.9/src/euphoria'


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

* xbmc build failing
@ 2014-02-09 10:28 Diego Sueiro
  2014-02-10 13:16 ` Diego Sueiro
  0 siblings, 1 reply; 14+ messages in thread
From: Diego Sueiro @ 2014-02-09 10:28 UTC (permalink / raw)
  To: openembedded-devel

Folks,

I'm trying to get xbcm built for beaglebone black (dora branch), but it's
failing.

I'm having the same issue as this e-mail sent 2 months ago:
http://lists.openembedded.org/pipermail/openembedded-devel/2013-November/093304.html

Searching on internet I couldn't find any fix.


Regards,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br

/*long live rock 'n roll*/


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

* Re: xbmc build failing
  2014-02-09 10:28 xbmc build failing Diego Sueiro
@ 2014-02-10 13:16 ` Diego Sueiro
  2014-02-11  6:17   ` Khem Raj
  0 siblings, 1 reply; 14+ messages in thread
From: Diego Sueiro @ 2014-02-10 13:16 UTC (permalink / raw)
  To: openembedded-devel

Folks,

To workaround the screensaver compilation error I've added "--disable-rsxs"
on EXTRA_OECONF.

Looking at "xbmc/screensavers/rsxs-0.9/configure" It's possible to pass
"--disable-euphoria" option to configure.
How can I accomplish this from xbm_git.bb recipe?

Regards,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br

/*long live rock 'n roll*/


On Sun, Feb 9, 2014 at 8:28 AM, Diego Sueiro <diego.sueiro@gmail.com> wrote:

> Folks,
>
> I'm trying to get xbcm built for beaglebone black (dora branch), but it's
> failing.
>
> I'm having the same issue as this e-mail sent 2 months ago:
>
> http://lists.openembedded.org/pipermail/openembedded-devel/2013-November/093304.html
>
>  Searching on internet I couldn't find any fix.
>
>
> Regards,
>
> --
> *dS
> Diego Sueiro
>
> Administrador do Embarcados
> www.embarcados.com.br
>
> /*long live rock 'n roll*/
>


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

* Re: xbmc build failing
  2013-11-28 22:00 Tim Orling
@ 2014-02-11  4:10 ` Khem Raj
  2014-02-11 10:15   ` Diego Sueiro
  0 siblings, 1 reply; 14+ messages in thread
From: Khem Raj @ 2014-02-11  4:10 UTC (permalink / raw)
  To: openembedded-devel


On Nov 28, 2013, at 2:00 PM, Tim Orling <ticotimo@gmail.com> wrote:

> using angstrom-v2013.12-yocto1.5 on Ubuntu 12.04.3 LTS x86_64:
> 
> xbmc fails building euphoria screen saver-- configure problem?:
> 
> | make[4]: Entering directory
> `/mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/work/armv7ahf-vfp-neon-angstrom-linux-gnueabi/xbmc/11.0+gitrAUTOINC+82388d55da-r14/git/xbmc/screensavers/rsxs-0.9/src'
> | Making all in euphoria
> | make[5]: Entering directory
> `/mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/work/armv7ahf-vfp-neon-angstrom-linux-gnueabi/xbmc/11.0+gitrAUTOINC+82388d55da-r14/git/xbmc/screensavers/rsxs-0.9/src/euphoria'
> | depbase=`echo ../common.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> | arm-angstrom-linux-gnueabi-g++  -march=armv7-a -marm -mthumb-interwork
> -mfloat-abi=hard -mfpu=neon
> --sysroot=/mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/sysroots/beaglebone
> -DHAVE_CONFIG_H -I. -I../..  -DPKGDATADIR=\"/usr/share/rsxs\" -I./..
> -I../../lib  -D_LINUX -DXBMC
> -I/mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/sysroots/beaglebone/usr/include/libpng16
>  -fexpensive-optimizations -fomit-frame-pointer -O4 -ffast-math
> -fpermissive -fvisibility-inlines-hidden -fPIC -DPIC -D_REENTRANT
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2
> -mno-apcs-stack-check -MT ../common.o -MD -MP -MF $depbase.Tpo -c -o
> ../common.o ../common.cc &&\
> | mv -f $depbase.Tpo $depbase.Po
> | In file included from ../common.cc:50:0:
> |
> /mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/sysroots/beaglebone/usr/include/c++/ctime:70:11:
> error: '::gmtime' has not been declared
> |    using ::gmtime;

seems like its not including proper headers may be you need to include
unistd.h 


> |            ^
> |
> /mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/sysroots/beaglebone/usr/include/c++/ctime:71:11:
> error: '::localtime' has not been declared
> |    using ::localtime;
> |            ^
> | make[5]: *** [../common.o] Error 1
> | make[5]: Leaving directory
> `/mnt/work/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/work/armv7ahf-vfp-neon-angstrom-linux-gnueabi/xbmc/11.0+gitrAUTOINC+82388d55da-r14/git/xbmc/screensavers/rsxs-0.9/src/euphoria'
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



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

* Re: xbmc build failing
  2014-02-10 13:16 ` Diego Sueiro
@ 2014-02-11  6:17   ` Khem Raj
  2014-02-11  9:14     ` Koen Kooi
  0 siblings, 1 reply; 14+ messages in thread
From: Khem Raj @ 2014-02-11  6:17 UTC (permalink / raw)
  To: openembedded-devel


On Feb 10, 2014, at 5:16 AM, Diego Sueiro <diego.sueiro@gmail.com> wrote:

> Folks,
> 
> To workaround the screensaver compilation error I've added "--disable-rsxs"
> on EXTRA_OECONF.
> 
> Looking at "xbmc/screensavers/rsxs-0.9/configure" It's possible to pass
> "--disable-euphoria" option to configure.
> How can I accomplish this from xbm_git.bb recipe?


EXTRA_OECONF += “--disable-euphoria” ?

> 
> Regards,
> 
> --
> *dS
> Diego Sueiro
> 
> Administrador do Embarcados
> www.embarcados.com.br
> 
> /*long live rock 'n roll*/
> 
> 
> On Sun, Feb 9, 2014 at 8:28 AM, Diego Sueiro <diego.sueiro@gmail.com> wrote:
> 
>> Folks,
>> 
>> I'm trying to get xbcm built for beaglebone black (dora branch), but it's
>> failing.
>> 
>> I'm having the same issue as this e-mail sent 2 months ago:
>> 
>> http://lists.openembedded.org/pipermail/openembedded-devel/2013-November/093304.html
>> 
>> Searching on internet I couldn't find any fix.
>> 
>> 
>> Regards,
>> 
>> --
>> *dS
>> Diego Sueiro
>> 
>> Administrador do Embarcados
>> www.embarcados.com.br
>> 
>> /*long live rock 'n roll*/
>> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



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

* Re: xbmc build failing
  2014-02-11  6:17   ` Khem Raj
@ 2014-02-11  9:14     ` Koen Kooi
  2014-02-11  9:51       ` Diego Sueiro
  0 siblings, 1 reply; 14+ messages in thread
From: Koen Kooi @ 2014-02-11  9:14 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Khem Raj schreef op 11-02-14 07:17:
> 
> On Feb 10, 2014, at 5:16 AM, Diego Sueiro <diego.sueiro@gmail.com>
> wrote:
> 
>> Folks,
>> 
>> To workaround the screensaver compilation error I've added
>> "--disable-rsxs" on EXTRA_OECONF.
>> 
>> Looking at "xbmc/screensavers/rsxs-0.9/configure" It's possible to
>> pass "--disable-euphoria" option to configure. How can I accomplish
>> this from xbm_git.bb recipe?
> 
> 
> EXTRA_OECONF += “--disable-euphoria” ?

It's a sub configure, so --disable-rsxs is the only way to disable euphoria
right now.

regards,

Koen


> 
>> 
>> Regards,
>> 
>> -- *dS Diego Sueiro
>> 
>> Administrador do Embarcados www.embarcados.com.br
>> 
>> /*long live rock 'n roll*/
>> 
>> 
>> On Sun, Feb 9, 2014 at 8:28 AM, Diego Sueiro <diego.sueiro@gmail.com>
>> wrote:
>> 
>>> Folks,
>>> 
>>> I'm trying to get xbcm built for beaglebone black (dora branch), but
>>> it's failing.
>>> 
>>> I'm having the same issue as this e-mail sent 2 months ago:
>>> 
>>> http://lists.openembedded.org/pipermail/openembedded-devel/2013-November/093304.html
>>>
>>>
>>> 
Searching on internet I couldn't find any fix.
>>> 
>>> 
>>> Regards,
>>> 
>>> -- *dS Diego Sueiro
>>> 
>>> Administrador do Embarcados www.embarcados.com.br
>>> 
>>> /*long live rock 'n roll*/
>>> 
>> _______________________________________________ Openembedded-devel
>> mailing list Openembedded-devel@lists.openembedded.org 
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFS+enaMkyGM64RGpERAvioAJsEx7qOFkcgv8vr7oM30US8CY35yACeJCej
2NyEo7SEsJwjWAChYhyil7Y=
=Ml/y
-----END PGP SIGNATURE-----



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

* Re: xbmc build failing
  2014-02-11  9:14     ` Koen Kooi
@ 2014-02-11  9:51       ` Diego Sueiro
  2014-02-11 10:26         ` Koen Kooi
  0 siblings, 1 reply; 14+ messages in thread
From: Diego Sueiro @ 2014-02-11  9:51 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Feb 11, 2014 at 7:14 AM, Koen Kooi <koen@dominion.thruhere.net>wrote:

> >> To workaround the screensaver compilation error I've added
> >> "--disable-rsxs" on EXTRA_OECONF.
> >>
> >> Looking at "xbmc/screensavers/rsxs-0.9/configure" It's possible to
> >> pass "--disable-euphoria" option to configure. How can I accomplish
> >> this from xbm_git.bb recipe?
> >
> >
> > EXTRA_OECONF += "--disable-euphoria" ?
>
> It's a sub configure, so --disable-rsxs is the only way to disable euphoria
> right now.
>

That's what a thought. Is this a limitation from oe or xbmc autotools build
chain?

Regards,

--
*dS
Diego Sueiro


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

* Re: xbmc build failing
  2014-02-11  4:10 ` Khem Raj
@ 2014-02-11 10:15   ` Diego Sueiro
  2014-02-11 15:08     ` Khem Raj
  0 siblings, 1 reply; 14+ messages in thread
From: Diego Sueiro @ 2014-02-11 10:15 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Feb 11, 2014 at 2:10 AM, Khem Raj <raj.khem@gmail.com> wrote:

> seems like its not including proper headers may be you need to include
> unistd.h
>

Not sure about this. The strange thing is: When using poky as DISTRO this
error is raised, but when using Angstrom instead, the error isn't raised.
Could it be related to eglibc version? How can I check which version is
used on both distros?

Regards,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br

/*long live rock 'n roll*/


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

* Re: xbmc build failing
  2014-02-11  9:51       ` Diego Sueiro
@ 2014-02-11 10:26         ` Koen Kooi
  0 siblings, 0 replies; 14+ messages in thread
From: Koen Kooi @ 2014-02-11 10:26 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Diego Sueiro schreef op 11-02-14 10:51:
> On Tue, Feb 11, 2014 at 7:14 AM, Koen Kooi
> <koen@dominion.thruhere.net>wrote:
> 
>>>> To workaround the screensaver compilation error I've added 
>>>> "--disable-rsxs" on EXTRA_OECONF.
>>>> 
>>>> Looking at "xbmc/screensavers/rsxs-0.9/configure" It's possible to 
>>>> pass "--disable-euphoria" option to configure. How can I
>>>> accomplish this from xbm_git.bb recipe?
>>> 
>>> 
>>> EXTRA_OECONF += "--disable-euphoria" ?
>> 
>> It's a sub configure, so --disable-rsxs is the only way to disable
>> euphoria right now.
>> 
> 
> That's what a thought. Is this a limitation from oe or xbmc autotools
> build chain?

Both :)

Give http://dominion.thruhere.net/koen/angstrom/xbmc_12.9.12.bb a try, it
builds but segfaults on x86 and x86_32 (just like the current recipe).

regards,

Koen

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFS+fq+MkyGM64RGpERAkyxAKCZRGu5izOshsfyABASNUhJ4yy2tACdHtgh
9xBdwK+Jk++tUmLkHeZ03Vg=
=KWuA
-----END PGP SIGNATURE-----



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

* Re: xbmc build failing
  2014-02-11 10:15   ` Diego Sueiro
@ 2014-02-11 15:08     ` Khem Raj
  2014-02-11 15:14       ` Diego Sueiro
  0 siblings, 1 reply; 14+ messages in thread
From: Khem Raj @ 2014-02-11 15:08 UTC (permalink / raw)
  To: openembeded-devel

On Tue, Feb 11, 2014 at 2:15 AM, Diego Sueiro <diego.sueiro@gmail.com> wrote:
> On Tue, Feb 11, 2014 at 2:10 AM, Khem Raj <raj.khem@gmail.com> wrote:
>
>> seems like its not including proper headers may be you need to include
>> unistd.h
>>
>
> Not sure about this. The strange thing is: When using poky as DISTRO this
> error is raised, but when using Angstrom instead, the error isn't raised.
> Could it be related to eglibc version? How can I check which version is
> used on both distress?

also check version of gcc in meta-angstrom search for ANGSTROM_GCC e.g.


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

* Re: xbmc build failing
  2014-02-11 15:08     ` Khem Raj
@ 2014-02-11 15:14       ` Diego Sueiro
  2014-02-11 17:03         ` Khem Raj
  0 siblings, 1 reply; 14+ messages in thread
From: Diego Sueiro @ 2014-02-11 15:14 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Feb 11, 2014 at 1:08 PM, Khem Raj <raj.khem@gmail.com> wrote:

> also check version of gcc in meta-angstrom search for ANGSTROM_GCC e.g.


Angstrom:
ANGSTROM_GCC_VERSION_arm                         ?= "linaro-4.8%"
Poky
GCCVERSION ?= "4.8%"

Regards,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br

/*long live rock 'n roll*/


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

* Re: xbmc build failing
  2014-02-11 15:14       ` Diego Sueiro
@ 2014-02-11 17:03         ` Khem Raj
  2014-02-11 17:23           ` Diego Sueiro
  0 siblings, 1 reply; 14+ messages in thread
From: Khem Raj @ 2014-02-11 17:03 UTC (permalink / raw)
  To: openembeded-devel

On Tue, Feb 11, 2014 at 7:14 AM, Diego Sueiro <diego.sueiro@gmail.com> wrote:
> Angstrom:
> ANGSTROM_GCC_VERSION_arm                         ?= "linaro-4.8%"
> Poky
> GCCVERSION ?= "4.8%"

OK how about eglibc


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

* Re: xbmc build failing
  2014-02-11 17:03         ` Khem Raj
@ 2014-02-11 17:23           ` Diego Sueiro
  2014-02-13 17:55             ` Diego Sueiro
  0 siblings, 1 reply; 14+ messages in thread
From: Diego Sueiro @ 2014-02-11 17:23 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Feb 11, 2014 at 3:03 PM, Khem Raj <raj.khem@gmail.com> wrote:

> > Angstrom:
> > ANGSTROM_GCC_VERSION_arm                         ?= "linaro-4.8%"
> > Poky
> > GCCVERSION ?= "4.8%"
>
> OK how about eglibc


Angstrom:
Could not find. :(
Poky:
EGLIBCVERSION ?= "2.18"

Regards,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br

/*long live rock 'n roll*/


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

* Re: xbmc build failing
  2014-02-11 17:23           ` Diego Sueiro
@ 2014-02-13 17:55             ` Diego Sueiro
  0 siblings, 0 replies; 14+ messages in thread
From: Diego Sueiro @ 2014-02-13 17:55 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Feb 11, 2014 at 3:23 PM, Diego Sueiro <diego.sueiro@gmail.com>wrote:

> Angstrom:
> Could not find. :(
> Poky:
> EGLIBCVERSION ?= "2.18"
>

Any thoughts ?


Regards,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br

/*long live rock 'n roll*/


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

end of thread, other threads:[~2014-02-13 17:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-09 10:28 xbmc build failing Diego Sueiro
2014-02-10 13:16 ` Diego Sueiro
2014-02-11  6:17   ` Khem Raj
2014-02-11  9:14     ` Koen Kooi
2014-02-11  9:51       ` Diego Sueiro
2014-02-11 10:26         ` Koen Kooi
  -- strict thread matches above, loose matches on Subject: below --
2013-11-28 22:00 Tim Orling
2014-02-11  4:10 ` Khem Raj
2014-02-11 10:15   ` Diego Sueiro
2014-02-11 15:08     ` Khem Raj
2014-02-11 15:14       ` Diego Sueiro
2014-02-11 17:03         ` Khem Raj
2014-02-11 17:23           ` Diego Sueiro
2014-02-13 17:55             ` Diego Sueiro

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.