* recipe for target 'src' failed
@ 2018-07-06 9:37 Colin Baxter
2018-07-06 9:58 ` Joost Kremers
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Colin Baxter @ 2018-07-06 9:37 UTC (permalink / raw)
To: emacs-devel
I'm getting a make error on master, with the message:-
make[2]: Entering directory '/home/redknight/git/emacs/lisp'
ELC ../lisp/files.elc
Directory-local variables error: (invalid-read-syntax #)
In toplevel form:
files.el:31:1:Error: Symbol’s value as variable is void: =
Makefile:285: recipe for target '../lisp/files.elc' failed
make[2]: *** [../lisp/files.elc] Error 1
make[2]: Leaving directory '/home/redknight/git/emacs/lisp'
Makefile:733: recipe for target '../lisp/files.elc' failed
make[1]: *** [../lisp/files.elc] Error 2
make[1]: Leaving directory '/home/redknight/git/emacs/src'
Makefile:418: recipe for target 'src' failed
make: *** [src] Error 2
I'm on 3.16.0-6-686-pae #1 SMP Debian 3.16.56-1+deb8u1 (2018-05-08)
i686 GNU/Linux.
Best wishes,
Colin.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: recipe for target 'src' failed
2018-07-06 9:37 recipe for target 'src' failed Colin Baxter
@ 2018-07-06 9:58 ` Joost Kremers
2018-07-06 10:43 ` Colin Baxter
2018-07-06 10:00 ` Phil Sainty
2018-07-06 10:33 ` Basil L. Contovounesios
2 siblings, 1 reply; 5+ messages in thread
From: Joost Kremers @ 2018-07-06 9:58 UTC (permalink / raw)
To: Colin Baxter; +Cc: emacs-devel
On Fri, Jul 06 2018, Colin Baxter wrote:
> I'm getting a make error on master, with the message:-
>
> make[2]: Entering directory '/home/redknight/git/emacs/lisp'
> ELC ../lisp/files.elc
> Directory-local variables error: (invalid-read-syntax #)
>
> In toplevel form:
> files.el:31:1:Error: Symbol’s value as variable is void: =
> Makefile:285: recipe for target '../lisp/files.elc' failed
> make[2]: *** [../lisp/files.elc] Error 1
> make[2]: Leaving directory '/home/redknight/git/emacs/lisp'
> Makefile:733: recipe for target '../lisp/files.elc' failed
> make[1]: *** [../lisp/files.elc] Error 2
> make[1]: Leaving directory '/home/redknight/git/emacs/src'
> Makefile:418: recipe for target 'src' failed
> make: *** [src] Error 2
I had the same thing, but it went away after I did a `make
maintainer-clean'. `make distclean' didn't help, IIRC.
--
Joost Kremers
Life has its moments
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: recipe for target 'src' failed
2018-07-06 9:37 recipe for target 'src' failed Colin Baxter
2018-07-06 9:58 ` Joost Kremers
@ 2018-07-06 10:00 ` Phil Sainty
2018-07-06 10:33 ` Basil L. Contovounesios
2 siblings, 0 replies; 5+ messages in thread
From: Phil Sainty @ 2018-07-06 10:00 UTC (permalink / raw)
To: Colin Baxter; +Cc: Emacs-devel, emacs-devel
On 2018-07-06 21:37, Colin Baxter wrote:
> I'm getting a make error on master, with the message:-
>
> make[2]: Entering directory '/home/redknight/git/emacs/lisp'
> ELC ../lisp/files.elc
> Directory-local variables error: (invalid-read-syntax #)
>
> In toplevel form:
> files.el:31:1:Error: Symbol’s value as variable is void: =
> Makefile:285: recipe for target '../lisp/files.elc' failed
> make[2]: *** [../lisp/files.elc] Error 1
> make[2]: Leaving directory '/home/redknight/git/emacs/lisp'
> Makefile:733: recipe for target '../lisp/files.elc' failed
> make[1]: *** [../lisp/files.elc] Error 2
> make[1]: Leaving directory '/home/redknight/git/emacs/src'
> Makefile:418: recipe for target 'src' failed
> make: *** [src] Error 2
Read the Makefile commentary for details on the varying levels
of "make clean*" you can perform before calling "make".
Whichever level you're currently cleaning to, you probably need
to clean more than that.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: recipe for target 'src' failed
2018-07-06 9:37 recipe for target 'src' failed Colin Baxter
2018-07-06 9:58 ` Joost Kremers
2018-07-06 10:00 ` Phil Sainty
@ 2018-07-06 10:33 ` Basil L. Contovounesios
2 siblings, 0 replies; 5+ messages in thread
From: Basil L. Contovounesios @ 2018-07-06 10:33 UTC (permalink / raw)
To: Colin Baxter; +Cc: emacs-devel
Colin Baxter <m43cap@yandex.com> writes:
> I'm getting a make error on master, with the message:-
>
> make[2]: Entering directory '/home/redknight/git/emacs/lisp'
> ELC ../lisp/files.elc
> Directory-local variables error: (invalid-read-syntax #)
>
> In toplevel form:
> files.el:31:1:Error: Symbol’s value as variable is void: =
> Makefile:285: recipe for target '../lisp/files.elc' failed
> make[2]: *** [../lisp/files.elc] Error 1
> make[2]: Leaving directory '/home/redknight/git/emacs/lisp'
> Makefile:733: recipe for target '../lisp/files.elc' failed
> make[1]: *** [../lisp/files.elc] Error 2
> make[1]: Leaving directory '/home/redknight/git/emacs/src'
> Makefile:418: recipe for target 'src' failed
> make: *** [src] Error 2
>
> I'm on 3.16.0-6-686-pae #1 SMP Debian 3.16.56-1+deb8u1 (2018-05-08)
> i686 GNU/Linux.
IIRC, and FWIW, I got a similar error a while ago after creating a
top-level .dir-locals-2.el file.
--
Basil
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: recipe for target 'src' failed
2018-07-06 9:58 ` Joost Kremers
@ 2018-07-06 10:43 ` Colin Baxter
0 siblings, 0 replies; 5+ messages in thread
From: Colin Baxter @ 2018-07-06 10:43 UTC (permalink / raw)
To: Joost Kremers; +Cc: emacs-devel
>>>>> "Joost" == Joost Kremers <joostkremers@fastmail.fm> writes:
Joost> On Fri, Jul 06 2018, Colin Baxter wrote:
>> I'm getting a make error on master, with the message:-
>>
>> make[2]: Entering directory '/home/redknight/git/emacs/lisp' ELC
>> ../lisp/files.elc Directory-local variables error:
>> (invalid-read-syntax #)
>>
>> In toplevel form: files.el:31:1:Error: Symbol’s value as variable
>> is void: = Makefile:285: recipe for target '../lisp/files.elc'
>> failed make[2]: *** [../lisp/files.elc] Error 1 make[2]: Leaving
>> directory '/home/redknight/git/emacs/lisp' Makefile:733: recipe
>> for target '../lisp/files.elc' failed make[1]: ***
>> [../lisp/files.elc] Error 2 make[1]: Leaving directory
>> '/home/redknight/git/emacs/src' Makefile:418: recipe for target
>> 'src' failed make: *** [src] Error 2
Joost> I had the same thing, but it went away after I did a `make
Joost> maintainer-clean'. `make distclean' didn't help, IIRC.
Joost> -- Joost Kremers Life has its moments
Great, `make maintainer-clean' did it. Thank you. As you said, `make
distclean' is insufficient.
Best wishes,
Colin.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-07-06 10:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-06 9:37 recipe for target 'src' failed Colin Baxter
2018-07-06 9:58 ` Joost Kremers
2018-07-06 10:43 ` Colin Baxter
2018-07-06 10:00 ` Phil Sainty
2018-07-06 10:33 ` Basil L. Contovounesios
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.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).