From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quiliro Ordonez Baca Subject: path error Date: Mon, 26 Feb 2018 15:52:54 -0500 Message-ID: <877eqza2xl.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqPlf-0003WX-69 for help-guix@gnu.org; Mon, 26 Feb 2018 15:53:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqPlb-0007zo-2U for help-guix@gnu.org; Mon, 26 Feb 2018 15:53:03 -0500 Received: from mx1.riseup.net ([198.252.153.129]:42267) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eqPla-0007ys-Rs for help-guix@gnu.org; Mon, 26 Feb 2018 15:52:58 -0500 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 1723F1A0176 for ; Mon, 26 Feb 2018 12:52:57 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id 7ACAD84BFB for ; Mon, 26 Feb 2018 12:52:56 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org I have downloaded OpenKinect. (Disclosure: I have not checked wether it is has non-libre software yet.) I typed: git clone https://github.com/OpenKinect/libfreenect cd libfreenect mkdir build cd build cmake -L .. But I get an error on executing that command. Here is the output: quiliro@portkomputilo ~/libfreenect/build$ cmake -L .. -- The C compiler identification is unknown -- The CXX compiler identification is unknown -- Check for working C compiler: /home/quiliro/.guix-profile/bin/gcc -- Check for working C compiler: /home/quiliro/.guix-profile/bin/gcc -- broken CMake Error at /gnu/store/0wzyh3rfskcyprf9vd3w9680ly5bl42a-cmake-3.7.2/share/cmake-3.7/Modules/CMakeTestCCompiler.cmake:51 (message): The C compiler "/home/quiliro/.guix-profile/bin/gcc" is not able to compile a simple test program. It fails with the following output: Change Dir: /home/quiliro/libfreenect/build/CMakeFiles/CMakeTmp Run Build Command:"/home/quiliro/.guix-profile/bin/make" "cmTC_42c45/fast" /home/quiliro/.guix-profile/bin/make -f CMakeFiles/cmTC_42c45.dir/build.make CMakeFiles/cmTC_42c45.dir/build make[1]: se entra en el directorio '/home/quiliro/libfreenect/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_42c45.dir/testCCompiler.c.o /home/quiliro/.guix-profile/bin/gcc -o CMakeFiles/cmTC_42c45.dir/testCCompiler.c.o -c /home/quiliro/libfreenect/build/CMakeFiles/CMakeTmp/testCCompiler.c gcc: error trying to exec 'as': execvp: No existe el fichero o el directorio make[1]: *** [CMakeFiles/cmTC_42c45.dir/build.make:66: CMakeFiles/cmTC_42c45.dir/testCCompiler.c.o] Error 1 make[1]: se sale del directorio '/home/quiliro/libfreenect/build/CMakeFiles/CMakeTmp' make: *** [Makefile:126: cmTC_42c45/fast] Error 2 CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:39 (PROJECT) -- Configuring incomplete, errors occurred! See also "/home/quiliro/libfreenect/build/CMakeFiles/CMakeOutput.log". See also "/home/quiliro/libfreenect/build/CMakeFiles/CMakeError.log". -- Cache values CMAKE_BUILD_TYPE:STRING= CMAKE_INSTALL_PREFIX:PATH=/usr/local Please suggest possible solution. Thank you very much. :-)