From unknown Tue Aug 19 21:02:02 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#49477 <49477@debbugs.gnu.org> To: bug#49477 <49477@debbugs.gnu.org> Subject: Status: [core-updates] python-pyyaml fails on sanity-check Reply-To: bug#49477 <49477@debbugs.gnu.org> Date: Wed, 20 Aug 2025 04:02:02 +0000 retitle 49477 [core-updates] python-pyyaml fails on sanity-check reassign 49477 guix submitter 49477 John Kehayias severity 49477 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 08 23:56:12 2021 Received: (at submit) by debbugs.gnu.org; 9 Jul 2021 03:56:12 +0000 Received: from localhost ([127.0.0.1]:58043 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1hcS-0000Oy-Fx for submit@debbugs.gnu.org; Thu, 08 Jul 2021 23:56:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:50512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1hcH-0000OR-6G for submit@debbugs.gnu.org; Thu, 08 Jul 2021 23:56:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48720) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m1hcG-0007Ut-TF for bug-guix@gnu.org; Thu, 08 Jul 2021 23:55:52 -0400 Received: from mail2.protonmail.ch ([185.70.40.22]:18436) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m1hcD-00037P-8n for bug-guix@gnu.org; Thu, 08 Jul 2021 23:55:52 -0400 Date: Fri, 09 Jul 2021 03:55:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1625802932; bh=vVOB/13e4s/3KoCHs8LzCEAABUWv+H4QXHVGu8JVERw=; h=Date:To:From:Reply-To:Subject:From; b=J1UJIRVeMjmalSTk5pnzuR0WVIuazn8zL0Mvy8ID/v2X0F3cDvk0RmP11Epf88Cpf Ff6S9AndhX9319Wg1Md0s9tyRf9sKuua59f43RYqJS0DC+YmsUHJ7dZ3Dx/uU1BvWF nVcBhI0C6OolHxiarBL5r6usu2z6tR4ORDaUlHlI= To: "bug-guix@gnu.org" From: John Kehayias Subject: [core-updates] python-pyyaml fails on sanity-check Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.22; envelope-from=john.kehayias@protonmail.com; helo=mail2.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.2 (/) 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: , Reply-To: John Kehayias Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Perhaps due to recent addition/changes for python sanity-check? Here is the relevant portion of the log from running ./pre-inst-env guix bu= ild python-pyyaml on core-updates: warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'yaml._yaml' extension creating build/temp.linux-x86_64-3.9 creating build/temp.linux-x86_64-3.9/yaml gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wal= l -fno-semantic-interposition -fPIC -I/gnu/store/4nrih35yjsz2kwhr4pwxnkdzjm= kgxxfq-python-3.9.5/include/python3.9 -c yaml/_yaml.c -o build/temp.linux-x= 86_64-3.9/yaml/_yaml.o gcc: error: yaml/_yaml.c: No such file or directory gcc: fatal error: no input files compilation terminated. Error compiling module, falling back to pure Python phase `build' succeeded after 0.3 seconds starting phase `install' running "python setup.py" with command "install" and parameters ("--prefix= =3D/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1" "--no-c= ompile" "--single-version-externally-managed" "--root=3D/") running install running build running build_py warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'yaml._yaml' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wal= l -fno-semantic-interposition -fPIC -I/gnu/store/4nrih35yjsz2kwhr4pwxnkdzjm= kgxxfq-python-3.9.5/include/python3.9 -c yaml/_yaml.c -o build/temp.linux-x= 86_64-3.9/yaml/_yaml.o gcc: error: yaml/_yaml.c: No such file or directory gcc: fatal error: no input files compilation terminated. Error compiling module, falling back to pure Python running install_lib creating /gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1 creating /gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/li= b creating /gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/li= b/python3.9 creating /gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/li= b/python3.9/site-packages creating /gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/li= b/python3.9/site-packages/_yaml copying build/lib.linux-x86_64-3.9/_yaml/__init__.py -> /gnu/store/i9aqd2hc= rfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/_y= aml creating /gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/li= b/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/__init__.py -> /gnu/store/i9aqd2hcr= fc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yam= l copying build/lib.linux-x86_64-3.9/yaml/composer.py -> /gnu/store/i9aqd2hcr= fc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yam= l copying build/lib.linux-x86_64-3.9/yaml/constructor.py -> /gnu/store/i9aqd2= hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/= yaml copying build/lib.linux-x86_64-3.9/yaml/cyaml.py -> /gnu/store/i9aqd2hcrfc6= 8ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/dumper.py -> /gnu/store/i9aqd2hcrfc= 68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/emitter.py -> /gnu/store/i9aqd2hcrf= c68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/error.py -> /gnu/store/i9aqd2hcrfc6= 8ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/events.py -> /gnu/store/i9aqd2hcrfc= 68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/loader.py -> /gnu/store/i9aqd2hcrfc= 68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/nodes.py -> /gnu/store/i9aqd2hcrfc6= 8ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/parser.py -> /gnu/store/i9aqd2hcrfc= 68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/reader.py -> /gnu/store/i9aqd2hcrfc= 68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/representer.py -> /gnu/store/i9aqd2= hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/= yaml copying build/lib.linux-x86_64-3.9/yaml/resolver.py -> /gnu/store/i9aqd2hcr= fc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yam= l copying build/lib.linux-x86_64-3.9/yaml/scanner.py -> /gnu/store/i9aqd2hcrf= c68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/serializer.py -> /gnu/store/i9aqd2h= crfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/y= aml copying build/lib.linux-x86_64-3.9/yaml/tokens.py -> /gnu/store/i9aqd2hcrfc= 68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages/yaml warning: install_lib: byte-compiling is disabled, skipping. running install_egg_info running egg_info writing lib3/PyYAML.egg-info/PKG-INFO writing dependency_links to lib3/PyYAML.egg-info/dependency_links.txt writing top-level names to lib3/PyYAML.egg-info/top_level.txt warning: the 'license_file' option is deprecated, use 'license_files' inste= ad adding license file 'LICENSE' (matched pattern 'LICENSE') reading manifest file 'lib3/PyYAML.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'lib3/PyYAML.egg-info/SOURCES.txt' Copying lib3/PyYAML.egg-info to /gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs= -python-pyyaml-5.4.1/lib/python3.9/site-packages/PyYAML-5.4.1-py3.9.egg-inf= o running install_scripts Listing '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1'..= . Listing '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/li= b'... Listing '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/li= b/python3.9'... Listing '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/li= b/python3.9/site-packages'... Listing '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/li= b/python3.9/site-packages/PyYAML-5.4.1-py3.9.egg-info'... Listing '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/li= b/python3.9/site-packages/_yaml'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/_yaml/__init__.py'... Listing '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/li= b/python3.9/site-packages/yaml'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/__init__.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/composer.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/constructor.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/cyaml.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/dumper.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/emitter.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/error.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/events.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/loader.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/nodes.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/parser.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/reader.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/representer.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/resolver.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/scanner.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/serializer.py'... Compiling '/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/= lib/python3.9/site-packages/yaml/tokens.py'... phase `install' succeeded after 0.5 seconds starting phase `add-install-to-pythonpath' phase `add-install-to-pythonpath' succeeded after 0.0 seconds starting phase `add-install-to-path' phase `add-install-to-path' succeeded after 0.0 seconds starting phase `wrap' find-files: /gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1= /bin: No such file or directory find-files: /gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1= /sbin: No such file or directory phase `wrap' succeeded after 0.0 seconds starting phase `check' running "python setup.py" with command "test" and parameters () running test running build_py warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'yaml._yaml' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wal= l -fno-semantic-interposition -fPIC -I/gnu/store/4nrih35yjsz2kwhr4pwxnkdzjm= kgxxfq-python-3.9.5/include/python3.9 -c yaml/_yaml.c -o build/temp.linux-x= 86_64-3.9/yaml/_yaml.o gcc: error: yaml/_yaml.c: No such file or directory gcc: fatal error: no input files compilation terminated. Error compiling module, falling back to pure Python ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ............. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TESTS: 1288 phase `check' succeeded after 4.3 seconds starting phase `sanity-check' validating 'PyYAML' /gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyya= ml-5.4.1/lib/python3.9/site-packages ...checking requirements: OK ...trying to load module _yaml: ERROR: Traceback (most recent call last): File "/gnu/store/slim8x2ppjhici2iiabmyvg9lxyikiwy-sanity-check.py", line = 69, in importlib.import_module(name) File "/gnu/store/4nrih35yjsz2kwhr4pwxnkdzjmkgxxfq-python-3.9.5/lib/python= 3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocke= d File "", line 680, in _load_unlocked File "", line 855, in exec_module File "", line 228, in _call_with_frames_remo= ved File "/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib= /python3.9/site-packages/_yaml/__init__.py", line 14, in raise exc("No module named '_yaml'") ModuleNotFoundError: No module named '_yaml' ...trying to load module yaml: OK error: in phase 'sanity-check': uncaught exception: %exception #<&invoke-error program: "python" arguments: ("/gnu/store/slim8x= 2ppjhici2iiabmyvg9lxyikiwy-sanity-check.py" "/gnu/store/i9aqd2hcrfc68ykd24n= njw1nzrdyazrs-python-pyyaml-5.4.1/lib/python3.9/site-packages") exit-status= : 1 term-signal: #f stop-signal: #f> phase `sanity-check' failed after 0.2 seconds command "python" "/gnu/store/slim8x2ppjhici2iiabmyvg9lxyikiwy-sanity-check.= py" "/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5.4.1/lib/py= thon3.9/site-packages" failed with status 1 builder for `/gnu/store/m9vvvh5qpkrcd0hra3dpri1yqns9m36w-python-pyyaml-5.4.= 1.drv' failed with exit code 1 build of /gnu/store/m9vvvh5qpkrcd0hra3dpri1yqns9m36w-python-pyyaml-5.4.1.dr= v failed View build log at '/var/log/guix/drvs/m9/vvvh5qpkrcd0hra3dpri1yqns9m36w-pyt= hon-pyyaml-5.4.1.drv.bz2'. guix build: error: build of `/gnu/store/m9vvvh5qpkrcd0hra3dpri1yqns9m36w-py= thon-pyyaml-5.4.1.drv' failed From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 09 16:24:27 2021 Received: (at 49477) by debbugs.gnu.org; 9 Jul 2021 20:24:27 +0000 Received: from localhost ([127.0.0.1]:59832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1x2j-00026u-ES for submit@debbugs.gnu.org; Fri, 09 Jul 2021 16:24:26 -0400 Received: from lepiller.eu ([89.234.186.109]:50300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1x2e-00026g-F9 for 49477@debbugs.gnu.org; Fri, 09 Jul 2021 16:24:11 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 7917380a; Fri, 9 Jul 2021 20:24:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:from:message-id; s=dkim; bh=ia8l9UuNPjgfug4v7Ba4D/TI4wBeysash0FI6sXTwDk=; b=TDrWP4tRkunD 3ugduxoYAIpj7s6UTdOk7km2zIK5t3w3FeazAvJrGKlkYORbnJep18aZRG69/tYb 7AYSMtwU9APpJFkOUdvP9p00QjgIZQvuDsGVWriDW38/CSsHciLM5Ul1k0CKW/DX 0wfj3Ab9EInO6AqAN+mn/gPv73CpCy263RAe3zPabS9+E0oteLvqHUnaHeJEy8Dw hSsPGPHH+700jqQj//ot1FSYmpOn+zBJe2MBi4hTwMP4riv1851kJdJTNUVcZ+4K CTM6KT9tK3/F/8NcwgQY6XVvKLC85aG3VxjJT7p6rtRe0zPdlqkBcMVZUwn3F1sS yIbrQvlScQ== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id c346d176 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Fri, 9 Jul 2021 20:24:04 +0000 (UTC) Date: Fri, 09 Jul 2021 16:23:55 -0400 User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: bug#49477: [core-updates] python-pyyaml fails on sanity-check To: John Kehayias ,49477@debbugs.gnu.org From: Julien Lepiller Message-ID: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49477 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 (-) Le 8 juillet 2021 23:55:30 GMT-04:00, John Kehayias via Bug reports for GNU= Guix a =C3=A9crit : >Perhaps due to recent addition/changes for python sanity-check? > >Here is the relevant portion of the log from running =2E/pre-inst-env >guix build python-pyyaml on core-updates: > >warning: build_py: byte-compiling is disabled, skipping=2E > >running build_ext >building 'yaml=2E_yaml' extension >creating build/temp=2Elinux-x86_64-3=2E9 >creating build/temp=2Elinux-x86_64-3=2E9/yaml >gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 >-Wall -fno-semantic-interposition -fPIC >-I/gnu/store/4nrih35yjsz2kwhr4pwxnkdzjmkgxxfq-python-3=2E9=2E5/include/py= thon3=2E9 >-c yaml/_yaml=2Ec -o build/temp=2Elinux-x86_64-3=2E9/yaml/_yaml=2Eo >gcc: error: yaml/_yaml=2Ec: No such file or directory >gcc: fatal error: no input files >compilation terminated=2E >Error compiling module, falling back to pure Python >phase `build' succeeded after 0=2E3 seconds >starting phase `install' >running "python setup=2Epy" with command "install" and parameters >("--prefix=3D/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5= =2E4=2E1" >"--no-compile" "--single-version-externally-managed" "--root=3D/") >running install >running build >running build_py >warning: build_py: byte-compiling is disabled, skipping=2E > >running build_ext >building 'yaml=2E_yaml' extension >gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 >-Wall -fno-semantic-interposition -fPIC >-I/gnu/store/4nrih35yjsz2kwhr4pwxnkdzjmkgxxfq-python-3=2E9=2E5/include/py= thon3=2E9 >-c yaml/_yaml=2Ec -o build/temp=2Elinux-x86_64-3=2E9/yaml/_yaml=2Eo >gcc: error: yaml/_yaml=2Ec: No such file or directory >gcc: fatal error: no input files >compilation terminated=2E >Error compiling module, falling back to pure Python >running install_lib >creating >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1 >creating >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib >creating >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9 >creating >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages >creating >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/_yaml >copying build/lib=2Elinux-x86_64-3=2E9/_yaml/__init__=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/_yaml >creating >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/__init__=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/composer=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/constructor=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/cyaml=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/dumper=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/emitter=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/error=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/events=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/loader=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/nodes=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/parser=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/reader=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/representer=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/resolver=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/scanner=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/serializer=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >copying build/lib=2Elinux-x86_64-3=2E9/yaml/tokens=2Epy -> >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/yaml >warning: install_lib: byte-compiling is disabled, skipping=2E > >running install_egg_info >running egg_info >writing lib3/PyYAML=2Eegg-info/PKG-INFO >writing dependency_links to lib3/PyYAML=2Eegg-info/dependency_links=2Etxt >writing top-level names to lib3/PyYAML=2Eegg-info/top_level=2Etxt >warning: the 'license_file' option is deprecated, use 'license_files' >instead >adding license file 'LICENSE' (matched pattern 'LICENSE') >reading manifest file 'lib3/PyYAML=2Eegg-info/SOURCES=2Etxt' >reading manifest template 'MANIFEST=2Ein' >writing manifest file 'lib3/PyYAML=2Eegg-info/SOURCES=2Etxt' >Copying lib3/PyYAML=2Eegg-info to >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages/PyYAML-5=2E4=2E1-py3=2E9=2Eegg-info >running install_scripts >Listing >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1'=2E= =2E=2E >Listing >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib'= =2E=2E=2E >Listing >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9'=2E=2E=2E >Listing >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages'=2E=2E=2E >Listing >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/PyYAML-5=2E4=2E1-py3=2E9=2Eegg-info'=2E=2E=2E >Listing >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/_yaml'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/_yaml/__init__=2Epy'=2E=2E=2E >Listing >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/__init__=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/composer=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/constructor=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/cyaml=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/dumper=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/emitter=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/error=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/events=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/loader=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/nodes=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/parser=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/reader=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/representer=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/resolver=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/scanner=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/serializer=2Epy'=2E=2E=2E >Compiling >'/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/yaml/tokens=2Epy'=2E=2E=2E >phase `install' succeeded after 0=2E5 seconds >starting phase `add-install-to-pythonpath' >phase `add-install-to-pythonpath' succeeded after 0=2E0 seconds >starting phase `add-install-to-path' >phase `add-install-to-path' succeeded after 0=2E0 seconds >starting phase `wrap' >find-files: >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/bin: = No >such file or directory >find-files: >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/sbin: >No such file or directory >phase `wrap' succeeded after 0=2E0 seconds >starting phase `check' >running "python setup=2Epy" with command "test" and parameters () >running test >running build_py >warning: build_py: byte-compiling is disabled, skipping=2E > >running build_ext >building 'yaml=2E_yaml' extension >gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 >-Wall -fno-semantic-interposition -fPIC >-I/gnu/store/4nrih35yjsz2kwhr4pwxnkdzjmkgxxfq-python-3=2E9=2E5/include/py= thon3=2E9 >-c yaml/_yaml=2Ec -o build/temp=2Elinux-x86_64-3=2E9/yaml/_yaml=2Eo >gcc: error: yaml/_yaml=2Ec: No such file or directory >gcc: fatal error: no input files >compilation terminated=2E >Error compiling module, falling back to pure Python >=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >TESTS: 1288 >phase `check' succeeded after 4=2E3 seconds >starting phase `sanity-check' >validating 'PyYAML' >/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/p= ython3=2E9/site-packages >=2E=2E=2Echecking requirements: OK >=2E=2E=2Etrying to load module _yaml: ERROR: >Traceback (most recent call last): >File "/gnu/store/slim8x2ppjhici2iiabmyvg9lxyikiwy-sanity-check=2Epy", >line 69, in > importlib=2Eimport_module(name) >File >"/gnu/store/4nrih35yjsz2kwhr4pwxnkdzjmkgxxfq-python-3=2E9=2E5/lib/python3= =2E9/importlib/__init__=2Epy", >line 127, in import_module > return _bootstrap=2E_gcd_import(name[level:], package, level) > File "", line 1030, in _gcd_import > File "", line 1007, in _find_and_load >File "", line 986, in >_find_and_load_unlocked > File "", line 680, in _load_unlocked >File "", line 855, in exec_module >File "", line 228, in >_call_with_frames_removed >File >"/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages/_yaml/__init__=2Epy", >line 14, in > raise exc("No module named '_yaml'") >ModuleNotFoundError: No module named '_yaml' >=2E=2E=2Etrying to load module yaml: OK >error: in phase 'sanity-check': uncaught exception: >%exception #<&invoke-error program: "python" arguments: >("/gnu/store/slim8x2ppjhici2iiabmyvg9lxyikiwy-sanity-check=2Epy" >"/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages") >exit-status: 1 term-signal: #f stop-signal: #f> >phase `sanity-check' failed after 0=2E2 seconds >command "python" >"/gnu/store/slim8x2ppjhici2iiabmyvg9lxyikiwy-sanity-check=2Epy" >"/gnu/store/i9aqd2hcrfc68ykd24nnjw1nzrdyazrs-python-pyyaml-5=2E4=2E1/lib/= python3=2E9/site-packages" >failed with status 1 >builder for >`/gnu/store/m9vvvh5qpkrcd0hra3dpri1yqns9m36w-python-pyyaml-5=2E4=2E1=2Edr= v' >failed with exit code 1 >build of >/gnu/store/m9vvvh5qpkrcd0hra3dpri1yqns9m36w-python-pyyaml-5=2E4=2E1=2Edrv >failed >View build log at >'/var/log/guix/drvs/m9/vvvh5qpkrcd0hra3dpri1yqns9m36w-python-pyyaml-5=2E4= =2E1=2Edrv=2Ebz2'=2E >guix build: error: build of >`/gnu/store/m9vvvh5qpkrcd0hra3dpri1yqns9m36w-python-pyyaml-5=2E4=2E1=2Edr= v' >failed I found the solution: add cython to the inputs=2E I'll push the fix shortl= y, thanks for reporting! From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 09 19:58:19 2021 Received: (at 49477-done) by debbugs.gnu.org; 9 Jul 2021 23:58:19 +0000 Received: from localhost ([127.0.0.1]:59960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m20Nv-000746-8r for submit@debbugs.gnu.org; Fri, 09 Jul 2021 19:58:19 -0400 Received: from lepiller.eu ([89.234.186.109]:50344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m20Nt-00073r-8w for 49477-done@debbugs.gnu.org; Fri, 09 Jul 2021 19:58:18 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 6afc9339; Fri, 9 Jul 2021 23:58:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=gcoRsoP0m3tF JctNIt7RdpAwnSPVeE74ve4GZILVsaw=; b=eL5Hit971+xsxKsbbjm6Uym863XO 5Yv5Ui+vuUufSsHKbOIsNy3IY+Ft6Rn5h0dXrCIuquws49ytz/mITawEmk37Zl/m a7xL2sS2PV30oddgyoGYSgOVW+mjVdq6SQ/vVguqL3uiF8KRtBaiYMljF05IG4+s DKfwo1NtfN4Wo5eSEjC7wCM2L1ks1m9J3LArBZVIdxgNx9JGEd47Fec1+vLCsi83 KigZ8wGDr4t38w7OkmG/O1CBcrAeR7xIRm1mcyh8ZdIilM06WhvQvymf7r3KqvgS KpEcJ2XHRmoIQcvLAMuNlGV8+94PrnPrnkSy5aBTM9qyFOD5+TAM4xEi2w== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id d5856cdc (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Fri, 9 Jul 2021 23:58:13 +0000 (UTC) Date: Sat, 10 Jul 2021 01:58:10 +0200 From: Julien Lepiller To: John Kehayias , 49477-done@debbugs.gnu.org Subject: Re: bug#49477: [core-updates] python-pyyaml fails on sanity-check Message-ID: <20210710015804.3c5fe76a@tachikoma.lepiller.eu> In-Reply-To: References: X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49477-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: -1.0 (-) Pushed a fix as 80506bc6daa1d106e6f836f741eedfa92ad4e4b6 to core-updates, thanks! From unknown Tue Aug 19 21:02:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 07 Aug 2021 11:24:05 +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