* Re: Emacs pretest 24.2.93
2013-02-07 8:41 Emacs pretest 24.2.93 Glenn Morris
@ 2013-02-07 20:15 ` Ota, Takaaki
2013-02-09 15:29 ` Jérémie Courrèges-Anglas
` (3 subsequent siblings)
4 siblings, 0 replies; 14+ messages in thread
From: Ota, Takaaki @ 2013-02-07 20:15 UTC (permalink / raw)
To: bug-gnu-emacs; +Cc: emacs-devel
"make bootstrap" fails.
ota@ubuntu:~/emacs/build/emacs-24.2.93$ make bootstrap
[ -r "/home/ota/emacs/build/emacs-24.2.93/src/config.in" ] || ( cd /home/ota/emacs/build/emacs-24.2.93 && autoheader )
(cd src; make bootstrap-clean)
make[1]: Entering directory `/home/ota/emacs/build/emacs-24.2.93/src'
rm -f temacs core *.core \#* *.o libXMenu11.a liblw.a
rm -f ../etc/DOC
rm -f bootstrap-emacs emacs-24.2.93
rm -f buildobj.h
rm -f globals.h gl-stamp
rm -f emacs-*.*.* emacs
rm -rf deps
rm -f epaths.h config.h config.stamp stamp-oldxmenu ../etc/DOC-*
if test -f ./.gdbinit; then \
mv ./.gdbinit ./.gdbinit.save; \
if test -f "/home/ota/emacs/build/emacs-24.2.93/src/.gdbinit"; then rm -f ./.gdbinit.save; \
else mv ./.gdbinit.save ./.gdbinit; fi; \
fi
make[1]: Leaving directory `/home/ota/emacs/build/emacs-24.2.93/src'
(cd oldXMenu; make maintainer-clean)
make[1]: Entering directory `/home/ota/emacs/build/emacs-24.2.93/oldXMenu'
make[1]: *** No rule to make target `maintainer-clean'. Stop.
make[1]: Leaving directory `/home/ota/emacs/build/emacs-24.2.93/oldXMenu'
make: *** [bootstrap-clean] Error 2
ota@ubuntu:~/emacs/build/emacs-24.2.93$
ota@ubuntu:~/emacs/build/emacs-24.2.93$ make distclean
[ -r "/home/ota/emacs/build/emacs-24.2.93/src/config.in" ] || ( cd /home/ota/emacs/build/emacs-24.2.93 && autoheader )
(cd src; make distclean)
make[1]: Entering directory `/home/ota/emacs/build/emacs-24.2.93/src'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/home/ota/emacs/build/emacs-24.2.93/src'
make: *** [distclean] Error 2
ota@ubuntu:~/emacs/build/emacs-24.2.93$ make bootstrap
[ -r "/home/ota/emacs/build/emacs-24.2.93/src/config.in" ] || ( cd /home/ota/emacs/build/emacs-24.2.93 && autoheader )
(cd src; make bootstrap-clean)
make[1]: Entering directory `/home/ota/emacs/build/emacs-24.2.93/src'
make[1]: *** No rule to make target `bootstrap-clean'. Stop.
make[1]: Leaving directory `/home/ota/emacs/build/emacs-24.2.93/src'
make: *** [bootstrap-clean] Error 2
ota@ubuntu:~/emacs/build/emacs-24.2.93$
Thu, 7 Feb 2013 03:41:55 -0500: Glenn Morris <rgm@gnu.org> wrote:
>
> The next pretest for what will be the Emacs 24.3 release is available at
>
> ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.2.93.tar.xz
>
> Please give it as much testing as you can.
> As always, if you encounter problems building or using Emacs,
> send a report to bug-gnu-emacs@gnu.org with full details
> (if possible, use M-x report-emacs-bug).
>
> Since the last pretest, there have been a couple of fixes related to
> mouse handling, so please pay particular attention to that aspect.
>
> Hopefully, this is close to what will be the actual release.
> If you package Emacs for a distribution, it would be great if you can
> check that this pretest works for you.
>
> _______________________________________________
> Info-gnu-emacs mailing list
> Info-gnu-emacs@gnu.org
> https://lists.gnu.org/mailman/listinfo/info-gnu-emacs
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Emacs pretest 24.2.93
2013-02-07 8:41 Emacs pretest 24.2.93 Glenn Morris
2013-02-07 20:15 ` Ota, Takaaki
@ 2013-02-09 15:29 ` Jérémie Courrèges-Anglas
2013-02-09 20:02 ` Glenn Morris
2013-02-09 22:12 ` Fabian Ezequiel Gallina
` (2 subsequent siblings)
4 siblings, 1 reply; 14+ messages in thread
From: Jérémie Courrèges-Anglas @ 2013-02-09 15:29 UTC (permalink / raw)
To: Glenn Morris; +Cc: emacs-devel
Glenn Morris <rgm@gnu.org> writes:
> The next pretest for what will be the Emacs 24.3 release is available at
>
> ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.2.93.tar.xz
Do you plan making next pretests only available as .xz too?
> Please give it as much testing as you can.
> As always, if you encounter problems building or using Emacs,
> send a report to bug-gnu-emacs@gnu.org with full details
> (if possible, use M-x report-emacs-bug).
>
> Since the last pretest, there have been a couple of fixes related to
> mouse handling, so please pay particular attention to that aspect.
>
> Hopefully, this is close to what will be the actual release.
> If you package Emacs for a distribution, it would be great if you can
> check that this pretest works for you.
Fetching it right now. Previous pretests were perfectly fine on
OpenBSD-current (i386 and powerpc).
--
Jérémie Courrèges-Anglas - OpenBSD Emacs port maintainer
GPG Key Fingerprint: 61DB D9A0 00A4 67CF 2A90 8961 6191 8FBF 06A1 1494
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Emacs pretest 24.2.93
2013-02-09 15:29 ` Jérémie Courrèges-Anglas
@ 2013-02-09 20:02 ` Glenn Morris
2013-02-09 21:02 ` Jérémie Courrèges-Anglas
0 siblings, 1 reply; 14+ messages in thread
From: Glenn Morris @ 2013-02-09 20:02 UTC (permalink / raw)
To: emacs-devel
Jérémie Courrèges-Anglas wrote:
>> ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.2.93.tar.xz
>
> Do you plan making next pretests only available as .xz too?
Not sure. This was kind of an experiment to see if anyone complained. :)
I checked a (very) few other GNU packages, and they seem to have
switched to xz only a few years ago. Is it a problem for you?
(With the actual release I guess I'll add .gz as well.)
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Emacs pretest 24.2.93
2013-02-09 20:02 ` Glenn Morris
@ 2013-02-09 21:02 ` Jérémie Courrèges-Anglas
2013-02-10 0:22 ` Glenn Morris
0 siblings, 1 reply; 14+ messages in thread
From: Jérémie Courrèges-Anglas @ 2013-02-09 21:02 UTC (permalink / raw)
To: Glenn Morris; +Cc: emacs-devel
Glenn Morris <rgm@gnu.org> writes:
> Jérémie Courrèges-Anglas wrote:
>
>>> ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.2.93.tar.xz
>>
>> Do you plan making next pretests only available as .xz too?
>
> Not sure. This was kind of an experiment to see if anyone complained. :)
> I checked a (very) few other GNU packages, and they seem to have
> switched to xz only a few years ago. Is it a problem for you?
Not really a problem with pretests, but with actual releases. OpenBSD
still supports vax, but xz doesn't build there, so .xz (only) tarballs
would make Emacs harder to build. On the other hand, last time
I checked, Emacs 24.2 didn't build on OpenBSD/vax, but who knows... :)
> (With the actual release I guess I'll add .gz as well.)
That would be nice, thanks.
24.2.93 seems OK so far on i386.
Regards,
--
Jérémie Courrèges-Anglas - OpenBSD Emacs port maintainer
GPG Key Fingerprint: 61DB D9A0 00A4 67CF 2A90 8961 6191 8FBF 06A1 1494
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Emacs pretest 24.2.93
2013-02-09 21:02 ` Jérémie Courrèges-Anglas
@ 2013-02-10 0:22 ` Glenn Morris
2013-02-10 2:10 ` Stefan Monnier
0 siblings, 1 reply; 14+ messages in thread
From: Glenn Morris @ 2013-02-10 0:22 UTC (permalink / raw)
To: emacs-devel
Jérémie Courrèges-Anglas wrote:
> Not really a problem with pretests, but with actual releases. OpenBSD
> still supports vax, but xz doesn't build there, so .xz (only) tarballs
> would make Emacs harder to build. On the other hand, last time
> I checked, Emacs 24.2 didn't build on OpenBSD/vax, but who knows... :)
AFAIK Emacs dropped vax support ages ago.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Emacs pretest 24.2.93
2013-02-10 0:22 ` Glenn Morris
@ 2013-02-10 2:10 ` Stefan Monnier
2013-02-10 2:38 ` Glenn Morris
0 siblings, 1 reply; 14+ messages in thread
From: Stefan Monnier @ 2013-02-10 2:10 UTC (permalink / raw)
To: Glenn Morris; +Cc: emacs-devel
>> Not really a problem with pretests, but with actual releases. OpenBSD
>> still supports vax, but xz doesn't build there, so .xz (only) tarballs
>> would make Emacs harder to build. On the other hand, last time
>> I checked, Emacs 24.2 didn't build on OpenBSD/vax, but who knows... :)
> AFAIK Emacs dropped vax support ages ago.
Actually, we dropped VMS support, but I don't see any reason why BSD on
VAX couldn't be made to work,
Stefan
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Emacs pretest 24.2.93
2013-02-07 8:41 Emacs pretest 24.2.93 Glenn Morris
2013-02-07 20:15 ` Ota, Takaaki
2013-02-09 15:29 ` Jérémie Courrèges-Anglas
@ 2013-02-09 22:12 ` Fabian Ezequiel Gallina
2013-02-10 8:24 ` Xue Fuqiao
2013-02-10 21:44 ` Andy Moreton
2013-02-11 20:19 ` Achim Gratz
4 siblings, 1 reply; 14+ messages in thread
From: Fabian Ezequiel Gallina @ 2013-02-09 22:12 UTC (permalink / raw)
To: Glenn Morris; +Cc: emacs-devel
2013/2/7 Glenn Morris <rgm@gnu.org>:
>
> The next pretest for what will be the Emacs 24.3 release is available at
>
> ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.2.93.tar.xz
>
> Please give it as much testing as you can.
> As always, if you encounter problems building or using Emacs,
> send a report to bug-gnu-emacs@gnu.org with full details
> (if possible, use M-x report-emacs-bug).
>
Compiles and works good on Arch GNU/Linux x86_64.
Regards,
Fabián.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Emacs pretest 24.2.93
2013-02-07 8:41 Emacs pretest 24.2.93 Glenn Morris
` (2 preceding siblings ...)
2013-02-09 22:12 ` Fabian Ezequiel Gallina
@ 2013-02-10 21:44 ` Andy Moreton
2013-02-11 20:19 ` Achim Gratz
4 siblings, 0 replies; 14+ messages in thread
From: Andy Moreton @ 2013-02-10 21:44 UTC (permalink / raw)
To: emacs-devel
On Thu 07 Feb 2013, Glenn Morris wrote:
> The next pretest for what will be the Emacs 24.3 release is available at
>
> ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.2.93.tar.xz
>
> Please give it as much testing as you can.
> As always, if you encounter problems building or using Emacs,
> send a report to bug-gnu-emacs@gnu.org with full details
> (if possible, use M-x report-emacs-bug).
>
> Since the last pretest, there have been a couple of fixes related to
> mouse handling, so please pay particular attention to that aspect.
>
> Hopefully, this is close to what will be the actual release.
> If you package Emacs for a distribution, it would be great if you can
> check that this pretest works for you.
Builds and run ok with mingw gcc 4.7.2 on Windows XP (32bit).
AndyM
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Emacs pretest 24.2.93
2013-02-07 8:41 Emacs pretest 24.2.93 Glenn Morris
` (3 preceding siblings ...)
2013-02-10 21:44 ` Andy Moreton
@ 2013-02-11 20:19 ` Achim Gratz
4 siblings, 0 replies; 14+ messages in thread
From: Achim Gratz @ 2013-02-11 20:19 UTC (permalink / raw)
To: emacs-devel
Glenn Morris writes:
> The next pretest for what will be the Emacs 24.3 release is available at
>
> ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.2.93.tar.xz
>
> Please give it as much testing as you can.
Built from the Git mirror on openSUSE 12.2/Tumbleweed:
GNU Emacs 24.2.93.1 (i686-suse-linux-gnu, GTK+ Version 3.6.4)
Has been running with no problems since Saturday.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds
^ permalink raw reply [flat|nested] 14+ messages in thread