summary refs log tree commit diff stats
path: root/results/scraper/box64/2282
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/2282
parent2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff)
downloadqemu-analysis-63d2e9d409831aa8582787234cae4741847504b7.tar.gz
qemu-analysis-63d2e9d409831aa8582787234cae4741847504b7.zip
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/2282')
-rw-r--r--results/scraper/box64/228254
1 files changed, 54 insertions, 0 deletions
diff --git a/results/scraper/box64/2282 b/results/scraper/box64/2282
new file mode 100644
index 000000000..f4db924c4
--- /dev/null
+++ b/results/scraper/box64/2282
@@ -0,0 +1,54 @@
+Error loading needed lib libpcap.so.0.8
+Hi everyone,
+I am trying to run lantern on my Raspberry Pi 3 with box64 installed from pre-built package. I get the following output:
+lantern
+Running installation script...
+/usr/lib/lantern/lantern-binary: OK
+Dynarec for ARM64, with extension: ASIMD CRC32
+Running on Cortex-A53 with 4 cores, pagesize: 4096
+Will use hardware counter measured at 19.2 MHz emulating 2.4 GHz
+Params database has 105 entries
+Box64 with Dynarec v0.3.3 c98b4c8f built on Jan 21 2025 06:36:32
+BOX64: Didn't detect 48bits of address space, considering it's 39bits
+Counted 33 Env var
+BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/
+Looking for /home/ivan/.lantern/bin/lantern
+Rename process to "lantern"
+Using native(wrapped) libresolv.so.2
+Using native(wrapped) libayatana-appindicator3.so.1
+Using native(wrapped) libgtk-3.so.0
+Using native(wrapped) libgdk-3.so.0
+Using native(wrapped) libgobject-2.0.so.0
+Using native(wrapped) libglib-2.0.so.0
+Using native(wrapped) libgio-2.0.so.0
+Using native(wrapped) libgmodule-2.0.so.0
+Using native(wrapped) libgdk_pixbuf-2.0.so.0
+Using native(wrapped) libpangocairo-1.0.so.0
+Using native(wrapped) libpango-1.0.so.0
+Using native(wrapped) libcairo.so.2
+Using native(wrapped) libpthread.so.0
+Using native(wrapped) libdl.so.2
+Error loading needed lib libpcap.so.0.8
+Using emulated /usr/lib/box64-x86_64-linux-gnu/libstdc++.so.6
+Using native(wrapped) libm.so.6
+Using emulated /usr/lib/box64-x86_64-linux-gnu/libgcc_s.so.1
+Using native(wrapped) libc.so.6
+Using native(wrapped) ld-linux-x86-64.so.2
+Using native(wrapped) libutil.so.1
+Using native(wrapped) librt.so.1
+Using native(wrapped) libbsd.so.0
+Error loading one of needed lib
+Error: Loading needed libs in elf /home/ivan/.lantern/bin/lantern
+
+It looks like it can not find libpcap.so.0.8, however when i try to install it by command
+sudo apt install libpcap0.8 libpcap0.8-dev
+i get:
+Reading package lists... Done
+Building dependency tree... Done
+Reading state information... Done
+libpcap0.8 is already the newest version (1.10.3-1).
+libpcap0.8-dev is already the newest version (1.10.3-1).
+0 upgraded, 0 newly installed, 0 to remove and 75 not upgraded.
+
+What is wrong here?
+