* Make fails
@ 2014-08-06 8:10 Andreas Enge
2014-08-06 8:46 ` Cyril Roelandt
2014-08-11 5:24 ` Mark H Weaver
0 siblings, 2 replies; 13+ messages in thread
From: Andreas Enge @ 2014-08-06 8:10 UTC (permalink / raw)
To: guix-devel
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
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Make fails
2014-08-06 8:10 Make fails Andreas Enge
@ 2014-08-06 8:46 ` Cyril Roelandt
2014-08-06 17:07 ` Andreas Enge
2014-08-11 5:24 ` Mark H Weaver
1 sibling, 1 reply; 13+ messages in thread
From: Cyril Roelandt @ 2014-08-06 8:46 UTC (permalink / raw)
To: guix-devel
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 1dac85663858c8323a0d2483fb675aa5820d4d0e
> Does anyone know what happens? A file missing in a commit?
>
I can find it in my local copy of the repo. Could it be a problem on
your end ?
Cyril.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Make fails
2014-08-06 8:46 ` Cyril Roelandt
@ 2014-08-06 17:07 ` Andreas Enge
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Enge @ 2014-08-06 17:07 UTC (permalink / raw)
To: Cyril Roelandt; +Cc: guix-devel
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
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Make fails
2014-08-06 8:10 Make fails Andreas Enge
2014-08-06 8:46 ` Cyril Roelandt
@ 2014-08-11 5:24 ` Mark H Weaver
2014-08-11 5:28 ` John Darrington
1 sibling, 1 reply; 13+ messages in thread
From: Mark H Weaver @ 2014-08-11 5:24 UTC (permalink / raw)
To: Andreas Enge; +Cc: guix-devel
Andreas Enge <andreas@enge.fr> 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 same problem. Turns out that "make clean" deletes
os-config.tmpl. In my case I used "git reset --hard" to restore it, but
beware that also blows away any changes you've made to your working
directory that haven't yet been committed.
Mark
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Make fails
2014-08-11 5:24 ` Mark H Weaver
@ 2014-08-11 5:28 ` John Darrington
0 siblings, 0 replies; 13+ messages in thread
From: John Darrington @ 2014-08-11 5:28 UTC (permalink / raw)
To: Mark H Weaver; +Cc: guix-devel
On Mon, Aug 11, 2014 at 01:24:32AM -0400, Mark H Weaver wrote:
Andreas Enge <andreas@enge.fr> 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 same problem. Turns out that "make clean" deletes
os-config.tmpl. In my case I used "git reset --hard" to restore it, but
beware that also blows away any changes you've made to your working
directory that haven't yet been committed.
You could have used git checkout -- os-config.tmpl
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.
^ permalink raw reply [flat|nested] 13+ messages in thread
* make fails
@ 2017-12-23 9:06 Catonano
2017-12-23 10:53 ` Andreas Enge
0 siblings, 1 reply; 13+ messages in thread
From: Catonano @ 2017-12-23 9:06 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1059 bytes --]
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_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,
[...]
GUILEC gnu/tests/version-control.go
GUILEC gnu/tests/web.go
GUILEC guix/scripts/copy.go
GUILEC guix/scripts/offload.go
GUILEC guix/config.go
Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information. Set it to "no" to suppress
this message.
make[2]: uscita dalla directory "/home/catonano/projects/guix"
make[1]: *** [Makefile:4445: all-recursive] Error 1
make[1]: uscita dalla directory "/home/catonano/projects/guix"
make: *** [Makefile:3035: all] Error 2
catonano@xps ~/projects/guix [env]$
[-- Attachment #2: Type: text/html, Size: 1360 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: make fails
2017-12-23 9:06 make fails Catonano
@ 2017-12-23 10:53 ` Andreas Enge
2017-12-23 12:03 ` Catonano
0 siblings, 1 reply; 13+ messages in thread
From: Andreas Enge @ 2017-12-23 10:53 UTC (permalink / raw)
To: Catonano; +Cc: guix-devel
Hello,
On Sat, Dec 23, 2017 at 10:06:36AM +0100, Catonano wrote:
> I just attempted to build Guix and failed
> Here's the error message
> catonano@xps ~/projects/guix [env]$ make -j 4
no idea if that will 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.
I sometimes have the problem that "make" fails when files have been
reorganised.
Andreas
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: make fails
2017-12-23 10:53 ` Andreas Enge
@ 2017-12-23 12:03 ` Catonano
2017-12-23 12:06 ` Catonano
2017-12-23 14:36 ` Pjotr Prins
0 siblings, 2 replies; 13+ messages in thread
From: Catonano @ 2017-12-23 12:03 UTC (permalink / raw)
To: Andreas Enge; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 693 bytes --]
2017-12-23 11:53 GMT+01:00 Andreas Enge <andreas@enge.fr>:
> Hello,
>
> On Sat, Dec 23, 2017 at 10:06:36AM +0100, Catonano wrote:
> > I just attempted to build Guix and failed
> > Here's the error message
> > catonano@xps ~/projects/guix [env]$ make -j 4
>
> no idea if that will 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.
>
> I sometimes have the problem that "make" fails when files have been
> reorganised.
>
> Andreas
>
Thank you Andreas
make distclean didn't help 😕
[-- Attachment #2: Type: text/html, Size: 1239 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: make fails
2017-12-23 12:03 ` Catonano
@ 2017-12-23 12:06 ` Catonano
2017-12-23 12:16 ` Catonano
2017-12-23 14:36 ` Pjotr Prins
1 sibling, 1 reply; 13+ messages in thread
From: Catonano @ 2017-12-23 12:06 UTC (permalink / raw)
To: Andreas Enge; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1550 bytes --]
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/guix/po/guix"
Making all in po/packages
make[2]: ingresso nella directory "/home/catonano/projects/guix/po/packages"
make[2]: uscita dalla directory "/home/catonano/projects/guix/po/packages"
make[2]: ingresso nella directory "/home/catonano/projects/guix"
MAKEINFO doc/guix.info
./doc/guix.texi:13167: { fuori luogo
./doc/guix.texi:13167: { fuori luogo
./doc/guix.texi:13167: } fuori luogo
./doc/guix.texi:13167: } fuori luogo
./doc/guix.texi:13760: { fuori luogo
./doc/guix.texi:13760: { fuori luogo
./doc/guix.texi:13760: } fuori luogo
./doc/guix.texi:13760: { fuori luogo
./doc/guix.texi:13760: } fuori luogo
./doc/guix.texi:13760: { fuori luogo
./doc/guix.texi:13760: } fuori luogo
./doc/guix.texi:13760: { fuori luogo
./doc/guix.texi:13760: } fuori luogo
./doc/guix.texi:13760: { fuori luogo
./doc/guix.texi:13760: } fuori luogo
./doc/guix.texi:13760: { fuori luogo
./doc/guix.texi:13760: } fuori luogo
./doc/guix.texi:13760: } fuori luogo
make[2]: *** [Makefile:3811: doc/guix.info] Error 1
make[2]: uscita dalla directory "/home/catonano/projects/guix"
make[1]: *** [Makefile:4445: all-recursive] Error 1
make[1]: uscita dalla directory "/home/catonano/projects/guix"
make: *** [Makefile:3035: all] Error 2
catonano@xps ~/projects/guix [env]$
[-- Attachment #2: Type: text/html, Size: 1903 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: make fails
2017-12-23 12:06 ` Catonano
@ 2017-12-23 12:16 ` Catonano
2017-12-23 12:29 ` Catonano
2017-12-23 14:44 ` Tobias Geerinckx-Rice
0 siblings, 2 replies; 13+ messages in thread
From: Catonano @ 2017-12-23 12:16 UTC (permalink / raw)
To: Andreas Enge; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 2286 bytes --]
2017-12-23 13:06 GMT+01:00 Catonano <catonano@gmail.com>:
>
>
> 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/guix/po/guix"
> Making all in po/packages
> make[2]: ingresso nella directory "/home/catonano/projects/guix/
> po/packages"
> make[2]: uscita dalla directory "/home/catonano/projects/guix/po/packages"
> make[2]: ingresso nella directory "/home/catonano/projects/guix"
> MAKEINFO doc/guix.info
> ./doc/guix.texi:13167: { fuori luogo
>
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/Variables.txt for list
of possible variables you can use.
Defaults to @samp{"\"%s(%u)<%{pid}><%{session}>: \""}.
@end deftypevr
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 ?
./doc/guix.texi:13167: { fuori luogo
> ./doc/guix.texi:13167: } fuori luogo
> ./doc/guix.texi:13167: } fuori luogo
> ./doc/guix.texi:13760: { fuori luogo
> ./doc/guix.texi:13760: { fuori luogo
> ./doc/guix.texi:13760: } fuori luogo
> ./doc/guix.texi:13760: { fuori luogo
> ./doc/guix.texi:13760: } fuori luogo
> ./doc/guix.texi:13760: { fuori luogo
> ./doc/guix.texi:13760: } fuori luogo
> ./doc/guix.texi:13760: { fuori luogo
> ./doc/guix.texi:13760: } fuori luogo
> ./doc/guix.texi:13760: { fuori luogo
> ./doc/guix.texi:13760: } fuori luogo
> ./doc/guix.texi:13760: { fuori luogo
> ./doc/guix.texi:13760: } fuori luogo
> ./doc/guix.texi:13760: } fuori luogo
> make[2]: *** [Makefile:3811: doc/guix.info] Error 1
> make[2]: uscita dalla directory "/home/catonano/projects/guix"
> make[1]: *** [Makefile:4445: all-recursive] Error 1
> make[1]: uscita dalla directory "/home/catonano/projects/guix"
> make: *** [Makefile:3035: all] Error 2
> catonano@xps ~/projects/guix [env]$
>
>
>
[-- Attachment #2: Type: text/html, Size: 3306 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: make fails
2017-12-23 12:16 ` Catonano
@ 2017-12-23 12:29 ` Catonano
2017-12-23 14:44 ` Tobias Geerinckx-Rice
1 sibling, 0 replies; 13+ messages in thread
From: Catonano @ 2017-12-23 12:29 UTC (permalink / raw)
To: Andreas Enge; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 364 bytes --]
2017-12-23 13:16 GMT+01:00 Catonano <catonano@gmail.com>:
>
> 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 the previous commit and it builds flawlessly
[-- Attachment #2: Type: text/html, Size: 873 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: make fails
2017-12-23 12:03 ` Catonano
2017-12-23 12:06 ` Catonano
@ 2017-12-23 14:36 ` Pjotr Prins
1 sibling, 0 replies; 13+ messages in thread
From: Pjotr Prins @ 2017-12-23 14:36 UTC (permalink / raw)
To: Catonano; +Cc: guix-devel
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
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: make fails
2017-12-23 12:16 ` Catonano
2017-12-23 12:29 ` Catonano
@ 2017-12-23 14:44 ` Tobias Geerinckx-Rice
1 sibling, 0 replies; 13+ messages in thread
From: Tobias Geerinckx-Rice @ 2017-12-23 14:44 UTC (permalink / raw)
To: catonano; +Cc: guix-devel
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/Variables.txt for list
> of possible variables you can use.
> Defaults to @samp{"\"%s(%u)<%{pid}><%{session}>: \""}.
> @end deftypevr
>
> 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)
Indeed. Oops!
> But I don't know the texi format, what's the poblem with this line ?
‘{’ and ‘}’ need escaping (resp. ‘@{’ and ‘@}’), apparently.
This should be fixed in 90d8923bf92cab8696d8395ef68c98d9775b110c.
Thanks!
T G-R
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2017-12-23 14:42 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-06 8:10 Make fails Andreas Enge
2014-08-06 8:46 ` Cyril Roelandt
2014-08-06 17:07 ` Andreas Enge
2014-08-11 5:24 ` Mark H Weaver
2014-08-11 5:28 ` John Darrington
-- strict thread matches above, loose matches on Subject: below --
2017-12-23 9:06 make fails Catonano
2017-12-23 10:53 ` Andreas Enge
2017-12-23 12:03 ` Catonano
2017-12-23 12:06 ` Catonano
2017-12-23 12:16 ` Catonano
2017-12-23 12:29 ` Catonano
2017-12-23 14:44 ` Tobias Geerinckx-Rice
2017-12-23 14:36 ` Pjotr Prins
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).