From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2 4/4] package/fwupd: new package
Date: Tue, 16 Jul 2024 14:17:55 +0200 [thread overview]
Message-ID: <20240716141755.1bf5473b@windsurf> (raw)
In-Reply-To: <20240611152202.951202-4-james.hilliard1@gmail.com>
On Tue, 11 Jun 2024 09:22:02 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/Config.in | 1 +
> package/fwupd/Config.in | 19 ++++
> package/fwupd/fwupd.hash | 3 +
> package/fwupd/fwupd.mk | 208 +++++++++++++++++++++++++++++++++++++++
> 4 files changed, 231 insertions(+)
> create mode 100644 package/fwupd/Config.in
> create mode 100644 package/fwupd/fwupd.hash
> create mode 100644 package/fwupd/fwupd.mk
Entry in the DEVELOPERS is missing (I had added it locally, but
encountered other issues).
Then, udev dependency is missing:
output/build/fwupd-1.9.20/meson.build:278:11: ERROR: Dependency "udev" not found, tried pkgconfig and cmake
so I added it. But then:
output/build/fwupd-1.9.20/meson.build:327:32: ERROR: Feature offline cannot be enabled: -Doffline=enabled requires systemd
so I moved -Doffline=enabled into the systemd condition.
But then:
output/build/fwupd-1.9.20/meson.build:594:9: ERROR: Command `/home/thomas/projets/buildroot/output/host/bin/python3 -c 'import jinja2; print(jinja2.__version__)'` failed with status 1.
Which probably you had not seen because you had jinja2 installed on
your system. Could you make sure to test build packages with
./utils/docker-run to catch such "spurious" host dependencies?
I quickly grepped for jinja2 in the tree, but it wasn't immediately
clear if it was absolutely mandatory, exactly for what, etc. Hopefully
you'll be able to figure out. It would be nice to not make it a
mandatory dependency to build fwupd, if possible of course.
Could you have a look?
Thanks a lot!
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
next prev parent reply other threads:[~2024-07-16 12:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-11 15:21 [Buildroot] [PATCH v2 1/4] package/libjcat: new package James Hilliard
2024-06-11 15:22 ` [Buildroot] [PATCH v2 2/4] package/fwupd-efi: " James Hilliard
2024-06-11 15:22 ` [Buildroot] [PATCH v2 3/4] package/flashrom: install to staging with meson James Hilliard
2024-07-16 12:40 ` Thomas Petazzoni via buildroot
2024-06-11 15:22 ` [Buildroot] [PATCH v2 4/4] package/fwupd: new package James Hilliard
2024-07-16 12:17 ` Thomas Petazzoni via buildroot [this message]
2024-07-16 17:55 ` James Hilliard
2024-07-16 19:47 ` Thomas Petazzoni via buildroot
2024-07-16 19:56 ` James Hilliard
2024-07-16 22:17 ` Thomas Petazzoni via buildroot
2024-07-18 16:03 ` James Hilliard
2024-07-16 12:39 ` [Buildroot] [PATCH v2 1/4] package/libjcat: " Thomas Petazzoni via buildroot
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=20240716141755.1bf5473b@windsurf \
--to=buildroot@buildroot.org \
--cc=eric.le.bihan.dev@free.fr \
--cc=james.hilliard1@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox