Re: building qemu on a system with libxkbcommon installed but not xkeyboard-config produces an core dump

2024-02-08 Thread Peter Maydell
On Tue, 6 Feb 2024 at 06:35, Zhang Wen wrote: > I'm building my own system following the Linux From Scratch package, which is > at > https://www.linuxfromscratch.org. > I accidently built libxkbcommon package but not xkeyboard-config > package, and then > while building qemu I saw this problem.

Re: building qemu on a system with libxkbcommon installed but not xkeyboard-config produces an core dump

2024-02-05 Thread Zhang Wen
> So how the problem manifests itself? What the actual error message is? > You mentioned some segfault iirc, care to share some details? I'm doing a rebuild, and will attach the error message and coredump file here in one or two days. -- Key fingerprint: 419F 72F3 F3A9 36EE 1B72 B00B C1C3 4BD4

Re: building qemu on a system with libxkbcommon installed but not xkeyboard-config produces an core dump

2024-02-05 Thread Michael Tokarev
06.02.2024 09:35, Zhang Wen: ... I'm so sorry for the misspelling in my initial post and the confusion caused by that. That's no problem, things happen. I'm building my own system following the Linux From Scratch package, which is at https://www.linuxfromscratch.org. I accidently built

Re: building qemu on a system with libxkbcommon installed but not xkeyboard-config produces an core dump

2024-02-05 Thread Zhang Wen
Peter Maydell 于2024年2月1日周四 20:57写道: > > On Thu, 1 Feb 2024 at 12:50, Michael Tokarev wrote: > > > > 01.02.2024 15:11, Michael Tokarev wrote: > > > 31.01.2024 11:13, Zhang Wen: > > >> With this patch, qemu requires keyboard-config when libxkbcommon is > > >> found on the system. So if the qemu

Re: building qemu on a system with libxkbcommon installed but not xkeyboard-config produces an core dump

2024-02-01 Thread Michael Tokarev
01.02.2024 15:57, Peter Maydell пишет: On Thu, 1 Feb 2024 at 12:50, Michael Tokarev wrote: 01.02.2024 15:11, Michael Tokarev wrote: 31.01.2024 11:13, Zhang Wen: With this patch, qemu requires keyboard-config when libxkbcommon is found on the system. So if the qemu is configured when

Re: building qemu on a system with libxkbcommon installed but not xkeyboard-config produces an core dump

2024-02-01 Thread Peter Maydell
On Thu, 1 Feb 2024 at 12:50, Michael Tokarev wrote: > > 01.02.2024 15:11, Michael Tokarev wrote: > > 31.01.2024 11:13, Zhang Wen: > >> With this patch, qemu requires keyboard-config when libxkbcommon is found > >> on the system. So if the qemu is configured when libxkbcommon is installed > >>

Re: building qemu on a system with libxkbcommon installed but not xkeyboard-config produces an core dump

2024-02-01 Thread Michael Tokarev
01.02.2024 15:11, Michael Tokarev wrote: 31.01.2024 11:13, Zhang Wen: With this patch, qemu requires keyboard-config when libxkbcommon is found on the system. So if the qemu is configured when libxkbcommon is installed but not keyboard-config, the configure stage will produce an error message,

Re: building qemu on a system with libxkbcommon installed but not xkeyboard-config produces an core dump

2024-02-01 Thread Michael Tokarev
31.01.2024 11:13, Zhang Wen: With this patch, qemu requires keyboard-config when libxkbcommon is found on the system. So if the qemu is configured when libxkbcommon is installed but not keyboard-config, the configure stage will produce an error message, thus avoid coredump in the build stage.

building qemu on a system with libxkbcommon installed but not xkeyboard-config produces an core dump

2024-01-31 Thread Zhang Wen
With this patch, qemu requires keyboard-config when libxkbcommon is found on the system. So if the qemu is configured when libxkbcommon is installed but not keyboard-config, the configure stage will produce an error message, thus avoid coredump in the build stage. From