From: Julien Olivain via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org, "Alexis Lothoré" <alexis.lothore@bootlin.com>
Subject: Re: [Buildroot] [PATCH/next 1/1] package/libxmlsec1: bump version to 1.3.11
Date: Fri, 15 May 2026 12:34:38 +0200 [thread overview]
Message-ID: <fd4f8acfa1145f0412c30dde38bce853@free.fr> (raw)
In-Reply-To: <20260512145844.440168-1-bernd@kuhls.net>
Hi Bernd,
On 12/05/2026 16:58, Bernd Kuhls wrote:
> https://github.com/lsh123/xmlsec/releases/tag/1.3.11
> https://github.com/lsh123/xmlsec/releases/tag/1.3.10
>
> Switched to tarball hash provided by upstream.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/libxmlsec1/libxmlsec1.hash | 5 +++--
> package/libxmlsec1/libxmlsec1.mk | 2 +-
> 2 files changed, 4 insertions(+), 3 deletions(-)
>
[...]
> diff --git a/package/libxmlsec1/libxmlsec1.mk
> b/package/libxmlsec1/libxmlsec1.mk
> index 29222bc16f..4db1a7ace6 100644
> --- a/package/libxmlsec1/libxmlsec1.mk
> +++ b/package/libxmlsec1/libxmlsec1.mk
> @@ -4,7 +4,7 @@
> #
>
> ################################################################################
>
> -LIBXMLSEC1_VERSION = 1.3.9
> +LIBXMLSEC1_VERSION = 1.3.11
This new version fail to build in a simple configuration:
cat >.config <<EOF
BR2_aarch64=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_PACKAGE_LIBXMLSEC1=y
EOF
make olddefconfig
make libxmlsec1
It is failing with error:
unit_tests/transform_helpers_unit_tests.c:291:9: error: implicit
declaration of function ‘xmlDebugDumpDocument’
[-Wimplicit-function-declaration]
There is also other failures, see:
https://gitlab.com/jolivain/buildroot/-/pipelines/2527527034
Could you have a look please?
> LIBXMLSEC1_SOURCE = xmlsec1-$(LIBXMLSEC1_VERSION).tar.gz
> LIBXMLSEC1_SITE =
> https://github.com/lsh123/xmlsec/releases/download/$(LIBXMLSEC1_VERSION)
> LIBXMLSEC1_LICENSE = MIT
> --
> 2.47.3
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2026-05-15 10:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-12 14:58 [Buildroot] [PATCH/next 1/1] package/libxmlsec1: bump version to 1.3.11 Bernd Kuhls
2026-05-15 10:34 ` Julien Olivain via buildroot [this message]
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=fd4f8acfa1145f0412c30dde38bce853@free.fr \
--to=buildroot@buildroot.org \
--cc=alexis.lothore@bootlin.com \
--cc=bernd@kuhls.net \
--cc=ju.o@free.fr \
/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.