Opened 8 years ago

Last modified 8 years ago

#52338 closed defect

valgrind does not install under Xcode 8 (macOS Sierra) — at Version 2

Reported by: roberthuston@… Owned by: raimue@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: sierra Cc:
Port: valgrind

Description (last modified by mf2k (Frank Schima))

After upgrading to macOS Sierra and to Xcode 8, I performed the initial migration operations for MacPorts. When I get to installing valgrind, I get an error that OS 10.12 isn't supported (Darwin 16). Changing the "${os.major} > 15" check to be "${os.major} > 16" in the Portfile allows MacPorts to pull down the valgrind-3.11.0.tar.bz2 file. However, I then get a configuration failure:

  :info:configure checking for a supported version of gcc... no (8.0.0)
  :info:configure configure: error: please use gcc >= 3.0 or clang >= 2.9 or icc >= 13.0

I don't know what to modify in the patch files to get things to work correctly.

Change History (2)

comment:1 Changed 8 years ago by mf2k (Frank Schima)

Keywords: valgrind removed
Owner: changed from macports-tickets@… to raimue@…

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers valgrind), if any.

comment:2 Changed 8 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.