GNU bug report logs -
#13651
24.2.93; bootstrap from tarfile fails in oldXMenu
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 13651 in the body.
You can then email your comments to 13651 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13651
; Package
emacs
.
(Thu, 07 Feb 2013 20:47:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Ota, Takaaki" <Takaaki.Ota <at> am.sony.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 07 Feb 2013 20:47:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
"make bootstrap" fails.
ota <at> 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 <at> ubuntu:~/emacs/build/emacs-24.2.93$
ota <at> 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 <at> 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 <at> ubuntu:~/emacs/build/emacs-24.2.93$
Thu, 7 Feb 2013 03:41:55 -0500: Glenn Morris <rgm <at> 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 <at> 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 <at> gnu.org
> https://lists.gnu.org/mailman/listinfo/info-gnu-emacs
>
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13651
; Package
emacs
.
(Thu, 07 Feb 2013 21:12:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 13651 <at> debbugs.gnu.org (full text, mbox):
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.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13651
; Package
emacs
.
(Thu, 07 Feb 2013 21:34:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 13651 <at> debbugs.gnu.org (full text, mbox):
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 <at> 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.
>
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13651
; Package
emacs
.
(Thu, 07 Feb 2013 21:39:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 13651 <at> debbugs.gnu.org (full text, mbox):
"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
Changed bug title to '24.2.93; bootstrap from tarfile fails in oldXMenu' from 'Emacs pretest 24.2.93'
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Thu, 07 Feb 2013 21:44:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13651
; Package
emacs
.
(Thu, 07 Feb 2013 22:21:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 13651 <at> debbugs.gnu.org (full text, mbox):
OK, I will retry from scratch later. Thanks for the confirmation.
-Tak
Thu, 7 Feb 2013 16:38:22 -0500: Glenn Morris <rgm <at> 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
>
>
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13651
; Package
emacs
.
(Fri, 08 Feb 2013 00:42:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 13651 <at> debbugs.gnu.org (full text, mbox):
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 <at> 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 <at> 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
> >
> >
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13651
; Package
emacs
.
(Fri, 08 Feb 2013 01:11:01 GMT)
Full text and
rfc822 format available.
Message #25 received at 13651 <at> debbugs.gnu.org (full text, mbox):
"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. :)
Added tag(s) notabug.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Fri, 08 Feb 2013 01:11:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
13651 <at> debbugs.gnu.org and "Ota, Takaaki" <Takaaki.Ota <at> am.sony.com>
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Fri, 08 Feb 2013 01:11:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 08 Mar 2013 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 12 years and 165 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.