From unknown Fri Sep 05 08:57:55 2025 X-Loop: help-debbugs@gnu.org Subject: bug#42372: python-tinycss2 fails to build Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 15 Jul 2020 16:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42372 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 42372@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159482966112913 (code B ref -1); Wed, 15 Jul 2020 16:15:02 +0000 Received: (at submit) by debbugs.gnu.org; 15 Jul 2020 16:14:21 +0000 Received: from localhost ([127.0.0.1]:53422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvk2q-0003Lx-U1 for submit@debbugs.gnu.org; Wed, 15 Jul 2020 12:14:21 -0400 Received: from lists.gnu.org ([209.51.188.17]:54706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvk2n-0003Lo-Qr for submit@debbugs.gnu.org; Wed, 15 Jul 2020 12:14:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54558) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvk2n-0007MU-L0 for bug-guix@gnu.org; Wed, 15 Jul 2020 12:14:05 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:40818) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvk2l-0007Py-LY for bug-guix@gnu.org; Wed, 15 Jul 2020 12:14:05 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jvk2i-0006sw-WC; Wed, 15 Jul 2020 18:14:01 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jvk2i-0006OR-Fu for bug-guix@gnu.org; Wed, 15 Jul 2020 18:14:00 +0200 From: Michael Rohleder X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Wed, 15 Jul 2020 18:13:56 +0200 Message-ID: <87wo34ycvv.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1594829642;8c15a165; X-HE-SMSGID: 1jvk2i-0006sw-WC Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/15 11:43:30 X-ACL-Warn: Detected OS = ??? 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_NONE=0.001, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001, WEIRD_PORT=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: -1.0 (-) Hey guix, I tried building weasyprint, but python-tinycss2 fails in (flake?) tests: ... starting phase `check' ============================= test session starts ============================== platform linux -- Python 3.8.2, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 rootdir: /tmp/guix-build-python-tinycss2-1.0.2.drv-0/tinycss2-1.0.2, inifile: setup.cfg plugins: hypothesis-5.4.1, flake8-1.0.6, isort-0.3.1 collected 498 items setup.py .. [ 0%] tinycss2/__init__.py .. [ 0%] tinycss2/ast.py .. [ 1%] tinycss2/bytes.py .. [ 1%] tinycss2/color3.py .. [ 2%] tinycss2/nth.py .. [ 2%] tinycss2/parser.py .. [ 2%] tinycss2/serializer.py .. [ 3%] tinycss2/test_tinycss2.py .............................................. [ 12%] ........................................................................ [ 26%] ........................................................................ [ 41%] ........................................................................ [ 55%] ........................................................................ [ 70%] ........................................................................ [ 84%] ...................................................................... [ 98%] tinycss2/tokenizer.py .. [ 99%] tinycss2/css-parsing-tests/make_color3_hsl.py .F [ 99%] tinycss2/css-parsing-tests/make_color3_keywords.py .. [100%] =================================== FAILURES =================================== _________________________________ FLAKE8-check _________________________________ /tmp/guix-build-python-tinycss2-1.0.2.drv-0/tinycss2-1.0.2/tinycss2/css-parsing-tests/make_color3_hsl.py:19:9: E741 ambiguous variable name 'l' ------------------------------ Captured log call ------------------------------- WARNING flake8.options.manager:manager.py:207 option --max-complexity: please update from optparse string `type=` to argparse callable `type=` -- this will be an error in the future ======================== 1 failed, 497 passed in 2.63s ========================= command "pytest" failed with status 1 builder for `/gnu/store/29xnjbi81x88w5pc8rkj09ffcr62y0z5-python-tinycss2-1.0.2.drv' failed with exit code 1 build of /gnu/store/29xnjbi81x88w5pc8rkj09ffcr62y0z5-python-tinycss2-1.0.2.drv failed -- If you are the smartest person in the room, you are in the wrong room. From unknown Fri Sep 05 08:57:55 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: Michael Rohleder Subject: bug#42372: closed (Re: bug#42372: python-tinycss2 fails to build) Message-ID: References: <87eepcbphi.fsf@gnu.org> <87wo34ycvv.fsf@rohleder.de> X-Gnu-PR-Message: they-closed 42372 X-Gnu-PR-Package: guix Reply-To: 42372@debbugs.gnu.org Date: Wed, 15 Jul 2020 18:31:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1594837862-1478-1" This is a multi-part message in MIME format... ------------=_1594837862-1478-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42372: python-tinycss2 fails to build 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 42372@debbugs.gnu.org. --=20 42372: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42372 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1594837862-1478-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42372-done) by debbugs.gnu.org; 15 Jul 2020 18:30:51 +0000 Received: from localhost ([127.0.0.1]:53535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvmB8-0000NT-TN for submit@debbugs.gnu.org; Wed, 15 Jul 2020 14:30:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51536) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvmB3-0000NC-LD for 42372-done@debbugs.gnu.org; Wed, 15 Jul 2020 14:30:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34114) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jvmAy-0005GG-2C; Wed, 15 Jul 2020 14:30:40 -0400 Received: from 84-52-226.102.3p.ntebredband.no ([84.52.226.102]:57950 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jvmAw-0006OP-8C; Wed, 15 Jul 2020 14:30:39 -0400 From: Marius Bakke To: Michael Rohleder , 42372-done@debbugs.gnu.org Subject: Re: bug#42372: python-tinycss2 fails to build In-Reply-To: <87wo34ycvv.fsf@rohleder.de> References: <87wo34ycvv.fsf@rohleder.de> Date: Wed, 15 Jul 2020 20:30:17 +0200 Message-ID: <87eepcbphi.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42372-done 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 (---) --=-=-= Content-Type: text/plain Michael Rohleder writes: > Hey guix, > > I tried building weasyprint, but python-tinycss2 fails in (flake?) > tests: Fixed in 15076369062852c266bc697fc54b2ba157aceed0, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8PSzkACgkQoqBt8qM6 VPpRjAf9EHRuIo5SPa/6HRiehRi9rZqYDOoiRd7uJP5Rj+L7/+o8htE8W2w8bOFm ikaXP2/NptwgA6U87uM8b9Az28/YYQ2fTySNgKUDrjXwDoFFgPCS4IreWFLTw++L qyzzZI2TkvM2cifSnZK51fakeaAaPh+W1BsbGNHGgCBzWybfWlyB3gNKTCAOfw8/ I6/ELL8mi50vFSwsiUtyi8y9x7RonAXwM4BDuZQPo5AySG+IX+3j6VirjZZsygDD jujE+mT8csRLBVwdw1Yj+dPfEpK/p0OlgB1mmeK//CJDIlkda3wNgKUO4ZoyPJ0C hq+GMj9WqBXa2VxvEqTNo0qICP2EEA== =W6Kt -----END PGP SIGNATURE----- --=-=-=-- ------------=_1594837862-1478-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Jul 2020 16:14:21 +0000 Received: from localhost ([127.0.0.1]:53422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvk2q-0003Lx-U1 for submit@debbugs.gnu.org; Wed, 15 Jul 2020 12:14:21 -0400 Received: from lists.gnu.org ([209.51.188.17]:54706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvk2n-0003Lo-Qr for submit@debbugs.gnu.org; Wed, 15 Jul 2020 12:14:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54558) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvk2n-0007MU-L0 for bug-guix@gnu.org; Wed, 15 Jul 2020 12:14:05 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:40818) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvk2l-0007Py-LY for bug-guix@gnu.org; Wed, 15 Jul 2020 12:14:05 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jvk2i-0006sw-WC; Wed, 15 Jul 2020 18:14:01 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jvk2i-0006OR-Fu for bug-guix@gnu.org; Wed, 15 Jul 2020 18:14:00 +0200 From: Michael Rohleder To: bug-guix@gnu.org Subject: python-tinycss2 fails to build X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Wed, 15 Jul 2020 18:13:56 +0200 Message-ID: <87wo34ycvv.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1594829642;8c15a165; X-HE-SMSGID: 1jvk2i-0006sw-WC Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/15 11:43:30 X-ACL-Warn: Detected OS = ??? 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_NONE=0.001, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001, WEIRD_PORT=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: -1.0 (-) Hey guix, I tried building weasyprint, but python-tinycss2 fails in (flake?) tests: ... starting phase `check' ============================= test session starts ============================== platform linux -- Python 3.8.2, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 rootdir: /tmp/guix-build-python-tinycss2-1.0.2.drv-0/tinycss2-1.0.2, inifile: setup.cfg plugins: hypothesis-5.4.1, flake8-1.0.6, isort-0.3.1 collected 498 items setup.py .. [ 0%] tinycss2/__init__.py .. [ 0%] tinycss2/ast.py .. [ 1%] tinycss2/bytes.py .. [ 1%] tinycss2/color3.py .. [ 2%] tinycss2/nth.py .. [ 2%] tinycss2/parser.py .. [ 2%] tinycss2/serializer.py .. [ 3%] tinycss2/test_tinycss2.py .............................................. [ 12%] ........................................................................ [ 26%] ........................................................................ [ 41%] ........................................................................ [ 55%] ........................................................................ [ 70%] ........................................................................ [ 84%] ...................................................................... [ 98%] tinycss2/tokenizer.py .. [ 99%] tinycss2/css-parsing-tests/make_color3_hsl.py .F [ 99%] tinycss2/css-parsing-tests/make_color3_keywords.py .. [100%] =================================== FAILURES =================================== _________________________________ FLAKE8-check _________________________________ /tmp/guix-build-python-tinycss2-1.0.2.drv-0/tinycss2-1.0.2/tinycss2/css-parsing-tests/make_color3_hsl.py:19:9: E741 ambiguous variable name 'l' ------------------------------ Captured log call ------------------------------- WARNING flake8.options.manager:manager.py:207 option --max-complexity: please update from optparse string `type=` to argparse callable `type=` -- this will be an error in the future ======================== 1 failed, 497 passed in 2.63s ========================= command "pytest" failed with status 1 builder for `/gnu/store/29xnjbi81x88w5pc8rkj09ffcr62y0z5-python-tinycss2-1.0.2.drv' failed with exit code 1 build of /gnu/store/29xnjbi81x88w5pc8rkj09ffcr62y0z5-python-tinycss2-1.0.2.drv failed -- If you are the smartest person in the room, you are in the wrong room. ------------=_1594837862-1478-1--