From unknown Sat Jun 14 03:48:38 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#47263 <47263@debbugs.gnu.org> To: bug#47263 <47263@debbugs.gnu.org> Subject: Status: guile branch "branch_release-1-8" is broken Reply-To: bug#47263 <47263@debbugs.gnu.org> Date: Sat, 14 Jun 2025 10:48:38 +0000 retitle 47263 guile branch "branch_release-1-8" is broken reassign 47263 guile submitter 47263 Knut Petersen severity 47263 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 19 11:21:50 2021 Received: (at submit) by debbugs.gnu.org; 19 Mar 2021 15:21:50 +0000 Received: from localhost ([127.0.0.1]:50789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lNGwe-0004dN-O7 for submit@debbugs.gnu.org; Fri, 19 Mar 2021 11:21:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:56340) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lNDEx-00029m-Iu for submit@debbugs.gnu.org; Fri, 19 Mar 2021 07:24:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34758) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lNDEw-00048o-Ok for bug-guile@gnu.org; Fri, 19 Mar 2021 07:24:27 -0400 Received: from mailout12.t-online.de ([194.25.134.22]:59220) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lNDEt-0000VR-3d; Fri, 19 Mar 2021 07:24:26 -0400 Received: from fwd32.aul.t-online.de (fwd32.aul.t-online.de [172.20.26.144]) by mailout12.t-online.de (Postfix) with SMTP id 77CB74BA21; Fri, 19 Mar 2021 12:24:07 +0100 (CET) Received: from [192.168.22.15] (Z4mTNiZSYhIl36dVU7KxPeUwqXRSXiDEAFpa5+woTNoxIPXCmqagptENn53gJdugJk@[79.245.51.17]) by fwd32.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1lNDEd-3jGPB20; Fri, 19 Mar 2021 12:24:07 +0100 To: Thien-Thi Nguyen From: Knut Petersen Subject: guile branch "branch_release-1-8" is broken Message-ID: Date: Fri, 19 Mar 2021 12:24:07 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-ID: Z4mTNiZSYhIl36dVU7KxPeUwqXRSXiDEAFpa5+woTNoxIPXCmqagptENn53gJdugJk X-TOI-EXPURGATEID: 150726::1616153047-0000C7C3-B043FBA4/0/0 CLEAN NORMAL X-TOI-MSGID: 3230cd8b-b352-41f7-ac90-3e905c076b00 Received-SPF: none client-ip=194.25.134.22; envelope-from=Knut_Petersen@t-online.de; helo=mailout12.t-online.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 19 Mar 2021 11:21:47 -0400 Cc: bug-guile@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 (---) Hi Thien-Thi Nguy, Building guile branch_release-1-8 (git 99cc1f9ded13a3a3adc6766e0c04e690937c8830) fails on my system based on openSuSE Tumbleweed. autogen.sh generates a broken configure script, although I upgraded to autoconf 2.71. This does not seem to be a problem of autoconf 2.71 or the rest of the toolchain  as building current guile 'master' does succeed with the same setup and building earlier versions of guile 1.8 (e.g. 6c76a42de1d33c8306db3ce958899b5f0216c240) does suceed with autoconf 2.69 too. Knut