unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* lots of numbers when building Guix
@ 2020-02-19 16:29 Ricardo Wurmus
  2020-02-19 17:48 ` Julien Lepiller
  0 siblings, 1 reply; 4+ messages in thread
From: Ricardo Wurmus @ 2020-02-19 16:29 UTC (permalink / raw)
  To: guix-devel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lots of numbers when building Guix
  2020-02-19 16:29 lots of numbers when building Guix Ricardo Wurmus
@ 2020-02-19 17:48 ` Julien Lepiller
  2020-02-20 11:36   ` zimoun
  2020-02-24 12:20   ` Ricardo Wurmus
  0 siblings, 2 replies; 4+ messages in thread
From: Julien Lepiller @ 2020-02-19 17:48 UTC (permalink / raw)
  To: guix-devel, Ricardo Wurmus

Le 19 février 2020 11:29:43 GMT-05:00, Ricardo Wurmus <rekado@elephly.net> a écrit :
>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?

Po4a going crazy, probably. Have you tried running bootstrap anl configure again?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lots of numbers when building Guix
  2020-02-19 17:48 ` Julien Lepiller
@ 2020-02-20 11:36   ` zimoun
  2020-02-24 12:20   ` Ricardo Wurmus
  1 sibling, 0 replies; 4+ messages in thread
From: zimoun @ 2020-02-20 11:36 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: Guix Devel

Hi,

> Po4a going crazy, probably. Have you tried running bootstrap anl configure again?

I had the same and and ./bootstrap && ./configure were not enough, I
had to "make distclean" and redo everything.


Cheers,
simon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lots of numbers when building Guix
  2020-02-19 17:48 ` Julien Lepiller
  2020-02-20 11:36   ` zimoun
@ 2020-02-24 12:20   ` Ricardo Wurmus
  1 sibling, 0 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2020-02-24 12:20 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: guix-devel


Julien Lepiller <julien@lepiller.eu> writes:

> Po4a going crazy, probably. Have you tried running bootstrap anl configure again?

I have done this just now on a different machine in a pure environment.
I see the same weird output.

--
Ricardo

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-24 12:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-19 16:29 lots of numbers when building Guix Ricardo Wurmus
2020-02-19 17:48 ` Julien Lepiller
2020-02-20 11:36   ` zimoun
2020-02-24 12:20   ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).