On Sat, 12 Jan 2019 at 17:45, Christoph Kukulies wrote:
>
> Finally I tried:
>
> Christophs-MBP:ola kuku$ sudo port install ola
> Password:
> ---> Computing dependencies for ola
> Error: Can't install protobuf3-cpp because conflicting ports are active:
> protobuf-cpp
That's most likely the result of the manual installation of that port
when you followed the installation instructions:
# not asking you to repeat this!
sudo port install pkgconfig cppunit protobuf-cpp libmicrohttpd
libusb py27-protobuf
So most likely
sudo port deactivate protobuf-cpp
should solve the problem. If it doesn't, it will tell you which other
ports depend on protobuf-cpp, and then you can check whether you can
deactivate/uninstall those.
Mojca