diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/712.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/712.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/712.toml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/712.toml b/gitlab/issues/target_missing/host_missing/accel_missing/712.toml deleted file mode 100644 index 24fc8c88..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/712.toml +++ /dev/null @@ -1,24 +0,0 @@ -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" |