diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1785.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1785.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1785.toml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1785.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1785.toml new file mode 100644 index 00000000..ff8ac9f1 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1785.toml @@ -0,0 +1,33 @@ +id = 1785 +title = "8.1.0rc0: Build failure when building static binaries, auto config incorrectly mark bzip2 as supported on my machine" +state = "closed" +created_at = "2023-07-24T12:49:19.500Z" +closed_at = "2023-09-08T15:57:35.517Z" +labels = [] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1785" +host-os = "linux" +host-arch = "x86" +qemu-version = "8.1.0-rc0" +guest-os = "n/a" +guest-arch = "n/a" +description = """8.1.0rc0 fails to build when I build static binaries. + +``` +Jul 24 20:28:22 clang-13: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument] +Jul 24 20:28:22 ld.lld: error: attempted static link of dynamic object /usr/bin/../lib/libbz2.so +Jul 24 20:28:22 clang-13: error: linker command failed with exit code 1 (use -v to see invocation) +``` + +It seems that `./configure` mistaken my dynamic library of bzip2 as able to compile under static compilation.""" +reproduce = """1. `./configure --target-list=x86_64-softmmu --static` with bzip2 only dynamicly installed and static library not installed +2. see output + +You can see +``` + snappy support : NO + bzip2 support : YES + lzfse support : NO +``` + +which is wrong. Additionally, the compilation fails because the system only have bzip2 dynamicly but not staticly.""" +additional = """""" |