Bug report #13941
Debian build failure.
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | - | ||
Category: | Build/Install | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Linux | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | up/downstream |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 21957 |
Description
This one has been in Master for a few days now:
Linking CXX shared library ../../output/lib/libqgis_gui.so /usr/bin/cmake -E cmake_link_script CMakeFiles/qgis_gui.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -g -O2 -fstack-protector-strong [....long list of CMakeFiles....] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libQtUiTools.a(quiloader.o): unrecognized relocation (0x2a) in section `.text' /usr/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status src/gui/CMakeFiles/qgis_gui.dir/build.make:13820: recipe for target 'output/lib/libqgis_gui.so.2.13.0' failed make[4]: *** [output/lib/libqgis_gui.so.2.13.0] Error 1
History
#1 Updated by Jürgen Fischer almost 9 years ago
Which debian are you running? The kernel version alone isn't very helpful. Also note that the nightlies apparently are fine - and we build for Debian jessie and unstable and for Ubuntu trusty, precise (both also w/ and w/o ubuntugis dependencies), vivid and wily (see CDash). So this is likely a local problem. Have you tried a clean build? Admittedly wily/amd64 currently doesn't work - but that's seems to be a weird cmake issue there.
#2 Updated by Richard Duivenvoorde almost 9 years ago
Confirmed here on clean build on Debian 'testing'
[ 64%] Linking CXX shared library ../../output/lib/libqgis_gui.so /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libQtUiTools.a(quiloader.o): unrecognized relocation (0x2a) in section `.text' /usr/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status src/gui/CMakeFiles/qgis_gui.dir/build.make:13817: recipe for target 'output/lib/libqgis_gui.so.2.13.0' failed make[2]: *** [output/lib/libqgis_gui.so.2.13.0] Error 1 CMakeFiles/Makefile2:1388: recipe for target 'src/gui/CMakeFiles/qgis_gui.dir/all' failed make[1]: *** [src/gui/CMakeFiles/qgis_gui.dir/all] Error 2 Makefile:160: recipe for target 'all' failed make: *** [all] Error 2
#3 Updated by Andy Wood almost 9 years ago
Apologies for the lack of relevant information in the original bug report.
The problem was seen a clean build on Debian testing also.
#4 Updated by Jürgen Fischer almost 9 years ago
- Resolution set to up/downstream
- Status changed from Open to Closed
So it's apparently a problem in stretch and not QGIS.
#5 Updated by Jürgen Fischer almost 9 years ago
See also Debian #806324
#6 Updated by Jürgen Fischer almost 9 years ago
- Operating System changed from Linux 4.2.0-1-amd64 to Linux
- OS version changed from SMP Debian 4.2.6-1 (2015-11-10) x86_64 GNU/Linux to Debian stretch
#7 Updated by Richard Duivenvoorde almost 9 years ago
according to bas/sebastic, have an eye on this:
https://tracker.debian.org/pkg/qt4-x11
could be a fix for our problem when it comes into testing....
#8 Updated by Jürgen Fischer almost 9 years ago
Richard Duivenvoorde wrote:
according to bas/sebastic, have an eye on this. could be a fix for our problem when it comes into testing....
Downgrading to Qt4 4.8.7+dfsg-3 from deb http://snapshot.debian.org/archive/debian/20151101T093221Z/ stretch main
also helps.
#9 Updated by Richard Duivenvoorde almost 9 years ago
see also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807170 (issue opened for Qt4 Debian maintainers)
#10 Updated by Richard Duivenvoorde almost 9 years ago
fyi: binutils now updated in Debian Testing, and QGIS is building again \\o/