lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ANN: Frescobaldi 2.19.0


From: Federico Bruni
Subject: Re: ANN: Frescobaldi 2.19.0
Date: Fri, 22 Apr 2016 22:50:47 +0200

Il giorno ven 22 apr 2016 alle 19:34, Federico Bruni <address@hidden> ha scritto:
$ python setup.py build
running build
running build_ext
Failed to determine Qt version ([Errno 2] No such file or directory).

I'm stuck here

Ok, I didn't check the sheebang in setup.py... so I did:

rm -r build/
python3 setup.py  build

The build now is ok.
I get an error when I install it:

##################
[...]
creating dist
creating 'dist/frescobaldi-3.0.0-py3.4.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing frescobaldi-3.0.0-py3.4.egg
creating /usr/lib/python3.4/site-packages/frescobaldi-3.0.0-py3.4.egg
Extracting frescobaldi-3.0.0-py3.4.egg to /usr/lib/python3.4/site-packages
Adding frescobaldi 3.0.0 to easy-install.pth file
Installing frescobaldi script to /usr/bin

Installed /usr/lib/python3.4/site-packages/frescobaldi-3.0.0-py3.4.egg
Processing dependencies for frescobaldi==3.0.0
Searching for python-poppler-qt4
Reading https://pypi.python.org/simple/python-poppler-qt4/
Reading http://python-poppler-qt4.googlecode.com/
Reading https://github.com/wbsoft/python-poppler-qt4
Best match: python-poppler-qt4 0.24.0
Downloading https://pypi.python.org/packages/source/p/python-poppler-qt4/python-poppler-qt4-0.24.0.tar.gz#md5=4d9dd4e5a83aa4f81753e1ff9e313908
Processing python-poppler-qt4-0.24.0.tar.gz
Writing /tmp/easy_install-61xljs1d/python-poppler-qt4-0.24.0/setup.cfg
Running python-poppler-qt4-0.24.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-61xljs1d/python-poppler-qt4-0.24.0/egg-dist-tmp-rmwyyy2m
Package poppler-qt4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `poppler-qt4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'poppler-qt4' found
error: Setup script exited with Failed to determine Qt version ([Errno 2] No such file or directory: 'qmake').

##################

It should not download python-poppler-qt4, should it?

qmake is not in my path actually:

$ qmake-qt
qmake-qt4 qmake-qt5

$ find /usr/lib64/ -name qmake
/usr/lib64/qt4/bin/qmake
/usr/lib64/qt5/bin/qmake

What's the proper way to solve this?

This did not help:
export qmake=/usr/lib64/qt5/bin/qmake






reply via email to

[Prev in Thread] Current Thread [Next in Thread]