From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Denis Bueno Newsgroups: gmane.emacs.devel Subject: Re: Build failure under linux (21.03.2005) Date: Mon, 21 Mar 2005 15:15:10 -0500 Message-ID: <6dbd4d00050321121560050f09@mail.gmail.com> References: <6dbd4d0005032111424a6a7acf@mail.gmail.com> Reply-To: Denis Bueno NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1111436422 7308 80.91.229.2 (21 Mar 2005 20:20:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2005 20:20:22 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 21 21:20:21 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DDTNN-0004IF-Sp for ged-emacs-devel@m.gmane.org; Mon, 21 Mar 2005 21:19:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDTeX-00041v-D2 for ged-emacs-devel@m.gmane.org; Mon, 21 Mar 2005 15:37:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DDTbH-0000Lq-Nv for emacs-devel@gnu.org; Mon, 21 Mar 2005 15:34:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DDTbC-0000In-Ul for emacs-devel@gnu.org; Mon, 21 Mar 2005 15:34:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDTbC-0000Gy-7W for emacs-devel@gnu.org; Mon, 21 Mar 2005 15:34:06 -0500 Original-Received: from [64.233.184.192] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DDTIw-00079p-1l for emacs-devel@gnu.org; Mon, 21 Mar 2005 15:15:14 -0500 Original-Received: by wproxy.gmail.com with SMTP id 55so1340879wri for ; Mon, 21 Mar 2005 12:15:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=fPz6HVh7vmeHa2VfcxtW4FATo0GruvQyEAwNc+w13p+wENnaXlJ+9tFkbvhAk/hh6f5L8yJN1YOSM9keAKfz5L337UJGrqGII2Pmu/n19yZ8UYoMvm2SRa3NpeKYhSThrhwhV+iE/rGm/t47ZOt/hhgEebx0x+Julrzcun50vzw= Original-Received: by 10.54.29.61 with SMTP id c61mr5248035wrc; Mon, 21 Mar 2005 12:15:11 -0800 (PST) Original-Received: by 10.54.43.7 with HTTP; Mon, 21 Mar 2005 12:15:10 -0800 (PST) Original-To: emacs-devel@gnu.org In-Reply-To: <6dbd4d0005032111424a6a7acf@mail.gmail.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34912 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34912 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 wrote: > I built with: > > make distclean; ./configure --with-x --with-gtk > --prefix=/tmp/emacs-install && timemake bootstrap > > 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