Opened 11 years ago
Closed 11 years ago
#40332 closed defect (fixed)
wgrib2: Variant gcc48 conflicts with itself
Reported by: | mf2k (Frank Schima) | Owned by: | tenomoto (Takeshi Enomoto) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | ||
Port: | wgrib2 |
Description
$ port info wgrib2 Error: wgrib2: Variant gcc48 conflicts with gcc48 Error: Unable to open port: Error evaluating variants
Indeed in the Portfile:
variant gcc48 conflicts g95 gcc44 gcc45 gcc46 gcc47 gcc48 description {build iplib with gcc48 (alpha)} { depends_lib-append path:lib/libgcc/libgcc_s.1.dylib:libgcc depends_build-append port:gcc48 }
Change History (1)
comment:1 Changed 11 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r110738. Thanks.