Bug report #17371
Problem
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | GRASS | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Ubuntu 17.10 Artful Aardvark | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 25268 |
Description
I'm using the instructions of https://github.com/qgis/QGIS/blob/master/INSTALL#L186 to compile QGIS 3 in Ubuntu Artful, but in process of "make -j8" (In my case) I'm getting the error:
Scanning dependencies of target translations [ 96%] Generating ../output/i18n/qgis_ar.qm lrelease: could not find a Qt installation of '' i18n/CMakeFiles/translations.dir/build.make:97: recipe for target 'output/i18n/qgis_ar.qm' failed make[2]: *** [output/i18n/qgis_ar.qm] Error 2
Related issues
History
#1 Updated by Jürgen Fischer about 7 years ago
- Status changed from Open to Feedback
Apparently you Qt is not installed/configured correctly. Did you set QT_SELECT=5?
#2 Updated by Jürgen Fischer about 7 years ago
- Description updated (diff)
#3 Updated by Jorge Useche about 7 years ago
- File ccmake_options.log added
Jürgen Fischer wrote:
Apparently you Qt is not installed/configured correctly. Did you set QT_SELECT=5?
I don't have this option in the "ccmake .." menu.
#4 Updated by Jorge Useche about 7 years ago
Jorge Useche wrote:
Jürgen Fischer wrote:
Apparently you Qt is not installed/configured correctly. Did you set QT_SELECT=5?
I don't have this option in the "ccmake .." menu.
I'm seen that error corresponds to https://stackoverflow.com/questions/16607003/qmake-could-not-find-a-qt-installation-of
And I've solve it using $ sudo apt install qt5-default
I've report this dependency in previous issue #17177
Thanks :)
#5 Updated by Jürgen Fischer about 7 years ago
- Status changed from Feedback to Closed
- Resolution set to fixed/implemented
Fixed in e9d2fd676df1
#6 Updated by Jürgen Fischer about 7 years ago
- Related to Bug report #17373: Some missing dependencies before compilation QGIS in Ubuntu Artful added