summary refs log tree commit diff stats
path: root/results/classifier/108/device/1033
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/device/1033
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/108/device/1033')
-rw-r--r--results/classifier/108/device/103342
1 files changed, 0 insertions, 42 deletions
diff --git a/results/classifier/108/device/1033 b/results/classifier/108/device/1033
deleted file mode 100644
index bfb66ad1..00000000
--- a/results/classifier/108/device/1033
+++ /dev/null
@@ -1,42 +0,0 @@
-device: 0.962
-graphic: 0.936
-semantic: 0.894
-debug: 0.835
-PID: 0.807
-other: 0.774
-performance: 0.681
-network: 0.590
-files: 0.492
-vnc: 0.435
-permissions: 0.410
-socket: 0.386
-boot: 0.199
-KVM: 0.044
-
-fakeroot under qemu fails with 'semop(1): encountered an error: Function not implemented'
-Description of problem:
-Appears to be the same issue as that discussed and reportedly fixed in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=965109
-
-Running raspberry pi os in a chroot (using schroot). Execution of fakeroot as part of dpkg-buildpackage results in:
-
-```
-dpkg-buildpackage: info: source package clementine
-dpkg-buildpackage: info: source version 1.4.0rc1-836-g4665916ba~bullseye
-dpkg-buildpackage: info: source distribution bullseye
-dpkg-buildpackage: info: source changed by David Sansome <me@davidsansome.com>
-dpkg-buildpackage: info: host architecture armhf
- dpkg-source --before-build .
- fakeroot debian/rules clean
-semop(1): encountered an error: Function not implemented
-dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 1
-```
-
-This is the same error as reported in bug 965109, but I'm running the most recent version of qemu - I built it from the git repo, so it should include the fix for 965109.
-Steps to reproduce:
-1. Setup (s)chroot with arm architecture (although the architecture may not matter) 
-2. Run fakeroot in the chroot
-3. Observe the failure related to the semop syscall
-Additional information:
-- Not sure what other information I can provide to be helpful.
-- The command line listed above is what I gather from ps; it's how qemu-arm-static is called by schroot. I've not been able to figure out _how_ schroot calls qemu-arm-static, I only know it does.
-- I compiled qemu from source using my own user id, and ran into an issue with make install, so I manually used install to deploy the executable to /usr/local/bin... And then had to symlink that to /usr/bin as schroot apparently hardcodes the location of qemu-arm-static (at least it did not pick up the version I'd placed in /usr/local/bin).