unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60; Current CVS: Bootstrapping fails (debian testing)
@ 2008-03-02  9:31 Christoph Conrad
  2008-03-02 14:35 ` Juanma Barranquero
  0 siblings, 1 reply; 9+ messages in thread
From: Christoph Conrad @ 2008-03-02  9:31 UTC (permalink / raw)
  To: emacs-pretest-bug

Freshly checked out emacs with

cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs checkout emacs

./configure && make && sudo make install

Loading /home/cc/n/emacs/lisp/vc-cvs.el (source)...
Generating autoloads for abbrev.el...
Autoloads file /home/cc/n/emacs/lisp/loaddefs.el does not exist
make[2]: *** [autoloads] Fehler 255
make[2]: Leaving directory `/var/local/cc/news/emacs/lisp'
make[1]: *** [bootstrap-build] Fehler 2
make[1]: Leaving directory `/var/local/cc/news/emacs'
make: *** [bootstrap] Fehler 2




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

* Re: 23.0.60; Current CVS: Bootstrapping fails (debian testing)
  2008-03-02  9:31 23.0.60; Current CVS: Bootstrapping fails (debian testing) Christoph Conrad
@ 2008-03-02 14:35 ` Juanma Barranquero
  2008-03-02 15:31   ` Christoph Conrad
  0 siblings, 1 reply; 9+ messages in thread
From: Juanma Barranquero @ 2008-03-02 14:35 UTC (permalink / raw)
  To: Christoph Conrad; +Cc: emacs-pretest-bug

On Sun, Mar 2, 2008 at 10:31 AM, Christoph Conrad
<christoph.conrad@gmx.de> wrote:

>  ./configure && make && sudo make install

Shouldn't that be

  ./configure && make bootstrap && sudo make install

?

             Juanma




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

* Re: 23.0.60; Current CVS: Bootstrapping fails (debian testing)
  2008-03-02 14:35 ` Juanma Barranquero
@ 2008-03-02 15:31   ` Christoph Conrad
  2008-03-02 15:38     ` Hugo Schmitt
  2008-03-02 18:47     ` Juanma Barranquero
  0 siblings, 2 replies; 9+ messages in thread
From: Christoph Conrad @ 2008-03-02 15:31 UTC (permalink / raw)
  To: emacs-devel; +Cc: emacs-pretest-bug

Hi Juanma,

* Juanma Barranquero <lekktu@gmail.com> wrote:

> Shouldn't that be
>   ./configure && make bootstrap && sudo make install

The error occurs with exactly that command line. I had a typo in my
posting.

With kind regards,
Christoph





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

* Re: 23.0.60; Current CVS: Bootstrapping fails (debian testing)
  2008-03-02 15:31   ` Christoph Conrad
@ 2008-03-02 15:38     ` Hugo Schmitt
  2008-03-02 18:47     ` Juanma Barranquero
  1 sibling, 0 replies; 9+ messages in thread
From: Hugo Schmitt @ 2008-03-02 15:38 UTC (permalink / raw)
  To: Christoph Conrad; +Cc: emacs-pretest-bug, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 514 bytes --]

Hi. I didn't got the beginning of the thread, but I just joined the mailing
because i have the same problem when doing `make bootstrap' on Linux.

Regards
Hugo
On Sun, Mar 2, 2008 at 12:31 PM, Christoph Conrad <nospam@spamgourmet.com>
wrote:

> Hi Juanma,
>
> * Juanma Barranquero <lekktu@gmail.com> wrote:
>
> > Shouldn't that be
> >   ./configure && make bootstrap && sudo make install
>
> The error occurs with exactly that command line. I had a typo in my
> posting.
>
> With kind regards,
> Christoph
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 944 bytes --]

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

* Re: 23.0.60; Current CVS: Bootstrapping fails (debian testing)
  2008-03-02 15:31   ` Christoph Conrad
  2008-03-02 15:38     ` Hugo Schmitt
@ 2008-03-02 18:47     ` Juanma Barranquero
  2008-03-02 19:19       ` Andreas Schwab
  1 sibling, 1 reply; 9+ messages in thread
From: Juanma Barranquero @ 2008-03-02 18:47 UTC (permalink / raw)
  To: Christoph Conrad; +Cc: emacs-pretest-bug, emacs-devel

On Sun, Mar 2, 2008 at 4:31 PM, Christoph Conrad <nospam@spamgourmet.com> wrote:

>  The error occurs with exactly that command line. I had a typo in my
>  posting.

Yes, the problem is reproducible (I hadn't seen yet when I sent my
previous message).

             Juanma




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

* Re: 23.0.60; Current CVS: Bootstrapping fails (debian testing)
  2008-03-02 18:47     ` Juanma Barranquero
