Re: conflicting variants while rebuilding a dependency

2019-01-12 Thread Joshua Root
Riccardo Mottola wrote: > I get this (Lion 10.7): > > --> Scanning binaries for linking errors > Could not open /opt/local/lib/libexiv2.26.dylib: Error opening or > reading file (referenced from /opt/local/lib/libgexiv2.2.dylib) > ---> Found 1 broken file, matching files to ports > ---> Found

Unable to install ports from git source as root : Could not open file

2019-01-12 Thread Joël Tourscher
Hello, I'm trying to use macports and ports from git sources. I have followed the instructions from the [https://guide.macports.org/#installing.macports.git manual], but it doesn't work. The port macports-base compiles well, but it is impossible to install any port as root (as well as user)

Re: conflicting variants while rebuilding a dependency

2019-01-12 Thread Mojca Miklavec
Dear Riccardo, On Sat, 12 Jan 2019 at 19:17, Riccardo Mottola via macports-users wrote: > > Hi all! > > I get this (Lion 10.7): > > --> Scanning binaries for linking errors > Could not open /opt/local/lib/libexiv2.26.dylib: Error opening or > reading file (referenced from /opt/local/lib/libgexiv

Re: gnutls and LTS on 10.5

2019-01-12 Thread Ken Cunningham
On 2019-01-12, at 11:20 AM, Riccardo Mottola via macports-users wrote: > Hi, > > > "Strong" of Ken's work on clang 5.0 and TLS, I tried: > > port -v upgrade gnutls configure.compiler=macports-clang-5.0 > > things look better but still don't build for me, I get this error: Yep, you are almo

gnutls and LTS on 10.5

2019-01-12 Thread Riccardo Mottola via macports-users
Hi, I am rebuilding gnutls as an upgrade and it fails. The compile error I see is: libtool: compile: /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/opt/local/share/locale\" -I./../gl -I./../gl -I./includes -I./x509 -I./includes -I./includes -I./x509 -I/opt/local/includ

conflicting variants while rebuilding a dependency

2019-01-12 Thread Riccardo Mottola via macports-users
Hi all! I get this (Lion 10.7): --> Scanning binaries for linking errors Could not open /opt/local/lib/libexiv2.26.dylib: Error opening or reading file (referenced from /opt/local/lib/libgexiv2.2.dylib) ---> Found 1 broken file, matching files to ports ---> Found 1 broken port, determining

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 resul

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 h

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 port

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 software

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 schrieb

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 fitt

Re: Wine-devel build failed

2019-01-12 Thread Giuseppe Di Matteo via macports-users
I’ve ran this command: sudo port install -v rdepof:wine-devel as from https://wiki.winehq.org/MacOS/Building . But just sudo port install wine-devel is okay. > Le 11 janv. 2019 à 07:13, Ryan Schmidt a écrit : > > > > On Jan 10, 2019, at 12:35, Giuseppe

Re: Bringing a package under the hood of Xcode - maybe OT ?

2019-01-12 Thread Andrew Udvare
> On Jan 12, 2019, at 02:47, Christoph Kukulies wrote: > > What the consequences for LGPL use are is another story. Don’t know yet. > Don’t know how to distribute iPhone Apps together with LGPL libs anyway yet. Safest bet is building and bundling it as a framework and loading it that way. S