Opened 10 years ago
Closed 10 years ago
#44144 closed defect (fixed)
port lint --nitpick reports 11 warnings in Portfiles that uses the compilers' PortGroup
Reported by: | cartasegna.luca@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.0 |
Keywords: | Cc: | seanfarley (Sean Farley), cooljeanius (Eric Gallager) | |
Port: |
Description
I have some locals port that I' m changing to use the compilers' PortGroup and when checking them with lint --nitpick I always get the following warnings:
Warning: Variant dragonegg30 conflicts with non-existing variant gfortran Warning: Variant dragonegg31 conflicts with non-existing variant gfortran Warning: Variant dragonegg32 conflicts with non-existing variant gfortran Warning: Variant dragonegg33 conflicts with non-existing variant gfortran Warning: Variant dragonegg34 conflicts with non-existing variant gfortran Warning: Variant gcc44 conflicts with non-existing variant gfortran Warning: Variant gcc45 conflicts with non-existing variant gfortran Warning: Variant gcc46 conflicts with non-existing variant gfortran Warning: Variant gcc47 conflicts with non-existing variant gfortran Warning: Variant gcc48 conflicts with non-existing variant gfortran Warning: Variant gcc49 conflicts with non-existing variant gfortran
Is this expected?
Cheers!
Change History (4)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | sean@… added |
---|---|
Component: | base → ports |
comment:2 Changed 10 years ago by cooljeanius (Eric Gallager)
comment:4 Changed 10 years ago by seanfarley (Sean Farley)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r121974. Thanks for the report!
Note: See
TracTickets for help on using
tickets.
It would be useful in cases like these if
port lint
could be used directly on PortGroups instead having to be used on a Portfile that includes it... but I suppose that is another issue...