libcomerr is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use.
libcomerr is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use.
To install libcomerr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libcomerr
To see what files were installed by libcomerr, run:
port contents libcomerr
To later upgrade libcomerr, run:
sudo port selfupdate && sudo port upgrade libcomerr
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.