unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Please fix it right!
@ 2008-04-29  3:58 Stefan Monnier
  2008-04-29  7:58 ` Andreas Schwab
  0 siblings, 1 reply; 24+ messages in thread
From: Stefan Monnier @ 2008-04-29  3:58 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel


Andreas, undo the following change *NOW* and replace it with something
constructive, which addresses the comment you remove.

revision 1.115
date: 2008-04-27 05:47:00 -0400;  author: schwab;  state: Exp;  lines: +1 -3;  commitid: J0UjWj30wxmGmJ0t;
Unbreak bootstrap.
----------------------------


        Stefan



Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/lisp/Makefile.in,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -u -b -r1.114 -r1.115
--- Makefile.in	23 Apr 2008 18:01:46 -0000	1.114
+++ Makefile.in	27 Apr 2008 09:47:00 -0000	1.115
@@ -81,9 +81,7 @@
 
 emacs = EMACSLOADPATH=$(lisp) LC_ALL=C $(EMACS) $(EMACSOPT)
 # Prerequisites for running $(emacs)
-# This should not be necessary because in order to have ../src/emacs
-# we must have built subdirs.el already.
-# emacs-deps = $(lisp)/subdirs.el
+emacs-deps = $(lisp)/subdirs.el
 
 # Common command to find subdirectories




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

* Re: Please fix it right!
  2008-04-29  3:58 Please fix it right! Stefan Monnier
@ 2008-04-29  7:58 ` Andreas Schwab
  2008-04-29  8:20   ` Stefan Monnier
  0 siblings, 1 reply; 24+ messages in thread
From: Andreas Schwab @ 2008-04-29  7:58 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Andreas, undo the following change *NOW* and replace it with something
> constructive, which addresses the comment you remove.

Why?  The comment is just wrong.

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] 24+ messages in thread

* Re: Please fix it right!
  2008-04-29  7:58 ` Andreas Schwab
@ 2008-04-29  8:20   ` Stefan Monnier
  2008-04-29  8:32     ` Andreas Schwab
  0 siblings, 1 reply; 24+ messages in thread
From: Stefan Monnier @ 2008-04-29  8:20 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

>> Andreas, undo the following change *NOW* and replace it with something
>> constructive, which addresses the comment you remove.

> Why?  The comment is just wrong.

Because I believe the comment is right, so please explain.


        Stefan




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

* Re: Please fix it right!
  2008-04-29  8:20   ` Stefan Monnier
@ 2008-04-29  8:32     ` Andreas Schwab
  2008-04-29  8:39       ` Stefan Monnier
  0 siblings, 1 reply; 24+ messages in thread
From: Andreas Schwab @ 2008-04-29  8:32 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>> Andreas, undo the following change *NOW* and replace it with something
>>> constructive, which addresses the comment you remove.
>
>> Why?  The comment is just wrong.
>
> Because I believe the comment is right, so please explain.

How can it be right when that dependency does not exist?

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] 24+ messages in thread

* Re: Please fix it right!
  2008-04-29  8:32     ` Andreas Schwab
@ 2008-04-29  8:39       ` Stefan Monnier
  2008-04-29  8:49         ` Andreas Schwab
  0 siblings, 1 reply; 24+ messages in thread
From: Stefan Monnier @ 2008-04-29  8:39 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

>>>> Andreas, undo the following change *NOW* and replace it with something
>>>> constructive, which addresses the comment you remove.
>> 
>>> Why?  The comment is just wrong.
>> 
>> Because I believe the comment is right, so please explain.
> How can it be right when that dependency does not exist?

Doesn't matter, all you have to do is *explain*.
Let's see... gee... maybe you could show a scenario where src/emacs
ends up existing while lisp/subdirs.el doesn't.

I don't claim your problem doesn't exist, but I think your solution is
wrong.  So explain your problem and maybe you'll convince me or someone
will come up with a better solution (one that doesn't involve
recomputing all the foo/bar-loaddefs.el files whenever subdirs.el is
updated).


        Stefan




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

