summary refs log tree commit diff stats
path: root/results/scraper/fex/1967
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-17 09:10:43 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-17 09:10:43 +0200
commitf2ec263023649e596c5076df32c2d328bc9393d2 (patch)
tree5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/1967
parent63d2e9d409831aa8582787234cae4741847504b7 (diff)
downloadqemu-analysis-main.tar.gz
qemu-analysis-main.zip
add downloaded fex bug-reports HEAD main
Diffstat (limited to 'results/scraper/fex/1967')
-rw-r--r--results/scraper/fex/196755
1 files changed, 55 insertions, 0 deletions
diff --git a/results/scraper/fex/1967 b/results/scraper/fex/1967
new file mode 100644
index 000000000..b5f1fe667
--- /dev/null
+++ b/results/scraper/fex/1967
@@ -0,0 +1,55 @@
+Can't execute  FEXRootFSFetcher and sometimes can't compile FEX(in termux)
+I use  termux to execute that command

+

+When i execute  the FEXRootFSFetcher. It can't be executed and print "terminate called after throwing an instance of 

+ 'std::out_of_range'  what():  basic_string::at: __n (which is 0) >= this->size() (which is 0)"

+I don't know the command that why it can't be executed .

+Sometimes I compile FEX,the compile program offten throw compile error. it's strange

+

+**System information:**

+ - OS: Android 12

+ - terminal:termux(0.118.0)

+ - CPU/SoC: MTK8100(rubens)

+ - Video driver version: openGl 4.5 (Compatibility Profile) Mesa 22.1.7

+ - RootFS used: Ubuntu Kinetic Kudu (development branch) aarch64

+ - FEX version: FEX-2208-45-g12fee91

+ - Thunks Enabled: no

+

+**To Reproduce**

+1.sudo apt install cmake make ninja-build clang libglfw3-dev libsdl2-dev libepoxy-dev g++-x86-64-linux-gnu nasm squashfuse squashfs-tools

+2. git clone https://github.com/FEX-Emu/FEX.git && git submodule update --init

+3. mkdir build && cd build

+4.CC=clang CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_LTO=True -DBUILD_TESTS=False -G Ninja ..

+5. error:

+CMake Error at /lib/aarch64-linux-gnu/cmake/SDL2/sdl2-config.cmake:13 (message):

+     File or directory //include/SDL2 referenced by variable SDL2_INCLUDE_DIR

+          does not exist !

+         Call Stack (most recent call first):

+         /lib/aarch64-linux-gnu/cmake/SDL2/sdl2-config.cmake:27 (set_and_check)

+         Source/Tools/FEXConfig/CMakeLists.txt:7 (find_package)

+

+6.more details of error:

+      Run Build Command(s):/bin/ninja cmTC_6413d && [1/2] Building C object

+      CMakeFiles/cmTC_6413d.dir/HAVE_GDB_JIT_READER_H.c.o

+      FAILED: CMakeFiles/cmTC_6413d.dir/HAVE_GDB_JIT_READER_H.c.o 

+      /bin/clang    -MD -MT CMakeFiles/cmTC_6413d.dir/HAVE_GDB_JIT_READER_H.c.o -MF 

+     CMakeFiles/cmTC_6413d.dir/HAVE_GDB_JIT_READER_H.c.o.d -o CMakeFiles/cmTC_6413d.dir/HAVE_GDB_JIT_READER_H.c.o -c 

+     /root/FEX/build/CMakeFiles/CheckIncludeFiles/HAVE_GDB_JIT_READER_H.c

+    /root/FEX/build/CMakeFiles/CheckIncludeFiles/HAVE_GDB_JIT_READER_H.c:2:10: fatal error: 'gdb/jit-reader.h' file not found

+    #include <gdb/jit-reader.h>

+         ^~~~~~~~~~~~~~~~~~

+    1 error generated.

+     ninja: build stopped: subcommand failed.

+

+     Source:

+     /* */

+     #include <gdb/jit-reader.h>

+

+     int main(void)

+      {

+         return 0

+       ;}

+

+Please tell me what i should  do to solve the problem

+The last one is your wiki website could't be visited and i can't get help in time

+Have a good day
\ No newline at end of file