From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.user Subject: Re: ipv6 in guile 1.5.6: configure bug and fix Date: 24 Apr 2002 22:35:23 +0200 Sender: guile-user-admin@gnu.org Message-ID: <87y9fcn8c4.fsf@zagadka.ping.de> References: <20020313142226.87F053C24@fnord.ir.bbn.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1019680443 4921 127.0.0.1 (24 Apr 2002 20:34:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 24 Apr 2002 20:34:03 +0000 (UTC) Cc: guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 170TSk-0001HG-00 for ; Wed, 24 Apr 2002 22:34:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170TRq-0006HP-00; Wed, 24 Apr 2002 16:33:06 -0400 Original-Received: from dialin.speedway42.dip97.dokom.de ([195.138.42.97] helo=zagadka.ping.de) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 170TQd-0005Zq-00 for ; Wed, 24 Apr 2002 16:31:51 -0400 Original-Received: (qmail 26234 invoked by uid 1000); 24 Apr 2002 20:35:23 -0000 Original-To: Greg Troxel In-Reply-To: <20020313142226.87F053C24@fnord.ir.bbn.com> Original-Lines: 30 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:293 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:293 Greg Troxel writes: > This configure check: > > [...] > > loses on NetBSD 1.5.2-stable (i.e., fails to declare HAVE_IPV6). This > is because the test does not include , which man inet6 > indicates should be included, and the test program fails with syntax > errors due to lacking u_int8_t etc. Thanks for reporting this! Does the following test "whether sockaddr_in6 has sin6_scope_id" succeed? I have recorded this as bug 'ipv6-not-detected-on-netbsd' and marked release critical. > With this patch, guile 1.5.6 builds and make check gives (on an > i386): > > Testing /home/gdt/QUIST-current/guile/pre-inst-guile ... > with GUILE_LOAD_PATH=/home/gdt/QUIST-current/guile/test-suite > ERROR: regexp.test: regexp-substitute/global: ("" "" ""): port is string port - arguments: ((regular-expression-syntax "make-regexp" "empty (sub)expression" #f #f)) > ERROR: regexp.test: regexp-substitute/global: ("" "" ""): port is #f - arguments: ((regular-expression-syntax "make-regexp" "empty (sub)expression" #f #f)) > ERROR: srfi-19.test: SRFI date/time library: #date (time . tz-offset)> respects local DST if no TZ-OFFSET given - arguments: ((system-error "putenv" "~A" ("No such file or directory") (2))) > FAIL: syncase.test: (ice-9 syncase) loads Could you try to investigate this? _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user