* Re: Please fix it right!
  2008-04-29  8:39       ` Stefan Monnier
@ 2008-04-29  8:49         ` Andreas Schwab
  2008-04-29 20:27           ` Stefan Monnier
                             ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Andreas Schwab @ 2008-04-29  8:49 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> I don't claim your problem doesn't exist, but I think your solution is
> wrong.

In which way is it wrong?

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] 24+ messages in thread

* Re: Please fix it right!
  2008-04-29  8:49         ` Andreas Schwab
@ 2008-04-29 20:27           ` Stefan Monnier
  2008-05-06 18:30             ` Andreas Schwab
  2008-04-29 20:28           ` Stefan Monnier
  2008-04-30 14:11           ` David Kastrup
  2 siblings, 1 reply; 24+ messages in thread
From: Stefan Monnier @ 2008-04-29 20:27 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

>> I don't claim your problem doesn't exist, but I think your solution is
>> wrong.
> In which way is it wrong?

In the way explained in the comment: those files do not depend on
subdirs.el.  They only depend on a working `emacs' executable.

I.e. my comment is right.  Maybe it doesn't reflect the state of the
code, but then it's a bug in the code.


        Stefan




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

* Re: Please fix it right!
  2008-04-29  8:49         ` Andreas Schwab
  2008-04-29 20:27           ` Stefan Monnier
@ 2008-04-29 20:28           ` Stefan Monnier
  2008-04-30 14:11           ` David Kastrup
  2 siblings, 0 replies; 24+ messages in thread
From: Stefan Monnier @ 2008-04-29 20:28 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

>> I don't claim your problem doesn't exist, but I think your solution is
>> wrong.

> In which way is it wrong?

Are you going to give a concrete scenario this year, or are you going to
keep overwriting my changes until I get completely pissed off?


        Stefan




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

* Re: Please fix it right!
  2008-04-29  8:49         ` Andreas Schwab
  2008-04-29 20:27           ` Stefan Monnier
  2008-04-29 20:28           ` Stefan Monnier
@ 2008-04-30 14:11           ` David Kastrup
  2 siblings, 0 replies; 24+ messages in thread
From: David Kastrup @ 2008-04-30 14:11 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Stefan Monnier, emacs-devel

Andreas Schwab <schwab@suse.de> writes:

> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>
>> I don't claim your problem doesn't exist, but I think your solution is
>> wrong.
>
> In which way is it wrong?

Andreas, it is not the first time that you are not addressing questions
but instead turn them into a pop-quiz of the questioner's intelligence,
mail after mail.

The time you save writing a few sentences is not worth the time others
have to invest figuring out your meaning.

So please try being less clever and more boring and redundant, by
telling it all.

Thanks,

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




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

* Re: Please fix it right!
  2008-04-29 20:27           ` Stefan Monnier
@ 2008-05-06 18:30             ` Andreas Schwab
  2008-05-07  2:02               ` Stefan Monnier
  0 siblings, 1 reply; 24+ messages in thread
From: Andreas Schwab @ 2008-05-06 18:30 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> They only depend on a working `emacs' executable.

Exactly.  How can you get a working emacs without it?

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] 24+ messages in thread

* Re: Please fix it right!
  2008-05-06 18:30             ` Andreas Schwab
@ 2008-05-07  2:02               ` Stefan Monnier
  2008-05-07  9:04                 ` Andreas Schwab
  0 siblings, 1 reply; 24+ messages in thread
From: Stefan Monnier @ 2008-05-07  2:02 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

>> They only depend on a working `emacs' executable.

> Exactly.  How can you get a working emacs without it?

I don't know: I just do.  Please show me a *CONCRETE SCENARIO* showing
an *ACTUAL PROBLEM*.  You know, like any normal bug-report.

But FIRST, undo you latest reversion and do not ever try to play this
game again.


        Stefan




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

* Re: Please fix it right!
  2008-05-07  2:02               ` Stefan Monnier
