diff options
Diffstat (limited to 'results/classifier/118/none/1567254')
| -rw-r--r-- | results/classifier/118/none/1567254 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/results/classifier/118/none/1567254 b/results/classifier/118/none/1567254 new file mode 100644 index 000000000..cb291f2c0 --- /dev/null +++ b/results/classifier/118/none/1567254 @@ -0,0 +1,70 @@ +device: 0.401 +graphic: 0.355 +semantic: 0.349 +performance: 0.332 +files: 0.312 +register: 0.304 +PID: 0.302 +permissions: 0.292 +ppc: 0.264 +architecture: 0.249 +kernel: 0.201 +user-level: 0.196 +mistranslation: 0.192 +hypervisor: 0.191 +socket: 0.183 +i386: 0.179 +boot: 0.157 +debug: 0.154 +assembly: 0.147 +network: 0.136 +x86: 0.136 +risc-v: 0.105 +peripherals: 0.095 +arm: 0.087 +TCG: 0.070 +vnc: 0.066 +VMM: 0.061 +virtual: 0.053 +KVM: 0.032 + +qemu-2.5.1 will not run with gtk3/vte + +Using qemu-2.5.1 and compiling without gtk3 and vte-2.90. + +This works: + +CC="gcc -mtune=generic -Os -pipe" CXX="g++ -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --libexecdir=/usr/local/lib/qemu --interp-prefix=/usr/local/share/qemu --audio-drv-list="oss alsa sdl" --target-list="i386-softmmu i386-linux-user x86_64-softmmu x86_64-linux-user" --smbd=/usr/local/sbin/smbd --disable-curses + +find . -name config-host.mak -type f -exec sed -i 's/-O2//g' {} \; + +make +sudo make install + +If I then add gtk3 and vte-2.90 development files and compile again, this fails with or without --disable-docs: + + sudo make install +... +make -C po install +make[1]: Entering directory '/usr/src/qemu-2.5.1/po' + GEN tr.mo +/bin/sh: msgfmt: not found +Makefile:13: recipe for target 'tr.mo' failed +make[1]: *** [tr.mo] Error 127 +make[1]: Leaving directory '/usr/src/qemu-2.5.1/po' +Makefile:443: recipe for target 'install' failed +make: *** [install] Error 2 + +If I then add gettext and re-compile, "qemu-system-x86_64 -blah-blah" opens a window, displays the bios message and stops. + +* configure script should check for gettext +* if "--disable-docs" is passed, "make install" should not try to install docs +* qemu should work when compiled with gtk3 and vte +* why does qemu insist on vte-2.90, when vte-2.91 has been out +/- 2 years? + +Looking through old bug tickets... can you still reproduce these issues with the latest version of QEMU? + +Things seem to work with gtk3 and qemu-3.1.0 - I didn't try vte though... + +[Expired for QEMU because there has been no activity for 60 days.] + |