From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Price Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.bugs Subject: Re: guile 2.0.9 make check error, in bit-operations.test, elisp-compiler.test and eval-string.test Date: Thu, 24 Oct 2013 05:20:55 +0100 Message-ID: <87d2mvxpso.fsf@Kagami.home> References: <2013101517050250897627@126.com> <87bo2j1wmo.fsf@Kagami.home> <2013102109434970579116@126.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1382588473 12558 80.91.229.3 (24 Oct 2013 04:21:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2013 04:21:13 +0000 (UTC) Cc: bug-guile , guile-user To: "" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Oct 24 06:21:19 2013 Return-path: Envelope-to: guile-user@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 1VZCQB-0006nm-2Q for guile-user@m.gmane.org; Thu, 24 Oct 2013 06:21:19 +0200 Original-Received: from localhost ([::1]:52444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZCQA-00045f-L6 for guile-user@m.gmane.org; Thu, 24 Oct 2013 00:21:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZCPz-00045N-La for guile-user@gnu.org; Thu, 24 Oct 2013 00:21:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZCPv-0002Fh-Ie for guile-user@gnu.org; Thu, 24 Oct 2013 00:21:07 -0400 Original-Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:51254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZCPv-0002FY-7N; Thu, 24 Oct 2013 00:21:03 -0400 Original-Received: by mail-wg0-f46.google.com with SMTP id m15so1711023wgh.13 for ; Wed, 23 Oct 2013 21:21:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:references:mail-followup-to:date:in-reply-to :message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=ZktNMJgwZjUKKnoB74qf4qDQ4QCYIi7XCKyXoq2Ib/M=; b=LzT3/dTmRAQY0PbsEv3S34zLhxzLSxg4+GyGjOrUOtazsaSnJqnkNfXsz+pJoG8Tmd L9/MgERL+DH0qgYcmjnxQGho9mizYI5RS97Jk8rYef9eO/5GTcPXuacC4Pt4lZWFWDsx r+PQZRAbA9/ztYLgxQouj23zZRaU3nOjjHt+IQg+nr48tZqNeeHoMIUwftyxaAVWvj7R DzKHeQ+mQJ873iQMLk8uuRsu5sAb+o2rf2B2hdUmaF4KFTwTJkWcrf/tQ+jKgUwOzXSH HPo13DDka0kUu1GkE1QBnSyGWtj+u+uVSFIXn8ItSMpCyJsZIVcTGWdCQ8bBZkd93jPW QmGQ== X-Received: by 10.194.173.163 with SMTP id bl3mr630838wjc.10.1382588461805; Wed, 23 Oct 2013 21:21:01 -0700 (PDT) Original-Received: from Kagami.home (host86-132-92-201.range86-132.btcentralplus.com. [86.132.92.201]) by mx.google.com with ESMTPSA id b13sm22936315wic.9.2013.10.23.21.20.59 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 23 Oct 2013 21:21:00 -0700 (PDT) Mail-Followup-To: "" , bug-guile , guile-user In-Reply-To: <2013102109434970579116@126.com> (everfast@126.com's message of "Mon, 21 Oct 2013 09:43:51 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22e X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10855 gmane.lisp.guile.bugs:7319 Archived-At: "" writes: > Thanks, Ian. > =A0 > For me compiling guile is just to satisfy=A0a dependency of another > software. I am really not=20 > familiar with guile.=20 > =A0 >>(use-modules=A0(ice-9=A0documentation)) >>(object-documentation=A0extract) > Do you mean a file in the compiling-folder/module/ice-9? I have no > idea which one will be.=A0 > All files in such folder are compressed and attached. Also attached is > install script and logs. I mean, run guile, and enter those two forms at the prompt, followed by return. Since this is the code in the test that gives an error, you should hopefully get an error here too. Then you can use the command ,bt to get a backtrace. --=20 Ian Price -- shift-reset.com "Programming is like pinball. The reward for doing it well is the opportunity to do it again" - from "The Wizardy Compiled"