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

Issue with unf_ext version 0.0.9 with multiple linux platforms #21

Closed
ahasunos opened this issue Nov 13, 2023 · 1 comment
Closed

Issue with unf_ext version 0.0.9 with multiple linux platforms #21

ahasunos opened this issue Nov 13, 2023 · 1 comment

Comments

@ahasunos
Copy link

Installation of unf_ext version 0.0.9 which was released recently i.e. November 11, 2023 https://rubygems.org/gems/unf_ext/versions/0.0.9 causes the below issue:

D | 2023-11-13T16:18:28+00:00 | Installing unf_ext 0.0.9 with native extensions

D | 2023-11-13T16:18:29+00:00 | Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

D | 2023-11-13T16:18:29+00:00 | 

D | 2023-11-13T16:18:29+00:00 | current directory:

D | 2023-11-13T16:18:29+00:00 | /****/lib/ruby/gems/3.1.0/gems/unf_ext-0.0.9/ext/unf_ext

D | 2023-11-13T16:18:29+00:00 | /****/bin/ruby -I /****/lib/ruby/3.1.0 -r

D | 2023-11-13T16:18:29+00:00 | ./siteconf20231113-28048-seados.rb extconf.rb

D | 2023-11-13T16:18:29+00:00 | checking for -lstdc++... yes

D | 2023-11-13T16:18:29+00:00 | creating Makefile

D | 2023-11-13T16:18:29+00:00 | 

D | 2023-11-13T16:18:29+00:00 | current directory:

D | 2023-11-13T16:18:29+00:00 | /****/lib/ruby/gems/3.1.0/gems/unf_ext-0.0.9/ext/unf_ext

D | 2023-11-13T16:18:29+00:00 | make DESTDIR\= clean

D | 2023-11-13T16:18:29+00:00 | 

D | 2023-11-13T16:18:29+00:00 | current directory:

D | 2023-11-13T16:18:29+00:00 | /****/lib/ruby/gems/3.1.0/gems/unf_ext-0.0.9/ext/unf_ext

D | 2023-11-13T16:18:29+00:00 | make DESTDIR\=

D | 2023-11-13T16:18:29+00:00 | compiling unf.cc

D | 2023-11-13T16:18:29+00:00 | unf.cc:39:3: sorry, unimplemented: non-trivial designated initializers not

D | 2023-11-13T16:18:29+00:00 | supported

D | 2023-11-13T16:18:29+00:00 |    };

D | 2023-11-13T16:18:29+00:00 |    ^

D | 2023-11-13T16:18:29+00:00 | unf.cc:39:3: sorry, unimplemented: non-trivial designated initializers not

D | 2023-11-13T16:18:29+00:00 | supported

D | 2023-11-13T16:18:29+00:00 | make: *** [Makefile:214: unf.o] Error 1

D | 2023-11-13T16:18:29+00:00 | 

D | 2023-11-13T16:18:29+00:00 | make failed, exit code 2

D | 2023-11-13T16:18:29+00:00 | 

D | 2023-11-13T16:18:29+00:00 | Gem files will remain installed in

D | 2023-11-13T16:18:29+00:00 | /****/lib/ruby/gems/3.1.0/gems/unf_ext-0.0.9 for inspection.

Issue is raised on unf_ext knu/ruby-unf_ext#74

Could we pin the version for unf_ext below 0.0.9 til the fix is made on unf_ext's end?

@ahasunos
Copy link
Author

knu/ruby-unf_ext#75

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

No branches or pull requests

1 participant