Changes between Version 1 and Version 2 of Ticket #56135, comment 11
- Timestamp:
- Jun 8, 2018, 7:12:30 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56135, comment 11
v1 v2 1 1 Any suggestions about getting mosh upgraded while this problem is being resolved? 2 2 3 {{{ 3 4 $ sudo port list outdated 4 5 Warning: The 'list' action only shows the currently available version of each port. To see installed versions, use the 'installed' action. 5 6 mosh @1.3.2 net/mosh 6 7 }}} 8 {{{ 7 9 $ sudo port upgrade mosh 8 10 ---> Computing dependencies for protobuf3-cpp … … 10 12 Error: Problem while installing protobuf3-cpp 11 13 Error: Follow https://guide.macports.org/#project.tickets to report a bug. 14 }}} 12 15 13 16 Oh -- never mind... it was the currently installed version of mosh that was requiring protobuf-cpp ... worked around it by uninstalling mosh and then installing it again.