blob: 24fc8c883336133ff6b7af5574d2328f61b5cee4 (
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 = 712
title = "Build fails if build directory name includes a comma"
state = "closed"
created_at = "2021-11-09T18:40:06.897Z"
closed_at = "2021-11-29T19:26:55.453Z"
labels = ["Build System", "Regression", "kind::Bug", "workflow::In Progress"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/712"
host-os = "any"
host-arch = "any"
qemu-version = "git master"
guest-os = "n/a"
guest-arch = "n/a"
description = """Builds fail if the build directory name contains a comma."""
reproduce = """1. `mkdir build,demo && cd build,demo`
2. `../configure && make`
The linker fails because it uses a wrong build path (comma and trailing part of directory name is missing):
```
ld: can't read -exported_symbols_list file: /Users/stefan/src/gitlab/qemu-project/qemu/build
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
```"""
additional = "n/a"
|