From unknown Sat Sep 20 00:36:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#73113: Gauche 0.9.15 fails to build (test failure) Resent-From: Antero Mejr Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 07 Sep 2024 18:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 73113 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 73113@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172573438419765 (code B ref -1); Sat, 07 Sep 2024 18:40:01 +0000 Received: (at submit) by debbugs.gnu.org; 7 Sep 2024 18:39:44 +0000 Received: from localhost ([127.0.0.1]:57613 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sn0LX-00058j-UH for submit@debbugs.gnu.org; Sat, 07 Sep 2024 14:39:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:45230) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sn0LW-00058b-Lf for submit@debbugs.gnu.org; Sat, 07 Sep 2024 14:39:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sn0LU-0007CP-Bg for bug-guix@gnu.org; Sat, 07 Sep 2024 14:39:41 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1sn0LS-0005Z6-3p for bug-guix@gnu.org; Sat, 07 Sep 2024 14:39:39 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4X1MMS4BJsz9sd0 for ; Sat, 7 Sep 2024 20:39:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1725734372; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=OhzWFho0Wm+1fWsE9I3WRaALpSNTpDj+uYXBDldHLQI=; b=Hqny+0XGxQ+C8btrAMc1y8BXVfEl1L0ppbpjMZfVIVDJSXYzL923aQJaC2PhvOhZdZjAag vwvWLpMncBGSxfW8QQDoh4mRC7+oTi4DfGPuHzpJNpadTOQyXNV0HRpiuOK0focR46T1k2 1tHhgYY1S6eOEGL0qzvJLwo+gWdoM49v4D83ejNgVUBHuXaYWBIwNblKM1Te5xr/ncs1y5 Yx+iUWdlcF736Po8gkOw6W3yxzQIA2nYTa2lw63V/CAloEYoCQnwj2gwWPckm6GMw8c65l 7wEy8BFNzc++hgl6VLEKN9AcBeLqWGBt3d1eqtWas5cwZkHQCmaOZXqVElCM/A== From: Antero Mejr Date: Sat, 07 Sep 2024 18:39:29 +0000 Message-ID: <875xr7e2am.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=80.241.56.172; envelope-from=mail@antr.me; helo=mout-p-202.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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.3 (--) It appears the FFI test is failing (at least for x86_64 target): ``` Testing ffitest ... failed. 9 discrepancies found: test load-foreign: expects (#t (f_i () i) (f_i_i (i) i)) => got #< ": no matching clause for (.struct _IO_cookie_io_functions_t () ((read (.pointer () (.type cookie_read_function_t () (.function () (.type __ssize_t () (long ())) ((__cookie (.pointer () (void ()))) (__buf (.pointer () (char ()))) (__nbytes (.type size_t () (u-long ())))))))) (write (.pointer () (.type cookie_write_function_t () (.function () (.type __ssize_t () (long ())) ((__cookie (.pointer () (void ()))) (__buf (.pointer () (char (const)))) (__nbytes (.type size_t () (u-long ())))))))) (seek (.pointer () (.type cookie_seek_function_t () (.function () (int ()) ((__cookie (.pointer () (void ()))) (__pos (.pointer () (.type __off64_t () (long ())))) (__w (int ()))))))) (close (.pointer () (.type cookie_close_function_t () (.function () (int ()) ((__cookie (.pointer () (void ()))))))))))"> test call-foreign f_c: expects 9 => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_i: expects 42 => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_f: expects 1.25 => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_d: expects 3.14 => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_v: expects # => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_i_i: expects 99 => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_f_f: expects 0.125 => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_d_d: expects 1.0 => got #< "flib is supposed to be of type #>, but got #f"> ``` From unknown Sat Sep 20 00:36:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Antero Mejr Subject: bug#73113: closed (Re: [bug#73235] [PATCH] gnu: gauche: Fix build, enable TLS, and use gexps.) Message-ID: References: <87ed57sooo.fsf@gnu.org> <875xr7e2am.fsf@antr.me> X-Gnu-PR-Message: they-closed 73113 X-Gnu-PR-Package: guix Reply-To: 73113@debbugs.gnu.org Date: Wed, 25 Sep 2024 16:08:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1727280483-19448-1" This is a multi-part message in MIME format... ------------=_1727280483-19448-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #73113: Gauche 0.9.15 fails to build (test failure) which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 73113@debbugs.gnu.org. --=20 73113: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D73113 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1727280483-19448-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 73113-done) by debbugs.gnu.org; 25 Sep 2024 16:07:21 +0000 Received: from localhost ([127.0.0.1]:43923 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stUXw-00051h-Oj for submit@debbugs.gnu.org; Wed, 25 Sep 2024 12:07:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stUXv-00051H-6T; Wed, 25 Sep 2024 12:07:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1stUXP-0000JY-6i; Wed, 25 Sep 2024 12:06:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=LpxvChCPyDlWAMy4jDIGm3sXiIjRotNqNrYgaZikKTA=; b=ObD0KCZpkcMMxFgoxuQU FS7owrQ553yTLGfZ17JezWNtxpXAzqdIiPZZod6nJuPzoECxoK/yKiZSqE+7xWwe2K332k8qo+K+H E6e8yLchKiwJZeMbdGckDbzgfR6RL26034dfEMScWZqGzrBEp9Afa62C7U/a6xSXtRqyge0dBHY2/ ocKIIlaJ6Pl9SugnJ/Mn+cZDJequURb26NVn+CUuk0Jsj+4d8225zPoitGu5adT7YJkO1iutEAD7T 9fADpiOAJl1oMeOXmYVdjUtYOnNpKv1IGi+hLozW4j/ZcUd3mCz+ajx1FA6D6Qndz5rEwBO7q2vJ3 ZrC/FU1HNMHLTA==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Antero Mejr Subject: Re: [bug#73235] [PATCH] gnu: gauche: Fix build, enable TLS, and use gexps. In-Reply-To: <87ikuz2ty9.fsf@antr.me> (Antero Mejr's message of "Fri, 13 Sep 2024 20:13:18 +0000") References: <87ikuz2ty9.fsf@antr.me> Date: Wed, 25 Sep 2024 18:06:31 +0200 Message-ID: <87ed57sooo.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 73113-done Cc: 73113-done@debbugs.gnu.org, 73235-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -3.3 (---) Antero Mejr skribis: > There is a known test issue that will be fixed next release: > https://github.com/shirok/Gauche/issues/1044 > > * gnu/packages/scheme.scm (gauche): Fix build failure and enable TLS. > [arguments]: Set #:tests? to #f until next release, and add --with-tls > configure flag. > [inputs]: Add mbedtls. > > Change-Id: Iceacb882e74f5a8e3e11d663cca51baafbcbeb69 > --- > Resolves https://issues.guix.gnu.org/73113 Applied, thanks! ------------=_1727280483-19448-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Sep 2024 18:39:44 +0000 Received: from localhost ([127.0.0.1]:57613 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sn0LX-00058j-UH for submit@debbugs.gnu.org; Sat, 07 Sep 2024 14:39:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:45230) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sn0LW-00058b-Lf for submit@debbugs.gnu.org; Sat, 07 Sep 2024 14:39:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sn0LU-0007CP-Bg for bug-guix@gnu.org; Sat, 07 Sep 2024 14:39:41 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1sn0LS-0005Z6-3p for bug-guix@gnu.org; Sat, 07 Sep 2024 14:39:39 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4X1MMS4BJsz9sd0 for ; Sat, 7 Sep 2024 20:39:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1725734372; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=OhzWFho0Wm+1fWsE9I3WRaALpSNTpDj+uYXBDldHLQI=; b=Hqny+0XGxQ+C8btrAMc1y8BXVfEl1L0ppbpjMZfVIVDJSXYzL923aQJaC2PhvOhZdZjAag vwvWLpMncBGSxfW8QQDoh4mRC7+oTi4DfGPuHzpJNpadTOQyXNV0HRpiuOK0focR46T1k2 1tHhgYY1S6eOEGL0qzvJLwo+gWdoM49v4D83ejNgVUBHuXaYWBIwNblKM1Te5xr/ncs1y5 Yx+iUWdlcF736Po8gkOw6W3yxzQIA2nYTa2lw63V/CAloEYoCQnwj2gwWPckm6GMw8c65l 7wEy8BFNzc++hgl6VLEKN9AcBeLqWGBt3d1eqtWas5cwZkHQCmaOZXqVElCM/A== From: Antero Mejr To: bug-guix@gnu.org Subject: Gauche 0.9.15 fails to build (test failure) Date: Sat, 07 Sep 2024 18:39:29 +0000 Message-ID: <875xr7e2am.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=80.241.56.172; envelope-from=mail@antr.me; helo=mout-p-202.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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.3 (--) It appears the FFI test is failing (at least for x86_64 target): ``` Testing ffitest ... failed. 9 discrepancies found: test load-foreign: expects (#t (f_i () i) (f_i_i (i) i)) => got #< ": no matching clause for (.struct _IO_cookie_io_functions_t () ((read (.pointer () (.type cookie_read_function_t () (.function () (.type __ssize_t () (long ())) ((__cookie (.pointer () (void ()))) (__buf (.pointer () (char ()))) (__nbytes (.type size_t () (u-long ())))))))) (write (.pointer () (.type cookie_write_function_t () (.function () (.type __ssize_t () (long ())) ((__cookie (.pointer () (void ()))) (__buf (.pointer () (char (const)))) (__nbytes (.type size_t () (u-long ())))))))) (seek (.pointer () (.type cookie_seek_function_t () (.function () (int ()) ((__cookie (.pointer () (void ()))) (__pos (.pointer () (.type __off64_t () (long ())))) (__w (int ()))))))) (close (.pointer () (.type cookie_close_function_t () (.function () (int ()) ((__cookie (.pointer () (void ()))))))))))"> test call-foreign f_c: expects 9 => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_i: expects 42 => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_f: expects 1.25 => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_d: expects 3.14 => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_v: expects # => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_i_i: expects 99 => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_f_f: expects 0.125 => got #< "flib is supposed to be of type #>, but got #f"> test call-foreign f_d_d: expects 1.0 => got #< "flib is supposed to be of type #>, but got #f"> ``` ------------=_1727280483-19448-1--