From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 27 02:27:27 2013 Received: (at submit) by debbugs.gnu.org; 27 Sep 2013 06:27:27 +0000 Received: from localhost ([127.0.0.1]:39589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VPRWM-0007XY-Of for submit@debbugs.gnu.org; Fri, 27 Sep 2013 02:27:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60068) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VOhUv-00044G-U3 for submit@debbugs.gnu.org; Wed, 25 Sep 2013 01:18:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOhUo-0003u9-VK for submit@debbugs.gnu.org; Wed, 25 Sep 2013 01:18:49 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOhUo-0003u4-SC for submit@debbugs.gnu.org; Wed, 25 Sep 2013 01:18:42 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOhUi-0007WB-Im for bug-guile@gnu.org; Wed, 25 Sep 2013 01:18:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOhUc-0003rv-Jv for bug-guile@gnu.org; Wed, 25 Sep 2013 01:18:36 -0400 Received: from mail2.hines.hokudai.ac.jp ([133.87.1.141]:46563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOhUc-0003rj-9T for bug-guile@gnu.org; Wed, 25 Sep 2013 01:18:30 -0400 Received: from mail2.hines.hokudai.ac.jp (localhost [127.0.0.1]) by localhost.hines.hokudai.ac.jp (Postfix) with ESMTP id 8DE9C400669 for ; Wed, 25 Sep 2013 14:18:25 +0900 (JST) Received: from rihopro.ist.hokudai.ac.jp (rihopro.ist.hokudai.ac.jp [133.87.175.39]) by mail2.hines.hokudai.ac.jp (Postfix) with ESMTPSA id 7F8FF4005E2 for ; Wed, 25 Sep 2013 14:18:25 +0900 (JST) From: Junichi Motohisa Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: bug in rational numbers in OSX lion Date: Wed, 25 Sep 2013 14:18:25 +0900 Message-Id: <2DC81397-82C0-43E4-B383-FCB1823B0FD6@ist.hokudai.ac.jp> To: bug-guile@gnu.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 27 Sep 2013 02:27:13 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.3 (----) Hi,=20 I encountered an error for handling some rational numbers in guile 1.8.8 = on OSX lion, although it works correctly on CentOS release 6.2 (Final), = with guile 1.8.7. It is something like guile> (define a 1e-21) guile> a 1.0e-21 guile> (define a 1e-22) guile> a 5.36275828919226e-19 guile> (define a 1e-25) guile> a 6.28575819193153e-19 guile> (define a 1e-26) guile> a 1.0e-26 My system is as follows. $ uname -a Darwin xxx.yyy.hokudai.ac.jp 11.4.2 Darwin Kernel Version 11.4.2: Thu = Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64 Junichi= From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 27 11:29:21 2013 Received: (at 15470) by debbugs.gnu.org; 27 Sep 2013 15:29:22 +0000 Received: from localhost ([127.0.0.1]:40789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VPZyn-0004Pt-AJ for submit@debbugs.gnu.org; Fri, 27 Sep 2013 11:29:21 -0400 Received: from world.peace.net ([96.39.62.75]:51310) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VPZyg-0004Pf-FL for 15470@debbugs.gnu.org; Fri, 27 Sep 2013 11:29:14 -0400 Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=yeeloong) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1VPZyY-0002Fe-Lq; Fri, 27 Sep 2013 11:29:02 -0400 From: Mark H Weaver To: Junichi Motohisa Subject: Re: bug#15470: bug in rational numbers in OSX lion References: <2DC81397-82C0-43E4-B383-FCB1823B0FD6@ist.hokudai.ac.jp> Date: Fri, 27 Sep 2013 11:28:54 -0400 In-Reply-To: <2DC81397-82C0-43E4-B383-FCB1823B0FD6@ist.hokudai.ac.jp> (Junichi Motohisa's message of "Wed, 25 Sep 2013 14:18:25 +0900") Message-ID: <87bo3ei8qx.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15470 Cc: 15470@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) tag 15470 wontfix thanks Junichi Motohisa writes: > I encountered an error for handling some rational numbers in guile > 1.8.8 on OSX lion, although it works correctly on CentOS release 6.2 > (Final), with guile 1.8.7. Can you please try Guile 2.0.9? I'm aware of many numerical bugs in Guile 1.8.x, but we no longer support the 1.8 branch. Guile 2.0 was released over 2.5 years ago. Thanks, Mark From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 04 23:06:08 2013 Received: (at control) by debbugs.gnu.org; 5 Dec 2013 04:06:08 +0000 Received: from localhost ([127.0.0.1]:58709 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VoQCV-0004jf-DO for submit@debbugs.gnu.org; Wed, 04 Dec 2013 23:06:07 -0500 Received: from world.peace.net ([96.39.62.75]:37878) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VoQCS-0004jW-NH for control@debbugs.gnu.org; Wed, 04 Dec 2013 23:06:05 -0500 Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=yeeloong) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1VoQCN-0003Jl-5V; Wed, 04 Dec 2013 23:05:59 -0500 From: Mark H Weaver To: control@debbugs.gnu.org Date: Wed, 04 Dec 2013 23:04:57 -0500 Message-ID: <874n6okknq.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 14141 tags 15807 moreinfo tags 14550 moreinfo tags 14421 moreinfo tags 14042 moreinfo tags 13205 moreinfo tags 15470 wontfix severity 14109 wishlist retitle 15065 VM stack overflows sometimes cause an abort (Guile 2.0) thanks [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 14141 tags 15807 moreinfo tags 14550 moreinfo tags 14421 moreinfo tags 14042 moreinfo tags 13205 moreinfo tags 15470 wontfix severity 14109 wishlist retitle 15065 VM stack overflows sometimes cause an abort (Guile 2.0) thanks [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject close 14141 tags 15807 moreinfo tags 14550 moreinfo tags 14421 moreinfo tags 14042 moreinfo tags 13205 moreinfo tags 15470 wontfix severity 14109 wishlist retitle 15065 VM stack overflows sometimes cause an abort (Guile 2.0) thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 15 16:00:59 2014 Received: (at control) by debbugs.gnu.org; 15 Jan 2014 21:00:59 +0000 Received: from localhost ([127.0.0.1]:52449 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W3Xa6-0000V7-Lj for submit@debbugs.gnu.org; Wed, 15 Jan 2014 16:00:58 -0500 Received: from world.peace.net ([96.39.62.75]:50129) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W3Xa4-0000Uz-Qv for control@debbugs.gnu.org; Wed, 15 Jan 2014 16:00:57 -0500 Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=yeeloong) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1W3XZy-0005Kt-SK; Wed, 15 Jan 2014 16:00:51 -0500 From: Mark H Weaver To: control@debbugs.gnu.org Date: Wed, 15 Jan 2014 15:58:34 -0500 Message-ID: <878uuht11h.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 15470 thanks [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 15470 thanks [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject close 15470 thanks From unknown Sat Jun 14 03:50:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 13 Feb 2014 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator