From unknown Sun Jun 22 11:40:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#62723: autogen fails to build on i686-linux Resent-From: Andreas Enge Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 08 Apr 2023 10:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 62723 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 62723@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.168094881527519 (code B ref -1); Sat, 08 Apr 2023 10:14:01 +0000 Received: (at submit) by debbugs.gnu.org; 8 Apr 2023 10:13:35 +0000 Received: from localhost ([127.0.0.1]:57766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pl5Zf-00079n-FN for submit@debbugs.gnu.org; Sat, 08 Apr 2023 06:13:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:58234) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pl5Zd-00079f-CO for submit@debbugs.gnu.org; Sat, 08 Apr 2023 06:13:34 -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 1pl5Zc-00075P-0I for bug-guix@gnu.org; Sat, 08 Apr 2023 06:13:32 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pl5ZZ-00028p-H4 for bug-guix@gnu.org; Sat, 08 Apr 2023 06:13:31 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 729F263D; Sat, 8 Apr 2023 12:13:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rQx8x1ULVwip; Sat, 8 Apr 2023 12:13:24 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 606F85C4; Sat, 8 Apr 2023 12:13:23 +0200 (CEST) Date: Sat, 8 Apr 2023 12:13:20 +0200 From: Andreas Enge Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.233.100.1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.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: -3.3 (---) Hello, autogen fails to build on i686-linux like so, for instance on master commit c9af27d4ca733b20f09019f1465d3e5fdc1ec724: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../autoopts -DPKGDATADIR=\"/gnu/store/n29inqv3rnwix1jqsxc1gd2yw0q8jkr0-autogen-5.18.16/share/autogen\" -g -O2 -Wno-format-contains-nul -fno-strict-aliasing -Wall -Werror -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Wstrict-aliasing=3 -Wextra -Wno-cast-qual -g -O2 -Wno-format-contains-nul -fno-strict-aliasing -c libopts.c -fPIC -DPIC -o .libs/libopts_la-libopts.o In file included from libopts.c:48: usage.c: In function ‘prt_extd_usage.isra’: usage.c:736:38: error: ‘s ’ directive output may be truncated writing 2 bytes into a region of size between 0 and 9 [-Werror=format-truncation=] 736 | snprintf(vfmt, sizeof(vfmt), vfmtfmt, (unsigned int)nmlen + 4); | ^~~~~~~ usage.c:736:9: note: ‘snprintf’ output between 9 and 18 bytes into a destination of size 12 736 | snprintf(vfmt, sizeof(vfmt), vfmtfmt, (unsigned int)nmlen + 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors The version we package from https://ftp.gnu.org/pub/gnu/autogen/ dates from 2018. The website https://www.gnu.org/software/autogen/ has apparently not been updated since 2015. I wonder if we had not better drop this apparently unmaintained software, but it has quite a lot of dependents: Building the following 1275 packages would ensure 2489 dependent packages are rebuilt Andreas From unknown Sun Jun 22 11:40:21 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: Andreas Enge Subject: bug#62723: closed (Re: Fix for librsvg 2.40 on core-updates) Message-ID: References: X-Gnu-PR-Message: they-closed 62723 X-Gnu-PR-Package: guix Reply-To: 62723@debbugs.gnu.org Date: Tue, 11 Apr 2023 11:59:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1681214342-10017-1" This is a multi-part message in MIME format... ------------=_1681214342-10017-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #62723: autogen fails to build on i686-linux 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 62723@debbugs.gnu.org. --=20 62723: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D62723 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1681214342-10017-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 62723-done) by debbugs.gnu.org; 11 Apr 2023 11:58:40 +0000 Received: from localhost ([127.0.0.1]:36813 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pmCdz-0002af-Pb for submit@debbugs.gnu.org; Tue, 11 Apr 2023 07:58:40 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:40152) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pmCdx-0002aM-Q4; Tue, 11 Apr 2023 07:58:38 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 1FB1C5E8; Tue, 11 Apr 2023 13:58:32 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z4T-sUnv1N6e; Tue, 11 Apr 2023 13:58:31 +0200 (CEST) Received: from jurong (unknown [147.210.21.1]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 3DB9030F; Tue, 11 Apr 2023 13:58:31 +0200 (CEST) Date: Tue, 11 Apr 2023 13:58:29 +0200 From: Andreas Enge To: Kaelyn Subject: Re: Fix for librsvg 2.40 on core-updates Message-ID: References: <-yuU5lP0atxOfIH2n0tY_JcRohzhb2HtmCj8owCxLEvkaOKSIx8nebEwIarFeEZ0Tab2HOVv_zNjWsa9fFNy8Rs7QU0RWPHIvl0FHKrSPlY=@protonmail.com> <4d68e4l1D7epKiEbdZefULMDUj6WUrxFmgrCghEBvl8fe6nggOmIuGdZy3-_63OUeePRvJLKQtn2Jug2Mh-K4Rx0i3aVixEvjVMGH0h4ceU=@protonmail.com> <3G2SRZ_f9rzNiQAesyuxAAhrGm7Ef57_iNytT5bLm6VZ8h0P2dy3Y3oZd70-zZ0x4O_URcwBbpQhdtow3k9iBzlmXpkKcyD_LKdvTOz4r38=@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3G2SRZ_f9rzNiQAesyuxAAhrGm7Ef57_iNytT5bLm6VZ8h0P2dy3Y3oZd70-zZ0x4O_URcwBbpQhdtow3k9iBzlmXpkKcyD_LKdvTOz4r38=@protonmail.com> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62723-done Cc: guix-devel , 62758-done@debbugs.gnu.org, 62723-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: -1.0 (-) Am Mon, Apr 10, 2023 at 07:00:16PM +0000 schrieb Kaelyn: > I just mailed https://issues.guix.gnu.org/62758 to add a snippet to fix the build error. I used a similar approach as the existing snippet for fixing a format overflow error. (I also forgot to set the subject prefix to "PATCH core-updates" on the git send-mail command line.). Thanks a lot, this looks like a good fix. I have just pushed it. Andreas ------------=_1681214342-10017-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Apr 2023 10:13:35 +0000 Received: from localhost ([127.0.0.1]:57766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pl5Zf-00079n-FN for submit@debbugs.gnu.org; Sat, 08 Apr 2023 06:13:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:58234) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pl5Zd-00079f-CO for submit@debbugs.gnu.org; Sat, 08 Apr 2023 06:13:34 -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 1pl5Zc-00075P-0I for bug-guix@gnu.org; Sat, 08 Apr 2023 06:13:32 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pl5ZZ-00028p-H4 for bug-guix@gnu.org; Sat, 08 Apr 2023 06:13:31 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 729F263D; Sat, 8 Apr 2023 12:13:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rQx8x1ULVwip; Sat, 8 Apr 2023 12:13:24 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 606F85C4; Sat, 8 Apr 2023 12:13:23 +0200 (CEST) Date: Sat, 8 Apr 2023 12:13:20 +0200 From: Andreas Enge To: bug-guix@gnu.org Subject: autogen fails to build on i686-linux Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.233.100.1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.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: -3.3 (---) Hello, autogen fails to build on i686-linux like so, for instance on master commit c9af27d4ca733b20f09019f1465d3e5fdc1ec724: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../autoopts -DPKGDATADIR=\"/gnu/store/n29inqv3rnwix1jqsxc1gd2yw0q8jkr0-autogen-5.18.16/share/autogen\" -g -O2 -Wno-format-contains-nul -fno-strict-aliasing -Wall -Werror -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Wstrict-aliasing=3 -Wextra -Wno-cast-qual -g -O2 -Wno-format-contains-nul -fno-strict-aliasing -c libopts.c -fPIC -DPIC -o .libs/libopts_la-libopts.o In file included from libopts.c:48: usage.c: In function ‘prt_extd_usage.isra’: usage.c:736:38: error: ‘s ’ directive output may be truncated writing 2 bytes into a region of size between 0 and 9 [-Werror=format-truncation=] 736 | snprintf(vfmt, sizeof(vfmt), vfmtfmt, (unsigned int)nmlen + 4); | ^~~~~~~ usage.c:736:9: note: ‘snprintf’ output between 9 and 18 bytes into a destination of size 12 736 | snprintf(vfmt, sizeof(vfmt), vfmtfmt, (unsigned int)nmlen + 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors The version we package from https://ftp.gnu.org/pub/gnu/autogen/ dates from 2018. The website https://www.gnu.org/software/autogen/ has apparently not been updated since 2015. I wonder if we had not better drop this apparently unmaintained software, but it has quite a lot of dependents: Building the following 1275 packages would ensure 2489 dependent packages are rebuilt Andreas ------------=_1681214342-10017-1--