Skip to content
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

[mpir] error: storage size of 'u' isn't known #186

Open
acxz opened this issue May 17, 2022 · 2 comments
Open

[mpir] error: storage size of 'u' isn't known #186

acxz opened this issue May 17, 2022 · 2 comments

Comments

@acxz
Copy link
Owner

acxz commented May 17, 2022

I'm getting a build error in a clean chroot:

get_d.c: In function '__gmpn_get_d':
get_d.c:125:34: error: storage size of 'u' isn't known
  125 |       union ieee_double_extract  u;
      |                                  ^
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c tdiv_qr.c -o tdiv_qr.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c jacobi_2.c -o jacobi_2.o >/dev/null 2>&1
make[2]: *** [Makefile:452: get_d.lo] Error 1
@acxz
Copy link
Owner Author

acxz commented Aug 1, 2022

upstream issue: wbhart/mpir#278

@acxz
Copy link
Owner Author

acxz commented Aug 1, 2022

patched with fe734c6

@acxz acxz added the patched label Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant