summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/none/2144
blob: 4167352cf9d36bee980b3b02b34f93070abe7e02 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
graphic: 0.120
device: 0.103
debug: 0.056
ppc: 0.053
semantic: 0.038
mistranslation: 0.021
PID: 0.014
register: 0.011
vnc: 0.010
permissions: 0.010
socket: 0.010
risc-v: 0.008
files: 0.007
boot: 0.006
arm: 0.005
user-level: 0.005
kernel: 0.005
network: 0.004
architecture: 0.004
TCG: 0.004
assembly: 0.004
performance: 0.003
virtual: 0.002
i386: 0.002
VMM: 0.002
x86: 0.002
hypervisor: 0.002
peripherals: 0.001
KVM: 0.001

macOS build fails when using --enable-debug
Description of problem:
the build fails because a symbol can't be found:

```
ld: Undefined symbols:
  _lasi_82596_init, referenced from:
      _machine_HP_common_init_tail in hw_hppa_machine.c.o
```
Steps to reproduce:
1. on macOS 14.3 in build folder
2. ../configure --enable-debug
3. make -j12
Additional information:
the default build with

```
../configure
make -j12
```

succeeds normally.