unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Emacs pretest 24.2.93
       [not found] <3yehgsms6k.fsf@fencepost.gnu.org>
@ 2013-02-07 20:15 ` Ota, Takaaki
  2013-02-07 21:11   ` bug#13651: " Glenn Morris
  0 siblings, 1 reply; 7+ 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] 7+ messages in thread

* bug#13651: Emacs pretest 24.2.93
  2013-02-07 20:15 ` Emacs pretest 24.2.93 Ota, Takaaki
@ 2013-02-07 21:11   ` Glenn Morris
  2013-02-07 21:33     ` Ota, Takaaki
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2013-02-07 21:11 UTC (permalink / raw)
  To: Ota, Takaaki; +Cc: 13651


First, there is zero need to cc emacs-devel on bug reports.

"Ota, Takaaki" wrote:

> "make bootstrap" fails.

You don't need to bootstrap a pretest. Why are you doing that?
Just configure; make; make install.

> make[1]: Entering directory `/home/ota/emacs/build/emacs-24.2.93/oldXMenu'
> make[1]: *** No rule to make target `maintainer-clean'.  Stop.

There is a maintainer-clean rule in oldXMenu/Makefile.in, so I don't
know why this happened to you. Did oldXMenu/Makefile exist?

> make[1]: Entering directory `/home/ota/emacs/build/emacs-24.2.93/src'
> make[1]: *** No rule to make target `distclean'.  Stop.

I guess you already deleted your src/Makefile at this point.


I'm pretty confused as to what you are doing. Did you just extract the
tarfile and run `make bootstrap'? You need to configure, then make, then
make install, as is standard.





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

* bug#13651: Emacs pretest 24.2.93
  2013-02-07 21:11   ` bug#13651: " Glenn Morris
@ 2013-02-07 21:33     ` Ota, Takaaki
  2013-02-07 21:38       ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Ota, Takaaki @ 2013-02-07 21:33 UTC (permalink / raw)
  To: rgm; +Cc: 13651

I did

$ tar Jxvf emacs-24.2.93.tar.xz
$ cd emacs-24.2.93
$ ./configure --prefix ....
$ make bootstrap

bootstrap may not be necessary but this shouldn't fail right?

-Tak

Thu, 7 Feb 2013 16:11:35 -0500: Glenn Morris <rgm@gnu.org> wrote:

> 
> First, there is zero need to cc emacs-devel on bug reports.
> 
> "Ota, Takaaki" wrote:
> 
> > "make bootstrap" fails.
> 
> You don't need to bootstrap a pretest. Why are you doing that?
> Just configure; make; make install.
> 
> > make[1]: Entering directory `/home/ota/emacs/build/emacs-24.2.93/oldXMenu'
> > make[1]: *** No rule to make target `maintainer-clean'.  Stop.
> 
> There is a maintainer-clean rule in oldXMenu/Makefile.in, so I don't
> know why this happened to you. Did oldXMenu/Makefile exist?
> 
> > make[1]: Entering directory `/home/ota/emacs/build/emacs-24.2.93/src'
> > make[1]: *** No rule to make target `distclean'.  Stop.
> 
> I guess you already deleted your src/Makefile at this point.
> 
> 
> I'm pretty confused as to what you are doing. Did you just extract the
> tarfile and run `make bootstrap'? You need to configure, then make, then
> make install, as is standard.
> 






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

* bug#13651: Emacs pretest 24.2.93
  2013-02-07 21:33     ` Ota, Takaaki
@ 2013-02-07 21:38       ` Glenn Morris
  2013-02-07 22:19         ` Ota, Takaaki
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2013-02-07 21:38 UTC (permalink / raw)
  To: Ota, Takaaki; +Cc: 13651

"Ota, Takaaki" wrote:

> $ tar Jxvf emacs-24.2.93.tar.xz
> $ cd emacs-24.2.93
> $ ./configure --prefix ....
> $ make bootstrap

Works for me.

