All of lore.kernel.org
 help / color / mirror / Atom feed
* Failing build following Quick Start
@ 2016-09-06 13:13 Adolfo Sanchez
  2016-09-06 15:47 ` xerofoify
  2016-09-08  7:30 ` Richard Purdie
  0 siblings, 2 replies; 5+ messages in thread
From: Adolfo Sanchez @ 2016-09-06 13:13 UTC (permalink / raw)
  To: yocto

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

Hello



I am new to Yocto and trying to learn the basics of the system


I am following the Yocto Quick Start guide:

http://www.yoctoproject.org/docs/2.1/yocto-project-qs/yocto-project-qs.html


Details:

1) I am using Lubuntu 16.04 64bits on a Oracle VirtualBox VM, over a Windows10 host.

2) I downloaded the poky from the Yocto page instead of download it via git

3) I am tryting to build the basic core-image-sato for qemu

4) I am getting  the following error:

ERROR: Task 1921 (virtual:native:/home/adolfo/Yocto-testin/poky-krogoth-15.0.1/meta/recipes-support/gmp/gmp_6.1.0.bb, do_compile) failed with exit code '1'
5) I test  the ${WORKDIR}/temp/run.do_compile I get the following error:
x86_64-linux-libtool:   error: 'abs.lo' is not a valid libtool object
Makefile:421: recipe for target 'libmpq.la' failed
make[2]: *** [libmpq.la] Error 1


Any help would be appreciated.

Best regards,

Adolfo Sanchez




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

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

* Re: Failing build following Quick Start
  2016-09-06 13:13 Failing build following Quick Start Adolfo Sanchez
@ 2016-09-06 15:47 ` xerofoify
  2016-09-07  2:22   ` Adolfo Sanchez
  2016-09-08  7:30 ` Richard Purdie
  1 sibling, 1 reply; 5+ messages in thread
From: xerofoify @ 2016-09-06 15:47 UTC (permalink / raw)
  To: Adolfo Sanchez; +Cc: yocto

On Tue, Sep 6, 2016 at 9:13 AM, Adolfo Sanchez <adolfo_sm_cr@hotmail.com> wrote:
> Hello
>
>
>
> I am new to Yocto and trying to learn the basics of the system
>
>
> I am following the Yocto Quick Start guide:
>
> http://www.yoctoproject.org/docs/2.1/yocto-project-qs/yocto-project-qs.html
>
>
> Details:
>
> 1) I am using Lubuntu 16.04 64bits on a Oracle VirtualBox VM, over a
> Windows10 host.
>
> 2) I downloaded the poky from the Yocto page instead of download it via git
>
> 3) I am tryting to build the basic core-image-sato for qemu
>
> 4) I am getting  the following error:
>
> ERROR: Task 1921
> (virtual:native:/home/adolfo/Yocto-testin/poky-krogoth-15.0.1/meta/recipes-support/gmp/gmp_6.1.0.bb,
> do_compile) failed with exit code '1'
> 5) I test  the ${WORKDIR}/temp/run.do_compile I get the following error:
> x86_64-linux-libtool:   error: 'abs.lo' is not a valid libtool object
> Makefile:421: recipe for target 'libmpq.la' failed
> make[2]: *** [libmpq.la] Error 1
>
>
> Any help would be appreciated.
>
> Best regards,
>
> Adolfo Sanchez
>
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
Do you actually have libtool installed and the latest version for
Lubuntu 16.04, if not try installing it using apt-get.
See if that helps fix the issue if not report back with the error
messages you are getting after installing libtool.
Cheers,
Nick


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

* Re: Failing build following Quick Start
  2016-09-06 15:47 ` xerofoify
@ 2016-09-07  2:22   ` Adolfo Sanchez
  2016-09-07  2:28     ` Nicholas Krause
  0 siblings, 1 reply; 5+ messages in thread
From: Adolfo Sanchez @ 2016-09-07  2:22 UTC (permalink / raw)
  To: xerofoify; +Cc: yocto

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

Hello Nick


Thanks for your feedback.

I tried installing the libtool as you suggested, also performed and apt-get upgrade just in case

I am still getting the same error


Best Regards,

Adolfo

________________________________
De: xerofoify <xerofoify@gmail.com>
Enviado: martes 6 de septiembre de 2016 09:47:59 a.m.
Para: Adolfo Sanchez
Cc: yocto@yoctoproject.org
Asunto: Re: [yocto] Failing build following Quick Start

On Tue, Sep 6, 2016 at 9:13 AM, Adolfo Sanchez <adolfo_sm_cr@hotmail.com> wrote:
> Hello
>
>
>
> I am new to Yocto and trying to learn the basics of the system
>
>
> I am following the Yocto Quick Start guide:
>
> http://www.yoctoproject.org/docs/2.1/yocto-project-qs/yocto-project-qs.html
>
>
> Details:
>
> 1) I am using Lubuntu 16.04 64bits on a Oracle VirtualBox VM, over a
> Windows10 host.
>
> 2) I downloaded the poky from the Yocto page instead of download it via git
>
> 3) I am tryting to build the basic core-image-sato for qemu
>
> 4) I am getting  the following error:
>
> ERROR: Task 1921
> (virtual:native:/home/adolfo/Yocto-testin/poky-krogoth-15.0.1/meta/recipes-support/gmp/gmp_6.1.0.bb,
> do_compile) failed with exit code '1'
> 5) I test  the ${WORKDIR}/temp/run.do_compile I get the following error:
> x86_64-linux-libtool:   error: 'abs.lo' is not a valid libtool object
> Makefile:421: recipe for target 'libmpq.la' failed
> make[2]: *** [libmpq.la] Error 1
>
>
> Any help would be appreciated.
>
> Best regards,
>
> Adolfo Sanchez
>
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
Do you actually have libtool installed and the latest version for
Lubuntu 16.04, if not try installing it using apt-get.
See if that helps fix the issue if not report back with the error
messages you are getting after installing libtool.
Cheers,
Nick

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

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

