From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fu-Gangqiang Newsgroups: gmane.lisp.guile.bugs Subject: guile 1.9.15 install Date: Thu, 3 Feb 2011 16:23:31 +0800 (CST) Message-ID: <49398cf3.eeb.12dea9e7c31.Coremail.lispor@163.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1296721779 23028 80.91.229.12 (3 Feb 2011 08:29:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Feb 2011 08:29:39 +0000 (UTC) To: "Guile bug" Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Feb 03 09:29:35 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PkuZK-0000a3-Sr for guile-bugs@m.gmane.org; Thu, 03 Feb 2011 09:29:35 +0100 Original-Received: from localhost ([127.0.0.1]:50860 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkuZK-0002Kr-3B for guile-bugs@m.gmane.org; Thu, 03 Feb 2011 03:29:34 -0500 Original-Received: from [140.186.70.92] (port=54872 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkuZB-0002KS-6n for bug-guile@gnu.org; Thu, 03 Feb 2011 03:29:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkuZ8-0001JH-SI for bug-guile@gnu.org; Thu, 03 Feb 2011 03:29:25 -0500 Original-Received: from m13-29.163.com ([220.181.13.29]:36620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkuTk-0008Eu-Sw for bug-guile@gnu.org; Thu, 03 Feb 2011 03:26:18 -0500 Original-Received: from lispor ( [110.52.62.11] ) by ajax-webmail-wmsvr29 (Coremail) ; Thu, 3 Feb 2011 16:23:31 +0800 (CST) X-Originating-IP: [110.52.62.11] X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 110119(12730.3605.3605) Copyright (c) 2002-2011 www.mailtech.cn 163com X-CM-TRANSID: HcGowKCr5+sDZkpNzgIMAA--.49152W X-CM-SenderInfo: xolv10ru6rljoofrz/1tbipg-ap0gYxqg5agABs4 X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 220.181.13.29 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5070 Archived-At: Hi, All I install guile 1.9.15 on Linux 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12 UTC 2010 i686 GNU/Linux when I run:make check, I had these problems: -------->cut here<--------- make[4]: Leaving directory `/home/lispor/Downloads/guile-1.9.15/test-suite/vm' make[3]: Leaving directory `/home/lispor/Downloads/guile-1.9.15/test-suite/vm' make[3]: Entering directory `/home/lispor/Downloads/guile-1.9.15/test-suite' make check-TESTS make[4]: Entering directory `/home/lispor/Downloads/guile-1.9.15/test-suite' PASS: lalr/test-glr-associativity.scm PASS: lalr/test-glr-basics-01.scm %% Shift/Reduce conflict (shift 1, reduce 3) on 'A' in state 0 PASS: lalr/test-glr-basics-02.scm %% Shift/Reduce conflict (shift 1, reduce 5) on 'A' in state 0 PASS: lalr/test-glr-basics-03.scm %% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0 PASS: lalr/test-glr-basics-04.scm %% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0 PASS: lalr/test-glr-basics-05.scm %% Shift/Reduce conflict (shift 5, reduce 2) on 'error' in state 8 %% Shift/Reduce conflict (shift 4, reduce 2) on 'N' in state 8 %% Shift/Reduce conflict (shift 3, reduce 2) on 'O' in state 8 %% Shift/Reduce conflict (shift 2, reduce 2) on 'T' in state 8 PASS: lalr/test-glr-script-expression.scm PASS: lalr/test-glr-single-expressions.scm %% Reduce/Reduce conflict (reduce 5, reduce 4) on 'M' in state 11 %% Reduce/Reduce conflict (reduce 5, reduce 4) on 'A' in state 11 %% Reduce/Reduce conflict (reduce 5, reduce 4) on '*eoi*' in state 11 PASS: lalr/test-lr-associativity-01.scm PASS: lalr/test-lr-basics-01.scm %% Shift/Reduce conflict (shift 1, reduce 3) on 'A' in state 0 PASS: lalr/test-lr-basics-02.scm %% Shift/Reduce conflict (shift 1, reduce 5) on 'A' in state 0 PASS: lalr/test-lr-basics-03.scm %% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0 PASS: lalr/test-lr-basics-04.scm %% Shift/Reduce conflict (shift 1, reduce 4) on 'A' in state 0 PASS: lalr/test-lr-basics-05.scm %% Shift/Reduce conflict (shift 3, reduce 2) on 'error' in state 5 %% Shift/Reduce conflict (shift 2, reduce 2) on 'NUMBER' in state 5 %% Shift/Reduce conflict (shift 1, reduce 2) on 'NEWLINE' in state 5 %% Shift/Reduce conflict (shift 3, reduce 3) on 'error' in state 0 %% Shift/Reduce conflict (shift 2, reduce 3) on 'NUMBER' in state 0 %% Shift/Reduce conflict (shift 1, reduce 3) on 'NEWLINE' in state 0 PASS: lalr/test-lr-error-recovery-01.scm PASS: lalr/test-lr-error-recovery-02.scm PASS: lalr/test-lr-no-clause.scm %% Shift/Reduce conflict (shift 5, reduce 2) on 'error' in state 8 %% Shift/Reduce conflict (shift 4, reduce 2) on 'N' in state 8 %% Shift/Reduce conflict (shift 3, reduce 2) on 'O' in state 8 %% Shift/Reduce conflict (shift 2, reduce 2) on 'T' in state 8 PASS: lalr/test-lr-script-expression.scm PASS: lalr/test-lr-single-expressions.scm ... ... UNRESOLVED: eval.test: promises: basic promise behaviour: a forced promise does not reference its environment UNRESOLVED: eval.test: stacks: stack involving a subr UNRESOLVED: eval.test: stacks: stack involving a gsubr UNRESOLVED: eval.test: stacks: arguments of a gsubr stack frame ... ... UNRESOLVED: i18n.test: text collation (French): string-locale? UNRESOLVED: i18n.test: text collation (French): string-locale-ci<>? (wide strings) UNRESOLVED: i18n.test: text collation (French): string-locale-ci<>? (wide and narrow strings) UNRESOLVED: i18n.test: text collation (French): char-locale-ci<>? UNRESOLVED: i18n.test: text collation (French): char-locale-ci<>? (wide) UNRESOLVED: i18n.test: character mapping: char-locale-upcase Turkish UNRESOLVED: i18n.test: character mapping: char-locale-downcase Turkish UNRESOLVED: i18n.test: string mapping: string-locale-upcase Turkish UNRESOLVED: i18n.test: string mapping: string-locale-downcase Turkish UNRESOLVED: i18n.test: number parsing: locale-string->inexact (French) UNRESOLVED: i18n.test: nl-langinfo et al.: locale-day (French) UNRESOLVED: i18n.test: nl-langinfo et al.: locale-day (French, using `%global-locale') ... ... ... UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 169 #\\xa9 "\xa9") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 170 #\\xaa "\xaa") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 171 #\\xab "\xab") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 172 #\\xac "\xac") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 173 #\255 "\xad") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 174 #\\xae "\xae") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 175 #\\xaf "\xaf") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 176 #\\xb0 "\xb0") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 177 #\\xb1 "\xb1") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 178 #\\xb2 "\xb2") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 179 #\\xb3 "\xb3") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 180 #\\xb4 "\xb4") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 181 #\\xb5 "\xb5") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 182 #\\xb6 "\xb6") UNRESOLVED: regexp.test: regexp-quote: regexp/extended: (char 183 #\\xb7 "\xb7") ... ... Running threads.test -------->cut here<--------- I run down here and couldn't go forward. any problems?