summary refs log tree commit diff stats
path: root/gitlab/issues_toml/target_missing/host_missing/accel_missing/474.toml
blob: 753dea248fdd6abb4159b1799f9be6a0878a5f59 (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
id = 474
title = "[build][git]Build process stops while linking qemu-aarch64_be in util/async.c:426"
state = "closed"
created_at = "2021-07-12T15:39:01.408Z"
closed_at = "2021-07-19T17:04:52.306Z"
labels = ["Build System"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/474"
host-os = "Archlinux"
host-arch = "x86_64"
qemu-version = "n/a"
guest-os = "n/a"
guest-arch = "n/a"
description = """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
```"""
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 = """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)"""