Re: make fails

2017-12-23 Thread Tobias Geerinckx-Rice
Catonano, Catonano wrote on 23/12/17 at 13:16: > line 13167 is this one > > Defaults to @samp{"\"%s(%u)<%{pid}><%{session}>: \""}. > > and it's in this block of text > > @deftypevr {@code{dovecot-configuration} parameter} string mail-log-prefix > Log prefix for mail processes.  See doc/wiki/Var

Re: make fails

2017-12-23 Thread Pjotr Prins
On Sat, Dec 23, 2017 at 01:03:19PM +0100, Catonano wrote: >make distclean didn't help ð Try a clean environment and the cleanup: https://github.com/pjotrp/guix-notes/blob/master/INSTALL.org#building-gnu-guix-from-source-using-guix---the-bullet-proof-way

Re: make fails

2017-12-23 Thread Catonano
2017-12-23 13:16 GMT+01:00 Catonano : > > In the log I see that the last commit is related to Dovecot and it > includes some edits to teh documentation (to update the manual to the new > Dovecot service) > > But I don't know the texi format, what's the poblem with this line ? > > I checked out to

Re: make fails

2017-12-23 Thread Catonano
2017-12-23 13:06 GMT+01:00 Catonano : > > > I run make again, this time without the -j switch and this is what I get > > [...] > make[1]: ingresso nella directory "/home/catonano/projects/guix" > Making all in po/guix > make[2]: ingresso nella directory "/home/catonano/projects/guix/po/guix" > mak

Re: make fails

2017-12-23 Thread Catonano
I run make again, this time without the -j switch and this is what I get [...] make[1]: ingresso nella directory "/home/catonano/projects/guix" Making all in po/guix make[2]: ingresso nella directory "/home/catonano/projects/guix/po/guix" make[2]: uscita dalla directory "/home/catonano/projects/gu

Re: make fails

2017-12-23 Thread Catonano
ill help you, but it may help to issue a "make clean-go", > delete the remaining .go files pointed out at the end of the outpout, > and "make" again. > > Or in the worst case, "make distclean" and then start with "./configure" > again. >

Re: make fails

2017-12-23 Thread Andreas Enge
the remaining .go files pointed out at the end of the outpout, and "make" again. Or in the worst case, "make distclean" and then start with "./configure" again. I sometimes have the problem that "make" fails when files have been reorganised. Andreas

make fails

2017-12-23 Thread Catonano
it's december 23rd 2017, 10:00 in the morning I just attempted to build Guix and failed Here's the error message catonano@xps ~/projects/guix [env]$ make -j 4 cd . && /bin/sh /home/catonano/projects/guix/build-aux/missing automake-1.15 --gnu Makefile configure.ac:23: warning: The 'AM_PROG_MKDI

Re: Make fails

2014-08-10 Thread John Darrington
On Mon, Aug 11, 2014 at 01:24:32AM -0400, Mark H Weaver wrote: Andreas Enge writes: > currently I get the following error when configuring and compiling guix > from git: > > make: *** No rule to make target 'gnu/system/os-config.tmpl', needed by 'doc/os-config.texi'

Re: Make fails

2014-08-10 Thread Mark H Weaver
Andreas Enge writes: > currently I get the following error when configuring and compiling guix > from git: > > make: *** No rule to make target 'gnu/system/os-config.tmpl', needed by > 'doc/os-config.texi'. Stop. > > Does anyone know what happens? A file missing in a commit? I ran into the sam

Re: Make fails

2014-08-06 Thread Andreas Enge
On Wed, Aug 06, 2014 at 10:46:34AM +0200, Cyril Roelandt wrote: > I can find it in my local copy of the repo. Could it be a problem on > your end ? Apparently. I made a fresh checkout, which contained the file, and copied it over. Thanks for your help! Andreas

Re: Make fails

2014-08-06 Thread Cyril Roelandt
On 08/06/2014 10:10 AM, Andreas Enge wrote: > Hello, > > currently I get the following error when configuring and compiling guix > from git: > > make: *** No rule to make target 'gnu/system/os-config.tmpl', needed by > 'doc/os-config.texi'. Stop. > It seems to have been added in 1dac85663858c

Make fails

2014-08-06 Thread Andreas Enge
Hello, currently I get the following error when configuring and compiling guix from git: make: *** No rule to make target 'gnu/system/os-config.tmpl', needed by 'doc/os-config.texi'. Stop. Does anyone know what happens? A file missing in a commit? Andreas