Fwd: Failure to build glib2 as part of xsane dependency

2017-05-04 Thread gestos
> Hello there, > > I needed to reinstall MacPorts on Snow Leopard, and followed the instructions > in LibcxxOnOlderSystems (I recall some ports wouldn't compile properly > without it), including the experimental steps. Only there, I replaced clang > 3.9 by clang 4.0. > > However, it failed on

Re: Frescobaldi @2.20.0_1+app apparently broken

2017-05-04 Thread Thomas Ruedas
Hi Davide, thanks for enlightening me about the $PATH settings. I have fixed that now and repeated the upgrade of Frescobaldi once more, and now it works (at least from the Terminal, but I'm sure the other one will also). Best, Thomas Am 04.05.17 um 14:03 schrieb Davide Liessi: 2017-05-04 13:

Re: Frescobaldi @2.20.0_1+app apparently broken

2017-05-04 Thread Davide Liessi
Dear Thomas, 2017-05-04 13:08 GMT+02:00 Thomas Ruedas : > PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/:$PYTHONPATH the problem is the PYTHONPATH variable, which should not point to a Python version different from the one you are using. Also,

Re: Frescobaldi @2.20.0_1+app apparently broken

2017-05-04 Thread Thomas Ruedas
Hi Davide, Am 04.05.17 um 10:09 schrieb Davide Liessi: 2017-05-04 1:39 GMT+02:00 Thomas Ruedas : Your problem is really strange: Frescobaldi simply does 'import sip', which should result in importing the Python 3.5 sip module, since you are running Frescobaldi with Python 3.5; it should not even

Re: Frescobaldi @2.20.0_1+app apparently broken

2017-05-04 Thread Davide Liessi
2017-05-04 1:39 GMT+02:00 Thomas Ruedas : > For completeness (although I think it's irrelevant) I'll also mention that > the new installation following your instruction (again) returned this > message: > [...] Indeed this is not related. Your problem is really strange: Frescobaldi simply does 'im