hawaii-desktop / greenisland

UNMAINTANED, please go to https://github.com/lirios/wayland
https://liri.io
GNU General Public License v2.0
75 stars 9 forks source link

collect2: error: ld returned 1 exit status #212

Closed alihanozturk closed 8 years ago

alihanozturk commented 8 years ago

42%] Linking CXX shared library libGreenIslandPlatform.so [ 42%] Building CXX object src/client/CMakeFiles/GreenIslandClient.dir/GreenIslandClient_automoc.cpp.o [ 43%] Building CXX object src/waylandcompositor/CMakeFiles/GreenIslandCompositor.dir/extensions/qwaylandtextinputmanager.cpp.o /usr/bin/ld: error in /usr/lib/libQt5PlatformSupport.a(qfontconfigdatabase.o)(.eh_frame); no .eh_frame_hdr table will be created. collect2: error: ld returned 1 exit status src/platform/CMakeFiles/GreenIslandPlatform.dir/build.make:865: recipe for target 'src/platform/libGreenIslandPlatform.so.0.7.91' failed make[2]: * [src/platform/libGreenIslandPlatform.so.0.7.91] Error 1 CMakeFiles/Makefile2:1509: recipe for target 'src/platform/CMakeFiles/GreenIslandPlatform.dir/all' failed make[1]: * [src/platform/CMakeFiles/GreenIslandPlatform.dir/all] Error 2 make[1]: *\ Waiting for unfinished jobs....

plfiorini commented 8 years ago

Could you give some details like distro, gcc version, binutils version, Qt version. This look like something weird going on with binutils.

alihanozturk commented 8 years ago

I use Pisilinux. gcc, sürüm: 5.3.0 binutils, sürüm: 2.26 qt5-base, sürüm: 5.6.0,

plfiorini commented 8 years ago

Possibly this ld bug here: https://lists.gnu.org/archive/html/bug-binutils/2016-03/msg00185.html Probably Pisilinux hasn't picked up the fix yet.

plfiorini commented 8 years ago

I'm closing the issue as invalid as it appears a bug in ld. The code has been built on other distros for example Arch, Fedora 23, 24 and rawhide without problems.