简体   繁体   English

错误:安装错误 sass:错误:无法构建 gem 本机扩展

[英]ERROR: Error installing sass: ERROR: Failed to build gem native extension

I was trying to install sass. I did manage to install it via npm (1.14.1 compiled with dart2js 2.0.0), however I need to install it with Ruby (Ruby Sass 3.5.6.).我正在尝试安装 sass。我确实设法通过 npm(使用 dart2js 2.0.0 编译的 1.14.1)安装它,但是我需要使用 Ruby(Ruby Sass 3.5.6.)安装它。 Now, here is the error when I run "sudo gem install sass"现在,这是我运行“sudo gem install sass”时的错误

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

current directory: /Library/Ruby/Gems/2.3.0/gems/ffi-1.9.25/ext/ffi_c
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby -r ./siteconf20181004-3909-1iytz3s.rb extconf.rb
checking for ffi.h... *** 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=/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/$(RUBY_BASE_NAME)
--with-ffi_c-dir
--without-ffi_c-dir
--with-ffi_c-include
--without-ffi_c-include=${ffi_c-dir}/include
--with-ffi_c-lib
--without-ffi_c-lib=${ffi_c-dir}/lib
--with-libffi-config
--without-libffi-config
--with-pkg-config
--without-pkg-config 

/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/
2.3.0/mkmf.rb:456:in 'try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
from 
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/
2.3.0/mkmf.rb:571:in `block in try_compile'
from 
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/
2.3.0/mkmf.rb:524:in `with_werror'
from 
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/
2.3.0/mkmf.rb:571:in `try_compile'
from 
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/
2.3.0/mkmf.rb:1091:in `block in have_header'
from 
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/
2.3.0/mkmf.rb:942:in `block in checking_for'
from 
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/
2.3.0/mkmf.rb:350:in `block (2 levels) in postpone'
from 
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/
2.3.0/mkmf.rb:320:in `open'
from 
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/
2.3.0/mkmf.rb:350:in `block in postpone'
from 
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/
2.3.0/mkmf.rb:320:in `open'
from 
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/
2.3.0/mkmf.rb:346:in `postpone'
from 
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/
2.3.0/mkmf.rb:941:in `checking_for'
from 
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/
2.3.0/mkmf.rb:1090:in `have_header'
from extconf.rb:16:in `<main>'

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

 /Library/Ruby/Gems/2.3.0/extensions/universal-darwin-18/2.3.0/ffi-1.9.25/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in /Library/Ruby/Gems/2.3.0/gems/ffi-1.9.25 for inspection.
Results logged to /Library/Ruby/Gems/2.3.0/extensions/universal-darwin-18/2.3.0/ffi-1.9.25/gem_make.out

I have tried to update Ruby, delete sass installed via npm, update xcode dev-tools as some suggested.我尝试更新 Ruby,删除通过 npm 安装的 sass,按照一些建议更新 xcode 开发工具。 But nothing works.但没有任何效果。 I have no idea what is the reason since I had sass before updating to new Mac OS Mojave from 0.我不知道是什么原因,因为在从 0 更新到新的 Mac OS Mojave 之前我有 sass。

Here is the mkmf.log file:这是 mkmf.log 文件:

package configuration for libffi is not found
"xcrun clang -o conftest - 
I/System/Library/Frameworks/Ruby.framework
/Versions/2.3/usr/include/ruby-2.3.0/universal-darwin18 - 
I/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/
include/ruby-2.3.0/ruby/backward - 
I/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/include/
ruby-2.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE - 
D_DARWIN_UNLIMITED_SELECT -D_REENTRANT    -g -Os -pipe - 
DHAVE_GCC_ATOMIC_BUILTINS conftest.c  -L. - 
L/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib -L.     
-lruby.2.3.0  -lpthread -ldl -lobjc "
In file included from conftest.c:1:
In file included from 
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/include/
ruby-2.3.0/ruby.h:33:
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/include/
ruby-2.3.0/ruby/ruby.h:24:10: fatal error: 'ruby/config.h' file not found
#include "ruby/config.h"
     ^~~~~~~~~~~~~~~
1 error generated.
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: int main(int argc, char **argv)
4: {
5:   return 0;
6: }
/* end */

Any ideas?有任何想法吗?

Ok, so the solution was found.好的,所以找到了解决方案。 If you have this error.如果你有这个错误。 Do this:做这个:

  1. Install rvm ( https://rvm.io/ )安装 rvm ( https://rvm.io/ )

  2. Then I had to run this command to make rvm work:然后我必须运行这个命令才能使 rvm 工作:

if sudo grep -q secure_path /etc/sudoers;如果 sudo grep -q secure_path /etc/sudoers; then sudo sh -c "echo export rvmsudo_secure_path=1 >> /etc/profile.d/rvm_secure_path.sh" && echo Environment variable installed;然后 sudo sh -c "echo export rvmsudo_secure_path=1 >> /etc/profile.d/rvm_secure_path.sh" && echo 安装环境变量; fi

  1. next with rvm I deleted ruby:接下来使用 rvm 我删除了 ruby​​:

rvm remove ruby rvm 删除红宝石

  1. and lastly install ruby:最后安装红宝石:

rvm install ruby rvm 安装红宝石

  1. not sure if this step was required, but this is what I had in my console: Ruby was built without documentation, to build it run: rvm docs generate-ri不确定是否需要这一步,但这是我在控制台中的内容:Ruby 是在没有文档的情况下构建的,要构建它运行:rvm docs generate-ri

    So I also ran this command.所以我也运行了这个命令。 And after that I was finally able to sudo gem install sass.在那之后,我终于能够 sudo gem install sass。

Now it works!现在它起作用了!

Perform following steps in mac to install SASS error free在mac中执行以下步骤安装SASS无错误

  1. Install gpg brew install -v gpg安装 gpg brew install -v gpg
  2. Install gpg keys gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB安装 gpg 密钥 gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
  3. Allow curl to run without checking SSL (else command #4 will throw an error) echo insecure >> ~/.curlrc允许 curl 在不检查 SSL 的情况下运行(否则命令 #4 将引发错误) echo insecure >> ~/.curlrc
  4. Install rvm \\curl -sSL -k https://get.rvm.io |安装 rvm \\curl -sSL -k https://get.rvm.io | bash猛击
  5. To use rvm, you will get an output after running command in #3 like: To start using RVM you need to run source /Users/ymehta/.rvm/scripts/rvm Copy paste command and hit Enter要使用 rvm,您将在 #3 中运行命令后获得输出,例如:要开始使用 RVM,您需要运行source /Users/ymehta/.rvm/scripts/rvm复制粘贴命令并按 Enter
  6. Remove existing ruby version rvm remove ruby删除现有的 ruby​​ 版本 rvm 删除 ruby
  7. Install ruby rvm install ruby安装 ruby​​ rvm 安装 ruby
  8. rvm docs generate-ri rvm docs generate-ri
  9. Install sass sudo gems install sass安装 sass sudo gems 安装 sass
  10. Check sass version sass --version检查 sass 版本 sass --version

Same steps can be found at https://gist.github.com/Yashvi-Mehta/9ad81330d1703f12a00b63cf20c9cdb3可以在https://gist.github.com/Yashvi-Mehta/9ad81330d1703f12a00b63cf20c9cdb3上找到相同的步骤

I needed to set export BUNDLE_BUILD__SASSC=--disable-march-tune-native to workout around some compiling error in some SASS gem.我需要设置export BUNDLE_BUILD__SASSC=--disable-march-tune-native来解决一些 SASS gem 中的一些编译错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误:安装pg时出错:错误:无法构建gem原生扩展 - ERROR: Error installing pg: ERROR: Failed to build gem native extension 错误:安装导轨时出错:错误:无法构建 gem 本机扩展 - ERROR: Error installing rails: ERROR: Failed to build gem native extension 错误:安装 gollum 时出错:错误:无法构建 gem 本机扩展 - ERROR: Error installing gollum: ERROR: Failed to build gem native extension 错误:安装 json 时出错:错误:无法构建 gem 原生扩展 - ERROR: Error installing json: ERROR: Failed to build gem native extension 错误:安装 ffi 时出错:错误:无法构建 gem 本机扩展 - ERROR: Error installing ffi: ERROR: Failed to build gem native extension 错误:安装jekyll时出错:错误:无法构建gem原生扩展 - ERROR: Error installing jekyll: ERROR: Failed to build gem native extension 错误:安装nokogiri时出错:错误:无法构建gem本机扩展 - ERROR: Error installing nokogiri: ERROR: Failed to build gem native extension 安装mysql2 gem时出错:无法构建gem原生扩展 - Error installing mysql2 gem: Failed to build gem native extension 错误:安装Sablon gem时无法构建gem本机扩展 - ERROR: Failed to build gem native extension when installing Sablon gem 在Raspbian上安装Ruby Gem错误:无法构建Gem本机扩展 - Installing Ruby Gem on Raspbian Error: Failed to Build Gem Native Extension
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM