Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH/next 1/1] package/cegui: bump version
Date: Tue, 16 Dec 2025 09:35:51 +0100	[thread overview]
Message-ID: <20251216093551.78ccc5af@windsurf> (raw)
In-Reply-To: <20251202195845.1666460-1-bernd@kuhls.net>

Hello Bernd,

On Tue,  2 Dec 2025 20:58:45 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:

> Added patch to fix build with cmake 4.
> 
> Removed patches which are included in this release.
> 
> Updated dependencies and configure options due to upstream commits:
> https://github.com/cegui/cegui/commit/36c0eaf629b46bdaa3448d20d46294cb0dbc6db5
> https://github.com/cegui/cegui/commit/c9adaa03d67e2ba650e063dc7b60c63113ba6cf0
> https://github.com/cegui/cegui/commit/20f5ac6658ce151e73772906cdb9be93603c5064
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Thanks for your patch. However, it would have be nice to send separate
patches for the CMake 4 issue (affecting master) and the version bump,
as they are unrelated matter.

And indeed, cegui doesn't build properly after the version bump (see
below the details). Therefore having separate commits would have
allowed to fix the immediate CMake 4 issue, while resolving the version
bump issues separately.

This defconfig:

BR2_aarch64=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE=y
BR2_PACKAGE_CEGUI=y

fails to build with:

CMake Warning at CMakeLists.txt:601 (message):
  None of the XML parser modules are going to be built.

  You should ensure that CEGUI_OPTION_DEFAULT_XMLPARSER is set to something

  appropriate.


CMake Error at CMakeLists.txt:606 (set_property):
  set_property could not find CACHE variable CEGUI_OPTION_DEFAULT_XMLPARSER.
  Perhaps it has not yet been created.


CMake Error at CMakeLists.txt:607 (set_property):
  set_property could not find CACHE variable CEGUI_STATIC_XMLPARSER_MODULE.
  Perhaps it has not yet been created.


CMake Warning at CMakeLists.txt:654 (message):
  None of the image codec modules are going to be built.

  You should ensure that CEGUI_OPTION_DEFAULT_IMAGECODEC is set to something

  appropriate.


CMake Error at CMakeLists.txt:659 (set_property):
  set_property could not find CACHE variable CEGUI_OPTION_DEFAULT_IMAGECODEC.
  Perhaps it has not yet been created.


CMake Error at CMakeLists.txt:660 (set_property):
  set_property could not find CACHE variable CEGUI_STATIC_IMAGECODEC_MODULE.
  Perhaps it has not yet been created.

Thanks a lot!

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

      reply	other threads:[~2025-12-16  8:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-02 19:58 [Buildroot] [PATCH/next 1/1] package/cegui: bump version Bernd Kuhls
2025-12-16  8:35 ` Thomas Petazzoni 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=20251216093551.78ccc5af@windsurf \
    --to=buildroot@buildroot.org \
    --cc=bernd@kuhls.net \
    --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