summary refs log tree commit diff stats
path: root/results/scraper/box64/1990
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
commit63d2e9d409831aa8582787234cae4741847504b7 (patch)
tree595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/1990
parent2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff)
downloadqemu-analysis-box64.tar.gz
qemu-analysis-box64.zip
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/1990')
-rw-r--r--results/scraper/box64/199014
1 files changed, 14 insertions, 0 deletions
diff --git a/results/scraper/box64/1990 b/results/scraper/box64/1990
new file mode 100644
index 000000000..2f5193dcd
--- /dev/null
+++ b/results/scraper/box64/1990
@@ -0,0 +1,14 @@
+More wrapped functions are required to run xterm
+When attempting to run [xterm](https://packages.debian.org/sid/xterm) on a Debian unstable system with x86-64 architecture using box64, the emulation encountered multiple symbol resolution issues in the Xaw library. Specifically, box64 failed to find and correctly map several global symbols required by `libXaw.so.7`, including:

+```

+Error: Global Symbol XmuCvtStringToShapeStyle not found, cannot apply R_X86_64_GLOB_DAT @0x3f00268dc0 ((nil)) in /lib/x86_64-linux-gnu/libXaw.so.7

+Error: Global Symbol XmuCvtStringToBackingStore not found, cannot apply R_X86_64_GLOB_DAT @0x3f00268dd8 ((nil)) in /lib/x86_64-linux-gnu/libXaw.so.7

+Error: Global Symbol XmuCvtStringToBitmap not found, cannot apply R_X86_64_GLOB_DAT @0x3f00268de8 ((nil)) in /lib/x86_64-linux-gnu/libXaw.so.7

+Error: Global Symbol _XA_COMPOUND_TEXT not found, cannot apply R_X86_64_GLOB_DAT @0x3f00268df8 ((nil)) in /lib/x86_64-linux-gnu/libXaw.so.7

+Error: Global Symbol constraintWidgetClass not found, cannot apply R_X86_64_GLOB_DAT @0x3f00268e10 ((nil)) in /lib/x86_64-linux-gnu/libXaw.so.7

+Error: Symbol constraintWidgetClass not found, cannot apply R_X86_64_64 @0x3f00269cd0 ((nil)) in /lib/x86_64-linux-gnu/libXaw.so.7

+Error: Global Symbol _XA_CHARACTER_POSITION not found, cannot apply R_X86_64_GLOB_DAT @0x3f00268e20 ((nil)) in /lib/x86_64-linux-gnu/libXaw.so.7

+...

+```

+

+To successfully emulate the Xaw library, box64 requires additional function wrappers to be implemented, ensuring comprehensive symbol resolution and compatibility across different architectural environments.