unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Build failure under linux (21.03.2005)
@ 2005-03-21 19:42 Denis Bueno
  2005-03-21 20:15 ` Denis Bueno
  0 siblings, 1 reply; 4+ messages in thread
From: Denis Bueno @ 2005-03-21 19:42 UTC (permalink / raw)


I built with:

make distclean; ./configure --with-x --with-gtk
--prefix=/tmp/emacs-install && timemake bootstrap
<snip of build output>
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading env (source)...
Loading cus-start (source)...
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
Loading format (source)...
Loading bindings (source)...
Loading files (source)...
Loading cus-face (source)...
Loading faces (source)...
Lists of integers (garbage collection statistics) are normal output
while building Emacs; they do not indicate a problem.
((89628 . 23984) (5289 . 46) (563 . 79) 338505 18908 (14 . 1) (18 . 0)
(6787 . 332))
Loading loaddefs.el (source)...
((110171 . 4292) (7843 . 0) (571 . 71) 1168325 18908 (40 . 33) (18 .
0) (14496 . 57))
Loading simple (source)...
Loading help (source)...
Loading international/mule-cmds (source)...
Loading case-table (source)...
Loading international/utf-8 (source)...
Loading international/utf-16 (source)...
Loading international/characters (source)...
Loading international/latin-1 (source)...
Loading international/latin-2 (source)...
Loading international/latin-3 (source)...
Loading international/latin-4 (source)...
Loading international/latin-5 (source)...
Loading international/latin-8 (source)...
Loading international/latin-9 (source)...
Loading language/chinese (source)...
Loading language/cyrillic (source)...
Loading language/indian (source)...
Loading language/devanagari (source)...
Loading language/malayalam (source)...
Loading language/tamil (source)...
Loading language/kannada (source)...
Loading language/english (source)...
Loading language/ethiopic (source)...
Loading language/european (source)...
Loading language/czech (source)...
Loading language/slovak (source)...
Loading language/romanian (source)...
Loading language/greek (source)...
Loading language/hebrew (source)...
Loading language/japanese (source)...
Loading language/korean (source)...
Loading language/lao (source)...
Loading language/thai (source)...
Loading language/tibetan (source)...
Loading language/vietnamese (source)...
Loading language/misc-lang (source)...
Loading language/utf-8-lang (source)...
Loading language/georgian (source)...
Loading international/ucs-tables (source)...
Loading indent (source)...
Loading window (source)...
Loading frame (source)...
Loading term/tty-colors (source)...
Loading font-core (source)...
Loading facemenu (source)...
Loading mouse (source)...
Loading scroll-bar (source)...
Loading select (source)...
Loading emacs-lisp/timer (source)...
Loading isearch (source)...
((191109 . 5718) (10760 . 4) (590 . 148) 1482456 221477 (64 . 9) (18 .
43) (21755 . 169))
Loading menu-bar (source)...
Loading paths.el (source)...
Loading startup (source)...
Loading emacs-lisp/lisp (source)...
Loading textmodes/page (source)...
Loading register (source)...
Loading textmodes/paragraphs (source)...
Loading emacs-lisp/lisp-mode (source)...
Loading textmodes/text-mode (source)...
Loading textmodes/fill (source)...
((218091 . 7532) (11423 . 3) (594 . 154) 1575355 223177 (66 . 7) (18 .
43) (24019 . 614))
Loading replace (source)...
Loading abbrev (source)...
Loading buff-menu (source)...
Loading emacs-lisp/float-sup (source)...
((225984 . 3718) (11635 . 6) (596 . 152) 1609307 223669 (72 . 4) (18 .
43) (24539 . 220))
Loading vc-hooks (source)...
Loading ediff-hook (source)...
((229049 . 2618) (11738 . 0) (597 . 151) 1617939 223686 (72 . 4) (18 .
43) (24800 . 337))
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under names emacs and emacs-22.0.50
make[1]: *** [bootstrap-emacs] Segmentation fault
make[1]: Leaving directory `/users/dbueno/download/cvs-trees/emacs/src'
make: *** [bootstrap-build] Error 2

