blob: c9741bacc9e4ddc96ea2510c391c991fc13420f6 (
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
53
54
55
56
57
58
59
60
|
graphic: 0.755
socket: 0.701
x86: 0.699
files: 0.680
permissions: 0.679
device: 0.670
PID: 0.638
vnc: 0.621
semantic: 0.610
ppc: 0.603
risc-v: 0.580
network: 0.574
performance: 0.563
kernel: 0.549
TCG: 0.487
architecture: 0.483
arm: 0.478
hypervisor: 0.472
VMM: 0.471
register: 0.436
user-level: 0.425
debug: 0.410
boot: 0.345
peripherals: 0.331
i386: 0.322
KVM: 0.316
mistranslation: 0.264
assembly: 0.146
virtual: 0.143
[build][git]Build process stops while linking qemu-aarch64_be in util/async.c:426
Description of problem:
Looks like this is a followup of bug #463. Even if this bug is fixed, build process breaks later.
This time, build process is stop while processing linking qemu-aarch64_be, really late at step 6492/9511.
Error log start with:
```
[6492/9511] Linking target qemu-aarch64_be
FAILED: qemu-aarch64_be
```
And later I can read:
```
/usr/bin/ld: libqemuutil.a(util_async.c.o): in function `aio_setup_linux_io_uring':
/build/qemu-git/src/qemu/build-full/../util/async.c:421: undefined reference to `luring_init'
/usr/bin/ld: /build/qemu-git/src/qemu/build-full/../util/async.c:426: undefined reference to `luring_attach_aio_context'
/usr/bin/ld: libqemuutil.a(util_async.c.o): in function `aio_ctx_finalize':
/build/qemu-git/src/qemu/build-full/../util/async.c:334: undefined reference to `luring_detach_aio_context'
/usr/bin/ld: /build/qemu-git/src/qemu/build-full/../util/async.c:335: undefined reference to `luring_cleanup'
collect2: error: ld returned 1 exit status
```
Steps to reproduce:
1. Grab source code at commit bd38ae2
2. use these configure options: --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/qemu --smbd=/usr/bin/smbd --enable-modules --enable-sdl --disable-werror --enable-vhost-user --enable-slirp=system --enable-xfsctl --audio-drv-list="pa alsa sdl"
3. Launch build process.
Additional information:
Adding building process log.[qemu-git-13_6.0.0.r2577.gbd38ae26ce-1-x86_64-build.log](/uploads/419d2323799aad3a0f4a7719ce123f35/qemu-git-13_6.0.0.r2577.gbd38ae26ce-1-x86_64-build.log)
|