From unknown Thu Aug 14 17:26:45 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#14749 <14749@debbugs.gnu.org> To: bug#14749 <14749@debbugs.gnu.org> Subject: Status: rtl.test failure in master Reply-To: bug#14749 <14749@debbugs.gnu.org> Date: Fri, 15 Aug 2025 00:26:45 +0000 retitle 14749 rtl.test failure in master reassign 14749 guile submitter 14749 severity 14749 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 29 14:39:13 2013 Received: (at submit) by debbugs.gnu.org; 29 Jun 2013 18:39:14 +0000 Received: from localhost ([127.0.0.1]:48484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ut03F-0001Bm-Fk for submit@debbugs.gnu.org; Sat, 29 Jun 2013 14:39:13 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44725) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ut03C-0001BZ-Qn for submit@debbugs.gnu.org; Sat, 29 Jun 2013 14:39:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ut036-0000AG-PI for submit@debbugs.gnu.org; Sat, 29 Jun 2013 14:39:05 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-99.2 required=5.0 tests=BAYES_50,USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:34234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ut036-0000AC-M5 for submit@debbugs.gnu.org; Sat, 29 Jun 2013 14:39:04 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ut035-0008IH-RC for bug-guile@gnu.org; Sat, 29 Jun 2013 14:39:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ut034-00009y-Ub for bug-guile@gnu.org; Sat, 29 Jun 2013 14:39:03 -0400 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:61288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ut034-00009g-Qi for bug-guile@gnu.org; Sat, 29 Jun 2013 14:39:02 -0400 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=2.0 cv=Ev5QXFgA c=1 sm=0 a=zTVDa7HKqxcA:10 a=IkcTkHD0fZMA:10 a=doupyKFmAAAA:8 a=KGjhK52YXX0A:10 a=EMjaXRlfDpAA:10 a=KxlAwsxeDDLfAuixRKoA:9 a=QEXdDO2ut3YA:10 a=KOrh491K8B87fFeLgJkoRw==:117 X-Cloudmark-Score: 0 X-Authenticated-User: dsmich@roadrunner.com Received: from [10.127.132.185] ([10.127.132.185:63444] helo=cdptpa-web34-z02) by cdptpa-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id BC/14-06197-3C92FC15; Sat, 29 Jun 2013 18:39:00 +0000 Message-ID: <20130629183900.3ZNB4.35727.root@cdptpa-web34-z02> Date: Sat, 29 Jun 2013 14:38:59 -0400 From: To: bug-guile@gnu.org Subject: rtl.test failure in master MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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.0 (----) X-Debbugs-Envelope-To: submit 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.0 (----) I'm seeing this make check error from rtl.test on master: ERROR: rtl.test: load-constant: #\37200 - arguments: ((misc-error #f "~A" (= "make-long-immediate unavailable for this target") #f)) The failing line is: (integer->char 16000) Out of curiosity, I added these lines: #\=CE=BB (integer->char 955) I chose the lambda char as it works fine within a string a few line further= into the test. Those lines produce these errors: ERROR: rtl.test: load-constant: #\1673 - arguments: ((misc-error #f "~A" ("= make-long-immediate unavailable for this target") #f)) ERROR: rtl.test: load-constant: #\1673 - arguments: ((misc-error #f "~A" ("= make-long-immediate unavailable for this target") #f)) I don't how 16000 relates to #\37200 or how 955 or #\=CE=BB to #\1673 . Could it be that this is a 32 bit machine? $ git describe v2.1.0-1017-g98eaef1 -Dale From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 29 17:54:06 2013 Received: (at 14749) by debbugs.gnu.org; 29 Jun 2013 21:54:06 +0000 Received: from localhost ([127.0.0.1]:48559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ut35p-0006JY-U6 for submit@debbugs.gnu.org; Sat, 29 Jun 2013 17:54:06 -0400 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:33796) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ut35n-0006Iq-92 for 14749@debbugs.gnu.org; Sat, 29 Jun 2013 17:54:04 -0400 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=2.0 cv=XpZ4yC59 c=1 sm=0 a=HrHAdX31t7QA:10 a=zTVDa7HKqxcA:10 a=IkcTkHD0fZMA:10 a=doupyKFmAAAA:8 a=KGjhK52YXX0A:10 a=DZq3GYGQtlgA:10 a=ybZZDoGAAAAA:8 a=RYaUlGb-axBWahlYdR4A:9 a=QEXdDO2ut3YA:10 a=0vUscowIxtUA:10 a=qIVjreYYsbEA:10 a=KOrh491K8B87fFeLgJkoRw==:117 X-Cloudmark-Score: 0 X-Authenticated-User: dsmich@roadrunner.com Received: from [10.127.132.185] ([10.127.132.185:42598] helo=cdptpa-web34-z02) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id B0/11-15971-5775FC15; Sat, 29 Jun 2013 21:53:57 +0000 Message-ID: <20130629215357.LG2FE.37318.root@cdptpa-web34-z02> Date: Sat, 29 Jun 2013 21:53:57 +0000 From: To: 14749@debbugs.gnu.org, dsmich@roadrunner.com Subject: Re: bug#14749: rtl.test failure in master In-Reply-To: <20130629183900.3ZNB4.35727.root@cdptpa-web34-z02> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 14749 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 (/) ---- dsmich@roadrunner.com wrote: > I'm seeing this make check error from rtl.test on master: > > ERROR: rtl.test: load-constant: #\37200 - arguments: ((misc-error #f "~A" ("make-long-immediate unavailable for this target") #f)) > > The failing line is: > (integer->char 16000) I did a bisect and it says this started with commit e6450062a19bf5d0072d117b69be95c2641c23ab is the first bad commit commit e6450062a19bf5d0072d117b69be95c2641c23ab Author: Andy Wingo Date: Sun Jun 16 15:02:34 2013 +0200 Reduce call-with-values to let for singly-valued producers -Dale From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 30 06:58:42 2013 Received: (at 14749) by debbugs.gnu.org; 30 Jun 2013 10:58:42 +0000 Received: from localhost ([127.0.0.1]:48982 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UtFL7-0003qZ-IQ for submit@debbugs.gnu.org; Sun, 30 Jun 2013 06:58:41 -0400 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:59352) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UtFL4-0003qL-TT for 14749@debbugs.gnu.org; Sun, 30 Jun 2013 06:58:39 -0400 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=2.0 cv=Ev5QXFgA c=1 sm=0 a=HrHAdX31t7QA:10 a=zTVDa7HKqxcA:10 a=IkcTkHD0fZMA:10 a=doupyKFmAAAA:8 a=KGjhK52YXX0A:10 a=DZq3GYGQtlgA:10 a=cMu927xeu486N3m7wBwA:9 a=QEXdDO2ut3YA:10 a=0vUscowIxtUA:10 a=KOrh491K8B87fFeLgJkoRw==:117 X-Cloudmark-Score: 0 X-Authenticated-User: dsmich@roadrunner.com Received: from [10.127.132.185] ([10.127.132.185:57179] helo=cdptpa-web34-z02) by cdptpa-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id 2A/EB-06197-95F00D15; Sun, 30 Jun 2013 10:58:33 +0000 Message-ID: <20130630105833.OT73C.42574.root@cdptpa-web34-z02> Date: Sun, 30 Jun 2013 6:58:33 -0400 From: To: 14749@debbugs.gnu.org, dsmich@roadrunner.com Subject: Re: bug#14749: rtl.test failure in master In-Reply-To: <20130629215357.LG2FE.37318.root@cdptpa-web34-z02> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 14749 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 (/) ---- dsmich@roadrunner.com wrote: > > ---- dsmich@roadrunner.com wrote: > > I'm seeing this make check error from rtl.test on master: > > > > ERROR: rtl.test: load-constant: #\37200 - arguments: ((misc-error #f "~A" ("make-long-immediate unavailable for this target") #f)) > > > > The failing line is: > > (integer->char 16000) > > I did a bisect and it says this started with commit Forget this noise. rtl.test fails here since the inclusion of rtl.test. -Dale From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 07 22:35:28 2013 Received: (at 14749) by debbugs.gnu.org; 8 Aug 2013 02:35:28 +0000 Received: from localhost ([127.0.0.1]:46593 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V7G4V-0007R2-Iz for submit@debbugs.gnu.org; Wed, 07 Aug 2013 22:35:28 -0400 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:58247) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V7G4T-0007Ql-ON for 14749@debbugs.gnu.org; Wed, 07 Aug 2013 22:35:26 -0400 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=2.0 cv=FY+1NeC6 c=1 sm=0 a=HrHAdX31t7QA:10 a=zTVDa7HKqxcA:10 a=IkcTkHD0fZMA:10 a=doupyKFmAAAA:8 a=KGjhK52YXX0A:10 a=DZq3GYGQtlgA:10 a=zRqOXdjxWxSxlmWkXjsA:9 a=QEXdDO2ut3YA:10 a=0vUscowIxtUA:10 a=KOrh491K8B87fFeLgJkoRw==:117 X-Cloudmark-Score: 0 X-Authenticated-User: dsmich@roadrunner.com Received: from [10.127.132.185] ([10.127.132.185:55868] helo=cdptpa-web34-z02) by cdptpa-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id 23/FA-09254-8E303025; Thu, 08 Aug 2013 02:35:20 +0000 Message-ID: <20130808023520.VOLM1.53336.root@cdptpa-web34-z02> Date: Wed, 7 Aug 2013 22:35:20 -0400 From: To: 14749@debbugs.gnu.org, dsmich@roadrunner.com Subject: Re: bug#14749: rtl.test failure in master In-Reply-To: <20130630105833.OT73C.42574.root@cdptpa-web34-z02> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 14749 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 (/) ---- dsmich@roadrunner.com wrote: > > ---- dsmich@roadrunner.com wrote: > > > > ---- dsmich@roadrunner.com wrote: > > > I'm seeing this make check error from rtl.test on master: > > > > > > ERROR: rtl.test: load-constant: #\37200 - arguments: ((misc-error #f "~A" ("make-long-immediate unavailable for this target") #f)) > > > > > > The failing line is: > > > (integer->char 16000) > > > > I did a bisect and it says this started with commit > > Forget this noise. rtl.test fails here since the inclusion of rtl.test. $ git describe v2.1.0-1093-g5270bb5 Passes make check on 32bit with no problems. Yey! -Dale From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 08 17:39:11 2013 Received: (at control) by debbugs.gnu.org; 8 Aug 2013 21:39:11 +0000 Received: from localhost ([127.0.0.1]:48004 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V7XvL-0002uf-G8 for submit@debbugs.gnu.org; Thu, 08 Aug 2013 17:39:11 -0400 Received: from world.peace.net ([96.39.62.75]:50784 ident=hope0) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V7XvJ-0002uT-Dk for control@debbugs.gnu.org; Thu, 08 Aug 2013 17:39:09 -0400 Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1V7XvC-0002I6-4H; Thu, 08 Aug 2013 17:39:02 -0400 From: Mark H Weaver To: control@debbugs.gnu.org Date: Thu, 08 Aug 2013 17:38:47 -0400 Message-ID: <87y58bual4.fsf@tines.lan> 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 14749 [...] 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 14749 [...] 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 0.0 TVD_SPACE_RATIO TVD_SPACE_RATIO close 14749 From unknown Thu Aug 14 17:26:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 06 Sep 2013 11:24:04 +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