real    1m48.127s
user    1m20.170s
sys     0m4.194s

Anyone have any ideas what happened?

uname: Linux 2.6.9-5.0.3.ELsmp #1 SMP Mon Feb 14 10:03:50 EST 2005
i686 i686 i386 GNU/Linux

-- 
Denis Bueno
PGP: http://pgp.mit.edu:11371/pks/lookup?search=0xA1B51B4B&op=index

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

* Re: Build failure under linux (21.03.2005)
  2005-03-21 19:42 Build failure under linux (21.03.2005) Denis Bueno
@ 2005-03-21 20:15 ` Denis Bueno
  2005-03-21 21:15   ` Jan D.
  2005-03-22 13:57   ` Richard Stallman
  0 siblings, 2 replies; 4+ messages in thread
From: Denis Bueno @ 2005-03-21 20:15 UTC (permalink / raw)


Somehow, after trying another `cvs -q -z3 up -dP', and getting no
output, the build with exactly the same command as below, worked.


On Mon, 21 Mar 2005 14:42:46 -0500, Denis Bueno <dbueno@gmail.com> wrote:
> I built with:
> 
> make distclean; ./configure --with-x --with-gtk
> --prefix=/tmp/emacs-install && timemake bootstrap
> <snip of build output>
> Loading emacs-lisp/byte-run (source)...
> Loading emacs-lisp/backquote (source)...
> Loading subr (source)...
> Loading version.el (source)...
> Loading widget (source)...
> Loading custom (source)...
> Loading emacs-lisp/map-ynp (source)...
> Loading env (source)...
> Loading cus-start (source)...
> Loading international/mule (source)...
> Loading international/mule-conf.el (source)...
> Loading format (source)...
> Loading bindings (source)...
> Loading files (source)...
> Loading cus-face (source)...
> Loading faces (source)...
> Lists of integers (garbage collection statistics) are normal output
> while building Emacs; they do not indicate a problem.
> ((89628 . 23984) (5289 . 46) (563 . 79) 338505 18908 (14 . 1) (18 . 0)
> (6787 . 332))
> Loading loaddefs.el (source)...
> ((110171 . 4292) (7843 . 0) (571 . 71) 1168325 18908 (40 . 33) (18 .
> 0) (14496 . 57))
> Loading simple (source)...
> Loading help (source)...
> Loading international/mule-cmds (source)...
> Loading case-table (source)...
> Loading international/utf-8 (source)...
> Loading international/utf-16 (source)...
> Loading international/characters (source)...
> Loading international/latin-1 (source)...
> Loading international/latin-2 (source)...
> Loading international/latin-3 (source)...
> Loading international/latin-4 (source)...
> Loading international/latin-5 (source)...
> Loading international/latin-8 (source)...
> Loading international/latin-9 (source)...
> Loading language/chinese (source)...
> Loading language/cyrillic (source)...
> Loading language/indian (source)...
> Loading language/devanagari (source)...
> Loading language/malayalam (source)...
> Loading language/tamil (source)...
> Loading language/kannada (source)...
> Loading language/english (source)...
> Loading language/ethiopic (source)...
> Loading language/european (source)...
> Loading language/czech (source)...
> Loading language/slovak (source)...
> Loading language/romanian (source)...
> Loading language/greek (source)...
> Loading language/hebrew (source)...
> Loading language/japanese (source)...
> Loading language/korean (source)...
> Loading language/lao (source)...
> Loading language/thai (source)...
> Loading language/tibetan (source)...
> Loading language/vietnamese (source)...
> Loading language/misc-lang (source)...
> Loading language/utf-8-lang (source)...
> Loading language/georgian (source)...
> Loading international/ucs-tables (source)...
> Loading indent (source)...
> Loading window (source)...
> Loading frame (source)...
> Loading term/tty-colors (source)...
> Loading font-core (source)...
> Loading facemenu (source)...
> Loading mouse (source)...
> Loading scroll-bar (source)...
> Loading select (source)...
> Loading emacs-lisp/timer (source)...
> Loading isearch (source)...
> ((191109 . 5718) (10760 . 4) (590 . 148) 1482456 221477 (64 . 9) (18 .
> 43) (21755 . 169))
> Loading menu-bar (source)...
> Loading paths.el (source)...
> Loading startup (source)...
> Loading emacs-lisp/lisp (source)...
> Loading textmodes/page (source)...
> Loading register (source)...
> Loading textmodes/paragraphs (source)...
> Loading emacs-lisp/lisp-mode (source)...
> Loading textmodes/text-mode (source)...
> Loading textmodes/fill (source)...
> ((218091 . 7532) (11423 . 3) (594 . 154) 1575355 223177 (66 . 7) (18 .
> 43) (24019 . 614))
> Loading replace (source)...
> Loading abbrev (source)...
> Loading buff-menu (source)...
> Loading emacs-lisp/float-sup (source)...
> ((225984 . 3718) (11635 . 6) (596 . 152) 1609307 223669 (72 . 4) (18 .
> 43) (24539 . 220))
> Loading vc-hooks (source)...
> Loading ediff-hook (source)...
> ((229049 . 2618) (11738 . 0) (597 . 151) 1617939 223686 (72 . 4) (18 .
> 43) (24800 . 337))
> Finding pointers to doc strings...
> Finding pointers to doc strings...done
> Dumping under names emacs and emacs-22.0.50
> make[1]: *** [bootstrap-emacs] Segmentation fault
> make[1]: Leaving directory `/users/dbueno/download/cvs-trees/emacs/src'
> make: *** [bootstrap-build] Error 2
> 
> real    1m48.127s
> user    1m20.170s
> sys     0m4.194s
> 
> Anyone have any ideas what happened?
> 
> uname: Linux 2.6.9-5.0.3.ELsmp #1 SMP Mon Feb 14 10:03:50 EST 2005
> i686 i686 i386 GNU/Linux
> 
> --
> Denis Bueno
> PGP: http://pgp.mit.edu:11371/pks/lookup?search=0xA1B51B4B&op=index
> 


-- 
Denis Bueno
PGP: http://pgp.mit.edu:11371/pks/lookup?search=0xA1B51B4B&op=index

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

* Re: Build failure under linux (21.03.2005)
  2005-03-21 20:15 ` Denis Bueno
