Opened 7 years ago

Closed 7 years ago

#54997 closed defect (fixed)

OpenCoarray “Variant gcc6 conflicts with gcc7”

Reported by: gallafent Owned by: fanfarillo.gcc@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: OpenCoarrays

Description

Following error hit when performing a periodic cleanup …

$ sudo port -f clean --all OpenCoarrays
Error: OpenCoarrays: Variant gcc6 conflicts with gcc7
Error: Unable to open port: Error evaluating variants

I assume that this is something to do with this in the Portfile, and that GCC7 must now be the default, hence the conflict …

if {![variant_isset gcc6]} {
    default_variants +gcc6
}

Change History (3)

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

Cc: fanfarillo.gcc@… removed
Owner: set to fanfarillo.gcc@…
Port: OpenCoarrays added; OpenCoarray removed
Status: newassigned

comment:2 Changed 7 years ago by wilya7

Same error also in my system.

ProductName:	Mac OS X
ProductVersion:	10.12.6
BuildVersion:	16G29

comment:3 Changed 7 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: assignedclosed

In 800c95ef29bddd7cff27d048d0cdd79148d58eda/macports-ports:

OpenCoarrays: Fix incorrect default_variants behavior

Closes: #54997

Note: See TracTickets for help on using tickets.