@ 2008-03-02 19:19       ` Andreas Schwab
  2008-03-02 19:21         ` Juanma Barranquero
  0 siblings, 1 reply; 9+ messages in thread
From: Andreas Schwab @ 2008-03-02 19:19 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: emacs-pretest-bug, emacs-devel, Christoph Conrad

"Juanma Barranquero" <lekktu@gmail.com> writes:

> On Sun, Mar 2, 2008 at 4:31 PM, Christoph Conrad <nospam@spamgourmet.com> wrote:
>
>>  The error occurs with exactly that command line. I had a typo in my
>>  posting.
>
> Yes, the problem is reproducible (I hadn't seen yet when I sent my
> previous message).

It's caused by the last change in coding.c.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




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

* Re: 23.0.60; Current CVS: Bootstrapping fails (debian testing)
  2008-03-02 19:19       ` Andreas Schwab
@ 2008-03-02 19:21         ` Juanma Barranquero
  2008-03-02 19:57           ` Andreas Schwab
  0 siblings, 1 reply; 9+ messages in thread
From: Juanma Barranquero @ 2008-03-02 19:21 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-pretest-bug, emacs-devel, Christoph Conrad

On Sun, Mar 2, 2008 at 8:19 PM, Andreas Schwab <schwab@suse.de> wrote:

>  It's caused by the last change in coding.c.

Yes. I just reverted that change and Emacs bootstraps OK again.

             Juanma




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

* Re: 23.0.60; Current CVS: Bootstrapping fails (debian testing)
  2008-03-02 19:21         ` Juanma Barranquero
@ 2008-03-02 19:57           ` Andreas Schwab
  2008-03-02 22:24             ` Juanma Barranquero
  0 siblings, 1 reply; 9+ messages in thread
From: Andreas Schwab @ 2008-03-02 19:57 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: emacs-pretest-bug, emacs-devel, Christoph Conrad

"Juanma Barranquero" <lekktu@gmail.com> writes:

> On Sun, Mar 2, 2008 at 8:19 PM, Andreas Schwab <schwab@suse.de> wrote:
>
>>  It's caused by the last change in coding.c.
>
> Yes. I just reverted that change and Emacs bootstraps OK again.

Should be fixed now.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




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

* Re: 23.0.60; Current CVS: Bootstrapping fails (debian testing)
  2008-03-02 19:57           ` Andreas Schwab
@ 2008-03-02 22:24             ` Juanma Barranquero
  0 siblings, 0 replies; 9+ messages in thread
From: Juanma Barranquero @ 2008-03-02 22:24 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-pretest-bug, emacs-devel, Christoph Conrad

On Sun, Mar 2, 2008 at 8:57 PM, Andreas Schwab <schwab@suse.de> wrote:

>  Should be fixed now.

Indeed.

Thanks,

             Juanma




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

end of thread, other threads:[~2008-03-02 22:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-02  9:31 23.0.60; Current CVS: Bootstrapping fails (debian testing) Christoph Conrad
2008-03-02 14:35 ` Juanma Barranquero
2008-03-02 15:31   ` Christoph Conrad
2008-03-02 15:38     ` Hugo Schmitt
2008-03-02 18:47     ` Juanma Barranquero
2008-03-02 19:19       ` Andreas Schwab
2008-03-02 19:21         ` Juanma Barranquero
2008-03-02 19:57           ` Andreas Schwab
2008-03-02 22:24             ` Juanma Barranquero

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