blob: 248dc7d4d34bd26c523b03b1c803568f4e330c4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
id = 1763
title = "ldd fails with qemu-aarch64"
state = "opened"
created_at = "2023-07-15T00:58:48.487Z"
closed_at = "n/a"
labels = ["linux-user", "target: arm"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1763"
host-os = "Ubuntu 20.04/23.04"
host-arch = "x86_64"
qemu-version = "multiple tested: 7.0, 7.2"
guest-os = "Ubuntu 16.04"
guest-arch = "aarch64"
description = """see the original issue for full details https://github.com/multiarch/qemu-user-static/issues/172"""
reproduce = """1. docker run --rm -it arm64v8/ubuntu:16.04 ldd /bin/ls
Also possible on other newer OSs (eg: Ubuntu:18.04) with different compiled binaries."""
additional = """```
WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
ldd: exited with unknown exit code (139)
```"""
|