Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927767 - dev-python/cysignals: cysignals-CSI-helper.py uses wrong paths
Summary: dev-python/cysignals: cysignals-CSI-helper.py uses wrong paths
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Orlitzky
URL: https://github.com/sagemath/cysignals...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-25 05:13 UTC by Michał Górny
Modified: 2024-03-26 12:48 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-03-25 05:13:00 UTC
As can be seen when cypari2's test suite crashes:

------------------------------------------------------------------------
Attaching gdb to process id 150.
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.11/cysignals-CSI", line 225, in <module>
    main(args)
  File "/usr/lib/python-exec/python3.11/cysignals-CSI", line 174, in main
    trace = run_gdb(args.pid, not args.nocolor)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python-exec/python3.11/cysignals-CSI", line 98, in run_gdb
    stdout, stderr = cmd.communicate(gdb_commands(pid, color))
                                     ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python-exec/python3.11/cysignals-CSI", line 71, in gdb_commands
    with open(script, 'rb') as f:
         ^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python-exec/python3.11/../share/cysignals/cysignals-CSI-helper.py'
------------------------------------------------------------------------