Opened 3 years ago
Last modified 3 years ago
#63314 closed defect
wgrib2 fails to install due to missing path in depspec — at Version 2
Reported by: | Manish22332 (Manish) | Owned by: | tenomoto (Takeshi Enomoto) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | Manish22332 (Manish) | |
Port: | wgrib2 |
Description (last modified by Manish22332 (Manish))
I was trying to install grads via MacPorts but it's throwing me this error. I have tried all the steps in the troubleshooting steps mentioned on the website but none works. I have installed that package previously via brew but it's not not working either.
This is the port: https://ports.macports.org/port/grads/
Change History (2)
comment:1 Changed 3 years ago by jmroot (Joshua Root)
Keywords: | macport grads removed |
---|---|
Owner: | set to tenomoto |
Port: | wgrib2 added; grads removed |
Priority: | High → Normal |
Status: | new → assigned |
Summary: | Computing dependencies for gradsError: Unable to execute port: can't read "search_path": no such variable → wgrib2 fails to install due to missing path in depspec |
comment:2 Changed 3 years ago by Manish22332 (Manish)
Cc: | Manish22332 added |
---|---|
Description: | modified (diff) |
Keywords: | grads macport added |
Port: | grads added; wgrib2 removed |
Note: See
TracTickets for help on using
tickets.
The depspec
path:gnutar:gnutar
is not valid because the middle component needs to be a path. Base should probably give a better error in this case, but regardless, the port should most likely be using a port: or bin: depspec anyway (depending on whether the system gnutar is acceptable). If there were multiple ports that could provide the gnutar executable, then the appropriate depspec would bepath:bin/gnutar:gnutar
.