blob: cb0e4978dcbd2b6a2b19cd99b8e8a41d8f54d2b4 (
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
|
id = 2785
title = "Cannot build qemu after the latest addition of NBD docs"
state = "closed"
created_at = "2025-01-20T13:39:03.525Z"
closed_at = "2025-01-22T10:19:55.150Z"
labels = []
url = "https://gitlab.com/qemu-project/qemu/-/issues/2785"
host-os = "Windows 11"
host-arch = "x64"
qemu-version = "QEMU emulator version 9.2.50"
guest-os = "- OS/kernel version:"
guest-arch = "## Description of problem"
description = """```
[5584/5962] Generating docs/QEMU manual with a custom command
FAILED: docs/docs.stamp
"C:\\msys64\\usr\\bin/env.EXE" "CONFDIR=etc/" "C:/msys64/home/user/qemu/build/pyvenv/bin/sphinx-build.exe" "-q" "-W" "-Dkerneldoc_werror=1" "-j" "auto" "-Dversion=9.2.50" "-Drelease=" "-Ddepfile=docs/docs.d" "-Ddepfile_stamp=docs/docs.stamp" "-b" "html" "-d" "C:/msys64/home/user/qemu/build/docs/manual.p" "C:/msys64/home/user/qemu/docs" "C:/msys64/home/user/qemu/build/docs/manual"
C:/msys64/home/user/qemu/docs/system/qemu-block-drivers.rst.inc:506: WARNING: duplicate label nbd, other instance in C:/msys64/home/user/qemu/docs/system/images.rst
[5593/5962] Compiling C object tests/qtest/ide-test.exe.p/ide-test.c.obj
ninja: build stopped: subcommand failed.
```"""
reproduce = """1.meson compile
2.
3."""
additional = """excluding NBD from the build targets allows successful compilation"""
|