Opened 9 years ago

Closed 9 years ago

#49155 closed defect (fixed)

valgrind-devel needs update for El Capitan

Reported by: barrettsa@… Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: elcapitan Cc: maehne (Torsten Maehne), deyv@…
Port: valgrind-devel

Description

Install of valgrind-devel on El Capitan (10.11) fails as follows:

--->  Fetching distfiles for valgrind-devel
Error: valgrind-devel @3.12.0-r15685 is only compatible with Mac OS X versions from 10.5 up to 10.10
Error: org.macports.fetch for port valgrind-devel returned: incompatible Mac OS X version

Modifying the test on line 114 of the port file (and the corresponding version reference on line 115) permits the install to succeed:

    113     pre-fetch {
    114         if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 15)} {
    115             ui_error "${subport} @${version} is only compatible with Mac OS X versions from 10.5 up to 10.11"
    116             return -code error "incompatible Mac OS X version"
    117         }
    118     }

Change History (4)

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

Cc: raimue@… openmaintainer@… removed
Owner: changed from macports-tickets@… to raimue@…

Please do not Cc openmaintainer@… because it is not a valid email address.

comment:2 Changed 9 years ago by maehne (Torsten Maehne)

Cc: Torsten.Maehne@… added

Cc Me!

comment:3 Changed 9 years ago by deyv@…

Cc: deyv@… added

Cc Me!

comment:4 Changed 9 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: newclosed

Fix committed in r141369.

Note: See TracTickets for help on using tickets.