FS#52893 - [python2] Add fpectl module

Attached to Project: Arch Linux
Opened by Jens Ott (Lorddusty) - Wednesday, 08 February 2017, 08:13 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 05 January 2019, 16:10 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Angel Velasquez (angvp)
Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Current python2 is build without fpectl support. For some modules this leads to the error:

"undefined symbol: PyFPE_jbuf"

Adding "--with-fpectl" to the configure-options in the PKGBUILD solves this issue.

Additional info:
* testet with 2.7.13-1
* example-module fintech


Steps to reproduce:
# pip2 install fintech

# python2
import fintech


This task depends upon

Closed by  Jelle van der Waa (jelly)
Saturday, 05 January 2019, 16:10 GMT
Reason for closing:  Won't fix
Additional comments about closing:  As Felix commented, it's dis encouraged to package this module.
Comment by Doug Newgard (Scimmia) - Wednesday, 08 February 2017, 15:04 GMT
Better solution: don't run 3rd party binaries.
Comment by Felix Yan (felixonmars) - Wednesday, 08 February 2017, 15:51 GMT
From docs:

"The fpectl module is not built by default, and its usage is discouraged and may be dangerous except in the hands of experts."

Is there any other distro that enabled this module?

Loading...