Re: Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-13 Thread Mojca Miklavec
On Sun, 13 Jan 2019 at 10:07, Christoph Kukulies wrote: > > I got it working (port install ola) finally by following the latest > suggestion in the port output (deactivate py27-protobuf) Thanks for the logs. I added the missing conflict between py27-protobuf and py27-protobuf3:

Re: Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-13 Thread Christoph Kukulies
I got it working (port install ola) finally by following the latest suggestion in the port output (deactivate py27-protobuf) Looking forward to what else might be broken after this :-( At least port install ola went through now. Thanks again, Christoph > Am 13.01.2019 um 09:58 schrieb

Re: Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-13 Thread Christoph Kukulies
I did as you suggested: sudo port deactivate protobuf-cpp which worked Christophs-MacBook-Pro: kuku$ sudo port deactivate protobuf-cpp Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents. The following ports will break: py27-protobuf

Re: Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-12 Thread Mojca Miklavec
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

Re: Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-12 Thread Christoph Kukulies
Thanks, Mojca actually I just want to install the ola port. Unfortunately I used brew and port install intermixed which is probably not a good idea. Can I get rid of all (undo) I did with brew (homebrew) and repeat that using macports? That would require to obtain a list of what I did using

Re: Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-12 Thread Christoph Kukulies
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 Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of

Re: Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-12 Thread Mojca Miklavec
Dear Christoph On Sat, 12 Jan 2019 at 17:12, Christoph Kukulies wrote: > > Following the steps in > > https://www.openlighting.org/ola/mac-install/ Do you just want to use the port or did you want to help with the development of that port? It seems that we have the latest version of the

Re: Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-12 Thread Christoph Kukulies
And after a sudo port install autoconf I’m getting autoreconf -i Can't exec "aclocal": No such file or directory at /usr/local/Cellar/autoconf/2.69/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory > Am 12.01.2019 um 17:12

Some glitches while porting Ola (openlighting.org) - autoreconf not found

2019-01-12 Thread Christoph Kukulies
Following the steps in https://www.openlighting.org/ola/mac-install/ I’m stumbling across some hurdles: first off: they ask me to install py27-protobuf and in the next step I should do a python —version and should install the pyXX-protobuf