* emacs (cvs) doesn't build
@ 2005-04-11 11:39 Helmut Jarausch
2005-04-11 18:22 ` Ehud Karni
[not found] ` <mailman.1085.1113242057.2895.bug-gnu-emacs@gnu.org>
0 siblings, 2 replies; 7+ messages in thread
From: Helmut Jarausch @ 2005-04-11 11:39 UTC (permalink / raw)
Hi,
I have no luck in building the cvs-version of emacs.
I've tried
CFLAGS="-O3 -march=i686" ./configure --prefix=/usr/local \
--with-jpeg --with-tiff --with-gif --with-png --with-x
make bootstrap
but I always get
./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/OBJ/Editor/emacs-cvs/lisp
/OBJ/Editor/emacs-cvs/lisp/emacs-lisp
/OBJ/Editor/emacs-cvs/lisp/language
/OBJ/Editor/emacs-cvs/lisp/international
/OBJ/Editor/emacs-cvs/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Wrong type argument: listp, []
make[1]: *** [bootstrap-emacs] Error 255
make[1]: Leaving directory `/Obj/OBJ/Editor/emacs-cvs/src'
What am I missing?
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: emacs (cvs) doesn't build
2005-04-11 11:39 emacs (cvs) doesn't build Helmut Jarausch
@ 2005-04-11 18:22 ` Ehud Karni
[not found] ` <mailman.1085.1113242057.2895.bug-gnu-emacs@gnu.org>
1 sibling, 0 replies; 7+ messages in thread
From: Ehud Karni @ 2005-04-11 18:22 UTC (permalink / raw)
Cc: bug-gnu-emacs
On Mon, 11 Apr 2005 13:39:37 +0200, Helmut Jarausch wrote:
>
> I have no luck in building the cvs-version of emacs.
> I've tried
>
>
> CFLAGS="-O3 -march=i686" ./configure --prefix=/usr/local \
> --with-jpeg --with-tiff --with-gif --with-png --with-x
>
> make bootstrap
>
>
> but I always get
> ./temacs --batch --load loadup bootstrap
> Loading loadup.el (source)...
> Using load-path (/OBJ/Editor/emacs-cvs/lisp
> /OBJ/Editor/emacs-cvs/lisp/emacs-lisp
> /OBJ/Editor/emacs-cvs/lisp/language
> /OBJ/Editor/emacs-cvs/lisp/international
> /OBJ/Editor/emacs-cvs/lisp/textmodes)
> Loading emacs-lisp/byte-run (source)...
> Loading emacs-lisp/backquote (source)...
> Loading subr (source)...
> Wrong type argument: listp, []
> make[1]: *** [bootstrap-emacs] Error 255
> make[1]: Leaving directory `/Obj/OBJ/Editor/emacs-cvs/src'
Try to delete the old temacs before running `make bootstrap'.
Ehud.
--
Ehud Karni Tel: +972-3-7966-561 /"\
Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign
Insurance agencies (USA) voice mail and X Against HTML Mail
http://www.mvs.co.il FAX: 1-815-5509341 / \
GnuPG: 98EA398D <http://www.keyserver.net/> Better Safe Than Sorry
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: emacs (cvs) doesn't build
[not found] ` <mailman.1085.1113242057.2895.bug-gnu-emacs@gnu.org>
@ 2005-04-11 19:22 ` Helmut Jarausch
2005-04-11 20:09 ` [Solved] " Helmut Jarausch
1 sibling, 0 replies; 7+ messages in thread
From: Helmut Jarausch @ 2005-04-11 19:22 UTC (permalink / raw)
Cc: bug-gnu-emacs
Ehud Karni wrote:
> On Mon, 11 Apr 2005 13:39:37 +0200, Helmut Jarausch wrote:
>
>>I have no luck in building the cvs-version of emacs.
>>I've tried
>>
>>
>>CFLAGS="-O3 -march=i686" ./configure --prefix=/usr/local \
>> --with-jpeg --with-tiff --with-gif --with-png --with-x
>>
>>make bootstrap
>>
>>
>>but I always get
>>./temacs --batch --load loadup bootstrap
>>Loading loadup.el (source)...
>>Using load-path (/OBJ/Editor/emacs-cvs/lisp
>>/OBJ/Editor/emacs-cvs/lisp/emacs-lisp
>>/OBJ/Editor/emacs-cvs/lisp/language
>>/OBJ/Editor/emacs-cvs/lisp/international
>>/OBJ/Editor/emacs-cvs/lisp/textmodes)
>>Loading emacs-lisp/byte-run (source)...
>>Loading emacs-lisp/backquote (source)...
>>Loading subr (source)...
>>Wrong type argument: listp, []
>>make[1]: *** [bootstrap-emacs] Error 255
>>make[1]: Leaving directory `/Obj/OBJ/Editor/emacs-cvs/src'
>
>
> Try to delete the old temacs before running `make bootstrap'.
Thanks, but there is no __old__ temacs. Before 'make'
there is no such thing and then it's built freshly.
And it fails (cvs from today)
Helmut.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Solved] Re: emacs (cvs) doesn't build
[not found] ` <mailman.1085.1113242057.2895.bug-gnu-emacs@gnu.org>
2005-04-11 19:22 ` Helmut Jarausch
@ 2005-04-11 20:09 ` Helmut Jarausch
2005-04-11 21:52 ` Eli Zaretskii
` (2 more replies)
1 sibling, 3 replies; 7+ messages in thread
From: Helmut Jarausch @ 2005-04-11 20:09 UTC (permalink / raw)
Cc: bug-gnu-emacs
Ehud Karni wrote:
> On Mon, 11 Apr 2005 13:39:37 +0200, Helmut Jarausch wrote:
>
>>I have no luck in building the cvs-version of emacs.
>>I've tried
>>
>>
>>CFLAGS="-O3 -march=i686" ./configure --prefix=/usr/local \
>> --with-jpeg --with-tiff --with-gif --with-png --with-x
>>
>>make bootstrap
>>
>>
>>but I always get
>>./temacs --batch --load loadup bootstrap
>>Loading loadup.el (source)...
>>Using load-path (/OBJ/Editor/emacs-cvs/lisp
>>/OBJ/Editor/emacs-cvs/lisp/emacs-lisp
>>/OBJ/Editor/emacs-cvs/lisp/language
>>/OBJ/Editor/emacs-cvs/lisp/international
>>/OBJ/Editor/emacs-cvs/lisp/textmodes)
>>Loading emacs-lisp/byte-run (source)...
>>Loading emacs-lisp/backquote (source)...
>>Loading subr (source)...
>>Wrong type argument: listp, []
>>make[1]: *** [bootstrap-emacs] Error 255
>>make[1]: Leaving directory `/Obj/OBJ/Editor/emacs-cvs/src'
>
>
> Try to delete the old temacs before running `make bootstrap'.
No, that didn't help, temacs was freshly built, but
I couldn't believe it but emacs seems to be the first package
which fails when compiled with -O3 under gcc-3.4.3
It builds OK with (just) -O
Helmut.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Solved] Re: emacs (cvs) doesn't build
2005-04-11 20:09 ` [Solved] " Helmut Jarausch
@ 2005-04-11 21:52 ` Eli Zaretskii
[not found] ` <mailman.1112.1113255032.2895.bug-gnu-emacs@gnu.org>
2005-04-12 13:51 ` Richard Stallman
2 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2005-04-11 21:52 UTC (permalink / raw)
Cc: bug-gnu-emacs
> Date: Mon, 11 Apr 2005 22:09:25 +0200
> From: Helmut Jarausch <jarausch@skynet.be>
> Cc: bug-gnu-emacs@gnu.org
>
> >>Loading subr (source)...
> >>Wrong type argument: listp, []
> >>make[1]: *** [bootstrap-emacs] Error 255
> >>make[1]: Leaving directory `/Obj/OBJ/Editor/emacs-cvs/src'
> >
> >
> > Try to delete the old temacs before running `make bootstrap'.
>
> No, that didn't help, temacs was freshly built, but
>
> I couldn't believe it but emacs seems to be the first package
> which fails when compiled with -O3 under gcc-3.4.3
>
> It builds OK with (just) -O
How about -O2, does it build okay or does it fail like with -O3?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Solved] Re: emacs (cvs) doesn't build
[not found] ` <mailman.1112.1113255032.2895.bug-gnu-emacs@gnu.org>
@ 2005-04-12 7:08 ` Helmut Jarausch
0 siblings, 0 replies; 7+ messages in thread
From: Helmut Jarausch @ 2005-04-12 7:08 UTC (permalink / raw)
Cc: bug-gnu-emacs, jarausch
Eli Zaretskii wrote:
>>Date: Mon, 11 Apr 2005 22:09:25 +0200
>>From: Helmut Jarausch <jarausch@skynet.be>
>>I couldn't believe it but emacs seems to be the first package
>>which fails when compiled with -O3 under gcc-3.4.3
>>
>>It builds OK with (just) -O
>
>
> How about -O2, does it build okay or does it fail like with -O3?
Yes, it does!
Many thanks,
Helmut.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Solved] Re: emacs (cvs) doesn't build
2005-04-11 20:09 ` [Solved] " Helmut Jarausch
2005-04-11 21:52 ` Eli Zaretskii
[not found] ` <mailman.1112.1113255032.2895.bug-gnu-emacs@gnu.org>
@ 2005-04-12 13:51 ` Richard Stallman
2 siblings, 0 replies; 7+ messages in thread
From: Richard Stallman @ 2005-04-12 13:51 UTC (permalink / raw)
Cc: bug-gnu-emacs
I couldn't believe it but emacs seems to be the first package
which fails when compiled with -O3 under gcc-3.4.3
This could be a GCC bug, or it could be an Emacs bug.
Either way, it would be quite useful to debug it.
A first step is to compile some files with -O and some with -O3. By
trying that in different ways, you can find out which file the problem
is in. I would suggest binary search: first try compiling half
the files with -O3, then you'll know it's in one set of half the files.
Then divide thst set in half, etc.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-04-12 13:51 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-11 11:39 emacs (cvs) doesn't build Helmut Jarausch
2005-04-11 18:22 ` Ehud Karni
[not found] ` <mailman.1085.1113242057.2895.bug-gnu-emacs@gnu.org>
2005-04-11 19:22 ` Helmut Jarausch
2005-04-11 20:09 ` [Solved] " Helmut Jarausch
2005-04-11 21:52 ` Eli Zaretskii
[not found] ` <mailman.1112.1113255032.2895.bug-gnu-emacs@gnu.org>
2005-04-12 7:08 ` Helmut Jarausch
2005-04-12 13:51 ` Richard Stallman
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.