All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: "Naumann Andreas" <ANaumann@ultratronik.de>,
	"Joshua Henderson" <joshua.henderson@microchip.com>,
	"Bartosz Bilas" <b.bilas@grinn-global.com>,
	"Angelo Compagnucci" <angelo.compagnucci@gmail.com>,
	"Peter Seiderer" <ps.report@gmx.net>,
	"Julien Corjon" <corjon.j@ecagroup.com>,
	buildroot@buildroot.org,
	"Gaël Portay" <gael.portay@collabora.com>
Subject: Re: [Buildroot] [PATCH v3 1/3] package/qt5/qt5webengine-chromium-catapult: new package
Date: Wed, 12 Jan 2022 13:56:37 +0100	[thread overview]
Message-ID: <20220112135637.12c5edc4@windsurf> (raw)
In-Reply-To: <20220107045531.3985241-1-james.hilliard1@gmail.com>

Hello James,

On Thu,  6 Jan 2022 21:55:29 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:

> This version of catapult is python3 compatible and will be used to
> replace the python2 only version in qt5webengine-chromium.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> Changes v2 -> v3:
>   - add kconfig entry
> ---
>  package/qt5/Config.in                              |  1 +
>  .../qt5/qt5webengine-chromium-catapult/Config.in   |  4 ++++
>  .../qt5webengine-chromium-catapult.hash            |  3 +++
>  .../qt5webengine-chromium-catapult.mk              | 14 ++++++++++++++
>  4 files changed, 22 insertions(+)
>  create mode 100644 package/qt5/qt5webengine-chromium-catapult/Config.in
>  create mode 100644 package/qt5/qt5webengine-chromium-catapult/qt5webengine-chromium-catapult.hash
>  create mode 100644 package/qt5/qt5webengine-chromium-catapult/qt5webengine-chromium-catapult.mk

I have tested this patch series (I'm replying to the v3 because that's
the one I tested) with the following defconfig:

BR2_arm=y
BR2_arm1176jzf_s=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
BR2_PACKAGE_QT5=y
BR2_PACKAGE_QT5WEBENGINE=y
BR2_PACKAGE_RPI_USERLAND=y

and it failed to build like this:

FAILED: host/obj/crypto/crypto/nss_key_util.o
/usr/bin/g++ -MMD -MF host/obj/crypto/crypto/nss_key_util.o.d -DCRYPTO_IMPLEMENTATION -DUSE_UDEV -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DOFFICIAL_BUILD -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -Ihost/gen -I../../3rdparty/chromium -I../../3rdparty/chromium/third_party/perfetto/include -Ihost/gen/third_party/perfetto/build_config -Ihost/gen/third_party/perfetto -I../../3rdparty/chromium/third_party/boringssl/src/include -I../../3rdparty/chromium/third_party/abseil-cpp -I../../3rdparty/chromium/third_party/protobuf/src -Ihost/gen/protoc_out -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pipe -pthread -m64 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations -fno-delete-null-pointe
 r-checks -Wno-comments -Wno-packed-not-aligned -Wno-dangling-else -Wno-missing-field-initializers -Wno-unused-parameter -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g0 -fvisibility=hidden -I/usr/include/nss -I/usr/include/nspr -std=gnu++14 -Wno-narrowing -Wno-class-memaccess -Wno-attributes -Wno-class-memaccess -Wno-subobject-linkage -Wno-invalid-offsetof -Wno-return-type -Wno-deprecated-copy -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -I/home/thomas/buildroot/buildroot/output/host/include -c ../../3rdparty/chromium/crypto/nss_key_util.cc -o host/obj/crypto/crypto/nss_key_util.o
In file included from ../../3rdparty/chromium/crypto/nss_key_util.cc:5:
../../3rdparty/chromium/crypto/nss_key_util.h:8:10: fatal error: secoidt.h: No such file or directory
    8 | #include <secoidt.h>
      |          ^~~~~~~~~~~
compilation terminated.
[19912/23484] CXX host/obj/crypto/crypto/sha2.o
[19913/23484] CXX host/obj/crypto/crypto/secure_hash.o
[19914/23484] CXX host/obj/base/base/base_jumbo_7.o
[19915/23484] CXX host/obj/crypto/crypto/signature_creator.o
[19916/23484] CXX host/obj/base/base/base_jumbo_11.o
[19917/23484] CXX host/obj/crypto/crypto/symmetric_key.o
[19918/23484] CXX host/obj/crypto/crypto/signature_verifier.o
[19919/23484] CXX host/obj/base/base/base_jumbo_4.o
In file included from host/gen/base/base_jumbo_4.cc:6:
./../../3rdparty/chromium/base/debug/alias.cc:11: warning: ignoring #pragma clang max_tokens_here [-Wunknown-pragmas]
   11 | #pragma clang max_tokens_here 250
      |
ninja: build stopped: subcommand failed.
make[5]: *** [Makefile.gn_run:356: run_ninja] Error 1
make[4]: *** [Makefile:82: sub-gn_run-pro-make_first] Error 2
make[3]: *** [Makefile:79: sub-core-make_first] Error 2
make[2]: *** [Makefile:49: sub-src-make_first] Error 2
make[1]: *** [package/pkg-generic.mk:295: /home/thomas/buildroot/buildroot/output/build/qt5webengine-5.15.8/.stamp_built] Error 2
make: *** [Makefile:84: _all] Error 2

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2022-01-12 12:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-07  4:55 [Buildroot] [PATCH v3 1/3] package/qt5/qt5webengine-chromium-catapult: new package James Hilliard
2022-01-07  4:55 ` [Buildroot] [PATCH v3 2/3] package/qt5/qt5webengine: bump to version 5.15.8 James Hilliard
2022-01-07  4:55 ` [Buildroot] [PATCH v3 3/3] package/qt5: bump packages to latest kde submodule versions James Hilliard
2022-01-12 12:56 ` Thomas Petazzoni [this message]
2022-01-13  0:19   ` [Buildroot] [PATCH v3 1/3] package/qt5/qt5webengine-chromium-catapult: new package James Hilliard

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=20220112135637.12c5edc4@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=ANaumann@ultratronik.de \
    --cc=angelo.compagnucci@gmail.com \
    --cc=b.bilas@grinn-global.com \
    --cc=buildroot@buildroot.org \
    --cc=corjon.j@ecagroup.com \
    --cc=gael.portay@collabora.com \
    --cc=james.hilliard1@gmail.com \
    --cc=joshua.henderson@microchip.com \
    --cc=ps.report@gmx.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.