@ 2005-03-21 21:15   ` Jan D.
  2005-03-22 13:57   ` Richard Stallman
  1 sibling, 0 replies; 4+ messages in thread
From: Jan D. @ 2005-03-21 21:15 UTC (permalink / raw)
  Cc: emacs-devel


2005-03-21 kl. 21.15 skrev Denis Bueno:

> Somehow, after trying another `cvs -q -z3 up -dP', and getting no
> output, the build with exactly the same command as below, worked.
>

It may be due to a bad memory module or other flaky hardware, see 
http://www.bitwizard.nl/sig11/ for some examples.

	Jan D.

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

* Re: Build failure under linux (21.03.2005)
  2005-03-21 20:15 ` Denis Bueno
  2005-03-21 21:15   ` Jan D.
@ 2005-03-22 13:57   ` Richard Stallman
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2005-03-22 13:57 UTC (permalink / raw)
  Cc: emacs-devel

    Somehow, after trying another `cvs -q -z3 up -dP', and getting no
    output, the build with exactly the same command as below, worked.

I'm glad it worked.

When you speak of the operating system that is basically the GNU
system with Linux added, would you please call it "GNU/Linux"?  If you
call it just "Linux", you're giving the principal developers none of
the credit.  GNU Emacs is just a part of what we developed to produce
a complete free operating system.

See http://www.gnu.org/gnu/gnu-linux-faq.html for more explanation
about this.

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

end of thread, other threads:[~2005-03-22 13:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-21 19:42 Build failure under linux (21.03.2005) Denis Bueno
2005-03-21 20:15 ` Denis Bueno
2005-03-21 21:15   ` Jan D.
2005-03-22 13:57   ` Richard Stallman

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