Package Details: genesis-git r570.d96914d-1

Git Clone URL: https://aur.archlinux.org/genesis-git.git (read-only, click to copy)
Package Base: genesis-git
Description: A digital audio workstation
Upstream URL: https://github.com/andrewrk/genesis
Licenses: GPL
Conflicts: genesis
Provides: genesis
Submitter: tdy
Maintainer: tdy
Last Packager: tdy
Votes: 1
Popularity: 0.000000
First Submitted: 2017-01-20 08:21 (UTC)
Last Updated: 2017-01-20 08:21 (UTC)

Latest Comments

micwoj92 commented on 2024-09-24 22:28 (UTC)

Fails to build:

==> Starting build()...
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 5.5.0
-- The CXX compiler identification is GNU 5.5.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: /usr/bin/gcc-5
-- Check for working C compiler: /usr/bin/gcc-5 - broken
CMake Error at /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:67 (message):
  The C compiler

    "/usr/bin/gcc-5"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: '/build/genesis-git/src/genesis/build/CMakeFiles/CMakeScratch/TryCompile-YEKHL8'

    Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_41f83/fast
    /usr/bin/make  -f CMakeFiles/cmTC_41f83.dir/build.make CMakeFiles/cmTC_41f83.dir/build
    make[1]: Entering directory '/build/genesis-git/src/genesis/build/CMakeFiles/CMakeScratch/TryCompile-YEKHL8'
    Building C object CMakeFiles/cmTC_41f83.dir/testCCompiler.c.o
    /usr/bin/gcc-5   -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/genesis-git/src=/usr/src/debug/genesis-git -flto=auto  -o CMakeFiles/cmTC_41f83.dir/testCCompiler.c.o -c /build/genesis-git/src/genesis/build/CMakeFiles/CMakeScratch/TryCompile-YEKHL8/testCCompiler.c
    gcc-5: error: unrecognized command line option ‘-fno-plt’
    gcc-5: error: unrecognized command line option ‘-fstack-clash-protection’
    gcc-5: error: unrecognized command line option ‘-fcf-protection’
    gcc-5: error: unrecognized command line option ‘-ffile-prefix-map=/build/genesis-git/src=/usr/src/debug/genesis-git’
    make[1]: *** [CMakeFiles/cmTC_41f83.dir/build.make:78: CMakeFiles/cmTC_41f83.dir/testCCompiler.c.o] Error 1
    make[1]: Leaving directory '/build/genesis-git/src/genesis/build/CMakeFiles/CMakeScratch/TryCompile-YEKHL8'
    make: *** [Makefile:127: cmTC_41f83/fast] Error 2





  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:2 (project)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...