all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs 23.3 release candidate
@ 2011-03-01  3:57 Chong Yidong
  2011-03-01 12:09 ` Andreas Röhler
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Chong Yidong @ 2011-03-01  3:57 UTC (permalink / raw)
  To: emacs-devel

The Emacs 23.3 release candidate is now available for download via FTP,
at the following location:

  ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.3-rc1.tar.gz

The xdelta against the 23.2.94 pretest is at

  ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.2.94-23.3-rc1.xdelta

Please send me an email reporting success or failure on your build
platform.  Report bugs via M-x report-emacs-bugs, or email
bug-gnu-emacs@gnu.org.  For questions, email emacs-devel@gnu.org.


Note that the release candidate reports itself as "Emacs 23.3".  If no
serious problem surfaces during the next several days, this will become
the tarball for the 23.3 release.  At that time, I will also tag the
emacs-23 bzr branch as EMACS_23_3.  Developers, please don't commit
anything to the branch; if you come across a problem, let's discuss it
on emacs-devel.

I encourage everyone to give this as much testing as possible.  Thanks.



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

* Re: Emacs 23.3 release candidate
  2011-03-01  3:57 Emacs 23.3 release candidate Chong Yidong
@ 2011-03-01 12:09 ` Andreas Röhler
  2011-03-01 17:50   ` Chong Yidong
  2011-03-01 14:01 ` Sean Sieger
  2011-03-08  1:01 ` Chong Yidong
  2 siblings, 1 reply; 11+ messages in thread
From: Andreas Röhler @ 2011-03-01 12:09 UTC (permalink / raw)
  To: emacs-devel; +Cc: Chong Yidong

[ ... ]

Hi,

build starts so far on Suse 10.2:

This is GNU Emacs 23.3.1 (i686-pc-linux-gnu, GTK+ Version 2.18.6)
  of 2011-03-01 on

;;;;;

However:

Compilation exited abnormally with code 2 at Tue Mar  1 10:41:13:

...
  Wrote MY-PATH/simple.elc
make[3]: Leaving directory `MY-PATH/lisp'
make[3]: Entering directory `MY-PATH/lisp'
Compiling MY-PATH/minibuffer.el
Wrote MY-PATH/sgml-input.elc
Compiling MY-PATH/rfc1345.el
Wrote MY-PATH/rfc1345.elc
Compiling MY-PATH/uni-input.el
Wrote MY-PATH/uni-input.elc
make[2]: Leaving directory `MY-PATH/leim'
make[1]: Leaving directory `MY-PATH/emacs-23.3'
make: *** [bootstrap] Fehler 2

Compilation exited abnormally with code 2 at Tue Mar  1 10:41:13

Also get a lot of warnings

In beginning-of-defun-raw:
lisp.el:282:27:Warning: `font-lock-beginning-of-syntax-function' is an
     obsolete variable (as of Emacs 23.3); use `syntax-begin-function' 
instead.

...

In backward-delete-char-untabify:
simple.el:3214:27:Warning: `delete-backward-char' used from Lisp code
That command is designed for interactive use only

In choose-completion:
simple.el:5877:23:Warning: `completion-base-size' is an obsolete 
variable (as
     of Emacs 23.2); use `completion-base-position' instead.

In completion-list-mode:
simple.el:6031:30:Warning: `completion-base-size' is an obsolete 
variable (as
     of Emacs 23.2); use `completion-base-position' instead.

In completion-setup-function:
simple.el:6063:34:Warning: `completion-base-size' is an obsolete 
variable (as
     of Emacs 23.2); use `completion-base-position' instead.
simple.el:6065:24:Warning: `completion-base-size' is an obsolete 
variable (as
     of Emacs 23.2); use `completion-base-position' instead.
simple.el:6068:36:Warning: `completion-base-size' is an obsolete 
variable (as
     of Emacs 23.2); use `completion-base-position' instead.
...

;;;

Do you want to see all?

Cheers

Andreas



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