@ 2008-05-07  9:04                 ` Andreas Schwab
  2008-05-07 15:20                   ` Stefan Monnier
       [not found]                   ` <87lk2mcdlb.fsf@stupidchicken.com>
  0 siblings, 2 replies; 24+ messages in thread
From: Andreas Schwab @ 2008-05-07  9:04 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

As I already told you the file is required so that emacs can find the
lisp files in the subdirectories.  Since this is the only place where it
is required during build this is the correct way to guarantee it
existence at the right time.

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] 24+ messages in thread

* Re: Please fix it right!
  2008-05-07  9:04                 ` Andreas Schwab
@ 2008-05-07 15:20                   ` Stefan Monnier
  2008-05-07 15:30                     ` Andreas Schwab
       [not found]                   ` <87lk2mcdlb.fsf@stupidchicken.com>
  1 sibling, 1 reply; 24+ messages in thread
From: Stefan Monnier @ 2008-05-07 15:20 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

> As I already told you the file is required so that emacs can find the
> lisp files in the subdirectories.  Since this is the only place where it
> is required during build this is the correct way to guarantee it
> existence at the right time.

As I already told, you, I consider it to be a wrong solution.  So please
give me a concrete scenario, not an analysis.


        Stefan




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

* Re: Please fix it right!
  2008-05-07 15:20                   ` Stefan Monnier
@ 2008-05-07 15:30                     ` Andreas Schwab
       [not found]                       ` <jwvej8e6qps.fsf-monnier+emacs@gnu.org>
  0 siblings, 1 reply; 24+ messages in thread
From: Andreas Schwab @ 2008-05-07 15:30 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> As I already told, you, I consider it to be a wrong solution.

Please expand.

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] 24+ messages in thread

* Re: Please fix it right!
       [not found]                           ` <jwv3aou6pp8.fsf-monnier+emacs@gnu.org>
@ 2008-05-07 16:44                             ` Andreas Schwab
  2008-05-07 17:13                               ` Stefan Monnier
  0 siblings, 1 reply; 24+ messages in thread
From: Andreas Schwab @ 2008-05-07 16:44 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

So far my solution was the only working one.

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] 24+ messages in thread

* Re: Please fix it right!
       [not found]                     ` <jer6ce3xtk.fsf@sykes.suse.de>
@ 2008-05-07 17:12                       ` Chong Yidong
  0 siblings, 0 replies; 24+ messages in thread
From: Chong Yidong @ 2008-05-07 17:12 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Stefan Monnier, emacs-devel

Andreas Schwab <schwab@suse.de> writes:

> Chong Yidong <cyd@stupidchicken.com> writes:
>
>> Do you have a test case to demonstrate that this is indeed a
>> problem---yes or no?
>
> Of course, bootstrap can fail without the proper dependencies.

Could you show me an example of this happening?




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

* Re: Please fix it right!
  2008-05-07 16:44                             ` Andreas Schwab
@ 2008-05-07 17:13                               ` Stefan Monnier
  2008-05-07 18:27                                 ` Andreas Schwab
  0 siblings, 1 reply; 24+ messages in thread
From: Stefan Monnier @ 2008-05-07 17:13 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

> So far my solution was the only working one.

I still haven't seen a concrete scenario showing the problem you're
trying to address.

As someone else said: "If you cannot tell what is "wrong" there is no
way to do it "right"."


        Stefan




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

* Re: Please fix it right!
  2008-05-07 17:13                               ` Stefan Monnier
@ 2008-05-07 18:27                                 ` Andreas Schwab
  2008-05-07 21:01                                   ` Jason Rumney
  2008-05-08  1:28                                   ` Stefan Monnier
  0 siblings, 2 replies; 24+ messages in thread
From: Andreas Schwab @ 2008-05-07 18:27 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

As I already said several times: there is no dependency that creates
subdirs.el at the right time.

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] 24+ messages in thread

