Bug report #5571
Debian testing build fails after Qt update.
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Build/Install | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Linux | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | upstream |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 15152 |
Description
After the Qt library update in Debian testing (wheezy) last night, qgis will now not build:
-- Found Qt4: /usr/bin/qmake (found suitable version "4.8.1", required is "4.4.0")
CMake Error at CMakeLists.txt:227 (MESSAGE):
Qt Webkit module required for QGIS Desktop!
History
#1 Updated by Werner Macho over 12 years ago
- Resolution set to upstream
- Priority changed from High to Normal
To my knowledge this is a problem in the libqtwebkit debian package and should be reported to the creator of the debian package ..
#2 Updated by Jürgen Fischer over 12 years ago
- Status changed from Open to Closed
Apparently a problem in libqtwebkit-dev
that is already fixed in unstable. cmake looks for libQtWebKit.so
in /usr/lib/x86_64-linux-gnu
although it's in /usr/lib
.