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-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: Guix infrastructure

2017-07-09 Thread Ricardo Wurmus
myglc2 writes: The bayfront hardware described here ... https://www.gnu.org/software/guix/news/growing-our-build-farm.html ... seems weak to me. Is there a plan to scale it up and make it redundant? >>> >>> It will be a lot more powerful than the current Hydra system. As

Re: Guix infrastructure

2017-07-09 Thread Ricardo Wurmus
Hi ng0, > - master is not stable and it is not being treated as a high priority > problem I don’t know where you get this from and I don’t appreciate the insinuation that we don’t care. The vast majority of commits to “master” are totally fine. As we don’t have the resources for maintaining

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
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
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: Guix infrastructure

2017-07-09 Thread Liam Wigney
Hey all, While I'm aware it was mentioned that server power was mentioned as an issue, OpenQA might be of interest for automatic testing. > On 9 Jul 2017, at 6:51 pm, Ricardo Wurmus wrote: > > > Hi ng0, > >> - master is not stable and it is not being treated as a high priority >> problem >

Re: Inkscape libpoppler error

2017-07-09 Thread Daniel Pimentel
Thanks Guixs :) --- Daniel Pimentel (d4n1) On 2017-07-08 23:21, Mark H Weaver wrote: Kei Kebreau writes: Kei Kebreau writes: Daniel Pimentel writes: Hi guixs, today I updated my GuixSD but my Inkscape not start :( I installed poppler and I reinstaled inkscape too. In my ~/.guix-profi

Re: Installer, ISO9660, etc.

2017-07-09 Thread Ludovic Courtès
Danny Milosavljevic skribis: > On Fri, 07 Jul 2017 13:34:52 +0200 > l...@gnu.org (Ludovic Courtès) wrote: > >> Danny Milosavljevic skribis: >> >> > 95% done. If would actually work if we came to a consensus about the >> > volume label (it must be uppercase; see bug# 27520 in guix-patches).

Re: python-conda: Build is not reproducible

2017-07-09 Thread Ludovic Courtès
Hi Frederick, Frederick Muriithi skribis: > On Fri, Jul 7, 2017 at 3:03 PM, Ludovic Courtès wrote: >> Hello, >> >> This is most likely a consequence of . >> >> Can you run: >> >> diff -ru --no-dereference \ >> /gnu/store/302bb93kq3170xr57vijil7cya2s74ir-python-

Re: 01/01: gnu: wxmaxima: Update to 17.05.0.

2017-07-09 Thread Mark H Weaver
Kei Kebreau writes: > Mark H Weaver writes: > >> k...@openmailbox.org (Kei Kebreau) writes: >> >>> @@ -2172,6 +2176,10 @@ point numbers.") >>> ("shared-mime-info" ,shared-mime-info))) >>> (arguments >>> `(#:phases (modify-phases %standard-phases >>> + (add-bef

Re: Inkscape libpoppler error

2017-07-09 Thread Mark H Weaver
Mark H Weaver writes: > Kei Kebreau writes: > >> Kei Kebreau writes: >> >>> Daniel Pimentel writes: >>> Hi guixs, today I updated my GuixSD but my Inkscape not start :( I installed poppler and I reinstaled inkscape too. In my ~/.guix-profile there isn't libpoppler

Re: 34/44: gnu: Add texlive-fonts-ec.

2017-07-09 Thread Mark H Weaver
Hi Ricardo, There's a problem with this commit: rek...@elephly.net (Ricardo Wurmus) writes: > rekado pushed a commit to branch master > in repository guix. > > commit 83c830d1ac010873f702c24542a184cfe07368e3 > Author: Ricardo Wurmus > Date: Sun Jul 9 11:55:23 2017 +0200 > > gnu: Add texliv

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: Guix infrastructure

2017-07-09 Thread ng0
I have no time at the moment for a full reply, but I think we got off at the wrong foot Ricardo. I guess you are trying to read between the lines that I tried to be negative about everyones work. I don't have any subtext. What I could've done better is go more into detail. Where did I get the im

Re: 34/44: gnu: Add texlive-fonts-ec.

2017-07-09 Thread Ricardo Wurmus
Hi Mark, > There's a problem with this commit: > > rek...@elephly.net (Ricardo Wurmus) writes: >> rekado pushed a commit to branch master >> in repository guix. >> >> commit 83c830d1ac010873f702c24542a184cfe07368e3 >> Author: Ricardo Wurmus >> Date: Sun Jul 9 11:55:23 2017 +0200 >> >> gnu:

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