Menu

recipe for target 'all' failed

Help
2015-05-31
2015-06-01
  • Matthias Summer

    Matthias Summer - 2015-05-31

    Hi

    I'm trying to build roccat-tools on Fedora 22. But I get these error

    Building C object tyon/roccattyonconfig/CMakeFiles/roccattyonconfig.dir/tyon_tcu_frame.c.o
    Linking C executable roccattyonconfig
    [ 68%] Built target libroccatiskuwidget
    [ 68%] Built target roccatarvoconfig
    [ 68%] Built target roccatkoneconfig
    [ 68%] Built target roccattyonconfig
    Makefile:126: recipe for target 'all' failed
    make: *** [all] Error 2
    error: Bad exit status from /var/tmp/rpm-tmp.IPcRKc (%build)

    /var/tmp/rpm-tmp.IPcRKc:

     1
     2
     3
     4
     5
     6
     7
     8
     9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    #!/bin/sh
    
      RPM_SOURCE_DIR="/home/mad/downloads"
      RPM_BUILD_DIR="/home/mad/rpmbuild/BUILD"
      RPM_OPT_FLAGS="-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64 -mtune=generic"
      RPM_LD_FLAGS="-Wl,-z,relro "
      RPM_ARCH="x86_64"
      RPM_OS="linux"
      export RPM_SOURCE_DIR RPM_BUILD_DIR RPM_OPT_FLAGS RPM_LD_FLAGS RPM_ARCH RPM_OS
      RPM_DOC_DIR="/usr/share/doc"
      export RPM_DOC_DIR
      RPM_PACKAGE_NAME="roccat"
      RPM_PACKAGE_VERSION="3.4.0"
      RPM_PACKAGE_RELEASE="1"
      export RPM_PACKAGE_NAME RPM_PACKAGE_VERSION RPM_PACKAGE_RELEASE
      LANG=C
      export LANG
      unset CDPATH DISPLAY ||:
      RPM_BUILD_ROOT="/home/mad/rpmbuild/BUILDROOT/roccat-3.4.0-1.x86_64"
      export RPM_BUILD_ROOT
    
      PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/lib64/pkgconfig:/usr/share/pkgconfig"
      export PKG_CONFIG_PATH
      CONFIG_SITE=${CONFIG_SITE:-NONE}
      export CONFIG_SITE
    
      set -x
      umask 022
      cd "/home/mad/rpmbuild/BUILD"
    cd 'roccat-tools-3.4.0'
    cd build
    /usr/bin/make -j6
    
    exit 0
    

    Is there a way to find out, what's going wrong?

    Matthias

     
  • Stefan Achatz

    Stefan Achatz - 2015-06-01

    It's known that libkoneeventhandler don't want to be built on some newer distros atm. Your posted error message is misleading because you are compiling in 6 threads.
    Two ways to steer around: Remove kone from the DEVICES configuration variable or add a hotfix posted here:
    https://sourceforge.net/p/roccat/bugs/51/

     
  • Matthias Summer

    Matthias Summer - 2015-06-01

    The hotfix worked. Thanks!

     

Anonymous
Anonymous

Add attachments
Cancel