* Failure bootstrapping Emacs
@ 2008-01-13 11:23 Angelo Graziosi
2008-01-13 15:21 ` Dan Nicolaescu
0 siblings, 1 reply; 5+ messages in thread
From: Angelo Graziosi @ 2008-01-13 11:23 UTC (permalink / raw)
To: emacs-devel
The failure happens both on GNU/Linux Kubuntu 7.10 and on Cygwin, in
similar way and Emacs is 23.0.50 last CVS.
On GNU/Linux:
------------------------------------------------
...
OpenSSL 0.9.8e 23 Feb 2007
Compiling /home/angelo/downloads/emacs.ports/emacs/lisp/./gnus/gnus-delay.el
/usr/local/emacs/libexec/emacs/23.0.50/i686-pc-linux-gnu/movemail:
invalid option -- -
Compiling /home/angelo/downloads/emacs.ports/emacs/lisp/./gnus/gnus-demon.el
/usr/local/emacs/libexec/emacs/23.0.50/i686-pc-linux-gnu/movemail:
invalid option -- -
Compiling /home/angelo/downloads/emacs.ports/emacs/lisp/./gnus/gnus-diary.el
OpenSSL 0.9.8e 23 Feb 2007
Wrote /home/angelo/downloads/emacs.ports/emacs/lisp/gnus/gnus-diary.elc
Compiling /home/angelo/downloads/emacs.ports/emacs/lisp/./gnus/gnus-dired.el
Wrote /home/angelo/downloads/emacs.ports/emacs/lisp/gnus/gnus-dired.elc
Compiling /home/angelo/downloads/emacs.ports/emacs/lisp/./gnus/gnus-draft.el
/usr/local/emacs/libexec/emacs/23.0.50/i686-pc-linux-gnu/movemail:
invalid option -- -
OpenSSL 0.9.8e 23 Feb 2007
Compiling /home/angelo/downloads/emacs.ports/emacs/lisp/./gnus/gnus-dup.el
/usr/local/emacs/libexec/emacs/23.0.50/i686-pc-linux-gnu/movemail:
invalid option -- -
make[2]: *** [compile] Error 1
make[2]: Leaving directory
`/home/angelo/downloads/emacs.ports/emacs/.build/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/angelo/downloads/emacs.ports/emacs/.build'
make: *** [bootstrap] Error 2
------------------------------------------------
On Cygwin:
------------------------------------------------
...
OpenSSL 0.9.8g 19 Oct 2007
Wrote /tmp/emacs/lisp/gnus/gnus-dup.elc
Compiling /tmp/emacs/lisp/./gnus/gnus-eform.el
/usr/local/emacs/libexec/emacs/23.0.50/i686-pc-cygwin/movemail: illegal
option -- -
Wrote /tmp/emacs/lisp/gnus/gnus-eform.elc
Compiling /tmp/emacs/lisp/./gnus/gnus-ems.el
Wrote /tmp/emacs/lisp/gnus/gnus-ems.elc
Compiling /tmp/emacs/lisp/./gnus/gnus-fun.el
/usr/local/emacs/libexec/emacs/23.0.50/i686-pc-cygwin/movemail: illegal
option -- -
Compiling /tmp/emacs/lisp/./gnus/gnus-group.el
OpenSSL 0.9.8g 19 Oct 2007
Compiling /tmp/emacs/lisp/./gnus/gnus-int.el
Loading gnus-agent...
Wrote /tmp/emacs/lisp/gnus/gnus-int.elc
Compiling /tmp/emacs/lisp/./gnus/gnus-kill.el
In toplevel form:
../../lisp/gnus/gnus-kill.el:34:1:Error: End of file during parsing:
/tmp/emacs/lisp/gnus/gnus-art.elc
make[2]: *** [compile] Error 1
make[2]: Leaving directory `/tmp/emacs/build/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/tmp/emacs/build'
make: *** [bootstrap] Error 2
------------------------------------------------
Beside the failure, the strange thing is the reference to "OpenSSL..."
and the messages:
/usr/local/emacs/libexec/emacs/23.0.50/.../movemail: illegal option -- -
Why is there the interference with the installed Emacs (a previous
bootstrap from 23.0.50-CVS)?
Bootstrapping 23.0.50 CVS:
cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/cvsroot/emacs co -P \
-D "13 Jan 2008 01:00"
does not fail!
It seems that the recent changes to movemail.c is the cause (from
lib-src/ChangeLog):
----------------
* movemail.c:
* make-docfile.c: Remove reference to symbols defined by systems
not supported anymore: MAC_OS8, XENIX and STRIDE.
* (src/m/mips.h):
* (src/m/intel386.h):
* callproc.c:
* config.in:
* ecrt0.c:
* emacs.c:
* fileio.c:
* frame.c:
* getpagesize.h:
* keyboard.c:
* lread.c:
* process.c:
* puresize.h:
* sysdep.c:
* systty.h:
* syswait.h:
* unexec.c:
* xdisp.c:
* alloc.c: Remove code containing references to symbols defined by
unsupported systems.
----------------
Cheers,
Angelo.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Failure bootstrapping Emacs
2008-01-13 11:23 Failure bootstrapping Emacs Angelo Graziosi
@ 2008-01-13 15:21 ` Dan Nicolaescu
2008-01-13 23:45 ` Michael Olson
2008-01-14 9:01 ` Angelo Graziosi
0 siblings, 2 replies; 5+ messages in thread
From: Dan Nicolaescu @ 2008-01-13 15:21 UTC (permalink / raw)
To: Angelo Graziosi; +Cc: emacs-devel
Angelo Graziosi <angelo.graziosi@alice.it> writes:
> The failure happens both on GNU/Linux Kubuntu 7.10 and on Cygwin, in
> similar way and Emacs is 23.0.50 last CVS.
It should work now, please try again.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Failure bootstrapping Emacs
2008-01-13 15:21 ` Dan Nicolaescu
@ 2008-01-13 23:45 ` Michael Olson
2008-01-14 9:01 ` Angelo Graziosi
1 sibling, 0 replies; 5+ messages in thread
From: Michael Olson @ 2008-01-13 23:45 UTC (permalink / raw)
To: emacs-devel
[-- Attachment #1.1: Type: text/plain, Size: 559 bytes --]
Dan Nicolaescu <dann@ics.uci.edu> writes:
> Angelo Graziosi <angelo.graziosi@alice.it> writes:
>
> > The failure happens both on GNU/Linux Kubuntu 7.10 and on Cygwin,
> > in similar way and Emacs is 23.0.50 last CVS.
>
> It should work now, please try again.
It's fixed for me now.
--
Michael Olson -- FSF Associate Member #652 |
http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | |
Programmer -- Hobbies: Lisp, HCoop | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]
[-- Attachment #2: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Failure bootstrapping Emacs
2008-01-13 15:21 ` Dan Nicolaescu
2008-01-13 23:45 ` Michael Olson
@ 2008-01-14 9:01 ` Angelo Graziosi
1 sibling, 0 replies; 5+ messages in thread
From: Angelo Graziosi @ 2008-01-14 9:01 UTC (permalink / raw)
To: Dan Nicolaescu; +Cc: emacs-devel
Dan Nicolaescu ha scritto:
> Angelo Graziosi <angelo.graziosi@alice.it> writes:
>
> > The failure happens both on GNU/Linux Kubuntu 7.10 and on Cygwin, in
> > similar way and Emacs is 23.0.50 last CVS.
>
> It should work now, please try again.
It works fine now!
Many thanks,
Angelo.
---
http://www.webalice.it/angelo.graziosi
Facesti come quei che va di notte,
che porta il lume dietro e se' non giova,
ma dopo se' fa le persone dotte.
---
DANTE, Purgatorio, xxii 67-69
^ permalink raw reply [flat|nested] 5+ messages in thread
* Failure bootstrapping Emacs
@ 2008-07-23 7:54 Angelo Graziosi
0 siblings, 0 replies; 5+ messages in thread
From: Angelo Graziosi @ 2008-07-23 7:54 UTC (permalink / raw)
To: emacs-devel
Current trunk fails to bootstrap on GNU/Linux Kubuntu 8.04:
[...]
gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I.
-I/home/angelo/downloads/emacs.ports/emacs/src -D_BSD_SOURCE
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2
-I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/librsvg-2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -O2
-Wno-pointer-sign /home/angelo/downloads/emacs.ports/emacs/src/emacs.c
/home/angelo/downloads/emacs.ports/emacs/src/emacs.c:830:15: error:
missing expression between '(' and ')'
make[2]: *** [emacs.o] Error 1
[...]
This seems cause by very recent changes to emacs.c. From:
#ifdef LINUX_SBRK_BUG
to
#if (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6
Cheers,
Angelo.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-07-23 7:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-13 11:23 Failure bootstrapping Emacs Angelo Graziosi
2008-01-13 15:21 ` Dan Nicolaescu
2008-01-13 23:45 ` Michael Olson
2008-01-14 9:01 ` Angelo Graziosi
-- strict thread matches above, loose matches on Subject: below --
2008-07-23 7:54 Angelo Graziosi
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.