* Emacs 23.0.91 pretest
@ 2009-02-26 1:35 Chong Yidong
2009-02-26 2:57 ` Miles Bader
` (7 more replies)
0 siblings, 8 replies; 18+ messages in thread
From: Chong Yidong @ 2009-02-26 1:35 UTC (permalink / raw)
To: emacs-devel
Emacs pretest 23.0.91 is now available for download via FTP, at the
following location:
http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.0.91.tar.gz
The xdelta against the previous pretest, 23.0.90, is here:
http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.0.90-23.0.91.xdelta
This is the second pretest for what will be the Emacs 23.1 release.
Pretesters: please send an email to me reporting success or failure on
your build platform. In addition, please report bugs via M-x
report-emacs-bugs, or send an email to emacs-pretest-bug@gnu.org. For
questions, please email emacs-devel@gnu.org.
Thank you.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 1:35 Emacs 23.0.91 pretest Chong Yidong
@ 2009-02-26 2:57 ` Miles Bader
2009-02-26 3:53 ` Glenn Morris
2009-02-26 8:17 ` Juanma Barranquero
` (6 subsequent siblings)
7 siblings, 1 reply; 18+ messages in thread
From: Miles Bader @ 2009-02-26 2:57 UTC (permalink / raw)
To: Chong Yidong; +Cc: emacs-devel
Chong Yidong <cyd@stupidchicken.com> writes:
> Emacs pretest 23.0.91 is now available for download via FTP, at the
> following location:
>
> http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.0.91.tar.gz
BTW, the configure file in the pretest seems to have the broken mktime
test. I've commited "configure" regenerated with a non-broken version
of autoconf, but you probably want to check that before making the
actual release...
[Seems to be broken in autoconf 2.61, and fixed in 2.63; don't know
about 2.62]
-Miles
--
We are all lying in the gutter, but some of us are looking at the stars.
-Oscar Wilde
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 2:57 ` Miles Bader
@ 2009-02-26 3:53 ` Glenn Morris
2009-02-26 4:10 ` Miles Bader
2009-02-26 23:11 ` Chong Yidong
0 siblings, 2 replies; 18+ messages in thread
From: Glenn Morris @ 2009-02-26 3:53 UTC (permalink / raw)
To: Miles Bader; +Cc: Chong Yidong, emacs-devel
Miles Bader wrote:
> BTW, the configure file in the pretest seems to have the broken mktime
> test. I've commited "configure" regenerated with a non-broken version
> of autoconf, but you probably want to check that before making the
> actual release...
I think the 15 line patch for this problem:
http://cvs.savannah.gnu.org/viewvc/emacs/configure?root=emacs&r1=1.308&r2=1.309
is a safer bet at this stage than the 5000 line one involved in using
autoconf 2.63.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 3:53 ` Glenn Morris
@ 2009-02-26 4:10 ` Miles Bader
2009-02-26 5:04 ` Stephen J. Turnbull
2009-02-26 6:26 ` Glenn Morris
2009-02-26 23:11 ` Chong Yidong
1 sibling, 2 replies; 18+ messages in thread
From: Miles Bader @ 2009-02-26 4:10 UTC (permalink / raw)
To: Glenn Morris; +Cc: Chong Yidong, emacs-devel
Glenn Morris <rgm@gnu.org> writes:
> is a safer bet at this stage than the 5000 line one involved in using
> autoconf 2.63.
I've no idea whether 2.61 is particularly any safer than 2.63 -- the
version used in the dev tree seems kinda random...
-Miles
--
Brain, n. An apparatus with which we think we think.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 4:10 ` Miles Bader
@ 2009-02-26 5:04 ` Stephen J. Turnbull
2009-02-26 6:26 ` Glenn Morris
1 sibling, 0 replies; 18+ messages in thread
From: Stephen J. Turnbull @ 2009-02-26 5:04 UTC (permalink / raw)
To: Miles Bader; +Cc: emacs-devel
Miles Bader writes:
> Glenn Morris <rgm@gnu.org> writes:
> > is a safer bet at this stage than the 5000 line one involved in using
> > autoconf 2.63.
>
> I've no idea whether 2.61 is particularly any safer than 2.63 -- the
> version used in the dev tree seems kinda random...
Presumably it's whatever the most recent committer had installed.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 4:10 ` Miles Bader
2009-02-26 5:04 ` Stephen J. Turnbull
@ 2009-02-26 6:26 ` Glenn Morris
2009-02-26 7:20 ` Miles Bader
1 sibling, 1 reply; 18+ messages in thread
From: Glenn Morris @ 2009-02-26 6:26 UTC (permalink / raw)
To: Miles Bader; +Cc: Chong Yidong, emacs-devel
Miles Bader wrote:
> I've no idea whether 2.61 is particularly any safer than 2.63 -- the
> version used in the dev tree seems kinda random...
AFAIK it's always been 2.61, with or without the Debian patch that
fixes this mktime issue, as discussed last July.
http://lists.gnu.org/archive/html/emacs-devel/2008-07/msg00581.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 6:26 ` Glenn Morris
@ 2009-02-26 7:20 ` Miles Bader
0 siblings, 0 replies; 18+ messages in thread
From: Miles Bader @ 2009-02-26 7:20 UTC (permalink / raw)
To: Glenn Morris; +Cc: Chong Yidong, emacs-devel
Glenn Morris <rgm@gnu.org> writes:
> AFAIK it's always been 2.61, with or without the Debian patch that
> fixes this mktime issue, as discussed last July.
Hmm, you're right.
-Miles
--
Admiration, n. Our polite recognition of another's resemblance to ourselves.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 1:35 Emacs 23.0.91 pretest Chong Yidong
2009-02-26 2:57 ` Miles Bader
@ 2009-02-26 8:17 ` Juanma Barranquero
2009-02-26 12:36 ` Jason Rumney
2009-02-26 12:33 ` Neal Becker
` (5 subsequent siblings)
7 siblings, 1 reply; 18+ messages in thread
From: Juanma Barranquero @ 2009-02-26 8:17 UTC (permalink / raw)
To: Chong Yidong; +Cc: emacs-devel
> Pretesters: please send an email to me reporting success or failure on
> your build platform.
Emacs 23.0.91 builds and runs OK on Windows XP Home Edition SP3.
Built with gcc version 4.3.3-dw2 (4.3.3-tdm-1-dw2 mingw32)
Juanma
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 1:35 Emacs 23.0.91 pretest Chong Yidong
2009-02-26 2:57 ` Miles Bader
2009-02-26 8:17 ` Juanma Barranquero
@ 2009-02-26 12:33 ` Neal Becker
[not found] ` <514C12BFEBF8B54DBB0C0D08040506930A1ACF62@XCH-SE-2V2.se.nos.boeing.com>
` (4 subsequent siblings)
7 siblings, 0 replies; 18+ messages in thread
From: Neal Becker @ 2009-02-26 12:33 UTC (permalink / raw)
To: emacs-devel
Chong Yidong wrote:
> Emacs pretest 23.0.91 is now available for download via FTP, at the
> following location:
>
> http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.0.91.tar.gz
>
> The xdelta against the previous pretest, 23.0.90, is here:
>
> http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.0.90-23.0.91.xdelta
>
> This is the second pretest for what will be the Emacs 23.1 release.
>
> Pretesters: please send an email to me reporting success or failure on
> your build platform. In addition, please report bugs via M-x
> report-emacs-bugs, or send an email to emacs-pretest-bug@gnu.org. For
> questions, please email emacs-devel@gnu.org.
>
> Thank you.
Is there a test procedure?
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 8:17 ` Juanma Barranquero
@ 2009-02-26 12:36 ` Jason Rumney
2009-02-26 16:06 ` Juanma Barranquero
0 siblings, 1 reply; 18+ messages in thread
From: Jason Rumney @ 2009-02-26 12:36 UTC (permalink / raw)
To: Juanma Barranquero; +Cc: Chong Yidong, emacs-devel
Juanma Barranquero wrote:
> Emacs 23.0.91 builds and runs OK on Windows XP Home Edition SP3.
> Built with gcc version 4.3.3-dw2 (4.3.3-tdm-1-dw2 mingw32)
>
Thanks. Apparently there is an undersea cable having faults between me
and gnu.org, so I'm still at 72kB of 41.0MB of the download I kicked off
half an hour ago (reportedly it won't be fixed until March 5).
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 12:36 ` Jason Rumney
@ 2009-02-26 16:06 ` Juanma Barranquero
0 siblings, 0 replies; 18+ messages in thread
From: Juanma Barranquero @ 2009-02-26 16:06 UTC (permalink / raw)
To: Jason Rumney; +Cc: Chong Yidong, emacs-devel
On Thu, Feb 26, 2009 at 13:36, Jason Rumney <jasonr@gnu.org> wrote:
> Apparently there is an undersea cable having faults between me and
> gnu.org, so I'm still at 72kB of 41.0MB of the download I kicked off half an
> hour ago (reportedly it won't be fixed until March 5).
Ouch. :(
Juanma
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
[not found] ` <514C12BFEBF8B54DBB0C0D08040506930A1ACF62@XCH-SE-2V2.se.nos.boeing.com>
@ 2009-02-26 22:58 ` Chong Yidong
0 siblings, 0 replies; 18+ messages in thread
From: Chong Yidong @ 2009-02-26 22:58 UTC (permalink / raw)
To: Gallagher, Kevin; +Cc: emacs-devel
"Gallagher, Kevin" <Kevin.Gallagher@boeing.com> writes:
> The header file /usr/include/librsvg-2/librsvg/rsvg.h does not have a
> definition for RsvgDimensionData. In that directory, the file
> librsvg-features.h specifies the LIBRSVG version as follows:
>
> #define LIBRSVG_MAJOR_VERSION (2)
> #define LIBRSVG_MINOR_VERSION (8)
> #define LIBRSVG_MICRO_VERSION (1)
> #define LIBRSVG_VERSION ""
We need librsvg >= 2.11 (released Aug 2005). I've changed configure to
check for this.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 3:53 ` Glenn Morris
2009-02-26 4:10 ` Miles Bader
@ 2009-02-26 23:11 ` Chong Yidong
1 sibling, 0 replies; 18+ messages in thread
From: Chong Yidong @ 2009-02-26 23:11 UTC (permalink / raw)
To: Glenn Morris; +Cc: emacs-devel, Miles Bader
Glenn Morris <rgm@gnu.org> writes:
> I think the 15 line patch for this problem:
>
> http://cvs.savannah.gnu.org/viewvc/emacs/configure?root=emacs&r1=1.308&r2=1.309
>
> is a safer bet at this stage than the 5000 line one involved in using
> autoconf 2.63.
I'll be sure to reapply this patch the next time I roll a tarball.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 1:35 Emacs 23.0.91 pretest Chong Yidong
` (3 preceding siblings ...)
[not found] ` <514C12BFEBF8B54DBB0C0D08040506930A1ACF62@XCH-SE-2V2.se.nos.boeing.com>
@ 2009-02-27 11:28 ` Eli Zaretskii
2009-02-27 22:05 ` Stefan Monnier
2009-02-28 14:06 ` Eli Zaretskii
` (2 subsequent siblings)
7 siblings, 1 reply; 18+ messages in thread
From: Eli Zaretskii @ 2009-02-27 11:28 UTC (permalink / raw)
To: Chong Yidong; +Cc: emacs-devel
> From: Chong Yidong <cyd@stupidchicken.com>
> Date: Wed, 25 Feb 2009 20:35:51 -0500
>
> Emacs pretest 23.0.91 is now available for download via FTP, at the
> following location:
>
> http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.0.91.tar.gz
>
> The xdelta against the previous pretest, 23.0.90, is here:
>
> http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.0.90-23.0.91.xdelta
>
> This is the second pretest for what will be the Emacs 23.1 release.
>
> Pretesters: please send an email to me reporting success or failure on
> your build platform.
This pretest compiles with --without-x and works on the following
system:
Linux fencepost 2.6.16.29-xen #1 SMP Wed Dec 6 07:32:36 EST 2006 x86_64 GNU/Linux
However, the problem with gratuitous compilation of Lisp files, which
was reported in Bug #2151, is still there. I will send a separate
message as a followup to the bug report, suggesting some new ideas on
how to resolve that.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-27 11:28 ` Eli Zaretskii
@ 2009-02-27 22:05 ` Stefan Monnier
0 siblings, 0 replies; 18+ messages in thread
From: Stefan Monnier @ 2009-02-27 22:05 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Chong Yidong, emacs-devel
> However, the problem with gratuitous compilation of Lisp files, which
> was reported in Bug #2151, is still there.
Indeed, nothing has changed in this regard. E.g. I haven't yet
installed my patch for it.
Stefan
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 1:35 Emacs 23.0.91 pretest Chong Yidong
` (4 preceding siblings ...)
2009-02-27 11:28 ` Eli Zaretskii
@ 2009-02-28 14:06 ` Eli Zaretskii
2009-03-02 12:38 ` Neal Becker
2009-03-06 2:38 ` Giorgos Keramidas
7 siblings, 0 replies; 18+ messages in thread
From: Eli Zaretskii @ 2009-02-28 14:06 UTC (permalink / raw)
To: Chong Yidong; +Cc: emacs-devel
> From: Chong Yidong <cyd@stupidchicken.com>
> Date: Wed, 25 Feb 2009 20:35:51 -0500
>
> Emacs pretest 23.0.91 is now available for download via FTP, at the
> following location:
>
> http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.0.91.tar.gz
>
> The xdelta against the previous pretest, 23.0.90, is here:
>
> http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.0.90-23.0.91.xdelta
>
> This is the second pretest for what will be the Emacs 23.1 release.
>
> Pretesters: please send an email to me reporting success or failure on
> your build platform.
The MS-DOS port of this pretest builds and works on
MS-DOS HOME-C4E 5 50 pc
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 1:35 Emacs 23.0.91 pretest Chong Yidong
` (5 preceding siblings ...)
2009-02-28 14:06 ` Eli Zaretskii
@ 2009-03-02 12:38 ` Neal Becker
2009-03-06 2:38 ` Giorgos Keramidas
7 siblings, 0 replies; 18+ messages in thread
From: Neal Becker @ 2009-03-02 12:38 UTC (permalink / raw)
To: emacs-devel
Chong Yidong wrote:
> Emacs pretest 23.0.91 is now available for download via FTP, at the
> following location:
>
> http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.0.91.tar.gz
>
> The xdelta against the previous pretest, 23.0.90, is here:
>
> http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.0.90-23.0.91.xdelta
>
> This is the second pretest for what will be the Emacs 23.1 release.
>
> Pretesters: please send an email to me reporting success or failure on
> your build platform. In addition, please report bugs via M-x
> report-emacs-bugs, or send an email to emacs-pretest-bug@gnu.org. For
> questions, please email emacs-devel@gnu.org.
>
> Thank you.
Built and runs OK on
fedora f10 linux
./configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu
--target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-
prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --
datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --
libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --
mandir=/usr/share/man --infodir=/usr/share/info
I'd like to tell what features were detected, but I don't know how. IIRC
xemacs had 'describe-installation' that did this.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Emacs 23.0.91 pretest
2009-02-26 1:35 Emacs 23.0.91 pretest Chong Yidong
` (6 preceding siblings ...)
2009-03-02 12:38 ` Neal Becker
@ 2009-03-06 2:38 ` Giorgos Keramidas
7 siblings, 0 replies; 18+ messages in thread
From: Giorgos Keramidas @ 2009-03-06 2:38 UTC (permalink / raw)
To: Chong Yidong; +Cc: emacs-devel
On Wed, 25 Feb 2009 20:35:51 -0500, Chong Yidong <cyd@stupidchicken.com> wrote:
> Emacs pretest 23.0.91 is now available for download via FTP, at the
> following location:
>
> http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.0.91.tar.gz
Thanks :)
I've updated the FreeBSD ports/editors/emacs-devel package to use this
tarball as the source:
http://www.freebsd.org/cgi/query-pr.cgi?pr=132347
Once it passes review from the Ports team it will be committed to our
CVS tree too.
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2009-03-06 2:38 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-26 1:35 Emacs 23.0.91 pretest Chong Yidong
2009-02-26 2:57 ` Miles Bader
2009-02-26 3:53 ` Glenn Morris
2009-02-26 4:10 ` Miles Bader
2009-02-26 5:04 ` Stephen J. Turnbull
2009-02-26 6:26 ` Glenn Morris
2009-02-26 7:20 ` Miles Bader
2009-02-26 23:11 ` Chong Yidong
2009-02-26 8:17 ` Juanma Barranquero
2009-02-26 12:36 ` Jason Rumney
2009-02-26 16:06 ` Juanma Barranquero
2009-02-26 12:33 ` Neal Becker
[not found] ` <514C12BFEBF8B54DBB0C0D08040506930A1ACF62@XCH-SE-2V2.se.nos.boeing.com>
2009-02-26 22:58 ` Chong Yidong
2009-02-27 11:28 ` Eli Zaretskii
2009-02-27 22:05 ` Stefan Monnier
2009-02-28 14:06 ` Eli Zaretskii
2009-03-02 12:38 ` Neal Becker
2009-03-06 2:38 ` Giorgos Keramidas
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).