summary refs log tree commit diff stats
path: root/results/scraper/box64/1517
blob: 3462b414d4613c8d206fd9af9f12ec3458fb485a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Missing libc symbols with glibc 2.39 on Fedora 40
Running with:
```
export BOX64_LD_LIBRARY_PATH=./:lib/:lib64/:x86_64/:bin64/:libs64/:/x86_64/usr/lib64/
export BOX64_PATH=./:bin/:/x86_64/usr/bin/
export BOX64_BASH=/x86_64/usr/bin/bash
```

```
$ box64 bash
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:4096 Running on Avalanche-M2 Blizzard-M2 Avalanche-M2 with 4 Cores
Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz
Params database has 69 entries
Using bash "/x86_64/usr/bin/bash"
Box64 with Dynarec v0.2.7 nogit built on May 19 2024 00:00:00
BOX64: Detected 48bits at least of address space
Counted 31 Env var
BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/x86_64/usr/lib64/
BOX64 BIN PATH: ./:bin/:/x86_64/usr/bin/:/tmp/krun-run-1000-FJuH3M/fnm_multishells/326_1716357045752/bin/:/home/teohhanhui/.local/share/fnm/:/run/user/1000/fnm_multishells/86626_1716354130254/bin/:/home/teohhanhui/.local/share/fnm/:/usr/lib64/ccache/:/run/user/1000/fnm_multishells/86366_1716354125744/bin/:/home/teohhanhui/.local/share/fnm/:/run/user/1000/fnm_multishells/1984_1716339232015/bin/:/home/teohhanhui/.local/share/fnm/:/home/teohhanhui/.juliaup/bin/:/home/teohhanhui/.cargo/bin/:/home/teohhanhui/.local/bin/:/home/teohhanhui/bin/:/usr/local/bin/:/usr/local/sbin/:/usr/bin/:/usr/sbin/:/var/lib/flatpak/exports/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/sbin/:/bin/
Looking for bash
bash detected, disabling banner
Apply RC params for bash
Error: Symbol __wcsrtombs_chk not found, cannot apply R_X86_64_JUMP_SLOT @0x100149960 (0x221f0) in /x86_64/usr/bin/bash
Error: Symbol __isoc23_strtoumax not found, cannot apply R_X86_64_JUMP_SLOT @0x100149c30 (0x22790) in /x86_64/usr/bin/bash
Error: Symbol __confstr_chk not found, cannot apply R_X86_64_JUMP_SLOT @0x100149f38 (0x22da0) in /x86_64/usr/bin/bash
Segmentation fault
```

```
$ sudo dnf --installroot=/x86_64 --forcearch=x86_64 repoquery --installed glibc
glibc-0:2.39-13.fc40.x86_64
```