From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: core-updates on Hurd Date: Sun, 9 Jul 2017 11:39:19 +0300 Message-ID: <9b9fe9d3-55d9-9ff0-c0db-ccc3a116d882@gmail.com> References: <8df0797d-6290-60ba-4218-03da8aaee9e5@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dU7kX-0005wF-IU for guix-devel@gnu.org; Sun, 09 Jul 2017 04:39:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dU7kW-0006bd-Nd for guix-devel@gnu.org; Sun, 09 Jul 2017 04:39:29 -0400 In-Reply-To: <8df0797d-6290-60ba-4218-03da8aaee9e5@gmail.com> Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: rennes@openmailbox.org Cc: guix-devel@gnu.org Hello again, I rebased my guix repo on the latest core-updates and you are correct. On Hurd while building running make inside guix, something is going wrong and changes the filenames guix is looking for while trying to build packages. For example trying ./pre-inst-env guix build hello it fails with: 166<--165(pid2386)->io_write ("guix build: error: lstat: No such file or directory: "/home/manolis/repos/guix/g" -1)guix build: error: lstat: No such file or directory: "/home/manolis/repos/guix/gnu/packages/zation.scm" = 0 104 Not here that there is no file named "/home/manolis/repos/guix/gnu/packages/zation.scm". Could it be something that there is something wrong with the guix build command? Manolis On 07/09/17 10:15, Manolis Ragkousis wrote: > Hey Rene, > > There seems to be something really wrong with your installation of guix. > Files are missing. Did you delete something by hand? > > > 105<--153(pid1070)->dir_lookup > ("usr/local/share/locale/en_US.UTF-8/LC_MESSAGES/guix.mo" 1 0) = > 0x40000002 (No such file or directory) > 105<--153(pid1070)->dir_lookup > ("usr/local/share/locale/en_US.utf8/LC_MESSAGES/guix.mo" 1 0) = > 0x40000002 (No such file or directory) > 105<--153(pid1070)->dir_lookup > ("usr/local/share/locale/en_US/LC_MESSAGES/guix.mo" 1 0) = 0x40000002 > (No such file or directory) > 105<--153(pid1070)->dir_lookup > ("usr/local/share/locale/en.UTF-8/LC_MESSAGES/guix.mo" 1 0) = 0x40000002 > (No such file or directory) > 105<--153(pid1070)->dir_lookup > ("usr/local/share/locale/en.utf8/LC_MESSAGES/guix.mo" 1 0) = 0x40000002 > (No such file or directory) > 105<--153(pid1070)->dir_lookup > ("usr/local/share/locale/en/LC_MESSAGES/guix.mo" 1 0) = 0x40000002 (No > such file or directory) > 168<--167(pid1070)->io_write ("guix build: error: lstat: No such file > or directory: "/home/buzz/guix/gnu/packag" -1) = 0 95 > > Manolis >