From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quiliro Ordonez Baca Subject: Re: path error Date: Mon, 26 Feb 2018 16:30:24 -0500 Message-ID: <87y3jf8mmn.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> References: <877eqza2xl.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> <20180226205841.GA2496@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqQLx-0005HH-SS for help-guix@gnu.org; Mon, 26 Feb 2018 16:30:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqQLt-0005er-2R for help-guix@gnu.org; Mon, 26 Feb 2018 16:30:33 -0500 Received: from mx1.riseup.net ([198.252.153.129]:49737) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eqQLs-0005eR-PW for help-guix@gnu.org; Mon, 26 Feb 2018 16:30:28 -0500 In-Reply-To: <20180226205841.GA2496@jurong> (Andreas Enge's message of "Mon, 26 Feb 2018 21:58:41 +0100") 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: Andreas Enge Cc: help-guix@gnu.org Andreas Enge writes: > Hello, > > the solution lies probably here: > > On Mon, Feb 26, 2018 at 03:52:54PM -0500, Quiliro Ordonez Baca wrote: >> gcc: error trying to exec 'as': execvp: No existe el fichero o el >> directorio > > The "as" binary is part of the binutils package. > But I would recommend to install gcc-toolchain instead of gcc, it bundles > a few packages that are needed for development (see its description). Thank you very much, Andreas. I installed gcc-toolchain with: guix package -i gcc-toolchain Then I executed the command that output the error to test again. It gave me new errors: ld: no se puede encontrar crt1.o: No existe el fichero o el directorio ld: no se puede encontrar crti.o: No existe el fichero o el directorio collect2: error: ld devolvi=C3=B3 el estado de salida 1 This is the complete output: quiliro@portkomputilo ~/libfreenect/build$ cmake -L .. -- The C compiler identification is GNU 7.2.0 -- The CXX compiler identification is GNU 7.2.0 -- Check for working C compiler: /home/quiliro/.guix-profile/bin/gcc -- Check for working C compiler: /home/quiliro/.guix-profile/bin/gcc -- bro= ken CMake Error at /gnu/store/0wzyh3rfskcyprf9vd3w9680ly5bl42a-cmake-3.7.2/shar= e/cmake-3.7/Modules/CMakeTestCCompiler.cmake:51 (message): The C compiler "/home/quiliro/.guix-profile/bin/gcc" is not able to compi= le a simple test program. It fails with the following output: Change Dir: /home/quiliro/libfreenect/build/CMakeFiles/CMakeTmp =20=20 Run Build Command:"/home/quiliro/.guix-profile/bin/make" "cmTC_49d6e/fast" /home/quiliro/.guix-profile/bin/make -f CMakeFiles/cmTC_49d6e.dir/build.make CMakeFiles/cmTC_49d6e.dir/build make[1]: se entra en el directorio '/home/quiliro/libfreenect/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_49d6e.dir/testCCompiler.c.o /home/quiliro/.guix-profile/bin/gcc -o CMakeFiles/cmTC_49d6e.dir/testCCompiler.c.o -c /home/quiliro/libfreenect/build/CMakeFiles/CMakeTmp/testCCompiler.c Linking C executable cmTC_49d6e /gnu/store/0wzyh3rfskcyprf9vd3w9680ly5bl42a-cmake-3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_49d6e.dir/link.txt --verbose=3D1 /home/quiliro/.guix-profile/bin/gcc CMakeFiles/cmTC_49d6e.dir/testCCompiler.c.o -o cmTC_49d6e -rdynamic ld: no se puede encontrar crt1.o: No existe el fichero o el directorio ld: no se puede encontrar crti.o: No existe el fichero o el directorio collect2: error: ld devolvi=C3=B3 el estado de salida 1 make[1]: *** [CMakeFiles/cmTC_49d6e.dir/build.make:98: cmTC_49d6e] Error 1 make[1]: se sale del directorio '/home/quiliro/libfreenect/build/CMakeFiles/CMakeTmp' make: *** [Makefile:126: cmTC_49d6e/fast] Error 2 =20=20 =20=20 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=3D CMAKE_INSTALL_PREFIX:PATH=3D/usr/local quiliro@portkomputilo ~/libfreenect/build$=20