unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* CVS HEAD is both 22.0.98 and 22.1.50?
@ 2007-04-27 13:37 Randal L. Schwartz
  2007-04-27 13:50 ` Eli Zaretskii
  2007-04-27 14:01 ` Andreas Schwab
  0 siblings, 2 replies; 13+ messages in thread
From: Randal L. Schwartz @ 2007-04-27 13:37 UTC (permalink / raw)
  To: emacs-devel


Building CVS HEAD creates an emacs that thinks it is 22.1.50, but all of the
paths come out as 22.0.98.  This is after a "make clean bootstrap install".

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: CVS HEAD is both 22.0.98 and 22.1.50?
  2007-04-27 13:37 CVS HEAD is both 22.0.98 and 22.1.50? Randal L. Schwartz
@ 2007-04-27 13:50 ` Eli Zaretskii
  2007-04-27 13:54   ` Randal L. Schwartz
  2007-04-27 14:01 ` Andreas Schwab
  1 sibling, 1 reply; 13+ messages in thread
From: Eli Zaretskii @ 2007-04-27 13:50 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

> From: merlyn@stonehenge.com (Randal L. Schwartz)
> Date: Fri, 27 Apr 2007 06:37:49 -0700
> 
> Building CVS HEAD creates an emacs that thinks it is 22.1.50, but all of the
> paths come out as 22.0.98.

What paths? could you please be more specific?

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

* Re: CVS HEAD is both 22.0.98 and 22.1.50?
  2007-04-27 13:50 ` Eli Zaretskii
@ 2007-04-27 13:54   ` Randal L. Schwartz
  2007-04-27 14:59     ` Eli Zaretskii
  0 siblings, 1 reply; 13+ messages in thread
From: Randal L. Schwartz @ 2007-04-27 13:54 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

>> From: merlyn@stonehenge.com (Randal L. Schwartz)
>> Date: Fri, 27 Apr 2007 06:37:49 -0700
>> 
>> Building CVS HEAD creates an emacs that thinks it is 22.1.50, but all of the
>> paths come out as 22.0.98.

Eli> What paths? could you please be more specific?

It appears the Makefiles need to be remade.

    $ grep 22.0.98 **/Makefile
    Makefile:version=22.0.98
    leim/Makefile:version=22.0.98
    lib-src/Makefile:version=22.0.98
    src/Makefile:version=22.0.98

This installs into my system under libexec/emacs/22.0.98/ and
share/emacs/22.0.98/.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: CVS HEAD is both 22.0.98 and 22.1.50?
  2007-04-27 13:37 CVS HEAD is both 22.0.98 and 22.1.50? Randal L. Schwartz
  2007-04-27 13:50 ` Eli Zaretskii
@ 2007-04-27 14:01 ` Andreas Schwab
  2007-04-27 14:06   ` Randal L. Schwartz
  2007-04-27 15:00   ` Stefan Monnier
  1 sibling, 2 replies; 13+ messages in thread
From: Andreas Schwab @ 2007-04-27 14:01 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

merlyn@stonehenge.com (Randal L. Schwartz) writes:

> Building CVS HEAD creates an emacs that thinks it is 22.1.50, but all of the
> paths come out as 22.0.98.  This is after a "make clean bootstrap install".

Try running config.status --recheck.

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

* Re: CVS HEAD is both 22.0.98 and 22.1.50?
  2007-04-27 14:01 ` Andreas Schwab
@ 2007-04-27 14:06   ` Randal L. Schwartz
  2007-04-27 14:34     ` Andreas Schwab
  2007-04-27 15:00   ` Stefan Monnier
  1 sibling, 1 reply; 13+ messages in thread
From: Randal L. Schwartz @ 2007-04-27 14:06 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

>>>>> "Andreas" == Andreas Schwab <schwab@suse.de> writes:

Andreas> merlyn@stonehenge.com (Randal L. Schwartz) writes:
>> Building CVS HEAD creates an emacs that thinks it is 22.1.50, but all of the
>> paths come out as 22.0.98.  This is after a "make clean bootstrap install".

Andreas> Try running config.status --recheck.

Did that just now, but it didn't affect the Makefiles... they still
have 22.0.98 in them.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: CVS HEAD is both 22.0.98 and 22.1.50?
  2007-04-27 14:06   ` Randal L. Schwartz
@ 2007-04-27 14:34     ` Andreas Schwab
  2007-04-27 14:35       ` Randal L. Schwartz
  2007-04-27 14:37       ` Randal L. Schwartz
  0 siblings, 2 replies; 13+ messages in thread
From: Andreas Schwab @ 2007-04-27 14:34 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

merlyn@stonehenge.com (Randal L. Schwartz) writes:

>>>>>> "Andreas" == Andreas Schwab <schwab@suse.de> writes:
>
> Andreas> merlyn@stonehenge.com (Randal L. Schwartz) writes:
>>> Building CVS HEAD creates an emacs that thinks it is 22.1.50, but all of the
>>> paths come out as 22.0.98.  This is after a "make clean bootstrap install".
>
> Andreas> Try running config.status --recheck.
>
> Did that just now, but it didn't affect the Makefiles...

Of course it didn't.  config.status --recheck only reruns configure, but
does not run the new config.status.  Have you tried running make?

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

