bug#30768: Gettext : test-copy-file-1.sh fail if --with-store-dir=/var/tmp/xxxxx/gnu/store

2018-03-13 Thread YOANN P
Hi Ludo, >Hi Yoann, > >YOANN P skribis: > >>> We won’t apply this patch because in general there’s no reason for build >>> processes to require /var/tmp (we’ve never encountered that.) >> >> There's always a first time. Since i didn't encounter this behavior with >> other >> custom directories

bug#30785: Man pages truncated, repeated

2018-03-13 Thread Tobias Geerinckx-Rice
Ludo', On 2018-03-13 22:34, l...@gnu.org wrote: However, even longer man pages such as bash(1) render without fail, so there might be something special about the two examples above that triggers this behaviour. I suspect something wrong with ‘knot.conf.5.gz’, but I don’t have tangible evidence

bug#30282: package julia build error

2018-03-13 Thread Pjotr Prins
On Tue, Mar 13, 2018 at 06:54:18PM +0100, Andreas Enge wrote: > Hello, > > On Tue, Mar 13, 2018 at 06:02:07PM +0100, Ludovic Courtès wrote: > > I tried the patch below (README.md in Julia 0.6.0 says that plain LLVM > > 3.9 without patches is OK), but that didn’t solve the > > distributed.jl-relate

bug#30785: Man pages truncated, repeated

2018-03-13 Thread Ludovic Courtès
Hello, Tobias Geerinckx-Rice skribis: > Perhaps he's just getting old, but our man has a tendency to forget > where he was, start over from the beginning, and repeat himself > several times: > > $ guix package -i knot rofi > $ man 5 knot.conf | grep -E '^(NAME|DESCRIPTION)' [...] > However

bug#30808: [feature-request] improve integration of proxies in guix

2018-03-13 Thread ng0
Currently we have the http_proxy env var which can be set in the environment if guix-daemon and is honored by downloads of substitutes. As discussed a couple of days ago on IRC, adding the ability to use proxies for all parts of guix that are concerned with data retrieved via network would be very

bug#30282: package julia build error

2018-03-13 Thread Andreas Enge
Hello, On Tue, Mar 13, 2018 at 06:02:07PM +0100, Ludovic Courtès wrote: > I tried the patch below (README.md in Julia 0.6.0 says that plain LLVM > 3.9 without patches is OK), but that didn’t solve the > distributed.jl-related test failures. there is a 0.6.2 version already. I do not expect it to

bug#30282: package julia build error

2018-03-13 Thread Ludovic Courtès
Hi Pjotr, Pjotr Prins skribis: > One immediate problem is that Julia comes with patches for LLVM 3.9 > only: > > https://github.com/JuliaLang/julia#llvm > > it downloads, patches and compiles a specific LLVM. We actually need > this even though the failing tests are possibly not related (I sus

bug#30282: package julia build error

2018-03-13 Thread Pjotr Prins
One immediate problem is that Julia comes with patches for LLVM 3.9 only: https://github.com/JuliaLang/julia#llvm it downloads, patches and compiles a specific LLVM. We actually need this even though the failing tests are possibly not related (I suspect the math libraries are not showing the sa

bug#30282: package julia build error

2018-03-13 Thread Pjotr Prins
> Help welcome! I'll take a look. Pj. --