* [Buildroot] [Bug 15356] New: package gobject-introspection-1.72.0 fails to build
@ 2023-02-25 16:30 bugzilla
2023-03-13 16:04 ` [Buildroot] [Bug 15356] " bugzilla
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla @ 2023-02-25 16:30 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15356
Bug ID: 15356
Summary: package gobject-introspection-1.72.0 fails to build
Product: buildroot
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned@buildroot.uclibc.org
Reporter: hydrosaure@gmail.com
CC: buildroot@uclibc.org
Target Milestone: ---
Hello,
When building with target architecture "x86_64" and setting an architecture
variant as anything other than "x86_64" ie. "haswell" or "broadwell", package
"gobject-introspection" fails to build and ends erroring out with messages
like:
qemu: uncaught target signal 4 (Illegal instruction) - core dumped
Illegal instruction (core dumped)
Many examples of this error can be found on the buildbot at
http://autobuild.buildroot.org/?arch=x86_64&reason=gobject-introspection-1.72.0&step=50&start=0
and checking out endlog data.
When building with target architecture "x86_64" and architecture variant
"x86_64" it completes correctly.
Could it be there is some confusion between host and target for the wrapper
commands?
--
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] 6+ messages in thread* [Buildroot] [Bug 15356] package gobject-introspection-1.72.0 fails to build 2023-02-25 16:30 [Buildroot] [Bug 15356] New: package gobject-introspection-1.72.0 fails to build bugzilla @ 2023-03-13 16:04 ` bugzilla 2023-03-28 21:13 ` bugzilla ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: bugzilla @ 2023-03-13 16:04 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=15356 --- Comment #1 from Jonathan Bittner <jbittner.br.bugs@gmail.com> --- gobject-introspection tries to build some of its code inside a qemu environment. Selecting an "advanced" x86_64 architecture produces some instructions that qemu does not understand. I'm not sure if a -cpu mode flag could be set on qemu to enable those instructions. -- 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] 6+ messages in thread
* [Buildroot] [Bug 15356] package gobject-introspection-1.72.0 fails to build 2023-02-25 16:30 [Buildroot] [Bug 15356] New: package gobject-introspection-1.72.0 fails to build bugzilla 2023-03-13 16:04 ` [Buildroot] [Bug 15356] " bugzilla @ 2023-03-28 21:13 ` bugzilla 2023-03-31 15:51 ` bugzilla ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: bugzilla @ 2023-03-28 21:13 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=15356 --- Comment #2 from Jonathan Bittner <jbittner.br.bugs@gmail.com> --- from experimenting with an image with cpu flags set to x86_64/slivermont on a i9-9900 machine, setting "-cpu max" for qemu takes advantage of all instructions available to the host processor and would likely fix your issue assuming your host is at least as modern as your target architecture -- 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] 6+ messages in thread
* [Buildroot] [Bug 15356] package gobject-introspection-1.72.0 fails to build 2023-02-25 16:30 [Buildroot] [Bug 15356] New: package gobject-introspection-1.72.0 fails to build bugzilla 2023-03-13 16:04 ` [Buildroot] [Bug 15356] " bugzilla 2023-03-28 21:13 ` bugzilla @ 2023-03-31 15:51 ` bugzilla 2023-03-31 18:35 ` bugzilla 2024-06-15 15:06 ` bugzilla 4 siblings, 0 replies; 6+ messages in thread From: bugzilla @ 2023-03-31 15:51 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=15356 --- Comment #3 from hydrosaure@gmail.com --- (In reply to Jonathan Bittner from comment #2) Thank you for the investigation. I think it would work in my case as well building on a R9 5950X targeting i7 broadwell. Which file would I add this "-cpu max" to ? -- 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] 6+ messages in thread
* [Buildroot] [Bug 15356] package gobject-introspection-1.72.0 fails to build 2023-02-25 16:30 [Buildroot] [Bug 15356] New: package gobject-introspection-1.72.0 fails to build bugzilla ` (2 preceding siblings ...) 2023-03-31 15:51 ` bugzilla @ 2023-03-31 18:35 ` bugzilla 2024-06-15 15:06 ` bugzilla 4 siblings, 0 replies; 6+ messages in thread From: bugzilla @ 2023-03-31 18:35 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=15356 --- Comment #4 from James Hilliard <james.hilliard1@gmail.com> --- FYI I have a series bumping gobject-introspection and libglib2 to version 1.74.0, I wonder if that might be helpful here: https://patchwork.ozlabs.org/project/buildroot/list/?series=321845&submitter=&state=*&q=&archive=both&delegate= -- 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] 6+ messages in thread
* [Buildroot] [Bug 15356] package gobject-introspection-1.72.0 fails to build 2023-02-25 16:30 [Buildroot] [Bug 15356] New: package gobject-introspection-1.72.0 fails to build bugzilla ` (3 preceding siblings ...) 2023-03-31 18:35 ` bugzilla @ 2024-06-15 15:06 ` bugzilla 4 siblings, 0 replies; 6+ messages in thread From: bugzilla @ 2024-06-15 15:06 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=15356 Yann E. MORIN <yann.morin.1998@free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yann.morin.1998@free.fr Resolution|--- |MOVED Status|NEW |RESOLVED --- Comment #5 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] 6+ messages in thread
end of thread, other threads:[~2024-06-15 15:06 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-02-25 16:30 [Buildroot] [Bug 15356] New: package gobject-introspection-1.72.0 fails to build bugzilla 2023-03-13 16:04 ` [Buildroot] [Bug 15356] " bugzilla 2023-03-28 21:13 ` bugzilla 2023-03-31 15:51 ` bugzilla 2023-03-31 18:35 ` bugzilla 2024-06-15 15:06 ` bugzilla
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox