无法安装安装RACC -V' 1.6.0'

发布于 2025-02-08 13:27:16 字数 2895 浏览 2 评论 0原文

我正在尝试将RACC GEM V1.6.0安装在Alpine 3.13中,带有Ruby 2.7.5p203。 但是正在抛出以下错误:

Building native extensions. This could take a while...
ERROR:  Error installing racc:
    ERROR: Failed to build gem native extension.

    current directory: /usr/local/bundle/gems/racc-1.6.0/ext/racc/cparse
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.7.0 -r ./siteconf20220617-518-10udcz7.rb extconf.rb
checking for rb_block_call()... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers.  Check the mkmf.log file for more details.  You may
need configuration options.

Provided configuration options:
    --with-opt-dir
    --without-opt-dir
    --with-opt-include
    --without-opt-include=${opt-dir}/include
    --with-opt-lib
    --without-opt-lib=${opt-dir}/lib
    --with-make-prog
    --without-make-prog
    --srcdir=.
    --curdir
    --ruby=/usr/local/bin/$(RUBY_BASE_NAME)
/usr/local/lib/ruby/2.7.0/mkmf.rb:471:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:564:in `try_link0'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:582:in `try_link'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:794:in `try_func'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:1083:in `block in have_func'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:971:in `block in checking_for'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:361:in `block (2 levels) in postpone'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:331:in `open'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:361:in `block in postpone'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:331:in `open'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:357:in `postpone'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:970:in `checking_for'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:1082:in `have_func'
    from extconf.rb:6:in `<main>'

To see why this extension failed to compile, please check the mkmf.log which can be found here:

  /usr/local/bundle/extensions/x86_64-linux-musl/2.7.0/racc-1.6.0/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in /usr/local/bundle/gems/racc-1.6.0 for inspection.
Results logged to /usr/local/bundle/extensions/x86_64-linux-musl/2.7.0/racc-1.6.0/gem_make.out

这是上述日志文件的内容:

"gcc -o conftest -I/usr/local/include/ruby-2.7.0/x86_64-linux-musl -I/usr/local/include/ruby-2.7.0/ruby/backward -I/usr/local/include/ruby-2.7.0 -I.    -g -O2 -fPIC conftest.c  -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic     -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby  -lm   -lc"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: int main(int argc, char **argv)
4: {
5:   return !!argv[argc];
6: }
/* end */

尝试更新Gemfile中的任何GEM时,此错误也会发生。

I'm trying to install the racc gem v1.6.0 in an Alpine 3.13 with Ruby 2.7.5p203.
But the following error is being thrown:

Building native extensions. This could take a while...
ERROR:  Error installing racc:
    ERROR: Failed to build gem native extension.

    current directory: /usr/local/bundle/gems/racc-1.6.0/ext/racc/cparse
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.7.0 -r ./siteconf20220617-518-10udcz7.rb extconf.rb
checking for rb_block_call()... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers.  Check the mkmf.log file for more details.  You may
need configuration options.

Provided configuration options:
    --with-opt-dir
    --without-opt-dir
    --with-opt-include
    --without-opt-include=${opt-dir}/include
    --with-opt-lib
    --without-opt-lib=${opt-dir}/lib
    --with-make-prog
    --without-make-prog
    --srcdir=.
    --curdir
    --ruby=/usr/local/bin/$(RUBY_BASE_NAME)
/usr/local/lib/ruby/2.7.0/mkmf.rb:471:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:564:in `try_link0'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:582:in `try_link'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:794:in `try_func'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:1083:in `block in have_func'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:971:in `block in checking_for'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:361:in `block (2 levels) in postpone'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:331:in `open'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:361:in `block in postpone'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:331:in `open'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:357:in `postpone'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:970:in `checking_for'
    from /usr/local/lib/ruby/2.7.0/mkmf.rb:1082:in `have_func'
    from extconf.rb:6:in `<main>'

To see why this extension failed to compile, please check the mkmf.log which can be found here:

  /usr/local/bundle/extensions/x86_64-linux-musl/2.7.0/racc-1.6.0/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in /usr/local/bundle/gems/racc-1.6.0 for inspection.
Results logged to /usr/local/bundle/extensions/x86_64-linux-musl/2.7.0/racc-1.6.0/gem_make.out

This is the content of the log file indicated above:

"gcc -o conftest -I/usr/local/include/ruby-2.7.0/x86_64-linux-musl -I/usr/local/include/ruby-2.7.0/ruby/backward -I/usr/local/include/ruby-2.7.0 -I.    -g -O2 -fPIC conftest.c  -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic     -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby  -lm   -lc"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: int main(int argc, char **argv)
4: {
5:   return !!argv[argc];
6: }
/* end */

The error also happens when trying to update any gem in the Gemfile.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

£噩梦荏苒 2025-02-15 13:27:16

您需要安装构建基本包。 apk add -y build -base在插入RACC之前

you need to install build-base package. apk add -y build-base before intalling racc

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文