summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/2144
blob: 99c306653f29215821385ea17a88f8ea7d8e881c (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
graphic: 0.120
device: 0.103
semantic: 0.038
mistranslation: 0.021
instruction: 0.021
vnc: 0.010
socket: 0.010
other: 0.007
boot: 0.006
network: 0.004
assembly: 0.004
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.