* Re: CVS HEAD is both 22.0.98 and 22.1.50?
  2007-04-27 14:34     ` Andreas Schwab
@ 2007-04-27 14:35       ` Randal L. Schwartz
  2007-04-27 14:37       ` Randal L. Schwartz
  1 sibling, 0 replies; 13+ messages in thread
From: Randal L. Schwartz @ 2007-04-27 14:35 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

>>>>> "Andreas" == Andreas Schwab <schwab@suse.de> writes:

Andreas> Of course it didn't.  config.status --recheck only reruns configure, but
Andreas> does not run the new config.status.  Have you tried running make?

Andreas> Andreas.

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



-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: CVS HEAD is both 22.0.98 and 22.1.50?
  2007-04-27 14:34     ` Andreas Schwab
  2007-04-27 14:35       ` Randal L. Schwartz
@ 2007-04-27 14:37       ` Randal L. Schwartz
  2007-04-27 14:42         ` Andreas Schwab
  1 sibling, 1 reply; 13+ messages in thread
From: Randal L. Schwartz @ 2007-04-27 14:37 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

>>>>> "Andreas" == Andreas Schwab <schwab@suse.de> writes:

Andreas> Of course it didn't.

You say "of course" as if I would know.  If you also wanted me to run make, it
would have helped to say that.

Andreas>   config.status --recheck only reruns configure, but
Andreas> does not run the new config.status.  Have you tried running make?

Yes, that appears to have updated the Makefiles now.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: CVS HEAD is both 22.0.98 and 22.1.50?
  2007-04-27 14:37       ` Randal L. Schwartz
@ 2007-04-27 14:42         ` Andreas Schwab
  2007-04-27 14:46           ` Randal L. Schwartz
  0 siblings, 1 reply; 13+ messages in thread
From: Andreas Schwab @ 2007-04-27 14:42 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

merlyn@stonehenge.com (Randal L. Schwartz) writes:

>>>>>> "Andreas" == Andreas Schwab <schwab@suse.de> writes:
>
> Andreas> Of course it didn't.
>
> You say "of course" as if I would know.  If you also wanted me to run make, it
> would have helped to say that.

How do you build it if not by running make?

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

* Re: CVS HEAD is both 22.0.98 and 22.1.50?
  2007-04-27 14:42         ` Andreas Schwab
@ 2007-04-27 14:46           ` Randal L. Schwartz
  0 siblings, 0 replies; 13+ messages in thread
From: Randal L. Schwartz @ 2007-04-27 14:46 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

>>>>> "Andreas" == Andreas Schwab <schwab@suse.de> writes:
Andreas> Of course it didn't.
>> 
>> You say "of course" as if I would know.  If you also wanted me to run make, it
>> would have helped to say that.

Andreas> How do you build it if not by running make?

I didn't know that the first step would not update the Makefile, but
we were talking about the Makefiles.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: CVS HEAD is both 22.0.98 and 22.1.50?
  2007-04-27 13:54   ` Randal L. Schwartz
@ 2007-04-27 14:59     ` Eli Zaretskii
  0 siblings, 0 replies; 13+ messages in thread
From: Eli Zaretskii @ 2007-04-27 14:59 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

> From: merlyn@stonehenge.com (Randal L. Schwartz)
> Date: Fri, 27 Apr 2007 06:54:04 -0700
> Cc: emacs-devel@gnu.org
> 
> >>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> From: merlyn@stonehenge.com (Randal L. Schwartz)
> >> Date: Fri, 27 Apr 2007 06:37:49 -0700
> >> 
> >> Building CVS HEAD creates an emacs that thinks it is 22.1.50, but all of the
> >> paths come out as 22.0.98.
> 
> Eli> What paths? could you please be more specific?
> 
> It appears the Makefiles need to be remade.
> 
>     $ grep 22.0.98 **/Makefile
>     Makefile:version=22.0.98
>     leim/Makefile:version=22.0.98
>     lib-src/Makefile:version=22.0.98
>     src/Makefile:version=22.0.98

I think this is because you didn't run "make distclean".  "make clean"
does not remove Makefile's.

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

* Re: CVS HEAD is both 22.0.98 and 22.1.50?
  2007-04-27 14:01 ` Andreas Schwab
  2007-04-27 14:06   ` Randal L. Schwartz
@ 2007-04-27 15:00   ` Stefan Monnier
  2007-04-27 15:14     ` Andreas Schwab
  1 sibling, 1 reply; 13+ messages in thread
From: Stefan Monnier @ 2007-04-27 15:00 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel, Randal L. Schwartz

>> Building CVS HEAD creates an emacs that thinks it is 22.1.50, but all of the
>> paths come out as 22.0.98.  This is after a "make clean bootstrap install".

> Try running config.status --recheck.

Could we add dependencies to the Makefile so that this is
done automatically?


        Stefan

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

* Re: CVS HEAD is both 22.0.98 and 22.1.50?
  2007-04-27 15:00   ` Stefan Monnier
@ 2007-04-27 15:14     ` Andreas Schwab
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Schwab @ 2007-04-27 15:14 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel, Randal L. Schwartz

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

>> Try running config.status --recheck.
>
> Could we add dependencies to the Makefile so that this is
> done automatically?

I've checked in a fix.

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

end of thread, other threads:[~2007-04-27 15:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-27 13:37 CVS HEAD is both 22.0.98 and 22.1.50? Randal L. Schwartz
2007-04-27 13:50 ` Eli Zaretskii
2007-04-27 13:54   ` Randal L. Schwartz
2007-04-27 14:59     ` Eli Zaretskii
2007-04-27 14:01 ` Andreas Schwab
2007-04-27 14:06   ` Randal L. Schwartz
2007-04-27 14:34     ` Andreas Schwab
2007-04-27 14:35       ` Randal L. Schwartz
2007-04-27 14:37       ` Randal L. Schwartz
2007-04-27 14:42         ` Andreas Schwab
2007-04-27 14:46           ` Randal L. Schwartz
2007-04-27 15:00   ` Stefan Monnier
2007-04-27 15:14     ` Andreas Schwab

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