Opened 3 years ago
Last modified 3 months ago
#63889 new defect
gstreamer1-gst-plugins-bad: ImportError: dynamic module does not define module export function (PyInit_math)
Reported by: | ShadSterling (Shad Sterling) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | gstreamer1-gst-plugins-bad |
Description
Attempting to rebuild after detected as damaged
The problem appears to be an in python module:
:info:build File "/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/random.py", line 49, in <module> :info:build from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil :info:build ImportError: dynamic module does not define module export function (PyInit_math)
Which is surprising because gstreamer1-gst-plugins-bad does not list python as a dependency
Attachments (1)
Change History (3)
Changed 3 years ago by ShadSterling (Shad Sterling)
comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign removed |
---|---|
Summary: | gstreamer1-gst-plugins-bad build fails → gstreamer1-gst-plugins-bad: ImportError: dynamic module does not define module export function (PyInit_math) |
comment:2 Changed 3 months ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
Note: See
TracTickets for help on using
tickets.
Not my port.