* Re: Please fix it right!
  2008-05-07 18:27                                 ` Andreas Schwab
@ 2008-05-07 21:01                                   ` Jason Rumney
  2008-05-08  1:28                                   ` Stefan Monnier
  1 sibling, 0 replies; 24+ messages in thread
From: Jason Rumney @ 2008-05-07 21:01 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Stefan Monnier, emacs-devel

Andreas Schwab wrote:
> As I already said several times: there is no dependency that creates
> subdirs.el at the right time.
>   

Are you saying that the update-subdirs dependency of the bootstrap 
target is failing to create subdirs.el, or are you saying that 
subdirs.el is required before that point?





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

* Re: Please fix it right!
  2008-05-07 18:27                                 ` Andreas Schwab
  2008-05-07 21:01                                   ` Jason Rumney
@ 2008-05-08  1:28                                   ` Stefan Monnier
  2008-05-08  9:42                                     ` Herbert Euler
  1 sibling, 1 reply; 24+ messages in thread
From: Stefan Monnier @ 2008-05-08  1:28 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

> As I already said several times: there is no dependency that creates
> subdirs.el at the right time.

And as I said several times already, this is not a concrete scenario.
I.e. give us a recipe to reproduce the problem.


        Stefan




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

* RE: Please fix it right!
  2008-05-08  1:28                                   ` Stefan Monnier
@ 2008-05-08  9:42                                     ` Herbert Euler
  2008-05-08  9:47                                       ` David Kastrup
  0 siblings, 1 reply; 24+ messages in thread
From: Herbert Euler @ 2008-05-08  9:42 UTC (permalink / raw)
  To: Stefan Monnier, Andreas Schwab; +Cc: emacs-devel


> And as I said several times already, this is not a concrete scenario.
> I.e. give us a recipe to reproduce the problem.

I did encounter a bootstrap problem, and with Andreas' patch this
problem went away.  I'm not sure either whether this is the same
problem Andreas tried to address, or whether his patch is the right
one.

Reproducing the problem is easy for me.  Just check out a fresh source
tree, comment out the exact line in lisp/Makefile.in, run the
configure script this way:

  $ CFLAGS="-g -g3 -gdwarf-2" ./configure --with-x-toolkit=gtk

and then start the bootstrap process:

  $ make -j2 bootstrap

The bootstrap process fails with the following messages:

Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under names emacs and emacs-23.0.60
72218 pure bytes used
mv -f emacs bootstrap-emacs
make[2]: Leaving directory `/data/emacs/emacs-3/src'
(cd lisp; make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 -j bootstrap EMACS=../src/bootstrap-emacs)
make[2]: Entering directory `/data/emacs/emacs-3/lisp'
wd=/data/emacs/emacs-3/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
        for file in $wins; do \
           /data/emacs/emacs-3/lisp/../update-subdirs $file; \
        done;
EMACSLOADPATH=/data/emacs/emacs-3/lisp LC_ALL=C ../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload \
           --eval "(setq generate-autoload-cookie \";;;###cal-autoload\")" \
           --eval "(setq generated-autoload-file \"/data/emacs/emacs-3/lisp/calendar/cal-loaddefs.el\")" \
           --eval "(setq make-backup-files nil)" \
           -f batch-update-autoloads /data/emacs/emacs-3/lisp/calendar
Cannot open load file: autoload
make[2]: *** [/data/emacs/emacs-3/lisp/calendar/cal-loaddefs.el] Error 255
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/data/emacs/emacs-3/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/data/emacs/emacs-3'
make: *** [bootstrap] Error 2

Regards,
Guanpeng Xu
_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE




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

* Re: Please fix it right!
  2008-05-08  9:42                                     ` Herbert Euler
@ 2008-05-08  9:47                                       ` David Kastrup
  2008-05-08  9:50                                         ` Herbert Euler
  0 siblings, 1 reply; 24+ messages in thread
From: David Kastrup @ 2008-05-08  9:47 UTC (permalink / raw)
  To: Herbert Euler; +Cc: Andreas Schwab, Stefan Monnier, emacs-devel

Herbert Euler <herberteuler@hotmail.com> writes:

>> And as I said several times already, this is not a concrete scenario.
>> I.e. give us a recipe to reproduce the problem.
>
> I did encounter a bootstrap problem, and with Andreas' patch this
> problem went away.  I'm not sure either whether this is the same
> problem Andreas tried to address, or whether his patch is the right
> one.
>
> Reproducing the problem is easy for me.  Just check out a fresh source
> tree, comment out the exact line in lisp/Makefile.in, run the
> configure script this way:
>
>   $ CFLAGS="-g -g3 -gdwarf-2" ./configure --with-x-toolkit=gtk
>
> and then start the bootstrap process:
>
>   $ make -j2 bootstrap

Is the -j2 necessary for reproducing the problem?

-- 
David Kastrup




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

* RE: Please fix it right!
  2008-05-08  9:47                                       ` David Kastrup
