* [Buildroot] [Bug 14931] package/qt5/qt5webengine: build fails with unicode/uchar.h not found
2022-07-30 16:40 [Buildroot] [Bug 14931] New: package/qt5/qt5webengine: build fails with unicode/uchar.h not found bugzilla
@ 2022-08-23 15:13 ` bugzilla
2022-08-24 9:49 ` bugzilla
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla @ 2022-08-23 15:13 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14931
--- Comment #1 from Stefan Mayrhofer <stefan.mayrhofer@ginzinger.com> ---
(In reply to wg from comment #0)
Hi Wolfgang,
we are currently working on a solution and already have found one (it needs
some more polishing but until it gets upstreamed, you can take a look at it):
https://paste.debian.net/1251470/
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 14931] package/qt5/qt5webengine: build fails with unicode/uchar.h not found
2022-07-30 16:40 [Buildroot] [Bug 14931] New: package/qt5/qt5webengine: build fails with unicode/uchar.h not found bugzilla
2022-08-23 15:13 ` [Buildroot] [Bug 14931] " bugzilla
@ 2022-08-24 9:49 ` bugzilla
2023-05-09 13:50 ` bugzilla
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla @ 2022-08-24 9:49 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14931
--- Comment #2 from wg@grandegger.com ---
Hello Stefan,
I can confirm, that the patch fixes that issue, thanks!
But now I'm struggle with other problems! Building qt5webengine is always a
challenge! What I see is that the build first eats up *all* of the 16 GB memory
and next the swap space. When it's exchausted, I get:
x86_64-buildroot-linux-gnu-g++.br_real: fatal error: Killed signal terminated
program cc1plus
Weird, maybe it's related to my i7-12700 running Ubuntu 22.04... I'm now
building
on another system...
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 14931] package/qt5/qt5webengine: build fails with unicode/uchar.h not found
2022-07-30 16:40 [Buildroot] [Bug 14931] New: package/qt5/qt5webengine: build fails with unicode/uchar.h not found bugzilla
2022-08-23 15:13 ` [Buildroot] [Bug 14931] " bugzilla
2022-08-24 9:49 ` bugzilla
@ 2023-05-09 13:50 ` bugzilla
2023-09-11 18:41 ` bugzilla
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla @ 2023-05-09 13:50 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14931
--- Comment #3 from Maik Dilger <maik.dilger@isgus.de> ---
Hello Stefan,
could you please reupload the fix as the paste on debian is no longer
available?
I tried to update our buildroot to 2022.02.12 and 2023.02 and both have the
same issue.
Thanks
Maik
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 14931] package/qt5/qt5webengine: build fails with unicode/uchar.h not found
2022-07-30 16:40 [Buildroot] [Bug 14931] New: package/qt5/qt5webengine: build fails with unicode/uchar.h not found bugzilla
` (2 preceding siblings ...)
2023-05-09 13:50 ` bugzilla
@ 2023-09-11 18:41 ` bugzilla
2023-10-25 21:46 ` bugzilla
2024-06-15 15:03 ` bugzilla
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla @ 2023-09-11 18:41 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14931
--- Comment #4 from Jose Angel Torres <jose@source.parts> ---
Does anyone have the patch that resolves this issue so we can push it through
and mark this issue as resolved? If not, I can dig back into this but would
rather not have to start from scratch. If anyone on this issue has a moment,
please add it as an attachment to this issue.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 14931] package/qt5/qt5webengine: build fails with unicode/uchar.h not found
2022-07-30 16:40 [Buildroot] [Bug 14931] New: package/qt5/qt5webengine: build fails with unicode/uchar.h not found bugzilla
` (3 preceding siblings ...)
2023-09-11 18:41 ` bugzilla
@ 2023-10-25 21:46 ` bugzilla
2024-06-15 15:03 ` bugzilla
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla @ 2023-10-25 21:46 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14931
--- Comment #5 from Kadir Yilmaz <kadir.c.yilmaz@gmail.com> ---
I have just submitted a patch to this bug:
https://lists.buildroot.org/pipermail/buildroot/2023-October/677826.html
It manifests itself in 2 ways:
- If the build host has unicode/uchar.h in default include dirs, e.g. on
ubuntu /usr/include/unicode/uchar.h provided by libicu-dev package, build finds
the header and later on linking fails.
- Otherwise fails with the error described in this bug.
By removing "webengine-icu" config option qt5webengine, build uses the one
bundled in qt, which addresses at least the build failure.
Here are the some hints in qt config files:
qtwebengine/src/core/configure.json:16: "webengine-icu": { "type":
"enum", "name": "webengine-system-icu", "values": { "system": "yes", "qt": "no"
} },
qtwebengine/config_help.txt:8: -webengine-icu ................. Use system ICU
libraries [system/qt]
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 14931] package/qt5/qt5webengine: build fails with unicode/uchar.h not found
2022-07-30 16:40 [Buildroot] [Bug 14931] New: package/qt5/qt5webengine: build fails with unicode/uchar.h not found bugzilla
` (4 preceding siblings ...)
2023-10-25 21:46 ` bugzilla
@ 2024-06-15 15:03 ` bugzilla
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla @ 2024-06-15 15:03 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14931
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |yann.morin.1998@free.fr
Resolution|--- |MOVED
--- Comment #6 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Thank you for your report.
The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
https://gitlab.com/buildroot.org/buildroot/-/issues
We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.
Thank you!
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread