summaryrefslogtreecommitdiffstats
path: root/results/classifier/108/none/1486911
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/108/none/1486911
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/108/none/1486911')
-rw-r--r--results/classifier/108/none/148691179
1 files changed, 0 insertions, 79 deletions
diff --git a/results/classifier/108/none/1486911 b/results/classifier/108/none/1486911
deleted file mode 100644
index 56c3472f..00000000
--- a/results/classifier/108/none/1486911
+++ /dev/null
@@ -1,79 +0,0 @@
-other: 0.220
-permissions: 0.199
-graphic: 0.196
-semantic: 0.179
-KVM: 0.175
-files: 0.169
-PID: 0.161
-network: 0.157
-device: 0.153
-debug: 0.151
-performance: 0.144
-socket: 0.133
-vnc: 0.133
-boot: 0.118
-
-Error compilation qemu 2.3.1 on raspberry pi (RASPBIAN(debian))
-
-When compiling from source occurs to me incomprehensible error.
-Operation ./configure runs without problems, but among the logs make see this:
-  CP i386-softmmu / hw / i386 / acpi-dsdt.hex
-  CP i386-softmmu / hw / i386 / q35-acpi-dsdt.hex
-  CP i386-softmmu / hw / i386 / ssdt-tpm.hex
-  CC i386-softmmu / target-i386 / translate.o
-  CC m68k-softmmu / tcg / tcg-op.o
-  CC m68k-softmmu / tcg / optimize.o
-In file included from /home/pi/Zagruzki/qemu-2.3.1/include/qapi/error.h:16:0,
-                 from /home/pi/Zagruzki/qemu-2.3.1/include/qemu/option.h:31,
-                 from /home/pi/Zagruzki/qemu-2.3.1/include/qemu-common.h:44,
-                 from /home/pi/Zagruzki/qemu-2.3.1/tcg/optimize.c:31:
-/home/pi/Zagruzki/qemu-2.3.1/qapi-types.h:196:8: error: unknown type name '$ uint64_t'
-/home/pi/Zagruzki/qemu-2.3.1/rules.mak:57: Error the recipe for the purpose of «tcg / optimize.o»
-make [1]: *** [tcg / optimize.o] Error 1
-Makefile: 173: error is the recipe for the purpose of «subdir-m68k-softmmu»
-make: *** [subdir-m68k-softmmu] Error 2
-make: *** Waiting for jobs ...
-
-When you try to create a package using checkinstall is such error:
-/home/pi/Zagruzki/qemu-2.3.1/target-mips/msa_helper.c: In function 'helper_msa_copy_s_df':
-/home/pi/Zagruzki/qemu-2.3.1/target-mips/msa_helper.c:1269:1: error: unrecognizable insn:
-(insn 123 122 124 3 (set (subreg: SI (reg: DI 169) 0)
-        (sign_extend: SI (mem / s / j: QI (plus: SI (reg: SI 167)
-                    (const_int 440 [0x1b8])) [0 env_8 (D) -> active_fpu.fpr [ws_9 (D)]. wr.b S1 A8]))) /home/pi/Zagruzki/qemu-2.3.1/target- mips / msa_helper.c: 1253 -1
-     (nil))
-/home/pi/Zagruzki/qemu-2.3.1/target-mips/msa_helper.c:1269:1: internal compiler error: in extract_insn, at recog.c: 2109
-Please submit a full bug report,
-with preprocessed source if appropriate.
-See <file: ///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
-Preprocessed source stored into /tmp/cc1quRqL.out file, please attach this to your bugreport.
-/home/pi/Zagruzki/qemu-2.3.1/rules.mak:57: Error the recipe for the purpose of «target-mips / msa_helper.o»
-make [1]: *** [target-mips / msa_helper.o] Error 1
-Makefile: 173: error is the recipe for the purpose of «subdir-mips64-softmmu»
-make: *** [subdir-mips64-softmmu] Error 2
-
-**** Installation unsuccessful. It cancels the creation of the package.
-
-Cleared ... OK
-
-Good luck.
-
-Log make, checkinstall from the terminal http://rghost.ru/7SK6y4bs6
-cc1quRqL.out applications
-
-
-
-Can you try the latest upstream git version from: https://github.com/qemu/qemu?
-
-Also can you post your configure command line?
-
-The part about:
- error: unrecognizable insn:
-(insn 123 122 124 3 (set (subreg: SI (reg: DI 169) 0)
- (sign_extend: SI (mem / s / j: QI (plus: SI (reg: SI 167)
- (const_int 440 [0x1b8])) [0 env_8 (D) -> active_fpu.fpr [ws_9 (D)]. wr.b S1 A8])))
-
-is either (a) a compiler bug or (b) a hardware bug (bad memory, bad disk, etc) causing the compiler to blow up.
-
-
-This is definitely not a QEMU bug, so closing this now. You should either try a different version of GCC, or check the hardware of your Pi.
-