Re: core-updates on Hurd

2017-07-10 Thread rennes
Hello, On 07/09/2017 05:10:47 PM, Ludovic Courtès wrote: The problem was that ‘struct dirent64’ is slightly different on GNU/Hurd than on GNU/Linux. Rennes, could you confirm that it works for you? The solution works, Thanks

Re: core-updates on Hurd

2017-07-09 Thread Manolis Ragkousis
Hey Ludovic On 07/10/17 01:10, Ludovic Courtès wrote: > Hello! > > Ricardo Wurmus skribis: > >> 105<--153(pid1070)->dir_lookup ("home/buzz/guix/gnu/packages/zation.scm" >> 64 0) = 0x4002 (No such file or directory) > > I looked more closely, logged in on darnassus, and commit > 1ab9e48

Re: core-updates on Hurd

2017-07-09 Thread Ludovic Courtès
Hello! Ricardo Wurmus skribis: > 105<--153(pid1070)->dir_lookup ("home/buzz/guix/gnu/packages/zation.scm" 64 > 0) = 0x4002 (No such file or directory) I looked more closely, logged in on darnassus, and commit 1ab9e483391f8b62b873833ea71cb0074efa03e7 fixes it AFAICS. The problem was tha

Re: core-updates on Hurd

2017-07-09 Thread Ricardo Wurmus
ren...@openmailbox.org writes: > On 2017-07-07 10:41, ren...@openmailbox.org wrote: >> Hello, >> >> I attached the output of the command. >> Thanks What is going on here: 201<--198(pid1070)->dir_readdir (0 -1 0) = 0 "\xaad\x01\0\0\0\0\0\x10\0\0\x01.\0\0\0\xf7\xa2\b\0\0\0\0\0\x10\0\0\x02..\0

Re: core-updates on Hurd

2017-07-09 Thread Manolis Ragkousis
On 07/09/17 13:20, Ricardo Wurmus wrote: > > Manolis Ragkousis writes: > >> 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

Re: core-updates on Hurd

2017-07-09 Thread Ricardo Wurmus
Manolis Ragkousis writes: > 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

Re: core-updates on Hurd

2017-07-09 Thread Manolis Ragkousis
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 w

Re: core-updates on Hurd

2017-07-09 Thread Manolis Ragkousis
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) = 0x4002 (No such file or directory) 105<--153(pid1070)->dir

Re: core-updates on Hurd

2017-06-30 Thread Ludovic Courtès
Hi rennes, rennes skribis: > currently the guix core-updates branch on GNU/Hurd, after start > guix-daemon and issue the command './pre-inst-env guix build hello' > fails with: > -- > guix build: error: lstat: No such file or directory: > "/home/jin/guix/gnu/packages/zation.scm" It could

Re: core-updates on Hurd

2017-06-23 Thread rennes
Hi Manolis, it sounds to me like there is something wrong with your clone of the repo. Could you run make clean && make ? I get the same result, I will continue to review.

Re: core-updates on Hurd

2017-06-23 Thread Manolis Ragkousis
Hey Rene, On 06/23/17 05:45, rennes wrote: > Good day, > > currently the guix core-updates branch on GNU/Hurd, after start > guix-daemon and issue the command './pre-inst-env guix build hello' > fails with: > -- > guix build: error: lstat: No such file or directory: > "/home/jin/guix/gnu/package

core-updates on Hurd

2017-06-22 Thread rennes
Good day, currently the guix core-updates branch on GNU/Hurd, after start guix-daemon and issue the command './pre-inst-env guix build hello' fails with: -- guix build: error: lstat: No such file or directory: "/home/jin/guix/gnu/packages/zation.scm" -- At the moment I only see this erro