Opened 3 years ago
Closed 12 months ago
#63792 closed defect (fixed)
valgrind-macos-devel: error: Valgrind works on Darwin 10.x-20.x (Mac OS X 10.6-10.11 and macOS 10.12-11.0)
Reported by: | sudheerhebbale (Sudheer Hebbale) | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | monterey | Cc: | |
Port: | valgrind-macos-devel |
Description
After upgrade macos Monterey version 12.0.1
Build of valgrind-macos-devel fails due to error in configuration
Valgrind works on Darwin 10.x-20.x (Mac OS X 10.6-10.11 and macOS 10.12-11.0)
Attachments (2)
Change History (7)
Changed 3 years ago by sudheerhebbale (Sudheer Hebbale)
Attachment: | config.log added |
---|
Changed 3 years ago by sudheerhebbale (Sudheer Hebbale)
comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | monterey added |
---|---|
Owner: | set to raimue |
Port: | valgrind-macos-devel added |
Status: | new → assigned |
Summary: | Error: Failed to configure valgrind-macos-devel → valgrind-macos-devel: error: Valgrind works on Darwin 10.x-20.x (Mac OS X 10.6-10.11 and macOS 10.12-11.0) |
Version: | → 2.7.1 |
comment:2 Changed 3 years ago by Ranguvar (Devin Cofer)
Per Valgrind dev Paul Floyd's comment, Valgrind may need to be patched in MacPorts for this. Still, there may be more issues.
https://stackoverflow.com/questions/69792467/memory-check-on-macos-12-monterey
comment:3 Changed 23 months ago by barracuda156
Valgrind is also broken for PPC, despite allegedly supporting 10.5.
This is on Rosetta:
`
checking build system type... powerpc-apple-darwin10
checking host system type... powerpc-apple-darwin10
checking for a supported CPU... ok (powerpc)
checking for a 64-bit only build... no
checking for a 32-bit only build... yes
checking for a supported OS... ok (darwin10)
checking for the kernel version... Darwin 10.x (10.8.0) / Mac OS X 10.6 Snow Leopard
checking for a supported CPU/OS combination... no (ppc32-darwin)
configure: error: Valgrind is platform specific. Sorry. Please consider doing a port.
`
comment:4 Changed 12 months ago by raimue (Rainer Müller)
comment:5 Changed 12 months ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The error message is pretty clear:
So we need to upgrade to a newer version of this software that is compatible with macOS 12, or if none exists, the developers need to create it first; in that case, you might contact them about it.