bug#28094: cuirass doesn’t build i686 things

2017-08-26 Thread Ludovic Courtès
Hello! Ricardo Wurmus skribis: >> diff --git a/src/cuirass/database.scm b/src/cuirass/database.scm >> index 91133c2..9c7e69a 100644 >> --- a/src/cuirass/database.scm >> +++ b/src/cuirass/database.scm >> @@ -181,15 +181,30 @@ string." >> ((char=? char #\') (loop (cons* char char cha

bug#28159: Updater needs to support HTTP(S) servers

2017-08-26 Thread Ludovic Courtès
Hello, I just learned that ftp://ftp.gnu.org will be retired on Nov. 1st, 2017, so we’ll have to implement a replacement for the ‘gnu’ updater at least. At worst, we’ll parse HTML index files like the one at , but I’m trying to see if the FSF sysadmin could generat

bug#27652: multi-core server could be the cause

2017-08-26 Thread Ludovic Courtès
Joshua Sierles skribis: > As Ludo mentioned on IRC, this issue could be caused by parallel > compilation on our 64-core server. At first it seemed related to using > the '--url' option, but I just was able to reproduce this problem using > only 'guix pull'. I'll look into how I can reduce the num

bug#28159: Updater needs to support HTTP(S) servers

2017-08-26 Thread Hartmut Goebel
Hi, > I just learned that ftp://ftp.gnu.org will be retired on Nov. 1st, 2017, > so we’ll have to implement a replacement for the ‘gnu’ updater at least. By change, also this server provides a `ls-lrRt.txt.gz` file. Unfurtunaly is as a slightly different (date-) format than the one at kde.org: kd

bug#28240: bad backtrace on “guix archive -x”

2017-08-26 Thread Ricardo Wurmus
Here’s what I did: --8<---cut here---start->8--- wget -q -O - https://mirror.hydra.gnu.org/guix/nar/gzip/ykpfif2wzabhnn0a88sw3f96paa33k2z-r-minimal-3.4.0 | guix archive -x /tmp/hydra Backtrace: 6 (primitive-load "/gnu/store/gkv8zl774h2qpa89mrf6d74fr

bug#28241: man page in r-minimal contains timestamp

2017-08-26 Thread Ricardo Wurmus
The compressed man page at “share/man/man1/R.1.gz” provided by r-minimal contains a time-dependent string. Comparing the uncompressed man pages built at different times on different machines shows me this: --8<---cut here---start->8--- diff /tmp/berlin/share/ma

bug#28241: man page in r-minimal contains timestamp

2017-08-26 Thread Ricardo Wurmus
Ricardo Wurmus writes: > The man page is created with a rule in “doc/Makefile.in”: > > @$(HELP2MAN) --include=$(srcdir)/R.aux --no-info --output=R.1 \ >--name="a language for data analysis and graphics" \ >$(top_builddir)/bin/R > > “doc/R.aux” does not contain a timestamp, n

bug#28243: Guix cross-compilation doesn't work

2017-08-26 Thread Manolis Ragkousis
Hello everyone, In current master (72e2815d18ad688b0a16ce3b3efba1172423cec4) cross-compilation doesn't work. Running `guix build --target=i586-pc-gnu -c8 bootstrap-tarballs' or running `guix build --target=i686-linux-gnu -c8 bootstrap-tarballs' fail with phase `set-paths' succeeded after 0.0 seco

bug#28241: man page in r-minimal contains timestamp

2017-08-26 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Is SOURCE_DATE_EPOCH not set at the time help2man runs? “r-minimal” > uses the gnu-build-system, which has a build phase set-SOURCE-DATE-EPOCH > that sets SOURCE_DATE_EPOCH to 1. > > Where is this lost? Simple: R simply doesn’t use our help2man. It comes with tools/he