Skip to content

mpfr: remove pregenerated files #522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

mpfr: remove pregenerated files #522

wants to merge 1 commit into from

Conversation

fosslinux
Copy link
Owner

No description provided.

@stikonas
Copy link
Collaborator

GCC checksum failed. Which is I guess expected since GCC binary statically links to mpfr.

Copy link
Collaborator

@stikonas stikonas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I tried running it a bit further and it causes some issues with Python 3.11 (but not with the earlier pythons)

strtofr.c:883: MPFR assertion failed: (loop) <= ((mpfr_prec_t) ((((mpfr_uprec_t) -1) >> 1) - 256)) - (prec)
./Modules/cmathmodule.c: In function 'cmath_atanh_impl':
./Modules/cmathmodule.c:428:5: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
./Modules/_decimal/libmpdec/mpdecimal.c: In function 'mpd_qshiftr_inplace':
./Modules/_decimal/libmpdec/mpdecimal.c:2619:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
make: *** [Makefile:2725: Modules/cmathmodule.o] Error 1
make: *** Waiting for unfinished jobs....

@fosslinux
Copy link
Owner Author

Yikes...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants