unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* error building emacs due to ctl-x-6-map
@ 2019-10-22  9:57 Eric S Fraga
  2019-10-22 10:02 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Eric S Fraga @ 2019-10-22  9:57 UTC (permalink / raw)
  To: emacs-devel

Hello,

I have just updated emacs from git and tried building [1] and I get the
following error:

--8<---------------cut here---------------start------------->8---
make[2]: Leaving directory '/home/ucecesf/git/emacs/lisp'
cp -f temacs bootstrap-emacs
rm -f bootstrap-emacs.pdmp
./temacs --batch  -l loadup --temacs=pbootstrap
Loading loadup.el (source)...
[...]
Loading /home/ucecesf/git/emacs/lisp/loaddefs.el (source)...
Symbol’s value as variable is void: ctl-x-6-map
make[1]: *** [Makefile:817: bootstrap-emacs.pdmp] Error 255
--8<---------------cut here---------------end--------------->8---

Thanks,
eric

Footnotes:
[1] because doc-view is not working properly, flashing repeatedly with
     some comment about pdf->png being killed, so hoping that a more
     recent version works properly.

-- 
Eric S Fraga via Emacs 27.0.50 & org 9.2.6 on Debian bullseye/sid




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

* Re: error building emacs due to ctl-x-6-map
  2019-10-22  9:57 error building emacs due to ctl-x-6-map Eric S Fraga
@ 2019-10-22 10:02 ` Lars Ingebrigtsen
  2019-10-22 10:17   ` Eric S Fraga
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Ingebrigtsen @ 2019-10-22 10:02 UTC (permalink / raw)
  To: Eric S Fraga; +Cc: emacs-devel

Eric S Fraga <e.fraga@ucl.ac.uk> writes:

> I have just updated emacs from git and tried building [1] and I get the
> following error:
>
> make[2]: Leaving directory '/home/ucecesf/git/emacs/lisp'
> cp -f temacs bootstrap-emacs

Try saying "make bootstrap".

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

* Re: error building emacs due to ctl-x-6-map
  2019-10-22 10:02 ` Lars Ingebrigtsen
@ 2019-10-22 10:17   ` Eric S Fraga
  2019-10-22 10:20     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Eric S Fraga @ 2019-10-22 10:17 UTC (permalink / raw)
  To: emacs-devel

On Tuesday, 22 Oct 2019 at 12:02, Lars Ingebrigtsen wrote:
> Try saying "make bootstrap".

This did it.  Thanks.

-- 
Eric S Fraga via Emacs 27.0.50 & org 9.2.6 on Debian bullseye/sid




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

* Re: error building emacs due to ctl-x-6-map
  2019-10-22 10:17   ` Eric S Fraga
@ 2019-10-22 10:20     ` Lars Ingebrigtsen
  2019-10-22 10:57       ` Eric S Fraga
  2019-10-22 10:59       ` Colin Baxter
  0 siblings, 2 replies; 9+ messages in thread
From: Lars Ingebrigtsen @ 2019-10-22 10:20 UTC (permalink / raw)
  To: Eric S Fraga; +Cc: emacs-devel

Eric S Fraga <e.fraga@ucl.ac.uk> writes:

> On Tuesday, 22 Oct 2019 at 12:02, Lars Ingebrigtsen wrote:
>> Try saying "make bootstrap".
>
> This did it.  Thanks.

I wonder whether we could make the Makefile say (on build failures)
"Consider trying "make bootstrap" to see whether that makes the problem
go away"?  I mean, this is a recurring problem.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