* Re: Failing build following Quick Start
  2016-09-07  2:22   ` Adolfo Sanchez
@ 2016-09-07  2:28     ` Nicholas Krause
  0 siblings, 0 replies; 5+ messages in thread
From: Nicholas Krause @ 2016-09-07  2:28 UTC (permalink / raw)
  To: Adolfo Sanchez; +Cc: yocto



On September 6, 2016 10:22:35 PM EDT, Adolfo Sanchez <adolfo_sm_cr@hotmail.com> wrote:
>Hello Nick
>
>
>Thanks for your feedback.
>
>I tried installing the libtool as you suggested, also performed and
>apt-get upgrade just in case
>
>I am still getting the same error
>
>
>Best Regards,
>
>Adolfo
>
Adolfo, 
Try installing libxmu as that's 
for the library. 
Nick 
>________________________________
>De: xerofoify <xerofoify@gmail.com>
>Enviado: martes 6 de septiembre de 2016 09:47:59 a.m.
>Para: Adolfo Sanchez
>Cc: yocto@yoctoproject.org
>Asunto: Re: [yocto] Failing build following Quick Start
>
>On Tue, Sep 6, 2016 at 9:13 AM, Adolfo Sanchez
><adolfo_sm_cr@hotmail.com> wrote:
>> Hello
>>
>>
>>
>> I am new to Yocto and trying to learn the basics of the system
>>
>>
>> I am following the Yocto Quick Start guide:
>>
>>
>http://www.yoctoproject.org/docs/2.1/yocto-project-qs/yocto-project-qs.html
>>
>>
>> Details:
>>
>> 1) I am using Lubuntu 16.04 64bits on a Oracle VirtualBox VM, over a
>> Windows10 host.
>>
>> 2) I downloaded the poky from the Yocto page instead of download it
>via git
>>
>> 3) I am tryting to build the basic core-image-sato for qemu
>>
>> 4) I am getting  the following error:
>>
>> ERROR: Task 1921
>>
>(virtual:native:/home/adolfo/Yocto-testin/poky-krogoth-15.0.1/meta/recipes-support/gmp/gmp_6.1.0.bb,
>> do_compile) failed with exit code '1'
>> 5) I test  the ${WORKDIR}/temp/run.do_compile I get the following
>error:
>> x86_64-linux-libtool:   error: 'abs.lo' is not a valid libtool object
>> Makefile:421: recipe for target 'libmpq.la' failed
>> make[2]: *** [libmpq.la] Error 1
>>
>>
>> Any help would be appreciated.
>>
>> Best regards,
>>
>> Adolfo Sanchez
>>
>>
>>
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>Do you actually have libtool installed and the latest version for
>Lubuntu 16.04, if not try installing it using apt-get.
>See if that helps fix the issue if not report back with the error
>messages you are getting after installing libtool.
>Cheers,
>Nick



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

* Re: Failing build following Quick Start
  2016-09-06 13:13 Failing build following Quick Start Adolfo Sanchez
  2016-09-06 15:47 ` xerofoify
@ 2016-09-08  7:30 ` Richard Purdie
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2016-09-08  7:30 UTC (permalink / raw)
  To: Adolfo Sanchez, yocto

On Tue, 2016-09-06 at 13:13 +0000, Adolfo Sanchez wrote:
> I am new to Yocto and trying to learn the basics of the system
> 
> I am following the Yocto Quick Start guide: 
> http://www.yoctoproject.org/docs/2.1/yocto-project-qs/yocto-project-q
> s.html
> 
> Details:
> 1) I am using Lubuntu 16.04 64bits on a Oracle VirtualBox VM, over a
> Windows10 host.
> 2) I downloaded the poky from the Yocto page instead of download it
> via git
> 3) I am tryting to build the basic core-image-sato for qemu
> 4) I am getting  the following error:
> ERROR: Task 1921 (virtual:native:/home/adolfo/Yocto-testin/poky-
> krogoth-15.0.1/meta/recipes-support/gmp/gmp_6.1.0.bb, do_compile)
> failed with exit code '1'
> 5) I test  the ${WORKDIR}/temp/run.do_compile I get the following
> error: 
> x86_64-linux-libtool:   error: 'abs.lo' is not a valid libtool object
> Makefile:421: recipe for target 'libmpq.la' failed
> make[2]: *** [libmpq.la] Error 1
> 
> Any help would be appreciated.

Is this error reproducible, e.g. if you run "bitbake gmp-native -c
clean" which will wipe out the piece of source code that is failing,
then run "bitbake core-image-sato" again, does it work?

Cheers,

Richard



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

end of thread, other threads:[~2016-09-08  7:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-06 13:13 Failing build following Quick Start Adolfo Sanchez
2016-09-06 15:47 ` xerofoify
2016-09-07  2:22   ` Adolfo Sanchez
2016-09-07  2:28     ` Nicholas Krause
2016-09-08  7:30 ` Richard Purdie

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.