From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.emacs.devel Subject: m68k "Invalid character:" build failure look familiar to anyone? Date: Wed, 24 Sep 2003 00:34:06 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87smmmoilt.fsf@raven.i.defaultvalue.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1064381724 7462 80.91.224.253 (24 Sep 2003 05:35:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2003 05:35:24 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Sep 24 07:35:22 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A22J8-0000UG-00 for ; Wed, 24 Sep 2003 07:35:22 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A22Pi-0003Fe-00 for ; Wed, 24 Sep 2003 07:42:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A22I7-0001Yn-Mr for emacs-devel@quimby.gnus.org; Wed, 24 Sep 2003 01:34:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A22Hy-0001Y8-Mg for emacs-devel@gnu.org; Wed, 24 Sep 2003 01:34:10 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A22Hx-0001XM-54 for emacs-devel@gnu.org; Wed, 24 Sep 2003 01:34:09 -0400 Original-Received: from [66.93.216.237] (helo=defaultvalue.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A22Hw-0001WK-KX for emacs-devel@gnu.org; Wed, 24 Sep 2003 01:34:08 -0400 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id 947613FC2 for ; Wed, 24 Sep 2003 00:34:06 -0500 (CDT) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id 63D27810FC; Wed, 24 Sep 2003 00:34:06 -0500 (CDT) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16588 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16588 I'm trying to track down a 21.3 build failure that only appears on the m68k architecture when trying to build the Debian package (all the other (Debian) architectures build ok). I was hoping to see if this looked familiar to anyone before I try to track it down the hard way. I'd be happy to gather/provide more information if it would be helpful. During a full boostrap build, the build fails as follows: for el in /home/rlb/tmp/emacs21-21.3+1/lisp/emacs-lisp/byte-opt.el /home/rlb/tmp/emacs21-21.3+1/lisp/emacs-lisp/bytecomp.el /home/rlb/tmp/emacs21-21.3+1/lisp/subr.el /home/rlb/tmp/emacs21-21.3+1/lisp/progmodes/cc-mode.el /home/rlb/tmp/emacs21-21.3+1/lisp/progmodes/cc-vars.el $els; do \ echo Compiling $el; \ EMACSLOADPATH=/home/rlb/tmp/emacs21-21.3+1/lisp ../src/bootstrap-emacs -batch --no-site-file --multibyte -f batch-byte-compile $el || exit 1; \ done Compiling /home/rlb/tmp/emacs21-21.3+1/lisp/emacs-lisp/byte-opt.el !! error (("Invalid character: 037000000000, -134217728, 0xf8000000")) !! error (("Invalid character: 037600000000, -33554432, 0xfe000000")) !! error (("Invalid character: 037300000000, -83886080, 0xfb000000")) !! error (("Invalid character: 037500000000, -50331648, 0xfd000000")) !! error (("Invalid character: 037200000000, -100663296, 0xfa000000")) !! error (("Invalid character: 037100000000, -117440512, 0xf9000000")) While compiling toplevel forms in file /home/rlb/tmp/emacs21-21.3+1/lisp/emacs-lisp/byte-opt.el: !! error (("Invalid character: 037600000000, -33554432, 0xfe000000")) !! error (("Invalid character: 037500000000, -50331648, 0xfd000000")) !! error (("Invalid character: 037200000000, -100663296, 0xfa000000")) !! error (("Invalid character: 037500000000, -50331648, 0xfd000000")) !! error (("Invalid character: 037100000000, -117440512, 0xf9000000")) !! error (("Invalid character: 037600000011, -33554423, 0xfe000009")) !! error (("Invalid character: 037600000000, -33554432, 0xfe000000")) Done make[3]: *** [compile-files] Error 1 The full bug is reported here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=207580 and the various architecture build statuses are reported here: http://buildd.debian.org/build.php?arch=&pkg=emacs21 Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4