[Bug 1796520] Re: autogen crashes on qemu-sh4-user after 61dedf2af7

2021-06-03 Thread Thorsten Glaser
We’re looking whether this can be fixed on the glibc side currently. ** Changed in: qemu Status: Expired => Incomplete -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1796520 Title: autogen

[Bug 1891748] Re: qemu-arm-static 5.1 can't run gcc

2021-03-17 Thread Thorsten Glaser
It works with sudo, but that can’t be the fix… -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1891748 Title: qemu-arm-static 5.1 can't run gcc Status in QEMU: Fix Released Status in Juju Charms

[Bug 1891748] Re: qemu-arm-static 5.1 can't run gcc

2021-03-17 Thread Thorsten Glaser
Heh, even if I omit -static … -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1891748 Title: qemu-arm-static 5.1 can't run gcc Status in QEMU: Fix Released Status in Juju Charms Collection: New

[Bug 1891748] Re: qemu-arm-static 5.1 can't run gcc

2021-03-17 Thread Thorsten Glaser
$ qemu-arm --version qemu-arm version 5.2.0 (Debian 1:5.2+dfsg-6) Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers I’m seeing this error on a totally different file: I’ve made a short test program (hello world-ish) and compiled it with the OpenWrt toolchain but added

Re: qemu-system-x86_64: warning: Unknown X11 keycode mapping ''.

2020-03-03 Thread Thorsten Glaser
On Tue, 3 Mar 2020, Daniel P. Berrangé wrote: > AFAICT, this is not the case. On both my Fedora & Debian installs, > x11vnc is just a binary that attaches to an existing X11 server Huh, weird. Perhaps this changed over the years and distro releases. > $ ls -al /usr/bin/vncserver $ realpath

Re: qemu-system-x86_64: warning: Unknown X11 keycode mapping ''.

2020-03-02 Thread Thorsten Glaser
On Mon, 2 Mar 2020, Daniel P. Berrangé wrote: > There's two translations happening > > * The scancode emitted by the kernel and/or hardware device, >and then translated/mangled by X11 and reported as the >hardware keycode > > * The keysym which is the mapping from the hardware keycode

Re: qemu-system-x86_64: warning: Unknown X11 keycode mapping ''.

2020-03-02 Thread Thorsten Glaser
On Mon, 2 Mar 2020, Daniel P. Berrangé wrote: > "x11vnc" suggests you had a regular X11 desktop session, and are > exporting it via VNC ? No, x11vnc is a standalone VNC server. > Can you tell me a bit more detail about how you launch this all. Sure: $ vncserver -geometry 1000x768 -name nowm

qemu-system-x86_64: warning: Unknown X11 keycode mapping ''.

2020-03-01 Thread Thorsten Glaser
I got this while running qemu under VNC, and was told to report it. including the following information: - Operating system Debian GNU/Linux sid/x32 - X11 Server x11vnc 0.9.16-3 - xprop -root _NET_ACTIVE_WINDOW(WINDOW): window id # 0x1400010

Re: [Qemu-devel] [PATCH v15 23/26] sched: early boot clock (was Re: Bug#918036: linux: uptime after reboot wrong (kvm-clock related?))

2019-01-04 Thread Thorsten Glaser
Hi Salvatore, >p.s.: my earlier reply to you seem to have been rejected and never > reached you, hope this one does now. if you sent from Googlemail, it may reach me in the next weeks or never *shrug* they don’t play nice with greylisting. The -submitter or @d.o works, though. I’m following

[Qemu-devel] [Bug 1525682] Re: configure: fix POSIX compatibility issue

2015-12-18 Thread Thorsten Glaser
Note that mksh is virtually a superset of OpenBSD ksh and accepts this construct, for a quick fix. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1525682 Title: configure: fix POSIX compatibility

[Qemu-devel] mksh on Slackware (was Re: CVS: herc.mirbsd.org: src)

2014-12-08 Thread Thorsten Glaser
Hi all! Thanks for this: Commit ID: 100548597A713CD6746 CVSROOT: /cvs Module name: src Changes by:t...@herc.mirbsd.org2014/12/08 12:20:42 UTC Modified files: bin/mksh : Build.sh Log message: port this to GNU bash 1.12.1 from

Re: [Qemu-devel] mksh on Slackware (was Re: CVS: herc.mirbsd.org: src)

2014-12-08 Thread Thorsten Glaser
enh dixit: [ mksh testsuite ] have you considered using sh instead? :-) Not pure sh, that’s nowhere near enough. Maybe mksh. But if the one just built has issues, that may mask it. If another, you’ve got hen/egg problems. Maybe C. But then, (cross-)building a C program to test another one just