* Re: error building emacs due to ctl-x-6-map
  2019-10-22 10:20     ` Lars Ingebrigtsen
@ 2019-10-22 10:57       ` Eric S Fraga
  2019-10-22 10:59       ` Colin Baxter
  1 sibling, 0 replies; 9+ messages in thread
From: Eric S Fraga @ 2019-10-22 10:57 UTC (permalink / raw)
  To: emacs-devel

On Tuesday, 22 Oct 2019 at 12:20, Lars Ingebrigtsen wrote:
> I wonder whether we could make the Makefile say (on build failures)
> "Consider trying "make bootstrap" to see whether that makes the problem
> go away"?  I mean, this is a recurring problem.

That would have indeed been useful in my case.  I do read (usually)
suggestions like this when they appear.

-- 
Eric S Fraga via Emacs 27.0.50 & org 9.2.6 on Debian bullseye/sid




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

* Re: error building emacs due to ctl-x-6-map
  2019-10-22 10:20     ` Lars Ingebrigtsen
  2019-10-22 10:57       ` Eric S Fraga
@ 2019-10-22 10:59       ` Colin Baxter
  2019-10-22 11:03         ` Colin Baxter
  1 sibling, 1 reply; 9+ messages in thread
From: Colin Baxter @ 2019-10-22 10:59 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: emacs-devel, Eric S Fraga

>>>>> Lars Ingebrigtsen <larsi@gnus.org> writes:

    > Eric S Fraga <e.fraga@ucl.ac.uk> writes:
    >> On Tuesday, 22 Oct 2019 at 12:02, Lars Ingebrigtsen wrote:
    >>> Try saying "make bootstrap".
    >> 
    >> This did it.  Thanks.

    > I wonder whether we could make the Makefile say (on build
    > failures) "Consider trying "make bootstrap" to see whether that
    > makes the problem go away"?  I mean, this is a recurring problem.

This is already in README.REPO, which for my sins I did not read when I
had a similar problem.

Best wishes,

Colin Baxter.



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

* Re: error building emacs due to ctl-x-6-map
  2019-10-22 10:59       ` Colin Baxter
@ 2019-10-22 11:03         ` Colin Baxter
  2019-10-22 11:06           ` Eric S Fraga
  0 siblings, 1 reply; 9+ messages in thread
From: Colin Baxter @ 2019-10-22 11:03 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: Eric S Fraga, emacs-devel


INSTALL.REPO, not README.REPO.

-- 
Colin Baxter.



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

* Re: error building emacs due to ctl-x-6-map
  2019-10-22 11:03         ` Colin Baxter
@ 2019-10-22 11:06           ` Eric S Fraga
  2019-10-22 11:16             ` Lars Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Eric S Fraga @ 2019-10-22 11:06 UTC (permalink / raw)
  To: emacs-devel

On Tuesday, 22 Oct 2019 at 12:03, Colin Baxter wrote:
> INSTALL.REPO, not README.REPO.

Ah, yes, <blush> I also did not read this. </blush>

-- 
Eric S Fraga via Emacs 27.0.50 & org 9.2.6 on Debian bullseye/sid




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

* Re: error building emacs due to ctl-x-6-map
  2019-10-22 11:06           ` Eric S Fraga
@ 2019-10-22 11:16             ` Lars Ingebrigtsen
  0 siblings, 0 replies; 9+ messages in thread
From: Lars Ingebrigtsen @ 2019-10-22 11:16 UTC (permalink / raw)
  To: Eric S Fraga; +Cc: emacs-devel

Eric S Fraga <e.fraga@ucl.ac.uk> writes:

> On Tuesday, 22 Oct 2019 at 12:03, Colin Baxter wrote:
>> INSTALL.REPO, not README.REPO.
>
> Ah, yes, <blush> I also did not read this. </blush>

I don't think there's anything to blush about here.  :-)  Whenever we
make changes that require "make bootstrap" (or the like) to get past, we
get a bunch of bug reports and stuff, so we can only imagine how many
hours we waste collectively of people's time while each person trying to
build the tree is scratching their collective heads.

So we should provide some information where people will see it, which is
(I think) at the end of the failing build process.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

end of thread, other threads:[~2019-10-22 11:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22  9:57 error building emacs due to ctl-x-6-map Eric S Fraga
2019-10-22 10:02 ` Lars Ingebrigtsen
2019-10-22 10:17   ` Eric S Fraga
2019-10-22 10:20     ` Lars Ingebrigtsen
2019-10-22 10:57       ` Eric S Fraga
2019-10-22 10:59       ` Colin Baxter
2019-10-22 11:03         ` Colin Baxter
2019-10-22 11:06           ` Eric S Fraga
2019-10-22 11:16             ` Lars Ingebrigtsen

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).