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 >