guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lots of numbers when building Guix


From: Ricardo Wurmus
Subject: lots of numbers when building Guix
Date: Wed, 19 Feb 2020 17:29:43 +0100
User-agent: mu4e 1.2.0; emacs 26.3

Hi Guix,

I just ran “make” in my Guix source checkout and saw this:

--8<---------------cut here---------------start------------->8---
…
 cd . && /bin/sh /home/rekado/dev/gx/branches/master/build-aux/missing 
automake-1.16 --gnu Makefile
configure.ac:23: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its 
use is discouraged.
configure.ac:23: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro 
instead,
configure.ac:23: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your 
Makefile.am files.
Makefile.am:640: warning: AM_GNU_GETTEXT used but 'po' not in SUBDIRS
 cd . && /bin/sh ./config.status Makefile depfiles
config.status: creating Makefile
config.status: executing depfiles commands
  PO4A doc/guix-cookbook.de.texi
sed -i "s|guix-cookbook\.info|$(basename "doc/guix-cookbook.de.texi" | sed 
's|texi$|info|')|" "doc/guix-cookbook.de.texi.tmp"
  POXREF doc/guix-cookbook.de.texi
/bin/sh: ((: 6
263
275
287
309
324
339
369
384
396
411
431
449
461
476
505
601
775
791
848
858
886
896
945
999
1053
1073
1091
1145
1256
1277
1345
1377
1559
1574
1704
1751
1796
1820
1844
1905
2123
2133
2147
2161
2175
2286
2428
2459
2487
2499
2524
2554
2590
2621
2652
2672
2744
2897
2929
2972
3004
3069
3108
3181
3323
3335
3347: syntax error in expression (error token is "263
275
287
309
324
339
369
384
396
411
431
449
461
476
505
601
775
791
848
858
886
896
945
999
1053
1073
1091
1145
1256
1277
1345
1377
1559
1574
1704
1751
1796
1820
1844
1905
2123
2133
2147
2161
2175
2286
2428
2459
2487
2499
2524
2554
2590
2621
2652
2672
2744
2897
2929
2972
3004
3069
3108
3181
3323
3335
3347")
head: cannot open '263' for reading: No such file or directory
head: cannot open '275' for reading: No such file or directory
head: cannot open '287' for reading: No such file or directory
head: cannot open '309' for reading: No such file or directory
head: cannot open '324' for reading: No such file or directory
head: cannot open '339' for reading: No such file or directory
head: cannot open '369' for reading: No such file or directory
head: cannot open '384' for reading: No such file or directory
head: cannot open '396' for reading: No such file or directory
head: cannot open '411' for reading: No such file or directory
head: cannot open '431' for reading: No such file or directory
head: cannot open '449' for reading: No such file or directory
head: cannot open '461' for reading: No such file or directory
head: cannot open '476' for reading: No such file or directory
head: cannot open '505' for reading: No such file or directory
head: cannot open '601' for reading: No such file or directory
head: cannot open '775' for reading: No such file or directory
head: cannot open '791' for reading: No such file or directory
head: cannot open '848' for reading: No such file or directory
head: cannot open '858' for reading: No such file or directory
head: cannot open '886' for reading: No such file or directory
head: cannot open '896' for reading: No such file or directory
head: cannot open '945' for reading: No such file or directory
head: cannot open '999' for reading: No such file or directory
head: cannot open '1053' for reading: No such file or directory
head: cannot open '1073' for reading: No such file or directory
head: cannot open '1091' for reading: No such file or directory
head: cannot open '1145' for reading: No such file or directory
head: cannot open '1256' for reading: No such file or directory
head: cannot open '1277' for reading: No such file or directory
head: cannot open '1345' for reading: No such file or directory
head: cannot open '1377' for reading: No such file or directory
head: cannot open '1559' for reading: No such file or directory
head: cannot open '1574' for reading: No such file or directory
head: cannot open '1704' for reading: No such file or directory
head: cannot open '1751' for reading: No such file or directory
head: cannot open '1796' for reading: No such file or directory
head: cannot open '1820' for reading: No such file or directory
head: cannot open '1844' for reading: No such file or directory
head: cannot open '1905' for reading: No such file or directory
head: cannot open '2123' for reading: No such file or directory
head: cannot open '2133' for reading: No such file or directory
head: cannot open '2147' for reading: No such file or directory
head: cannot open '2161' for reading: No such file or directory
head: cannot open '2175' for reading: No such file or directory
head: cannot open '2286' for reading: No such file or directory
head: cannot open '2428' for reading: No such file or directory
head: cannot open '2459' for reading: No such file or directory
head: cannot open '2487' for reading: No such file or directory
head: cannot open '2499' for reading: No such file or directory
head: cannot open '2524' for reading: No such file or directory
head: cannot open '2554' for reading: No such file or directory
head: cannot open '2590' for reading: No such file or directory
head: cannot open '2621' for reading: No such file or directory
head: cannot open '2652' for reading: No such file or directory
head: cannot open '2672' for reading: No such file or directory
head: cannot open '2744' for reading: No such file or directory
head: cannot open '2897' for reading: No such file or directory
head: cannot open '2929' for reading: No such file or directory
head: cannot open '2972' for reading: No such file or directory
head: cannot open '3004' for reading: No such file or directory
head: cannot open '3069' for reading: No such file or directory
head: cannot open '3108' for reading: No such file or directory
head: cannot open '3181' for reading: No such file or directory
head: cannot open '3323' for reading: No such file or directory
head: cannot open '3335' for reading: No such file or directory
head: cannot open '3347' for reading: No such file or directory
mv "doc/guix-cookbook.de.texi.tmp" "doc/guix-cookbook.de.texi"
make  all-recursive
make[1]: Entering directory '/home/rekado/dev/gx/branches/master'
Making all in po/guix
…
--8<---------------cut here---------------end--------------->8---

What is this?

-- 
Ricardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]