From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.devel Subject: Re: Current git master build fails on 32bit Date: Sun, 12 Jun 2016 17:27:12 -0400 Message-ID: <20160612212712.QDMI9.101781.root@cdptpa-web14> References: <20160523114650.PKIQO.155860.root@cdptpa-web20> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1465766869 9455 80.91.229.3 (12 Jun 2016 21:27:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jun 2016 21:27:49 +0000 (UTC) To: guile-devel@gnu.org, dsmich@roadrunner.com Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jun 12 23:27:39 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bCCuw-0006FJ-UA for guile-devel@m.gmane.org; Sun, 12 Jun 2016 23:27:39 +0200 Original-Received: from localhost ([::1]:52764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCCuv-0007MU-Ts for guile-devel@m.gmane.org; Sun, 12 Jun 2016 17:27:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCCue-0007MP-RR for guile-devel@gnu.org; Sun, 12 Jun 2016 17:27:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCCuY-0000vG-Lu for guile-devel@gnu.org; Sun, 12 Jun 2016 17:27:19 -0400 Original-Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.226]:23528 helo=cdptpa-oedge-vip.email.rr.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCCuY-0000uj-G4 for guile-devel@gnu.org; Sun, 12 Jun 2016 17:27:14 -0400 Authentication-Results: cdptpa-oedge03 smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) Original-Received: from [107.14.174.248] ([107.14.174.248:41861] helo=cdptpa-web14) by cdptpa-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTPA id A6/41-16112-0B3DD575; Sun, 12 Jun 2016 21:27:12 +0000 In-Reply-To: <20160523114650.PKIQO.155860.root@cdptpa-web20> X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: from 65.185.85.154 by webmail.roadrunner.com; Sun, 12 Jun 2016 21:27:12 +0000 X-RR-Connecting-IP: 107.14.168.142:2525 X-Cloudmark-Score: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 107.14.166.226 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18344 Archived-At: ---- dsmich@roadrunner.com wrote: > Git master is failing to build for me. My old 32bit single core machine. > > $ git describe > v2.1.2-164-gc95a193 > Yey! v2.1.2-200-g7142005 is now (mostly) working. However, make -k check is failing in a few places. Handling EOF seems to be a common theme... : language/ecmascript/tokenize.scm:460:21: language/ecmascript/tokenize.scm:460:21: Syntax error: unknown file:1:0: bad syntax: character not allowed in form # FAIL: test-language error: interrupted by the user and Running ecmascript.test ERROR: ecmascript.test: parser: true; - arguments: ((syntax-error #f "Syntax error: unexpected end of input" #f #f #f)) ERROR: ecmascript.test: parser: true; - arguments: ((syntax-error #f "Syntax error: unexpected end of input" #f #f #f)) ERROR: ecmascript.test: parser: 2 + 2; - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) ERROR: ecmascript.test: parser: 2 + 2; - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) ERROR: ecmascript.test: parser: 2\xa0+2; - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) ERROR: ecmascript.test: parser: 2\xa0+2; - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) ERROR: ecmascript.test: parser: "hello"; - arguments: ((wrong-type-arg "string" "Wrong type (expecting ~A): ~S" ("character" #) (#))) ERROR: ecmascript.test: parser: "hello"; - arguments: ((wrong-type-arg "string" "Wrong type (expecting ~A): ~S" ("character" #) (#))) ERROR: ecmascript.test: parser: function square(x) { return x * x; } - arguments: ((syntax-error #f "Syntax error: unexpected end of input" #f #f #f)) ERROR: ecmascript.test: parser: function square(x) { return x * x; } - arguments: ((syntax-error #f "Syntax error: unexpected end of input" #f #f #f)) ERROR: ecmascript.test: parser: document.write('Hello, world!'); - arguments: ((syntax-error #f "Syntax error: unexpected end of input" #f #f #f)) ERROR: ecmascript.test: parser: document.write('Hello, world!'); - arguments: ((syntax-error #f "Syntax error: unexpected end of input" #f #f #f)) ERROR: ecmascript.test: parser: var x = { foo: 12, bar: "hello" }; - arguments: ((syntax-error #f "Syntax error: unexpected end of input" #f #f #f)) ERROR: ecmascript.test: parser: var x = { foo: 12, bar: "hello" }; - arguments: ((syntax-error #f "Syntax error: unexpected end of input" #f #f #f)) ERROR: ecmascript.test: parser: "\x12"; - arguments: ((wrong-type-arg "string" "Wrong type (expecting ~A): ~S" ("character" #) (#))) ERROR: ecmascript.test: parser: "\x12"; - arguments: ((wrong-type-arg "string" "Wrong type (expecting ~A): ~S" ("character" #) (#))) ERROR: ecmascript.test: parser: "\u1234"; - arguments: ((wrong-type-arg "string" "Wrong type (expecting ~A): ~S" ("character" #) (#))) ERROR: ecmascript.test: parser: "\u1234"; - arguments: ((wrong-type-arg "string" "Wrong type (expecting ~A): ~S" ("character" #) (#))) ERROR: ecmascript.test: parser: function foo(x) { } - arguments: ((syntax-error #f "Syntax error: unexpected end of input" #f #f #f)) ERROR: ecmascript.test: parser: function foo(x) { } - arguments: ((syntax-error #f "Syntax error: unexpected end of input" #f #f #f)) ERROR: ecmascript.test: parser: .123; - arguments: ((syntax-error #f "bad syntax: character not allowed" ((filename . #f) (line . 0) (column . 0)) # #f ())) ERROR: ecmascript.test: parser: .123; - arguments: ((syntax-error #f "bad syntax: character not allowed" ((filename . #f) (line . 0) (column . 0)) # #f ())) ERROR: ecmascript.test: parser: 0xff; - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) ERROR: ecmascript.test: parser: 0xff; - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) ERROR: ecmascript.test: compiler: true; - arguments: ((syntax-error #f "Syntax error: unexpected end of input" #f #f #f)) ERROR: ecmascript.test: compiler: if (3 > 2) true; else false; - arguments: ((syntax-error #f "Syntax error: unexpected end of input" #f #f #f)) ERROR: ecmascript.test: compiler: 2 + 2; - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) ERROR: ecmascript.test: compiler: "hello"; - arguments: ((wrong-type-arg "string" "Wrong type (expecting ~A): ~S" ("character" #) (#))) ERROR: ecmascript.test: compiler: var test = { bar: 1 }; - arguments: ((syntax-error #f "Syntax error: unexpected end of input" #f #f #f)) ERROR: ecmascript.test: compiler: 42 + " good times!"; - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) ERROR: ecmascript.test: compiler: [0,1,2,3,4,5].length * 7; - arguments: ((syntax-error #f "bad syntax: character not allowed" ((filename . #f) (line . 0) (column . 0)) # #f ())) and Running ports.test FAIL: ports.test: file: in tell 1 FAIL: ports.test: file: in tell 0 after unread ERROR: ports.test: file: putback buffer flushed after seek - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) ERROR: ports.test: string ports: input tell 1 - arguments: ((out-of-range "string_port_seek" "Value out of range: ~S" (-33) (-33))) ERROR: ports.test: string ports: input tell back to 0 - arguments: ((out-of-range "string_port_seek" "Value out of range: ~S" (-1) (-1))) ERROR: ports.test: string ports: putback buffer discarded after seek - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) ERROR: ports.test: string ports: input seek to beginning - arguments: ((out-of-range "string_port_seek" "Value out of range: ~S" (-1) (-1))) ERROR: ports.test: string ports: input reread first char - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) FAIL: ports.test: seek: file port: SEEK_CUR FAIL: ports.test: truncate-file: file port: shorten to current pos and Running suspendable-ports.test FAIL: suspendable-ports.test: file: in tell 1 FAIL: suspendable-ports.test: file: in tell 0 after unread ERROR: suspendable-ports.test: file: putback buffer flushed after seek - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) ERROR: suspendable-ports.test: string ports: input tell 1 - arguments: ((out-of-range "string_port_seek" "Value out of range: ~S" (-33) (-33))) ERROR: suspendable-ports.test: string ports: input tell back to 0 - arguments: ((out-of-range "string_port_seek" "Value out of range: ~S" (-1) (-1))) ERROR: suspendable-ports.test: string ports: putback buffer discarded after seek - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) ERROR: suspendable-ports.test: string ports: input seek to beginning - arguments: ((out-of-range "string_port_seek" "Value out of range: ~S" (-1) (-1))) ERROR: suspendable-ports.test: string ports: input reread first char - arguments: ((wrong-type-arg "char=?" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "character" #) (#))) FAIL: suspendable-ports.test: seek: file port: SEEK_CUR FAIL: suspendable-ports.test: truncate-file: file port: shorten to current pos UNRESOLVED: suspendable-ports.test: 7.2.11 Binary Output: put-bytevector [2 args] UNRESOLVED: suspendable-ports.test: 7.2.11 Binary Output: put-bytevector [3 args] UNRESOLVED: suspendable-ports.test: 7.2.11 Binary Output: put-bytevector [4 args] ERROR: suspendable-ports.test: 7.2.7 Input Ports: custom binary input port unbuffered & 'port-position' - arguments: ((out-of-range "string_port_seek" "Value out of range: ~S" (-9) (-9))) -Dale