All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-demos] glive building failed on do_install
@ 2014-08-19  7:24 Paweł Żabiełowicz
  2014-08-19 11:43 ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Paweł Żabiełowicz @ 2014-08-19  7:24 UTC (permalink / raw)
  To: meta-freescale

Hi all,

I'm trying to build a 'core-image-minimal' with added 'meta-qt5' and 
gstreamer with plugins. When bitbaking 'glive' from 'meta-fsl-demos' it 
stops building on 'do_install' with errors like below:
ERROR: Function failed: do_install (log file is located at 
/home/pzabielowicz/fsl-community-bsp/build/tmp/work/imx6qsabrelite-poky-linux-gnueabi/glive/git-r0/temp/log.do_install.12803)

run.do_install:
http://pastebin.com/7MzbZ5qD

log.do_install:
http://pastebin.com/babvpCdm


'fsl-community-bsp' is at master from 20140818.


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

* Re: [meta-fsl-demos] glive building failed on do_install
  2014-08-19  7:24 [meta-fsl-demos] glive building failed on do_install Paweł Żabiełowicz
@ 2014-08-19 11:43 ` Otavio Salvador
  2014-08-19 13:37   ` John Weber
  2014-10-02 14:05   ` Trevor Woerner
  0 siblings, 2 replies; 4+ messages in thread
From: Otavio Salvador @ 2014-08-19 11:43 UTC (permalink / raw)
  To: Paweł Żabiełowicz; +Cc: meta-freescale@yoctoproject.org

Hello Pawel,

On Tue, Aug 19, 2014 at 4:24 AM, Paweł Żabiełowicz
<pawel.zabielowicz@satel.pl> wrote:
> I'm trying to build a 'core-image-minimal' with added 'meta-qt5' and
> gstreamer with plugins. When bitbaking 'glive' from 'meta-fsl-demos' it
> stops building on 'do_install' with errors like below:
> ERROR: Function failed: do_install (log file is located at
> /home/pzabielowicz/fsl-community-bsp/build/tmp/work/imx6qsabrelite-poky-linux-gnueabi/glive/git-r0/temp/log.do_install.12803)
>
> run.do_install:
> http://pastebin.com/7MzbZ5qD
>
> log.do_install:
> http://pastebin.com/babvpCdm
>
>
> 'fsl-community-bsp' is at master from 20140818.

This might be related to the S != B brokenness.

Can you try 'autotools-brokensep' class instead of 'autotools'?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [meta-fsl-demos] glive building failed on do_install
  2014-08-19 11:43 ` Otavio Salvador
@ 2014-08-19 13:37   ` John Weber
  2014-10-02 14:05   ` Trevor Woerner
  1 sibling, 0 replies; 4+ messages in thread
From: John Weber @ 2014-08-19 13:37 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

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

I'll try replicating this on my end.


On Tue, Aug 19, 2014 at 6:43 AM, Otavio Salvador <otavio@ossystems.com.br>
wrote:

> Hello Pawel,
>
> On Tue, Aug 19, 2014 at 4:24 AM, Paweł Żabiełowicz
> <pawel.zabielowicz@satel.pl> wrote:
> > I'm trying to build a 'core-image-minimal' with added 'meta-qt5' and
> > gstreamer with plugins. When bitbaking 'glive' from 'meta-fsl-demos' it
> > stops building on 'do_install' with errors like below:
> > ERROR: Function failed: do_install (log file is located at
> >
> /home/pzabielowicz/fsl-community-bsp/build/tmp/work/imx6qsabrelite-poky-linux-gnueabi/glive/git-r0/temp/log.do_install.12803)
> >
> > run.do_install:
> > http://pastebin.com/7MzbZ5qD
> >
> > log.do_install:
> > http://pastebin.com/babvpCdm
> >
> >
> > 'fsl-community-bsp' is at master from 20140818.
>
> This might be related to the S != B brokenness.
>
> Can you try 'autotools-brokensep' class instead of 'autotools'?
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>

[-- Attachment #2: Type: text/html, Size: 2539 bytes --]

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

* Re: [meta-fsl-demos] glive building failed on do_install
  2014-08-19 11:43 ` Otavio Salvador
  2014-08-19 13:37   ` John Weber
@ 2014-10-02 14:05   ` Trevor Woerner
  1 sibling, 0 replies; 4+ messages in thread
From: Trevor Woerner @ 2014-10-02 14:05 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

On 08/19/14 07:43, Otavio Salvador wrote:
> This might be related to the S != B brokenness. Can you try
> 'autotools-brokensep' class instead of 'autotools'? 

This appears to be the case, with '-brokensep' glive builds (and
installs) successfully.


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

end of thread, other threads:[~2014-10-02 14:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19  7:24 [meta-fsl-demos] glive building failed on do_install Paweł Żabiełowicz
2014-08-19 11:43 ` Otavio Salvador
2014-08-19 13:37   ` John Weber
2014-10-02 14:05   ` Trevor Woerner

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.