Changes between Initial Version and Version 1 of Ticket #58709, comment 2
- Timestamp:
- Jul 12, 2019, 3:58:58 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58709, comment 2
initial v1 1 The environment is a normal macOS installation, but instead of running `port` commands via the terminal, they're run by `mpbb`, which in turn is being run by buildbot. So you could try cloning [https://github.com/macports/mpbb mpbb] and seeing if running ` mpbb --prefix /opt/local install-port prometheus` works for you.1 The environment is a normal macOS installation, but instead of running `port` commands via the terminal, they're run by `mpbb`, which in turn is being run by buildbot. So you could try cloning [https://github.com/macports/mpbb mpbb] and seeing if running `./mpbb --prefix /opt/local install-port prometheus` works for you. 2 2 3 3 Looking up this error on Google, I found other projects experiencing the same problem. Here's how one of them solved it: