Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem #25268

Closed
qgib opened this issue Nov 1, 2017 · 6 comments
Closed

Problem #25268

qgib opened this issue Nov 1, 2017 · 6 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! GRASS

Comments

@qgib
Copy link
Contributor

qgib commented Nov 1, 2017

Author Name: Jorge Useche (@juusechec)
Original Redmine Issue: 17371
Affected QGIS version: master
Redmine category:grass


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 issue(s): #25270 (relates)
Redmine related issue(s): 17373


@qgib
Copy link
Contributor Author

qgib commented Nov 1, 2017

Author Name: Jürgen Fischer (@jef-n)


Apparently you Qt is not installed/configured correctly. Did you set QT_SELECT=5?


  • status_id was changed from Open to Feedback

@qgib
Copy link
Contributor Author

qgib commented Nov 1, 2017

Author Name: Jürgen Fischer (@jef-n)


.......

[ 98%] Building CXX object src/plugins/grass/7/CMakeFiles/grassplugin7.dir/__/qtermwidget/moc_TerminalDisplay.cpp.o
[ 98%] Building CXX object src/plugins/grass/7/CMakeFiles/grassplugin7.dir/__/qtermwidget/moc_Vt102Emulation.cpp.o
[ 98%] Building CXX object src/plugins/grass/7/CMakeFiles/grassplugin7.dir/__/qtermwidget/moc_kprocess.cpp.o
[ 98%] Building CXX object src/plugins/grass/7/CMakeFiles/grassplugin7.dir/__/qtermwidget/moc_kptydevice.cpp.o
[ 98%] Building CXX object src/plugins/grass/7/CMakeFiles/grassplugin7.dir/__/qtermwidget/moc_kptyprocess.cpp.o
[ 98%] Building CXX object src/plugins/grass/7/CMakeFiles/grassplugin7.dir/__/qtermwidget/moc_qtermwidget.cpp.o
[ 98%] Building CXX object src/plugins/grass/7/CMakeFiles/grassplugin7.dir/qrc_qgsgrass_plugin.cpp.o
[ 98%] Linking CXX shared module ../../../../output/lib/qgis/plugins/libgrassplugin7.so
[ 98%] Built target grassplugin7
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2

to 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

@qgib
Copy link
Contributor Author

qgib commented Nov 1, 2017

Author Name: Jorge Useche (@juusechec)


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.


  • 11613 was configured as ccmake_options.log

@qgib
Copy link
Contributor Author

qgib commented Nov 1, 2017

Author Name: Jorge Useche (@juusechec)


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 #25076

Thanks :)

@qgib
Copy link
Contributor Author

qgib commented Nov 1, 2017

Author Name: Jürgen Fischer (@jef-n)


Fixed in e9d2fd6


  • status_id was changed from Feedback to Closed
  • resolution was changed from to fixed/implemented

@qgib qgib closed this as completed Nov 1, 2017
@qgib
Copy link
Contributor Author

qgib commented Nov 1, 2017

Author Name: Jürgen Fischer (@jef-n)


@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! GRASS labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! GRASS
Projects
None yet
Development

No branches or pull requests

1 participant