Opened 6 years ago
Closed 6 years ago
#57351 closed defect (worksforme)
Grace @5.1.25_2 and Openssl
Reported by: | sau1978 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I recently got a MacbookPro (10.13.6, High Sierra) and tried to download Grace @5.1.25_2 using Macports 10.5.4 Unfortunately, I am having issues with installing as it indicates openssl not found. I then tried to install openssl and got a similar error.
$ sudo port install grace @5.1.25_2 ---> Computing dependencies for grace Error: Dependency 'openssl' not found. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port grace failed
$ sudo port install py27-openssl ---> Computing dependencies for py27-openssl Error: Dependency 'openssl' not found. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port py27-openssl failed
Can someone tell me if the port is bad or if I need to install an alternate openssl?
Thank you, Sau
Change History (5)
comment:1 Changed 6 years ago by sau1978
Description: | modified (diff) |
---|
comment:2 Changed 6 years ago by jmroot (Joshua Root)
Keywords: | Grace @5.1.25_2 and Openssl removed |
---|---|
Type: | submission → defect |
comment:3 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
$ sudo port install grace @5.1.25_2
Note that MacPorts will ignore the @version_revision
information you specify here. It can only install the version and revision of the port that is currently in MacPorts (which happens to be @5.1.25_2
at this time).
comment:4 Changed 6 years ago by sau1978
I went back and synced the port and subsequently installed grace and it worked - thanks so much!
comment:5 Changed 6 years ago by jmroot (Joshua Root)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It looks like openssl doesn't exist in your ports tree (or at least the index) for some reason. It should be there. Do you get any errors when you run
sudo port sync
?