From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 07 17:00:13 2018 Received: (at submit) by debbugs.gnu.org; 7 Jul 2018 21:00:13 +0000 Received: from localhost ([127.0.0.1]:50461 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fbuJQ-0002Wd-Ez for submit@debbugs.gnu.org; Sat, 07 Jul 2018 17:00:13 -0400 Received: from eggs.gnu.org ([208.118.235.92]:37821) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fbszs-0000S2-Ka for submit@debbugs.gnu.org; Sat, 07 Jul 2018 15:35:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fbszm-00085Q-DW for submit@debbugs.gnu.org; Sat, 07 Jul 2018 15:35:51 -0400 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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44896) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fbszm-00085I-AQ for submit@debbugs.gnu.org; Sat, 07 Jul 2018 15:35:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fbszl-0002yP-6d for bug-automake@gnu.org; Sat, 07 Jul 2018 15:35:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fbszg-00083N-AW for bug-automake@gnu.org; Sat, 07 Jul 2018 15:35:49 -0400 Received: from elnino.lfos.de ([46.165.227.75]:16488) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fbszf-0007yh-Vk for bug-automake@gnu.org; Sat, 07 Jul 2018 15:35:44 -0400 Received: by elnino.lfos.de (OpenSMTPD) with ESMTPSA id 63571298 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO); Sat, 7 Jul 2018 21:35:29 +0200 (CEST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Python >=3.5 test suite failures To: bug-automake@gnu.org From: Lukas Fleischer Message-ID: <153099212854.23362.153294505539023931@typhoon> User-Agent: alot/0.7 Date: Sat, 07 Jul 2018 21:35:28 +0200 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 07 Jul 2018 17:00:11 -0400 Cc: Lukas Fleischer 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: -6.0 (------) Hi, Currently, the automake test suite fails with recent Python versions. I submitted two patches to address these issues to the automake-patches mailing list ~7 weeks ago. Any chance we can get these bugs fixed anytime soon? Regards, Lukas [1] http://lists.gnu.org/archive/html/automake-patches/2018-05/msg00001.html From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 07 17:36:02 2018 Received: (at 32088) by debbugs.gnu.org; 7 Jul 2018 21:36:02 +0000 Received: from localhost ([127.0.0.1]:50494 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fbus6-0007EA-06 for submit@debbugs.gnu.org; Sat, 07 Jul 2018 17:36:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48905) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fbus4-0007DW-Bs for 32088@debbugs.gnu.org; Sat, 07 Jul 2018 17:36:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fburu-00029v-Bm for 32088@debbugs.gnu.org; Sat, 07 Jul 2018 17:35:55 -0400 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 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fburu-00029p-8E; Sat, 07 Jul 2018 17:35:50 -0400 Received: from 85.63.10.109.rev.sfr.net ([109.10.63.85]:54852 helo=token) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fburt-0002fc-Qj; Sat, 07 Jul 2018 17:35:50 -0400 From: Mathieu Lirzin To: Lukas Fleischer Subject: Re: bug#32088: Python >=3.5 test suite failures References: <153099212854.23362.153294505539023931@typhoon> Date: Sat, 07 Jul 2018 23:35:47 +0200 In-Reply-To: <153099212854.23362.153294505539023931@typhoon> (Lukas Fleischer's message of "Sat, 07 Jul 2018 21:35:28 +0200") Message-ID: <87va9qpw3w.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32088 Cc: 32088@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: -6.0 (------) Hello Lukas, Lukas Fleischer writes: > Currently, the automake test suite fails with recent Python versions. I > submitted two patches to address these issues to the automake-patches > mailing list ~7 weeks ago. Any chance we can get these bugs fixed > anytime soon? > > [1] http://lists.gnu.org/archive/html/automake-patches/2018-05/msg00001.html I am going to review those. Thanks for reminding us about that. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 20 01:26:06 2020 Received: (at 32088) by debbugs.gnu.org; 20 Jan 2020 06:26:06 +0000 Received: from localhost ([127.0.0.1]:44280 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1itQVh-00033s-F2 for submit@debbugs.gnu.org; Mon, 20 Jan 2020 01:26:06 -0500 Received: from mo4-p05-ob.smtp.rzone.de ([81.169.146.181]:20696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1itPGF-00014P-H5 for 32088@debbugs.gnu.org; Mon, 20 Jan 2020 00:06:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1579496762; s=strato-dkim-0002; d=akhuettel.de; h=Message-ID:Date:Subject:Cc:To:From:X-RZG-CLASS-ID:X-RZG-AUTH:From: Subject:Sender; bh=vZP0J3Qn40H01AAOvVq7ekxDXyf1T6RF7qAr49hEneY=; b=kP+aVGT2m6Z5y2QevBDy+VgrtVbmFNEuWZpHdkf+o11lIZ3zn0shDRACNJyUe7Vsnv eeJWzlm7ztpz5AefxROYWaQ+kzpfY704mdpYCgSSAIKWoJNcnMjnJ2xDtSlUhbvr5q5s /8xH0OiHjLREz7vdRpH2+crOl3DNsOq4HGlG7N+IpvZvvrl5IndiJHK/kL2e29cPg/YA RpIxMODa5xXyy5cCLoveax3sgfUVAXQtFLmqZjuvS8PKkPQWZ4rTYf4xqJUxMZUif58x LBTlyKO7kr0AG6dh6Jdwhw2T2pI7z1sdsKKDl0fCKyfHknGYCS2Scrku0wZvb9Fho4gw bE4g== X-RZG-AUTH: ":IW0NeWCpcPchHrcnS4ebzBgQnKHTmkWA4CWORNSv8N53ayzFwJildypVA0Pm6VM+fdM=" X-RZG-CLASS-ID: mo05 Received: from porto.localnet by smtp.strato.de (RZmta 46.1.4 AUTH) with ESMTPSA id j05883w0K55YO0l (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Mon, 20 Jan 2020 06:05:34 +0100 (CET) From: "Andreas K. Huettel" To: 32088@debbugs.gnu.org Subject: Re: bug#32088: Python >=3.5 test suite failures Date: Mon, 20 Jan 2020 06:05:27 +0100 Message-ID: <4529374.yg5zfXiiPT@porto> Organization: Gentoo Linux MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart26774727.PzSGsb0KdY"; micalg="pgp-sha512"; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 32088 X-Mailman-Approved-At: Mon, 20 Jan 2020 01:26:04 -0500 Cc: base-system@gentoo.org, Lukas Fleischer , Mathieu Lirzin , mgorny@gentoo.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 (-) --nextPart26774727.PzSGsb0KdY Content-Transfer-Encoding: base64 Content-Type: text/plain; charset="iso-8859-1" Cj4gPiBDdXJyZW50bHksIHRoZSBhdXRvbWFrZSB0ZXN0IHN1aXRlIGZhaWxzIHdpdGggcmVjZW50 IFB5dGhvbiB2ZXJzaW9ucy4gSQo+ID4gc3VibWl0dGVkIHR3byBwYXRjaGVzIHRvIGFkZHJlc3Mg dGhlc2UgaXNzdWVzIHRvIHRoZSBhdXRvbWFrZS1wYXRjaGVzCj4gPiBtYWlsaW5nIGxpc3Qgfjcg d2Vla3MgYWdvLiBBbnkgY2hhbmNlIHdlIGNhbiBnZXQgdGhlc2UgYnVncyBmaXhlZAo+ID4gYW55 dGltZSBzb29uPwo+ID4gCj4gPiBbMV0KPiA+IGh0dHA6Ly9saXN0cy5nbnUub3JnL2FyY2hpdmUv aHRtbC9hdXRvbWFrZS1wYXRjaGVzLzIwMTgtMDUvbXNnMDAwMDEuaHQKPiA+IG1sPiAKPiBJIGFt IGdvaW5nIHRvIHJldmlldyB0aG9zZS4KPiAKPiBUaGFua3MgZm9yIHJlbWluZGluZyB1cyBhYm91 dCB0aGF0LgAKCkFueSBuZXdzIGhlcmU/IEkgbWVhbiwgUHl0aG9uIDIgaXMgZ29pbmcgYXdheSAo aWYgbm90IGFscmVhZHkgZ29uZSkuLi4KCkkndmUgcmV2aWV3ZWQgYm90aCBwYXRjaGVzIGFuZCBh ZGRlZCB0aGVtIHRvIHRoZSBHZW50b28gdmVyc2lvbiBvZiAKYXV0b21ha2UuCgpUaGF0IHNhaWQs IGNvbXBhdGliaWxpdHkgd2l0aCByZWNlbnQgcHl0aG9uIGlzbid0IGNvbXBsZXRlIHRoZW4uCgox KSBXaXRoIHRoZSBzZWNvbmQgcGF0Y2ggSSBoaXQgdGhlIGNvbW1hbmQgbGluZSBsZW5ndGggbGlt aXQgaW4gdC9pbnN0bWFueS0KcHl0aG9uLnNoLCB3aGljaCB0aGVuIGZhaWxzIChubyB3b25kZXIg aWYgZXZlcnkgZmlsZSBnZXRzIHByZXBlbmRlZCAKX19weWNhY2hlX18vIC4uLikuIEkndmUgd29y a2VkIGFyb3VuZCB0aGF0IGJ5IGluY3JlYXNpbmcgdGhlIGxpbWl0IGluIHQvCmluc3RtYW55LXB5 dGhvbi5zaCBmcm9tIHRoZSBzb21ld2hhdCBhcmJpdHJhcnkgMjUwMCB0byAzMjAwLiBOZXZlcnRo bGVzc3MsIAptYXliZSBhIG1vcmUgZWxlZ2FudCBzb2x1dGlvbiBpcyBwb3NzaWJsZS4KCjIpIFRo ZSBmaXgvcGF0Y2ggb2YgYnVnICMzODA0MyAoSW5jb3JyZWN0IFB5dGhvbiBieXRlLWNvbXBpbGlu ZyBmb3IgUHl0aG9uIAozIGFuZCBQeVB5MyksIHdoaWNoIHdlIGFsc28gY2FycnksIGludGVyZmVy ZXMgd2l0aCB0L3B5LWNvbXBpbGUtYmFzZWRpci5zaDsgCnRoZSBudW1iZXIgb2YgZ2VuZXJhdGVk IGZpbGVzIChsaW5lIDQ3IHRoZXJlKSBpcyB0aGVuIChvbmx5IGZvciByZWNlbnQgClB5dGhvbiAz KSA2LCBub3QgNC4KCi0tIApBbmRyZWFzIEsuIEj8dHRlbApkaWxmcmlkZ2VAZ2VudG9vLm9yZwpH ZW50b28gTGludXggZGV2ZWxvcGVyIAooY291bmNpbCwgdG9vbGNoYWluLCBiYXNlLXN5c3RlbSwg cGVybCwgbGlicmVvZmZpY2Up --nextPart26774727.PzSGsb0KdY Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE2dlecvcVU8/ThuQ/jJJgxvbXoxAFAl4lNRcACgkQjJJgxvbX oxDtsg/9HLacn4t85MvfoZipToHYNxIy3olsKORBiF8Ic5MY9/1q74HOn0v9ebci jkA4dPIf/PAPuvojmbdvXQ8FlhYrpwCBuYeXahJ8Ahp2BxGoLYn4ZnyOwZ83c59P TOARsMJE0Wnuszvzy9BECCzVlPUSigS+gDSsmWI5Sk2fvp1ph7YcgQHs2HsS5J+2 T0OUN3fYsPEE8GE9+cgrlKXxpXFd/coi+7FkNBX0gBrFXD82IZyDrdc74Emv1sBR 8+WIRRP8w52P7LP2507EOVJvxfc5p2umFoH0Rcx5Wr2XbOoP588T1JAqMwA61D1x xlqVNvvCSJ5TUlqFyeA7wpkvVQTZTT6RKLhDHzNh6tLIO40CCdRGnOXdASb8627i SsPTDmVM98TkIHaqVY+9Uc98n21Ib4DD1qSgbdq0YU3SGhxl6zbmwp9Ayl+BzXWa XRhHgf1GAU5yIVxo+fxxzsYe2IRgl7dW6mci43ubzLVcfBl2iRVzh9GL84nSLv4l rG7Ph2AOGnsEOqa3A9yKvYmZKM6E/PqN5stiAmU3wzTsJPY95DyF8isZeviRXYaL 5VhY5UXTo3aDRgLdm/2XSGBWBjHHMl0pLzP2It4IEoOhGSnehCdKnTgCHhuWMQKM Jd50TIXvV2QWD/WF0TBoDlB9z2dNIKqmg/IsqNTekyQGQafLPJY= =RZKY -----END PGP SIGNATURE----- --nextPart26774727.PzSGsb0KdY-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 20 18:16:29 2020 Received: (at 32088) by debbugs.gnu.org; 20 Jan 2020 23:16:29 +0000 Received: from localhost ([127.0.0.1]:46266 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1itgHV-0007g8-Jg for submit@debbugs.gnu.org; Mon, 20 Jan 2020 18:16:29 -0500 Received: from freefriends.org ([96.88.95.60]:46806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1itgHS-0007dE-IS for 32088@debbugs.gnu.org; Mon, 20 Jan 2020 18:16:28 -0500 X-Envelope-From: karl@freefriends.org Received: from freefriends.org (freefriends.org [96.88.95.60]) by freefriends.org (8.14.7/8.14.7) with ESMTP id 00KNGN9e023971 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 20 Jan 2020 16:16:24 -0700 Received: (from apache@localhost) by freefriends.org (8.14.7/8.14.7/Submit) id 00KNGK8l023970; Mon, 20 Jan 2020 16:16:20 -0700 Date: Mon, 20 Jan 2020 16:16:20 -0700 Message-Id: <202001202316.00KNGK8l023970@freefriends.org> From: Karl Berry To: dilfridge@gentoo.org Subject: Re: bug#32088: Python >=3.5 test suite failures In-Reply-To: <4529374.yg5zfXiiPT@porto> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 32088 Cc: mgorny@gentoo.org, lfleischer@lfos.de, base-system@gentoo.org, mthl@gnu.org, 32088@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 (---) instmany-python.sh from the somewhat arbitrary 2500 to 3200. Neverthlesss, maybe a more elegant solution is possible. Seems fine to me. Thanks for finding the workaround. 2) The fix/patch of bug #38043 (Incorrect Python byte-compiling for Python 3 and PyPy3), which we also carry, interferes with t/py-compile-basedir.sh; the number of generated files (line 47 there) is then (only for recent Python 3) 6, not 4. People will surely be running make check on older machines. Maybe the simplest way is just to accept either 4 or 6 in the stated test $(echo "$files" | wc -l) -eq 4 as long as those are the only results ... so far ... Jim, wdyt? --thanks, karl. From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 20 20:00:54 2020 Received: (at 32088) by debbugs.gnu.org; 21 Jan 2020 01:00:54 +0000 Received: from localhost ([127.0.0.1]:46317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ithuU-0003Eg-8W for submit@debbugs.gnu.org; Mon, 20 Jan 2020 20:00:54 -0500 Received: from mo4-p05-ob.smtp.rzone.de ([85.215.255.133]:12840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ithcj-00029P-3w for 32088@debbugs.gnu.org; Mon, 20 Jan 2020 19:42:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1579567347; s=strato-dkim-0002; d=akhuettel.de; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=ADiFOwzc2SmHz7SDLVa1aXBRFRvXvT5/GoDN9pIH2Yo=; b=U9yFRRANLi+ROsYG5zrq1lYWHv5d8IDKh8rMKNSyeLqalc75XXm/1ovBtereKLmVKu TWZnh5dJxNCV5DfE9SVFASFOX/uSUIsJZCkbny4ZTfDsrD1avh+bf0RW8o7dKUloyOnB MAPc67/08Cwy9qOAX5dBLi25zz/T4GcrFi7ih5CSXcfK5Fgno9rB07mZA7V09C8bq4xp n14x96M1O1lVonMoG1yKcP3r8Ks/TEmBdi6nd+vDgseWxK/dtqdKGLBoMLB2eB4hcwyj M/Vr7v1Su+A1IJvV4XilfRUtThNX9RVhyku92KbgHXLODIFu/bk2ahx5olJaXtws8a8b KaMA== X-RZG-AUTH: ":IW0NeWCpcPchHrcnS4ebzBgQnKHTmkWA4CWORNSv8N53ay/NwpildDJnf7tcrmyI9g==" X-RZG-CLASS-ID: mo05 Received: from porto.localnet by smtp.strato.de (RZmta 46.1.5 SBL|AUTH) with ESMTPSA id J06cf5w0L0g5TiO (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Tue, 21 Jan 2020 01:42:05 +0100 (CET) From: "Andreas K. Huettel" To: Karl Berry Subject: Re: bug#32088: Python >=3.5 test suite failures Date: Tue, 21 Jan 2020 01:42:02 +0100 Message-ID: <2123820.m4hP99DLOu@porto> Organization: Gentoo Linux In-Reply-To: <202001202316.00KNGK8l023970@freefriends.org> References: <202001202316.00KNGK8l023970@freefriends.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 32088 X-Mailman-Approved-At: Mon, 20 Jan 2020 20:00:48 -0500 Cc: mgorny@gentoo.org, lfleischer@lfos.de, base-system@gentoo.org, mthl@gnu.org, 32088@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: -0.3 (/) > 2) The fix/patch of bug #38043 (Incorrect Python byte-compiling for > Python 3 and PyPy3), which we also carry, interferes with > t/py-compile-basedir.sh; the number of generated files (line 47 > there) is then (only for recent Python 3) 6, not 4. >=20 > People will surely be running make check on older machines. >=20 > Maybe the simplest way is just to accept either 4 or 6 in the stated > test $(echo "$files" | wc -l) -eq 4 > as long as those are the only results ... so far ... Yep, precisely. This is what I've used: https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-devel/automake/files/ automake-1.16.1-py3-compile-test.patch diff -ruN automake-1.16.1.orig/t/py-compile-basedir.sh automake-1.16.1/t/ py-compile-basedir.sh =2D-- automake-1.16.1.orig/t/py-compile-basedir.sh 2020-01-20=20 05:07:12.915260159 +0100 +++ automake-1.16.1/t/py-compile-basedir.sh 2020-01-20=20 05:07:45.827074984 +0100 @@ -42,7 +42,7 @@ py_installed "$d2/$f.pyc" py_installed "$d2/sub/$f.pyc" files=3D$(find "$d2" | grep '\.py[co]$') =2D test $(echo "$files" | wc -l) -eq 4 + test $(echo "$files" | wc -l) -eq 4 -o $(echo "$files" | wc -l) -eq 6 case $d2 in .|..) rm -f $files;; *) rm -rf "$d2";; =2D-=20 Andreas K. H=FCttel dilfridge@gentoo.org Gentoo Linux developer=20 (council, toolchain, base-system, perl, libreoffice) From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 01 21:14:55 2020 Received: (at 32088) by debbugs.gnu.org; 2 Feb 2020 02:14:55 +0000 Received: from localhost ([127.0.0.1]:39477 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iy4ml-0007hb-Cu for submit@debbugs.gnu.org; Sat, 01 Feb 2020 21:14:55 -0500 Received: from freefriends.org ([96.88.95.60]:40566) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iy4mi-0007hN-NL; Sat, 01 Feb 2020 21:14:53 -0500 X-Envelope-From: karl@freefriends.org Received: from freefriends.org (freefriends.org [96.88.95.60]) by freefriends.org (8.14.7/8.14.7) with ESMTP id 0122Ep3p027447 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 1 Feb 2020 19:14:51 -0700 Received: (from apache@localhost) by freefriends.org (8.14.7/8.14.7/Submit) id 0122EnX0027446; Sat, 1 Feb 2020 19:14:49 -0700 Date: Sat, 1 Feb 2020 19:14:49 -0700 Message-Id: <202002020214.0122EnX0027446@freefriends.org> From: Karl Berry To: dilfridge@gentoo.org Subject: Re: bug#32088: Python >=3.5 test suite failures In-Reply-To: <4529374.yg5zfXiiPT@porto> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 32088 Cc: mgorny@gentoo.org, lfleischer@lfos.de, base-system@gentoo.org, mthl@gnu.org, 32088@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 (---) Hi Andreas, Lukas, and all - I have pushed Lukas's two patches, tweaked per Andreas's subsequent fixes, and also adjusted for the current sources. Hope it flies, please reopen if problems. Thanks to all! --karl From unknown Fri Jun 13 06:16:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 01 Mar 2020 12: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