* Re: Emacs 23.3 release candidate
  2011-03-01  3:57 Emacs 23.3 release candidate Chong Yidong
  2011-03-01 12:09 ` Andreas Röhler
@ 2011-03-01 14:01 ` Sean Sieger
  2011-03-08  1:01 ` Chong Yidong
  2 siblings, 0 replies; 11+ messages in thread
From: Sean Sieger @ 2011-03-01 14:01 UTC (permalink / raw)
  To: emacs-devel

Chong Yidong <cyd@stupidchicken.com> writes:

    The Emacs 23.3 release candidate is now available for download via FTP,
    at the following location:

      ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.3-rc1.tar.gz

    The xdelta against the 23.2.94 pretest is at

      ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.2.94-23.3-rc1.xdelta

    Please send me an email reporting success or failure on your build
    platform.  Report bugs via M-x report-emacs-bugs, or email
    bug-gnu-emacs@gnu.org.  For questions, email emacs-devel@gnu.org.


    Note that the release candidate reports itself as "Emacs 23.3".  If no
    serious problem surfaces during the next several days, this will become
    the tarball for the 23.3 release.  At that time, I will also tag the
    emacs-23 bzr branch as EMACS_23_3.  Developers, please don't commit
    anything to the branch; if you come across a problem, let's discuss it
    on emacs-devel.

    I encourage everyone to give this as much testing as possible.  Thanks.


The release candidate was built and runs successfully on Windows.
Binaries have been published in

http://alpha.gnu.org/gnu/emacs/pretest/windows/




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

* Re: Emacs 23.3 release candidate
  2011-03-01 12:09 ` Andreas Röhler
@ 2011-03-01 17:50   ` Chong Yidong
  2011-03-01 18:05     ` Andreas Röhler
  0 siblings, 1 reply; 11+ messages in thread
From: Chong Yidong @ 2011-03-01 17:50 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: emacs-devel

Andreas Röhler <andreas.roehler@online.de> writes:

> Compilation exited abnormally with code 2 at Tue Mar  1 10:41:13:
>
> ...
>  Wrote MY-PATH/simple.elc
> make[3]: Leaving directory `MY-PATH/lisp'
> make[3]: Entering directory `MY-PATH/lisp'
> Compiling MY-PATH/minibuffer.el
> Wrote MY-PATH/sgml-input.elc
> Compiling MY-PATH/rfc1345.el
> Wrote MY-PATH/rfc1345.elc
> Compiling MY-PATH/uni-input.el
> Wrote MY-PATH/uni-input.elc
> make[2]: Leaving directory `MY-PATH/leim'
> make[1]: Leaving directory `MY-PATH/emacs-23.3'
> make: *** [bootstrap] Fehler 2
>
> Compilation exited abnormally with code 2 at Tue Mar  1 10:41:13

I don't understand why Make is signalling an error here.  Could you
describe the procedure you used to build emacs, including the arguments
supplied to configure and to make?  You seem to be doing a bootstrap,
which should not be necessary when building from the release tarball,
(which normally only needs `./configure', `make', then `make install'.)

> Also get a lot of warnings
>
> In beginning-of-defun-raw:
> lisp.el:282:27:Warning: `font-lock-beginning-of-syntax-function' is an
>     obsolete variable (as of Emacs 23.3); use `syntax-begin-function'
> instead.

These warnings are annoying but irrelevant.



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

* Re: Emacs 23.3 release candidate
  2011-03-01 17:50   ` Chong Yidong
@ 2011-03-01 18:05     ` Andreas Röhler
  2011-03-01 19:11       ` Chong Yidong
  0 siblings, 1 reply; 11+ messages in thread
From: Andreas Röhler @ 2011-03-01 18:05 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

Am 01.03.2011 18:50, schrieb Chong Yidong:
> Andreas Röhler<andreas.roehler@online.de>  writes:
>
>> Compilation exited abnormally with code 2 at Tue Mar  1 10:41:13:
>>
>> ...
>>   Wrote MY-PATH/simple.elc
>> make[3]: Leaving directory `MY-PATH/lisp'
>> make[3]: Entering directory `MY-PATH/lisp'
>> Compiling MY-PATH/minibuffer.el
>> Wrote MY-PATH/sgml-input.elc
>> Compiling MY-PATH/rfc1345.el
>> Wrote MY-PATH/rfc1345.elc
>> Compiling MY-PATH/uni-input.el
>> Wrote MY-PATH/uni-input.elc
>> make[2]: Leaving directory `MY-PATH/leim'
>> make[1]: Leaving directory `MY-PATH/emacs-23.3'
>> make: *** [bootstrap] Fehler 2
>>
>> Compilation exited abnormally with code 2 at Tue Mar  1 10:41:13
>
> I don't understand why Make is signalling an error here.  Could you
> describe the procedure you used to build emacs, including the arguments
> supplied to configure and to make?


CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure

than from inside Emacs

M-x compile

make -k bootstrap

;;;;

that's all
didn't call install


Would assume Emacs misses some libraries. Send you offlist the complete
messages-file.


  You seem to be doing a bootstrap,
> which should not be necessary when building from the release tarball,
> (which normally only needs `./configure', `make', then `make install'.)
>
>> Also get a lot of warnings
>>
>> In beginning-of-defun-raw:
>> lisp.el:282:27:Warning: `font-lock-beginning-of-syntax-function' is an
>>      obsolete variable (as of Emacs 23.3); use `syntax-begin-function'
>> instead.
>
> These warnings are annoying but irrelevant.

Hmm, they are numerous. Would clean up that before release.





>




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

* Re: Emacs 23.3 release candidate
  2011-03-01 18:05     ` Andreas Röhler