@ 2008-05-08  9:50                                         ` Herbert Euler
  2008-05-08 14:01                                           ` Stefan Monnier
  0 siblings, 1 reply; 24+ messages in thread
From: Herbert Euler @ 2008-05-08  9:50 UTC (permalink / raw)
  To: David Kastrup; +Cc: Andreas Schwab, Stefan Monnier, emacs-devel


> Herbert Euler  writes:
> 
>>> And as I said several times already, this is not a concrete scenario.
>>> I.e. give us a recipe to reproduce the problem.
>>
>> I did encounter a bootstrap problem, and with Andreas' patch this
>> problem went away.  I'm not sure either whether this is the same
>> problem Andreas tried to address, or whether his patch is the right
>> one.
>>
>> Reproducing the problem is easy for me.  Just check out a fresh source
>> tree, comment out the exact line in lisp/Makefile.in, run the
>> configure script this way:
>>
>>   $ CFLAGS="-g -g3 -gdwarf-2" ./configure --with-x-toolkit=gtk
>>
>> and then start the bootstrap process:
>>
>>   $ make -j2 bootstrap
> 
> Is the -j2 necessary for reproducing the problem?

Oops sorry I forgot to mention that.  Yes, without -j2 the bootstrap
process does not fail.

Regards,
Guanpeng Xu
_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE




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

* Re: Please fix it right!
  2008-05-08  9:50                                         ` Herbert Euler
@ 2008-05-08 14:01                                           ` Stefan Monnier
  0 siblings, 0 replies; 24+ messages in thread
From: Stefan Monnier @ 2008-05-08 14:01 UTC (permalink / raw)
  To: Herbert Euler; +Cc: Andreas Schwab, emacs-devel

> Oops sorry I forgot to mention that.  Yes, without -j2 the bootstrap
> process does not fail.

Thank you.  I should be able to find a good fix for it, now.


        Stefan




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

end of thread, other threads:[~2008-05-08 14:01 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-29  3:58 Please fix it right! Stefan Monnier
2008-04-29  7:58 ` Andreas Schwab
2008-04-29  8:20   ` Stefan Monnier
2008-04-29  8:32     ` Andreas Schwab
2008-04-29  8:39       ` Stefan Monnier
2008-04-29  8:49         ` Andreas Schwab
2008-04-29 20:27           ` Stefan Monnier
2008-05-06 18:30             ` Andreas Schwab
2008-05-07  2:02               ` Stefan Monnier
2008-05-07  9:04                 ` Andreas Schwab
2008-05-07 15:20                   ` Stefan Monnier
2008-05-07 15:30                     ` Andreas Schwab
     [not found]                       ` <jwvej8e6qps.fsf-monnier+emacs@gnu.org>
     [not found]                         ` <jehcda14cl.fsf@sykes.suse.de>
     [not found]                           ` <jwv3aou6pp8.fsf-monnier+emacs@gnu.org>
2008-05-07 16:44                             ` Andreas Schwab
2008-05-07 17:13                               ` Stefan Monnier
2008-05-07 18:27                                 ` Andreas Schwab
2008-05-07 21:01                                   ` Jason Rumney
2008-05-08  1:28                                   ` Stefan Monnier
2008-05-08  9:42                                     ` Herbert Euler
2008-05-08  9:47                                       ` David Kastrup
2008-05-08  9:50                                         ` Herbert Euler
2008-05-08 14:01                                           ` Stefan Monnier
     [not found]                   ` <87lk2mcdlb.fsf@stupidchicken.com>
     [not found]                     ` <jer6ce3xtk.fsf@sykes.suse.de>
2008-05-07 17:12                       ` Chong Yidong
2008-04-29 20:28           ` Stefan Monnier
2008-04-30 14:11           ` David Kastrup

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