After the configure step, did you have oldXMenu/Makefile?
Did configure complete without errors/problems?

configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib-src/Makefile
config.status: creating oldXMenu/Makefile
etc






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

* bug#13651: Emacs pretest 24.2.93
  2013-02-07 21:38       ` Glenn Morris
@ 2013-02-07 22:19         ` Ota, Takaaki
  2013-02-08  0:40           ` Ota, Takaaki
  0 siblings, 1 reply; 7+ messages in thread
From: Ota, Takaaki @ 2013-02-07 22:19 UTC (permalink / raw)
  To: rgm; +Cc: 13651

OK, I will retry from scratch later.  Thanks for the confirmation.

-Tak

Thu, 7 Feb 2013 16:38:22 -0500: Glenn Morris <rgm@gnu.org> wrote:

> "Ota, Takaaki" wrote:
> 
> > $ tar Jxvf emacs-24.2.93.tar.xz
> > $ cd emacs-24.2.93
> > $ ./configure --prefix ....
> > $ make bootstrap
> 
> Works for me.
> 
> After the configure step, did you have oldXMenu/Makefile?
> Did configure complete without errors/problems?
> 
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating lib/Makefile
> config.status: creating lib-src/Makefile
> config.status: creating oldXMenu/Makefile
> etc
> 
> 






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

* bug#13651: Emacs pretest 24.2.93
  2013-02-07 22:19         ` Ota, Takaaki
@ 2013-02-08  0:40           ` Ota, Takaaki
  2013-02-08  1:10             ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Ota, Takaaki @ 2013-02-08  0:40 UTC (permalink / raw)
  To: rgm; +Cc: 13651

I am sorry it was a false alarm.  I failed to notice that my
configuration was failed due to missing makeinfo.  After installing
makeinfo and started the process all over bootstrap finished without
an issue.

-Tak

Thu, 07 Feb 2013 14:19:42 -0800 (PST): "Ota, Takaaki" <Takaaki.Ota@am.sony.com> wrote:

> OK, I will retry from scratch later.  Thanks for the confirmation.
> 
> -Tak
> 
> Thu, 7 Feb 2013 16:38:22 -0500: Glenn Morris <rgm@gnu.org> wrote:
> 
> > "Ota, Takaaki" wrote:
> > 
> > > $ tar Jxvf emacs-24.2.93.tar.xz
> > > $ cd emacs-24.2.93
> > > $ ./configure --prefix ....
> > > $ make bootstrap
> > 
> > Works for me.
> > 
> > After the configure step, did you have oldXMenu/Makefile?
> > Did configure complete without errors/problems?
> > 
> > configure: creating ./config.status
> > config.status: creating Makefile
> > config.status: creating lib/Makefile
> > config.status: creating lib-src/Makefile
> > config.status: creating oldXMenu/Makefile
> > etc
> > 
> > 






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

* bug#13651: Emacs pretest 24.2.93
  2013-02-08  0:40           ` Ota, Takaaki
@ 2013-02-08  1:10             ` Glenn Morris
  0 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2013-02-08  1:10 UTC (permalink / raw)
  To: Ota, Takaaki; +Cc: 13651

"Ota, Takaaki" wrote:

> I am sorry it was a false alarm.  I failed to notice that my
> configuration was failed due to missing makeinfo.  After installing
> makeinfo and started the process all over bootstrap finished without
> an issue.

Of course, if you don't bootstrap you won't need makeinfo. :)





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

end of thread, other threads:[~2013-02-08  1:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <3yehgsms6k.fsf@fencepost.gnu.org>
2013-02-07 20:15 ` Emacs pretest 24.2.93 Ota, Takaaki
2013-02-07 21:11   ` bug#13651: " Glenn Morris
2013-02-07 21:33     ` Ota, Takaaki
2013-02-07 21:38       ` Glenn Morris
2013-02-07 22:19         ` Ota, Takaaki
2013-02-08  0:40           ` Ota, Takaaki
2013-02-08  1:10             ` Glenn Morris

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