@ 2011-03-01 19:11       ` Chong Yidong
  2011-03-01 19:43         ` Andreas Röhler
  2011-03-01 19:48         ` Andreas Röhler
  0 siblings, 2 replies; 11+ messages in thread
From: Chong Yidong @ 2011-03-01 19:11 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: emacs-devel

Andreas Röhler <andreas.roehler@online.de> writes:

>>> Compiling MY-PATH/uni-input.el
>>> Wrote MY-PATH/uni-input.elc
>>> make[2]: Leaving directory `MY-PATH/leim'
>>> make[1]: Leaving directory `MY-PATH/emacs-23.3'
>>> make: *** [bootstrap] Fehler 2
>>>
>>> Compilation exited abnormally with code 2 at Tue Mar  1 10:41:13
>>
>> I don't understand why Make is signalling an error here.  Could you
>> describe the procedure you used to build emacs, including the arguments
>> supplied to configure and to make?
>
> CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure
> than from inside Emacs
> M-x compile
> make -k bootstrap

I can't reproduce the error.  For me, the above steps end with

...
Compiling /home/cyd/pretest/emacs-23.3/leim/quail/uni-input.el
Wrote /home/cyd/pretest/emacs-23.3/leim/quail/uni-input.elc
make[2]: Leaving directory `/home/cyd/pretest/emacs-23.3/leim'
make[1]: Leaving directory `/home/cyd/pretest/emacs-23.3'

Compilation finished at Tue Mar  1 13:54:19


so it looks like your bootstrap finished, except that Make exited with
code 2 for no apparent reason.  (There is nothing noteworthy in the
compile log that you sent me separately.)

Anyone using SuSE 10.2 and able to try reproducing the problem?



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

* Re: Emacs 23.3 release candidate
  2011-03-01 19:11       ` Chong Yidong
@ 2011-03-01 19:43         ` Andreas Röhler
  2011-03-01 20:02           ` Andreas Röhler
  2011-03-01 19:48         ` Andreas Röhler
  1 sibling, 1 reply; 11+ messages in thread
From: Andreas Röhler @ 2011-03-01 19:43 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

Am 01.03.2011 20:11, schrieb Chong Yidong:
> Andreas Röhler<andreas.roehler@online.de>  writes:
>
>>>> Compiling MY-PATH/uni-input.el
>>>> Wrote MY-PATH/uni-input.elc
>>>> make[2]: Leaving directory `MY-PATH/leim'
>>>> make[1]: Leaving directory `MY-PATH/emacs-23.3'
>>>> make: *** [bootstrap] Fehler 2
>>>>
>>>> Compilation exited abnormally with code 2 at Tue Mar  1 10:41:13
>>>
>>> I don't understand why Make is signalling an error here.  Could you
>>> describe the procedure you used to build emacs, including the arguments
>>> supplied to configure and to make?
>>
>> CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure
>> than from inside Emacs
>> M-x compile
>> make -k bootstrap
>
> I can't reproduce the error.  For me, the above steps end with
>
> ...
> Compiling /home/cyd/pretest/emacs-23.3/leim/quail/uni-input.el
> Wrote /home/cyd/pretest/emacs-23.3/leim/quail/uni-input.elc
> make[2]: Leaving directory `/home/cyd/pretest/emacs-23.3/leim'
> make[1]: Leaving directory `/home/cyd/pretest/emacs-23.3'
>
> Compilation finished at Tue Mar  1 13:54:19
>
>
> so it looks like your bootstrap finished, except that Make exited with
> code 2 for no apparent reason.  (There is nothing noteworthy in the
> compile log that you sent me separately.)
>
> Anyone using SuSE 10.2 and able to try reproducing the problem?
>

As I had trouble with the previous pretest due to file-permission 
issues, maybe it's the cause here to.

BTW emacs-23.2.94 has been built on Suse 10.3 smoothly.



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

* Re: Emacs 23.3 release candidate
  2011-03-01 19:11       ` Chong Yidong
  2011-03-01 19:43         ` Andreas Röhler
@ 2011-03-01 19:48         ` Andreas Röhler
  1 sibling, 0 replies; 11+ messages in thread
From: Andreas Röhler @ 2011-03-01 19:48 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

