jemalloc fails to compile because ASM fails
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
### Description
This is https://github.com/jemalloc/jemalloc/issues/2318. In short, an assembly check that jemalloc does in autoconf returns a value of 0 for "number of significant virtual address bits" instead of a real value, and the build later fails.
My configuration:
colima 0.5.2
lima 0.14.2
macOS 13.1
Intel MacBook Pro 16", 2019
```
$ colima status
INFO[0000] colima is running using QEMU
INFO[0000] arch: x86_64
INFO[0000] runtime: docker
INFO[0000] mountType: 9p
INFO[0000] socket: unix:///Users/jshaw/.colima/default/docker.sock
```
```
$ limactl list
NAME STATUS SSH VMTYPE ARCH CPUS MEMORY DISK DIR
colima Running 127.0.0.1:58929 qemu x86_64 6 12GiB 128GiB ~/.lima/colima
```
The linked issue has a nice short reproduction case here: https://github.com/jemalloc/jemalloc/issues/2318#issuecomment-1352281840
Contributor guide
Assessment
This issue has not been assessed yet.