[dolphin] [Bug 397653] Linking dolphin fails on NixOS

2018-08-23 Thread Bastian Köcher
https://bugs.kde.org/show_bug.cgi?id=397653 --- Comment #8 from Bastian Köcher --- Thanks for your help! -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 397653] Linking dolphin fails on NixOS

2018-08-23 Thread Bastian Köcher
https://bugs.kde.org/show_bug.cgi?id=397653 Bastian Köcher changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[dolphin] [Bug 397653] Linking dolphin fails on NixOS

2018-08-21 Thread Bastian Köcher
https://bugs.kde.org/show_bug.cgi?id=397653 --- Comment #6 from Bastian Köcher --- `src/CMakeFiles/dolphin.dir/link.txt`: /nix/store/jlbpa06dm81jvbb9jklf5dgvxxad6lgd-gcc-wrapper-7.3.0/bin/g++ -std=c++0x -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts

[dolphin] [Bug 397653] Linking dolphin fails on NixOS

2018-08-21 Thread Bastian Köcher
https://bugs.kde.org/show_bug.cgi?id=397653 --- Comment #5 from Bastian Köcher --- Created attachment 114530 --> https://bugs.kde.org/attachment.cgi?id=114530=edit Log with make VERBOSE=1 -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 397653] Linking dolphin fails on NixOS

2018-08-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=397653 --- Comment #4 from Elvis Angelaccio --- (In reply to Bastian Köcher from comment #0) > [100%] Linking CXX executable ../bin/dolphin > /nix/store/gpc2wld1s0c6qzx9326cwn1wcx29xzsj-binutils-2.30/bin/ld: warning: > libdolphinprivate.so.5, needed by

[dolphin] [Bug 397653] Linking dolphin fails on NixOS

2018-08-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=397653 --- Comment #3 from Elvis Angelaccio --- Looking at it again, commit 8e6f4eecd3 looks correct: the kdeinit_dolphin cmake target is a shared library made by main.cpp and dbusinterface.cpp. We only have dbusinterface.h as header, which doesn't have

[dolphin] [Bug 397653] Linking dolphin fails on NixOS

2018-08-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=397653 --- Comment #2 from Elvis Angelaccio --- Actually, it's the libkdeinit5_dolphin.so target that fails to link, so `src/CMakeFiles/kdeinit_dolphin.dir/link.txt` should also be checked -- You are receiving this mail because: You are watching all bug

[dolphin] [Bug 397653] Linking dolphin fails on NixOS

2018-08-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=397653 --- Comment #1 from Elvis Angelaccio --- I guess we can just revert that change, but would be nice to understand what's the problem. Can you build with `make VERBOSE=1` and show the content of the file `src/CMakeFiles/dolphin.dir/link.txt` (from your