From unknown Wed Jun 18 23:00:00 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#10462 <10462@debbugs.gnu.org> To: bug#10462 <10462@debbugs.gnu.org> Subject: Status: Bug Report - Building all tools in 64Bit on Solaris 10. Reply-To: bug#10462 <10462@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:00:00 +0000 retitle 10462 Bug Report - Building all tools in 64Bit on Solaris 10. reassign 10462 automake submitter 10462 ROBERT JONES severity 10462 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 09 04:27:04 2012 Received: (at submit) by debbugs.gnu.org; 9 Jan 2012 09:27:04 +0000 Received: from localhost ([127.0.0.1]:50670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RkBVP-0001BV-4Q for submit@debbugs.gnu.org; Mon, 09 Jan 2012 04:27:03 -0500 Received: from eggs.gnu.org ([140.186.70.92]:58456) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rk9Wb-0006a8-8i for submit@debbugs.gnu.org; Mon, 09 Jan 2012 02:20:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rk9WI-0002uw-LK for submit@debbugs.gnu.org; Mon, 09 Jan 2012 02:19:51 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:50041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rk9WI-0002us-HP for submit@debbugs.gnu.org; Mon, 09 Jan 2012 02:19:50 -0500 Received: from eggs.gnu.org ([140.186.70.92]:35540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rk9WH-0006ZI-Gl for bug-automake@gnu.org; Mon, 09 Jan 2012 02:19:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rk9WG-0002ui-DX for bug-automake@gnu.org; Mon, 09 Jan 2012 02:19:49 -0500 Received: from mta2.srv.hcvlny.cv.net ([167.206.4.197]:33789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rk9WG-0002uc-93 for bug-automake@gnu.org; Mon, 09 Jan 2012 02:19:48 -0500 Received: from wm6.srv.hcvlny.cv.net (wm6.srv.hcvlny.cv.net [167.206.10.12]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPA id <0LXI004MHSCYON10@mta2.srv.hcvlny.cv.net> for bug-automake@gnu.org; Mon, 09 Jan 2012 02:19:46 -0500 (EST) Received: from [144.160.130.16] by webtop.webmail.optimum.net with HTTP; Mon, 09 Jan 2012 02:19:46 -0500 Date: Mon, 09 Jan 2012 02:19:46 -0500 (EST) From: ROBERT JONES Subject: Bug Report - Building all tools in 64Bit on Solaris 10. X-Originating-IP: [144.160.130.16] To: bug-automake@gnu.org Message-id: MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; format=flowed; delsp=no Content-transfer-encoding: 7BIT Content-disposition: inline X-SID: 12 X-Authuserid: zaphod1@optonline.net User-Agent: Laszlo Mail 3 X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 09 Jan 2012 04:27:00 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) See below. The bottom line is the reset of CFLAGS to remove the -m64 for compiles that link.... Tests that didn't fail didn't have to link with anything else that was built when CFLAGS was untouched. Robert W. Jones gfp-ip@gfpmtipb:pts9:/build_tools/tools/build/automake-1.11.1/tests $ grep "^CFLAGS=" /appl/archives/build_tools/tools/src/automake-1.11.1/tests/* | more /appl/archives/build_tools/tools/src/automake-1.11.1/tests/ansi3.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/ansi3b.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/ansi5.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/ccnoco.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/ccnoco3.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/cond16.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/cond18.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/cond19.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/cond4.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/depcomp2.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/depend2.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/lex3.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/pr87.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/subobj3.test:CFLAGS= /appl/archives/build_tools/tools/src/automake-1.11.1/tests/substref.test:CFLAGS= gfp-ip@gfpmtipb:pts9:/build_tools/tools/build/automake-1.11.1/tests $ egrep "^FAIL:|^CFLAGS|^ld" test-suite.log | more FAIL: ansi3.test (exit: 2) CFLAGS= ld: fatal: file ansi2knr.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors. No output written to ansi2knr FAIL: ansi3b.test (exit: 2) CFLAGS= ld: fatal: file ansi2knr.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors. No output written to ansi2knr FAIL: ansi5.test (exit: 2) CFLAGS= ld: fatal: file ansi2knr.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors. No output written to ansi2knr FAIL: ccnoco.test (exit: 2) CFLAGS= ld: fatal: file wish-a.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors. No output written to wish FAIL: ccnoco3.test (exit: 1) CFLAGS= ld: fatal: file a.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors. No output written to wish FAIL: depend2.test (exit: 2) CFLAGS= ld: fatal: file hello.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors. No output written to hello ldadd: running libtool --version ldflags: running libtool --version FAIL: lex3.test (exit: 2) CFLAGS= ld: fatal: file foo.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors. No output written to foo FAIL: pr87.test (exit: 1) CFLAGS= ld: fatal: file foo.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors. No output written to foo FAIL: subobj3.test (exit: 2) CFLAGS= ld: fatal: file sub/hello.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors. No output written to hello gfp-ip@gfpmtipb:pts9:/build_tools/tools/build/automake-1.11.1/tests $ grep CFLAGS Makefile gfp-ip@gfpmtipb:pts9:/build_tools/tools/build/automake-1.11.1/tests $ grep CFLAGS ../../../MasterBuild CFLAGS="-m64 -I${INSTARGET}/include" FCFLAGS="-m64" export OPTFLAGS CFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 11 13:17:14 2012 Received: (at 10462) by debbugs.gnu.org; 11 Jan 2012 18:17:14 +0000 Received: from localhost ([127.0.0.1]:54107 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rl2jZ-0006gB-Tk for submit@debbugs.gnu.org; Wed, 11 Jan 2012 13:17:14 -0500 Received: from mail-we0-f172.google.com ([74.125.82.172]:41785) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rl2jX-0006g4-Vw for 10462@debbugs.gnu.org; Wed, 11 Jan 2012 13:17:12 -0500 Received: by werb14 with SMTP id b14so885526wer.3 for <10462@debbugs.gnu.org>; Wed, 11 Jan 2012 10:16:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=2kE37fjC/h5GPXui4+OySl8WGIIbdli6AGUXmA/a3VE=; b=rsPC3/6QxnUXjY1vbZc1FCGh5smucQ42DJBq3Xh5CwKIf95g5ocDM3SEcx6lxqn+Gs v2S+B7OFz0R//RPyjGReYVy2V9oCPzV1cRnmKxvr2w4pzDmrinrsBdOtmRZQuOeicwdo qUhOMKIZV4qznpoFqKqzZ3ehODI2EfWtsDQNc= Received: by 10.216.136.94 with SMTP id v72mr88222wei.43.1326305804664; Wed, 11 Jan 2012 10:16:44 -0800 (PST) Received: from [87.2.103.210] (host210-103-dynamic.2-87-r.retail.telecomitalia.it. [87.2.103.210]) by mx.google.com with ESMTPS id fo18sm2659026wbb.12.2012.01.11.10.16.43 (version=SSLv3 cipher=OTHER); Wed, 11 Jan 2012 10:16:44 -0800 (PST) Message-ID: <4F0DD209.4060605@gmail.com> Date: Wed, 11 Jan 2012 19:16:41 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: ROBERT JONES Subject: Re: bug#10462: Bug Report - Building all tools in 64Bit on Solaris 10. References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10462 Cc: 10462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) tags 10462 minor thanks Hi Robert, thanks for the report. On 01/09/2012 08:19 AM, ROBERT JONES wrote: > See below. The bottom line is the reset of CFLAGS to remove the -m64 for > compiles that link.... Tests that didn't fail didn't have to link with > anything else that was built when CFLAGS was untouched. > > Robert W. Jones > The issue you have encountered is just a testsuite weakness; nothing you should really worry about, since it is not a symptom of any real automake bug. Still, I'm not closing this bug report yet, since work is underway to improve the automake testsuite, and your report highlight some weaknesses that we might finally get to fix before the next major release. Keeping this ticket open will be a good reminder. Thanks, Stefano From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 13 07:39:24 2012 Received: (at control) by debbugs.gnu.org; 13 Jan 2012 12:39:24 +0000 Received: from localhost ([127.0.0.1]:55953 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RlgPk-0000jc-7d for submit@debbugs.gnu.org; Fri, 13 Jan 2012 07:39:24 -0500 Received: from mail-ww0-f46.google.com ([74.125.82.46]:48695) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RlgPj-0000jW-5Q for control@debbugs.gnu.org; Fri, 13 Jan 2012 07:39:23 -0500 Received: by wgbdy1 with SMTP id dy1so76498wgb.15 for ; Fri, 13 Jan 2012 04:38:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:mime-version:to:subject:content-type :content-transfer-encoding; bh=DhmxQj/Le3nit9GufFiLtIzKlsW4Z9gautg+KhzmWCg=; b=wI9/54ax4Tyub1qRs26hr5pK9xV1qOrnDL8zAU3Vbp42hzeUsqctUtY1SzqK8R/PwG eI6LU8qrrt8niJJX2rI7xoVGE+bFlv1BWHZcTX5oFnzuNsX0Pe7Iyo+n2Ue7TNOSHjLM jel7aNM5FkRa+nOfDHsBs7q1rYajaQf308Lzc= Received: by 10.180.76.235 with SMTP id n11mr8540004wiw.11.1326458325892; Fri, 13 Jan 2012 04:38:45 -0800 (PST) Received: from [82.56.38.186] (host186-38-dynamic.56-82-r.retail.telecomitalia.it. [82.56.38.186]) by mx.google.com with ESMTPS id g12sm15565642wiw.10.2012.01.13.04.38.45 (version=SSLv3 cipher=OTHER); Fri, 13 Jan 2012 04:38:45 -0800 (PST) Message-ID: <4F1025D4.9020704@gmail.com> Date: Fri, 13 Jan 2012 13:38:44 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: control@debbugs.gnu.org Subject: x Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) severity 10462 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 02 15:38:05 2012 Received: (at 10462) by debbugs.gnu.org; 2 Mar 2012 20:38:05 +0000 Received: from localhost ([127.0.0.1]:59385 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S3ZEl-0004lN-HM for submit@debbugs.gnu.org; Fri, 02 Mar 2012 15:38:05 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]:50144) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S3ZEK-0004ke-Il for 10462@debbugs.gnu.org; Fri, 02 Mar 2012 15:37:47 -0500 Received: by eeke51 with SMTP id e51so1039956eek.3 for <10462@debbugs.gnu.org>; Fri, 02 Mar 2012 12:36:59 -0800 (PST) Received-SPF: pass (google.com: domain of stefano.lattarini@gmail.com designates 10.14.187.143 as permitted sender) client-ip=10.14.187.143; Authentication-Results: mr.google.com; spf=pass (google.com: domain of stefano.lattarini@gmail.com designates 10.14.187.143 as permitted sender) smtp.mail=stefano.lattarini@gmail.com; dkim=pass header.i=stefano.lattarini@gmail.com Received: from mr.google.com ([10.14.187.143]) by 10.14.187.143 with SMTP id y15mr6791209eem.82.1330720619802 (num_hops = 1); Fri, 02 Mar 2012 12:36:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=NZOgX5B0XmMXaVVPkLl+TPtjzSLb6D5oFtem9+gj0gI=; b=oT7ymOLJpHfVaYwy1eWAWsbko2bJuW47oBCKMYbUBDSlB1INNo2S43UiKpme/qhukC T+VcdBpr2qs08r+ghWO9oCjOeKZ8Pit0ovfiDvFcCLnZMzk8hDdLqVuybN7b45MLS3yR k0Lvy/H4zDm9JlRMA6yui1NC1zLzA4OjoMvEXiCp6OzvisWKahRn8w0YISN/jpmxnlBC k+J+cZiFR4LDyrz0S2Xq5sthODV4UIQkNwRgdCwRQCVWEQ11aQNNlvyKEoe51mEvCwIp 2lSFXUrc6fWJsqiGS9IQvum+U//7oR21y3CTP+foQFdmSKAYucs9xG3ue3qd8t4e4aCH SeWQ== Received: by 10.14.187.143 with SMTP id y15mr5221588eem.82.1330720619673; Fri, 02 Mar 2012 12:36:59 -0800 (PST) Received: from [79.7.93.100] (host100-93-dynamic.7-79-r.retail.telecomitalia.it. [79.7.93.100]) by mx.google.com with ESMTPS id i10sm24430443eea.8.2012.03.02.12.36.57 (version=SSLv3 cipher=OTHER); Fri, 02 Mar 2012 12:36:58 -0800 (PST) Message-ID: <4F512F67.9080906@gmail.com> Date: Fri, 02 Mar 2012 21:36:55 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: ROBERT JONES Subject: Re: bug#10462: Bug Report - Building all tools in 64Bit on Solaris 10. References: <4F0DD209.4060605@gmail.com> In-Reply-To: <4F0DD209.4060605@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10462 Cc: 10462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On 01/11/2012 07:16 PM, Stefano Lattarini wrote: > tags 10462 minor > thanks > > Hi Robert, thanks for the report. > > On 01/09/2012 08:19 AM, ROBERT JONES wrote: >> See below. The bottom line is the reset of CFLAGS to remove the -m64 for >> compiles that link.... Tests that didn't fail didn't have to link with >> anything else that was built when CFLAGS was untouched. >> >> Robert W. Jones >> > The issue you have encountered is just a testsuite weakness; nothing you > should really worry about, since it is not a symptom of any real automake > bug. > The issues you had encountered should now be solved in the master branch. I will wait a week or so before closing the report though, in case you feel like trying out the code in master and (hopefully) confirming the fix truly work. Thanks, Stefano From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 27 08:06:37 2012 Received: (at 10462-done) by debbugs.gnu.org; 27 Mar 2012 12:06:37 +0000 Received: from localhost ([127.0.0.1]:40824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SCVAa-0002eT-P1 for submit@debbugs.gnu.org; Tue, 27 Mar 2012 08:06:37 -0400 Received: from mail-bk0-f44.google.com ([209.85.214.44]:64465) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SCVAK-0002e0-N7 for 10462-done@debbugs.gnu.org; Tue, 27 Mar 2012 08:06:35 -0400 Received: by bkuw5 with SMTP id w5so4700682bku.3 for <10462-done@debbugs.gnu.org>; Tue, 27 Mar 2012 04:35:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hcCmje7zVqvS1Znz8aUfkh8QrZXE3GuyFCwgZPVtnJ8=; b=kFZYbnG6CvcX9/GS3IxFiGPKPwO5bHBObUMRKQNFDsuu8cFM25XbJlpGxtXLvmv7le RHcoEW7ZDFIsPM7RzPV0xpPmb4xoQVuHV+OkecPi1fQdaq5gmFfhL3RZBvMRNGgee5yF iRE/XPTjxG0HGSXwbwA9zt8DW0ikCvWDru3TGKTOlczJKr/6fHRaRtuXdVPibs3R2Ml6 HdA+5D6A/9JDjm2ouvcTMteLmptyYxro+GyjYduhVuxmJ2BinR37/3mA2Y5zWumjs8pD CZU5VKTDSBPjYVKvWBg94i6V9q7pkm5hBe4EnfEFY0riWapW1lAijp8jeqNQMpcYuswT RiDA== Received: by 10.204.130.1 with SMTP id q1mr5947404bks.70.1332848104706; Tue, 27 Mar 2012 04:35:04 -0700 (PDT) Received: from [79.24.98.112] (host112-98-dynamic.24-79-r.retail.telecomitalia.it. [79.24.98.112]) by mx.google.com with ESMTPS id jr13sm38498189bkb.14.2012.03.27.04.35.02 (version=SSLv3 cipher=OTHER); Tue, 27 Mar 2012 04:35:03 -0700 (PDT) Message-ID: <4F71A5E4.6060706@gmail.com> Date: Tue, 27 Mar 2012 13:35:00 +0200 From: Stefano Lattarini MIME-Version: 1.0 To: ROBERT JONES Subject: Re: bug#10462: Bug Report - Building all tools in 64Bit on Solaris 10. References: <4F0DD209.4060605@gmail.com> <4F512F67.9080906@gmail.com> In-Reply-To: <4F512F67.9080906@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 10462-done Cc: 10462-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On 03/02/2012 09:36 PM, Stefano Lattarini wrote: > > The issue you have encountered is just a testsuite weakness; nothing you > should really worry about, since it is not a symptom of any real automake > bug. And it should now be solved in the master branch. > > I will wait a week or so before closing the report though, in case you feel > like trying out the code in master and (hopefully) confirming the fix truly > work. > That "week" turned out to be almost two months long apparently :-) I'm closing this report now. Regards, Stefano From unknown Wed Jun 18 23:00:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 25 Apr 2012 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