* Can't compile emacs-cvs
@ 2006-07-23 1:08 Paulo J. Matos
2006-07-23 13:33 ` Reiner Steib
0 siblings, 1 reply; 4+ messages in thread
From: Paulo J. Matos @ 2006-07-23 1:08 UTC (permalink / raw)
Hi all,
I'm being unable to compile emacs. During bootstrap I get:
./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp
/var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp/emacs-lisp
/var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp/language
/var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp/international
/var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Wrong type argument: listp, 17175830
make[2]: *** [bootstrap-emacs] Error 255
make[2]: Leaving directory
`/var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/src'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs'
make: *** [bootstrap] Error 2
This is configuration info:
Configured for `i686-pc-linux-gnu'.
Where should the build process find the source code? /var/tmp/portage/emacs
-cvs-22.0.50-r2/work/emacs
What operating system and machine description files should Emacs use?
`s/gnu-linux.h' and `m/intel386.h'
What compiler should emacs be built with? i686-pc-linux-gnu-gcc
-O3
Should Emacs use the GNU version of malloc? yes
(Using Doug Lea's new malloc from the GNU C Library.)
Should Emacs use a relocating allocator for buffers? yes
Should Emacs use mmap(2) for buffer allocation? no
What window system should Emacs use? x11
What toolkit should Emacs use? GTK
Where do we find X Windows header files? Standard dirs
Where do we find X Windows libraries? Standard dirs
Does Emacs use -lXaw3d? no
Does Emacs use -lXpm? yes
Does Emacs use -ljpeg? yes
Does Emacs use -ltiff? yes
Does Emacs use -lgif? yes
Does Emacs use -lpng? yes
Does Emacs use X toolkit scroll bars? yes
Any ideas?
--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Can't compile emacs-cvs
[not found] <mailman.4363.1153642998.9609.help-gnu-emacs@gnu.org>
@ 2006-07-23 10:27 ` Giorgos Keramidas
0 siblings, 0 replies; 4+ messages in thread
From: Giorgos Keramidas @ 2006-07-23 10:27 UTC (permalink / raw)
On Sun, 23 Jul 2006 02:08:22 +0100, "Paulo J. Matos" <pocmatos@gmail.com> wrote:
> Hi all,
>
> I'm being unable to compile emacs. During bootstrap I get:
> ./temacs --batch --load loadup bootstrap
> Loading loadup.el (source)...
> Using load-path (/var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp
> /var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp/emacs-lisp
> /var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp/language
> /var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp/international
> /var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp/textmodes)
> Loading emacs-lisp/byte-run (source)...
> Wrong type argument: listp, 17175830
> make[2]: *** [bootstrap-emacs] Error 255
> make[2]: Leaving directory
> `/var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/src'
> make[1]: *** [bootstrap-build] Error 2
> make[1]: Leaving directory `/var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs'
> make: *** [bootstrap] Error 2
Is this with a clean checkout of Emacs? I successfully finished
building Emacs from CVS here, using a snapshot from 2006-07-22 21:22:52
UTC last night.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Can't compile emacs-cvs
2006-07-23 1:08 Can't compile emacs-cvs Paulo J. Matos
@ 2006-07-23 13:33 ` Reiner Steib
2006-07-27 2:04 ` Paulo J. Matos
0 siblings, 1 reply; 4+ messages in thread
From: Reiner Steib @ 2006-07-23 13:33 UTC (permalink / raw)
On Sun, Jul 23 2006, Paulo J. Matos wrote:
> I'm being unable to compile emacs. During bootstrap I get:
> ./temacs --batch --load loadup bootstrap
> Loading loadup.el (source)...
> Using load-path (/var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp
> /var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp/emacs-lisp
> /var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp/language
> /var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp/international
> /var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/lisp/textmodes)
> Loading emacs-lisp/byte-run (source)...
> Wrong type argument: listp, 17175830
> make[2]: *** [bootstrap-emacs] Error 255
> make[2]: Leaving directory
> `/var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs/src'
> make[1]: *** [bootstrap-build] Error 2
> make[1]: Leaving directory `/var/tmp/portage/emacs-cvs-22.0.50-r2/work/emacs'
> make: *** [bootstrap] Error 2
,----[ INSTALL.CVS ]
| Questions, requests, and bug reports about the CVS versions of Emacs
| should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help
| or gnu.emacs.bug. Ideally, use M-x report-emacs-bug RET which will
| send it to the proper place.
`----
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Can't compile emacs-cvs
2006-07-23 13:33 ` Reiner Steib
@ 2006-07-27 2:04 ` Paulo J. Matos
0 siblings, 0 replies; 4+ messages in thread
From: Paulo J. Matos @ 2006-07-27 2:04 UTC (permalink / raw)
Cc: help-gnu-emacs
Found problem. Emacs-CVS doesn't compile with -O3, ok with -O2. :-)
--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-07-27 2:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-23 1:08 Can't compile emacs-cvs Paulo J. Matos
2006-07-23 13:33 ` Reiner Steib
2006-07-27 2:04 ` Paulo J. Matos
[not found] <mailman.4363.1153642998.9609.help-gnu-emacs@gnu.org>
2006-07-23 10:27 ` Giorgos Keramidas
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.