Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930482 - dev-python/cython-3.0.10 fails test: End-to-end coverage_cmd_src_pkg_layout
Summary: dev-python/cython-3.0.10 fails test: End-to-end coverage_cmd_src_pkg_layout
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-23 07:11 UTC by Dustin Polke
Modified: 2024-10-28 22:45 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (build--info.txt,22.12 KB, text/plain)
2024-04-23 07:12 UTC, Dustin Polke
Details
Complete build log (build.log.bz2,113.12 KB, application/x-bzip2)
2024-04-23 07:14 UTC, Dustin Polke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin Polke 2024-04-23 07:11:41 UTC
Errors from shard 11:
======================================================================
FAIL: runTest (__main__.EndToEndTest.runTest)
[11] End-to-end coverage_cmd_src_pkg_layout
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/cython-3.0.10/work/cython-3.0.10/runtests.py", line 2095, in runTest
    self.assertEqual(0, res, "non-zero exit status, last output was:\n%r\n-- stdout:%s\n-- stderr:%s\n" % (
AssertionError: 0 != 1 : non-zero exit status, last output was:
'/usr/bin/python3.11 -m pip install .'
-- stdout:
-- stderr:error: externally-managed-environment

× This environment is externally managed
╰─> 
    The system-wide Python installation in Gentoo should be maintained
    using the system package manager (e.g. emerge).
    
    If the package in question is not packaged for Gentoo, please
    consider installing it inside a virtual environment, e.g.:
    
    python -m venv /path/to/venv
    . /path/to/venv/bin/activate
    pip install mypackage
    
    To exit the virtual environment, run:
    
    deactivate
    
    The virtual environment is not deleted, and can be re-entered by
    re-sourcing the activate file.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
Comment 1 Dustin Polke 2024-04-23 07:12:18 UTC
Created attachment 891496 [details]
emerge --info
Comment 2 Dustin Polke 2024-04-23 07:14:19 UTC
Created attachment 891497 [details]
Complete build log