From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B033BE007A0; Mon, 6 Apr 2015 23:43:47 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (praveen.vatt[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.54 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C8AF6E006E5 for ; Mon, 6 Apr 2015 23:43:44 -0700 (PDT) Received: by paboj16 with SMTP id oj16so68931626pab.0 for ; Mon, 06 Apr 2015 23:43:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AYC/xHiE/C8lQKrPFWvWKtRxMqGw+CQ9afLdGgMZPPM=; b=l4nlnW7/7TKlo6haLfUUVOH4O6ijiOUeie0xD9Lu+4FDQk6S6uQ5s2AButh23ItycW 4RBStP2W+KCHYkILvaRZakuiOChhsED3TJ/b08NtPpZENXLfz+zW9dzJDnjILY9dvbHa tOcm5ZgziN9eaUxwsfZDrkSRYSiqO29e3jC/VEjGYkYpQG0rm6ssjwlEmCA0Pw9MKJz/ 8CYRIEC0121vVqdOL2W9NrhnFwhmEtHpWSGXvPhSqP6vMbDZX3OoDUZ8KT/lKe/R0vAT rvPWMr42qIEUbouL7hEcj0LrjziQnXXDnc9zeCOY2B6Yk9BGYh0jJLv9Q9NNdvWq/frJ BmQQ== MIME-Version: 1.0 X-Received: by 10.66.193.72 with SMTP id hm8mr33497478pac.24.1428389023819; Mon, 06 Apr 2015 23:43:43 -0700 (PDT) Received: by 10.70.135.134 with HTTP; Mon, 6 Apr 2015 23:43:43 -0700 (PDT) Date: Tue, 7 Apr 2015 12:13:43 +0530 Message-ID: From: praveen vattipalli To: poky@yoctoproject.org Subject: do_compile_ptest_base error (valgrind) in dizzy X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2015 06:43:47 -0000 Content-Type: multipart/alternative; boundary=047d7bdca6a45dac3705131cbc8b --047d7bdca6a45dac3705131cbc8b Content-Type: text/plain; charset=UTF-8 hi I am using 64 bit ubuntu12.04 and compiling coertexa9 arch arm board. I could able to build core-image-minimal successfully. But when I am trying to build valgrind. I am getting do_compile_ptest_base error. If i remove ptest in valgrind_3.9.0.bb it is building without errors. I am using poky-dizzy. ERROR LOG: /home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/valgrind-3.9.0/none/tests/arm/vcvt_fixed_float_VFP.c: In function 's32_to_f32_imm1': | /home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/valgrind-3.9.0/none/tests/arm/vcvt_fixed_float_VFP.c:12:1: internal compiler error: Max. number of generated reload insns per insn is achieved (90) | | } | ^ | Please submit a full bug report, | with preprocessed source if appropriate. | See for instructions. | make[5]: *** [vcvt_fixed_float_VFP.o] Error 1 | make[5]: Leaving directory `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/build/none/tests/arm' | make[4]: *** [check-am] Error 2 | make[4]: Leaving directory `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/build/none/tests/arm' | make[3]: *** [check-recursive] Error 1 | make[3]: Leaving directory `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/build/none/tests' | make[2]: *** [check-recursive] Error 1 | make[2]: Leaving directory `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/build/none' | make[1]: *** [check-recursive] Error 1 | make[1]: Leaving directory `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/build' | make: *** [check] Error 2 | make: Leaving directory `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/build' | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile_ptest_base (log file is located at /home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/temp/log.do_compile_ptest_base.11152) ERROR: Task 9 (/home/praveenk/work/platform/meta/recipes-devtools/valgrind/ valgrind_3.9.0.bb, do_compile_ptest_base) failed with exit code '1' NOTE: Tasks Summary: Attempted 776 tasks of which 769 didn't need to be rerun and 1 failed. No currently running tasks (776 of 784) Summary: 1 task failed: /home/praveenk/work/platform/meta/recipes-devtools/valgrind/ valgrind_3.9.0.bb, do_compile_ptest_base Summary: There was 1 ERROR message shown, returning a non-zero exit code. how can i solve this. Thanks Praveen --047d7bdca6a45dac3705131cbc8b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
hi
I am using 64 bit ubuntu12.04 and c= ompiling coertexa9 arch arm=C2=A0 board. I could able to build core-image-m= inimal successfully. But when I am trying to build valgrind. I am getting d= o_compile_ptest_base error. If i remove ptest in valgrind_3.9.0.bb it is building without errors.

I am using poky-dizzy.

ERROR LOG:
=
/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-li= nux-gnueabi/valgrind/3.9.0-r8/valgrind-3.9.0/none/tests/arm/vcvt_fixed_floa= t_VFP.c: In function 's32_to_f32_imm1':
| /home/praveenk/work/pl= atform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0= -r8/valgrind-3.9.0/none/tests/arm/vcvt_fixed_float_VFP.c:12:1: internal com= piler error: Max. number of generated reload insns per insn is achieved (90= )
|
|=C2=A0 }
|=C2=A0 ^
| Please submit a full bug report,
= | with preprocessed source if appropriate.
| See <http://gcc.gnu.org/bugs.html> for instructions= .
| make[5]: *** [vcvt_fixed_float_VFP.o] Error 1
| make[5]: Leaving = directory `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-= poky-linux-gnueabi/valgrind/3.9.0-r8/build/none/tests/arm'
| make[4]= : *** [check-am] Error 2
| make[4]: Leaving directory `/home/praveenk/wo= rk/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/= 3.9.0-r8/build/none/tests/arm'
| make[3]: *** [check-recursive] Erro= r 1
| make[3]: Leaving directory `/home/praveenk/work/platform/build/tmp= /work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/build/none/t= ests'
| make[2]: *** [check-recursive] Error 1
| make[2]: Leaving= directory `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon= -poky-linux-gnueabi/valgrind/3.9.0-r8/build/none'
| make[1]: *** [ch= eck-recursive] Error 1
| make[1]: Leaving directory `/home/praveenk/work= /platform/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.= 9.0-r8/build'
| make: *** [check] Error 2
| make: Leaving directo= ry `/home/praveenk/work/platform/build/tmp/work/cortexa9hf-vfp-neon-poky-li= nux-gnueabi/valgrind/3.9.0-r8/build'
| ERROR: oe_runmake failed
|= WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do= _compile_ptest_base (log file is located at /home/praveenk/work/platform/bu= ild/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/valgrind/3.9.0-r8/temp/= log.do_compile_ptest_base.11152)
ERROR: Task 9 (/home/praveenk/work/plat= form/meta/recipes-devtools/valgrind/va= lgrind_3.9.0.bb, do_compile_ptest_base) failed with exit code '1= 9;
NOTE: Tasks Summary: Attempted 776 tasks of which 769 didn't need= to be rerun and 1 failed.
No currently running tasks (776 of 784)
Summary: 1 task failed:
=C2=A0 /home/praveenk/work/platform/meta/recip= es-devtools/valgrind/valgrind_3.9.0.bb= , do_compile_ptest_base
Summary: There was 1 ERROR message shown, re= turning a non-zero exit code.

how can i solve this.
Thanks
Praveen

--047d7bdca6a45dac3705131cbc8b--