Am 01.03.2011 20:11, schrieb Chong Yidong:
> Andreas Röhler<andreas.roehler@online.de>  writes:
>
>>>> Compiling MY-PATH/uni-input.el
>>>> Wrote MY-PATH/uni-input.elc
>>>> make[2]: Leaving directory `MY-PATH/leim'
>>>> make[1]: Leaving directory `MY-PATH/emacs-23.3'
>>>> make: *** [bootstrap] Fehler 2
>>>>
>>>> Compilation exited abnormally with code 2 at Tue Mar  1 10:41:13
>>>
>>> I don't understand why Make is signalling an error here.  Could you
>>> describe the procedure you used to build emacs, including the arguments
>>> supplied to configure and to make?
>>
>> CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure
>> than from inside Emacs
>> M-x compile
>> make -k bootstrap
>
> I can't reproduce the error.  For me, the above steps end with
>
> ...
> Compiling /home/cyd/pretest/emacs-23.3/leim/quail/uni-input.el
> Wrote /home/cyd/pretest/emacs-23.3/leim/quail/uni-input.elc
> make[2]: Leaving directory `/home/cyd/pretest/emacs-23.3/leim'
> make[1]: Leaving directory `/home/cyd/pretest/emacs-23.3'
>
> Compilation finished at Tue Mar  1 13:54:19
>
>
> so it looks like your bootstrap finished, except that Make exited with
> code 2 for no apparent reason.  (There is nothing noteworthy in the
> compile log that you sent me separately.)
>
> Anyone using SuSE 10.2 and able to try reproducing the problem?
>

Sorry, sent from version: system here is Suse 11.2, not 10.2



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

* Re: Emacs 23.3 release candidate
  2011-03-01 19:43         ` Andreas Röhler
@ 2011-03-01 20:02           ` Andreas Röhler
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Röhler @ 2011-03-01 20:02 UTC (permalink / raw)
  To: emacs-devel; +Cc: Chong Yidong

....
> BTW emacs-23.2.94 has been built on Suse 10.3 smoothly.
>
>


Sorry, that must read: Suse 11.3



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

* Re: Emacs 23.3 release candidate
  2011-03-01  3:57 Emacs 23.3 release candidate Chong Yidong
  2011-03-01 12:09 ` Andreas Röhler
  2011-03-01 14:01 ` Sean Sieger
@ 2011-03-08  1:01 ` Chong Yidong
  2011-03-08  1:38   ` Sean Sieger
  2 siblings, 1 reply; 11+ messages in thread
From: Chong Yidong @ 2011-03-08  1:01 UTC (permalink / raw)
  To: emacs-devel

To address a regression (a misapplied patch to cc-cmds.el that was
luckily discovered at the last minute by Daniel Colascione), I've made a
new Emacs 23.3 release candidate, which is now available for download
via FTP, at the following location:

  ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.3-rc2.tar.gz

Apart from the change to cc-cmds.el, this contains no other changes from
the earlier release candidate.  Let's give this a couple of days of
final testing, and then I'll make the release if nothing else pops up.
Thanks for your patience.



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

* Re: Emacs 23.3 release candidate
  2011-03-08  1:01 ` Chong Yidong
@ 2011-03-08  1:38   ` Sean Sieger
  0 siblings, 0 replies; 11+ messages in thread
From: Sean Sieger @ 2011-03-08  1:38 UTC (permalink / raw)
  To: emacs-devel; +Cc: help-emacs-windows

Chong Yidong <cyd@stupidchicken.com> writes:

    To address a regression (a misapplied patch to cc-cmds.el that was
    luckily discovered at the last minute by Daniel Colascione), I've made a
    new Emacs 23.3 release candidate, which is now available for download
    via FTP, at the following location:

      ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.3-rc2.tar.gz

    Apart from the change to cc-cmds.el, this contains no other changes from
    the earlier release candidate.  Let's give this a couple of days of
    final testing, and then I'll make the release if nothing else pops up.
    Thanks for your patience.

The second release candidate was built and runs successfully on Windows.
Binaries have been published in

http://alpha.gnu.org/gnu/emacs/pretest/windows/




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

end of thread, other threads:[~2011-03-08  1:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01  3:57 Emacs 23.3 release candidate Chong Yidong
2011-03-01 12:09 ` Andreas Röhler
2011-03-01 17:50   ` Chong Yidong
2011-03-01 18:05     ` Andreas Röhler
2011-03-01 19:11       ` Chong Yidong
2011-03-01 19:43         ` Andreas Röhler
2011-03-01 20:02           ` Andreas Röhler
2011-03-01 19:48         ` Andreas Röhler
2011-03-01 14:01 ` Sean Sieger
2011-03-08  1:01 ` Chong Yidong
2011-03-08  1:38   ` Sean Sieger

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.