-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
- Cloning sources
- qmake && make:
...
.../QtService/src/service/service.pro:45: Cannot find feature qdep
Project ERROR: Failed to load qdep feature! Run 'qdep prfgen --qmake /usr/lib/x86_64-linux-gnu/qt5/bin/qmake' to create it.
...
make: *** [sub-src-make_first] Error 2 - qdep prfgen --qmake /usr/lib/x86_64-linux-gnu/qt5/bin/qmake
Traceback (most recent call last):
File "/usr/local/bin/qdep", line 10, in
sys.exit(main())
File "/usr/local/lib/python3.5/dist-packages/qdep/internal/cli.py", line 163, in main
prfgen(path.abspath(sys.argv[0]), res.qmake, res.dir)
File "/usr/local/lib/python3.5/dist-packages/qdep/qdep.py", line 12, in prfgen
qmake_res = sub_run([qmake, "-query", "QT_HOST_DATA"], check=True, stdout=subprocess.PIPE, encoding="UTF-8")
File "/usr/local/lib/python3.5/dist-packages/qdep/internal/common.py", line 59, in sub_run
return subprocess.run(*args, **kwargs)
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: init() got an unexpected keyword argument 'encoding'
Metadata
Metadata
Assignees
Labels
No labels