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

lib/bigdecimal.rb is missing from s.files in the gemspec #118

Closed
lembacon opened this issue Dec 23, 2018 · 4 comments
Closed

lib/bigdecimal.rb is missing from s.files in the gemspec #118

lembacon opened this issue Dec 23, 2018 · 4 comments

Comments

@lembacon
Copy link
Contributor

Which will yield,

make "DESTDIR="
make: *** No rule to make target '../../lib/bigdecimal.rb', needed by 'Makefile'.  Stop.

make failed, exit code 2
@HitomiTenshi
Copy link

Same issue here

Updating installed gems
Updating bigdecimal
Building native extensions. This could take a while...
ERROR:  Error installing bigdecimal:
        ERROR: Failed to build gem native extension.

    current directory: /usr/lib/ruby/gems/2.5.0/gems/bigdecimal-1.4.0/ext/bigdecimal
/usr/bin/ruby -r ./siteconf20181223-21678-1uimf7d.rb extconf.rb
checking for labs() in stdlib.h... yes
checking for llabs() in stdlib.h... yes
checking for finite() in math.h... yes
checking for isfinite() in math.h... no
checking for struct RRational in ruby.h... no
checking for rb_rational_num() in ruby.h... yes
checking for rb_rational_den() in ruby.h... yes
checking for rb_array_const_ptr() in ruby.h... yes
checking for rb_sym2str() in ruby.h... yes
creating Makefile

current directory: /usr/lib/ruby/gems/2.5.0/gems/bigdecimal-1.4.0/ext/bigdecimal
make "DESTDIR=" clean
make: *** No rule to make target '../../lib/bigdecimal.rb', needed by 'Makefile'.  Stop.

current directory: /usr/lib/ruby/gems/2.5.0/gems/bigdecimal-1.4.0/ext/bigdecimal
make "DESTDIR="
make: *** No rule to make target '../../lib/bigdecimal.rb', needed by 'Makefile'.  Stop.

make failed, exit code 2

Gem files will remain installed in /usr/lib/ruby/gems/2.5.0/gems/bigdecimal-1.4.0 for inspection.
Results logged to /usr/lib/ruby/gems/2.5.0/extensions/x86_64-linux/2.5.0/bigdecimal-1.4.0/gem_make.out
Gems updated: bigdecimal

@vtamara
Copy link

vtamara commented Dec 24, 2018

Same problem

@Lupeipei
Copy link

same problem.

version:

ruby 2.4.1
rails 5.2.1

error

make: *** No rule to make target ../../lib/bigdecimal.rb', needed by Makefile'. Stop

@mrkn
Copy link
Member

mrkn commented Dec 25, 2018

I'm sorry for the inconvenience with my wrong packaging.
I've released the version 1.4.1 with #120.
Please retry with the new version.

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

No branches or pull requests

5 participants