Opened 3 years ago

Closed 3 years ago

#63314 closed defect (fixed)

wgrib2 fails to install due to missing path in depspec

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 (5)

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Keywords: macport grads removed
Owner: set to tenomoto
Port: wgrib2 added; grads removed
Priority: HighNormal
Status: newassigned
Summary: Computing dependencies for gradsError: Unable to execute port: can't read "search_path": no such variablewgrib2 fails to install due to missing path in depspec

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 be path:bin/gnutar:gnutar.

comment:2 Changed 3 years ago by Manish22332 (Manish)

Cc: Manish22332 added
Description: modified (diff)
Keywords: grads macport added
Port: grads added; wgrib2 removed

comment:3 Changed 3 years ago by Manish22332 (Manish)

Owner: changed from tenomoto to Manish22332
Summary: wgrib2 fails to install due to missing path in depspecComputing dependencies for gradsError: Unable to execute port: can't read "search_path": no such variable

comment:4 Changed 3 years ago by jmroot (Joshua Root)

Keywords: grads macport removed
Owner: changed from Manish22332 to tenomoto
Port: wgrib2 added; grads removed
Summary: Computing dependencies for gradsError: Unable to execute port: can't read "search_path": no such variablewgrib2 fails to install due to missing path in depspec

comment:5 Changed 3 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

In 50be834ed8a95a0ab1a9c5724df534fd33800d4c/macports-ports (master):

wgrib2: fix invalid depspec

Maintainer timeout.

Closes: #63314

Note: See TracTickets for help on using tickets.