Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Failure for Walnascar Due to ICU 76 Update #523

Open
psaavedra opened this issue Dec 6, 2024 · 0 comments
Open

Build Failure for Walnascar Due to ICU 76 Update #523

psaavedra opened this issue Dec 6, 2024 · 0 comments

Comments

@psaavedra
Copy link
Member

The build for Walnascar failed due to a recent update to ICU in OpenEmbedded Core: ef2bd18dd1db7e5f01db76889933bfdbb5415aaf.

This failure is currently acceptable since Walnascar is not yet released. However, we need to resolve this issue to ensure future compatibility.

Error Log Highlights:

In file included from .../unicode/uset.h:1660:21: error: 'ConstChar16Ptr' was not declared in this scope
...
/unicode/uset.h:1763:5: error: 'UnicodeString' does not name a type
...
error: 'ConvertibleToU16StringView' was not declared in this scope

Steps to Reproduce:

  1. Attempt to build Walnascar using the latest meta-webkit branch.
  2. Observe build failure during the do_compile step for wpewebkit_2.46.4.bb.

Potential Cause: The ICU update introduced changes incompatible with the current WebKit version in the meta-webkit layer.

Related Pull Request:

PR #522

**Task: **

Investigate and update the relevant recipes to handle the ICU changes. Confirm the build for Walnascar passes successfully.

Environment:

Yocto Project Release: Walnascar

Target: Raspberry Pi 3 (mesa-wpe-2-46)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant