diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/2764 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/2764')
| -rw-r--r-- | gitlab/issues_text/target_missing/host_missing/accel_missing/2764 | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/2764 b/gitlab/issues_text/target_missing/host_missing/accel_missing/2764 deleted file mode 100644 index 84632bb9d..000000000 --- a/gitlab/issues_text/target_missing/host_missing/accel_missing/2764 +++ /dev/null @@ -1,47 +0,0 @@ -W32 Docker build fails -Description of problem: -Docker build fails: - -``` -make docker-test-mingw@fedora-win64-cross V=1 J=4 -``` - -with the following error: - -``` -Initialized empty Git repository in /tmp/qemu-test/src/subprojects/dtc/.git/ -fatal: unable to access 'https://gitlab.com/qemu-project/dtc.git/': Could not resolve host: gitlab.com - -../meson.build:2090:16: ERROR: Git command failed: ['/usr/bin/git', 'fetch', '--depth', '1', 'origin', 'b6910bec11614980a21e46fbccc35934b671bd81'] -``` -Steps to reproduce: -1. `make docker-test-mingw@fedora-win64-cross V=1 J=4 DEBUG=1` -2. `cd $QEMU_SRC` -3. `mkdir build` -4. `cd build` -5. `../configure --cross-prefix=x86_64-w64-mingw32-` -Additional information: -The problem can be worked around by changing the line - -``` -subprojects="keycodemapdb libvfio-user berkeley-softfloat-3 berkeley-testfloat-3" -``` - -to - -``` -subprojects="keycodemapdb libvfio-user berkeley-softfloat-3 berkeley-testfloat-3 dtc" -``` - -in `archive-source.sh`. - -Additionally, https://wiki.qemu.org/Hosts/W32#Docker_based_cross_builds is outdated. -``` -make docker-test-mingw@fedora V=1 DEBUG=1 J=4 -``` -should be -``` -make docker-test-mingw@fedora-win64-cross V=1 DEBUG=1 J=4 -``` - -Additionally, i would suggest to create and enter build directory before calling configure and also add the make commands as shown in the "Steps to reproduce" section of this ticket. |