D15076: Build failures with KSyntaxHighlighting 5.49

Christophe Giboudeaux noreply at phabricator.kde.org
Sun Aug 26 21:23:24 BST 2018


cgiboudeaux added a comment.


  In D15076#315797 <https://phabricator.kde.org/D15076#315797>, @asemke wrote:
  
  >
  
  
  
  
  > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot open output file ../../../bin/cantor/backends/cantor_nullbackend.so: Not a directory
  > 
  >   
  
  OK, I can reproduce and ironically, the issue is caused by a fix in kcoreaddons to fix build with the commit I mentioned before.
  
  Short version:
  the cantor stuff uses the  kcoreaddons_add_plugin macro with the INSTALL_NAMESPACE parameter pointing to "cantor/backends" This creates a cantor/backends subdir in ${CMAKE_BINARY_DIR}/bin/
  
  The build fails locally because the linker can't create the cantor executable in ${CMAKE_BINARY_DIR}/bin. There's already a directory using the same name.

REPOSITORY
  R55 Cantor

REVISION DETAIL
  https://phabricator.kde.org/D15076

To: asemke, #kde_edu, #cantor, #frameworks
Cc: cgiboudeaux, mpyne, cullmann, kde-edu, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20180826/e786c3ab/attachment.html>


More information about the kde-edu mailing list