All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] rpi3_qt5we build issu
Date: Sun, 18 Jul 2021 00:33:43 +0200	[thread overview]
Message-ID: <20210718003343.1c28e7dd@gmx.net> (raw)
In-Reply-To: <CAMBXMtbWu2e63Kb+MLfj7Jrh+NU6HpCBA86OKSqRXcyHu-M=VA@mail.gmail.com>

Hello Michal,

On Fri, 16 Jul 2021 14:53:50 +0200, Michal Pluska <michal.pluska2@gmail.com> wrote:

> Hello,
> 
> I try to build this configuration: raspberrypi3_qt5we_defconfig; This patch
> had to be applied:
> https://patchwork.ozlabs.org/project/buildroot/patch/20201221203952.22168-3-ps.report at gmx.net/
> 
> still I get following build error:
> ../../../../../host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/bits/string_fortified.h:29:33:
> warning: ?void* __builtin_memcpy(void*, const void*, unsigned int)?
> specified bound between 4294967288 and 4294967295 exceeds maximum object
> size 2147483647 [-Wstringop-overflow=]
>    29 |   return __builtin___memcpy_chk (__dest, __src, __len, __bos0
> (__dest));
>       |
>  ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> [14642/20194] CXX
> obj/content/browser/browser/browser_accessibility_state_impl.o
> FAILED: obj/content/browser/browser/browser_accessibility_state_impl.o
> 
> What is still missing?
> I could repeat this build error on two machines...

Note that the shown line is a warning only, but from your attached log:

	arm-buildroot-linux-gnueabihf-g++.br_real: fatal error: Killed signal terminated program cc1plus
	compilation terminated.

Most likely out-of-memory? Install more ram/swap on your build machines or
reduce the amount of parallelism of your (qt5webengine-5.15.2) build,
e.g. via setting BR2_JLEVEL or by hacking the following line in
package/qt5/qt5webengine/qt5webengine.mk:

 62 QT5WEBENGINE_ENV += NINJAFLAGS="-j$(PARALLEL_JOBS)"

Regards,
Peter

> 
> Kind Regards,
> Mipl

  reply	other threads:[~2021-07-17 22:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-16 12:53 [Buildroot] rpi3_qt5we build issu Michal Pluska
2021-07-16 12:53 ` Michal Pluska
2021-07-17 22:33 ` Peter Seiderer [this message]
2021-07-20 17:03   ` Michal Pluska

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=20210718003343.1c28e7dd@gmx.net \
    --to=ps.report@gmx.net \
    --cc=buildroot@busybox.net \
    /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.