macos - 升级到macOS之后,Mojave gem更新失败

标签 macos rubygems

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

    current directory: /Library/Ruby/Gems/2.3.0/gems/libxml-ruby-3.1.0/ext/libxml
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby -r ./siteconf20180926-80978-eoqfjh.rb extconf.rb
checking for libxml/xmlversion.h in /opt/include/libxml2,/opt/local/include/libxml2,/usr/local/include/libxml2,/usr/include/libxml2... no
*** 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-xml2-config
    --without-xml2-config
    --with-xml2-dir
    --without-xml2-dir
    --with-xml2-include
    --without-xml2-include=${xml2-dir}/include
    --with-xml2-lib
    --without-xml2-lib=${xml2-dir}/lib
 extconf failure: need libxml2.

    Install the library or try one of the following options to extconf.rb:

      --with-xml2-config=/path/to/xml2-config
      --with-xml2-dir=/path/to/libxml2
      --with-xml2-lib=/path/to/libxml2/lib
      --with-xml2-include=/path/to/libxml2/include


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/libxml-ruby-3.1.0/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in /Library/Ruby/Gems/2.3.0/gems/libxml-ruby-3.1.0 for inspection.
Results logged to /Library/Ruby/Gems/2.3.0/extensions/universal-darwin-18/2.3.0/libxml-ruby-3.1.0/gem_make.out
Updating nokogiri
Building native extensions. This could take a while...
ERROR:  While executing gem ... (Gem::FilePermissionError)
    You don't have write permissions for the /usr/bin directory.

最佳答案

该错误是由于macOS Mojave已停止将标准头文件放置在/usr/include中,仅将它们保留在XCode目录中。

您可以通过运行ls /usr/include进行验证,并且很可能该目录已不存在。相反,通过运行xcode-select --install的通常技巧不会解决该问题。

修复程序是运行Apple提供的旧版安装程序,该程序会将头文件安装到/usr/includesudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /

关于macos - 升级到macOS之后,Mojave gem更新失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52514791/

相关文章:

Xcode 无法安装在 “Macintosh HD” 上,因为 OS X 版本太新

php - 如何在 Mac OS 中安装 PHP 的 MSSQL 驱动程序

python - cxfreeze 找不到 libpyside-python

PostgreSQL 服务器不会停止

objective-c - 如何使用 Cocoa 或 Foundation 获取当前连接的网络接口(interface)名称?

ruby - Chef/Knife ( ruby )错误 : superclass mismatch for class Edit (TypeError)

Ruby 加密密码存储在配置文件中

ruby - 在 Ruby 上评估 javascript

ruby - 如何从 Ruby 脚本安装 gem?

ruby - 使用 Rubymine 推送 gem 时访问被拒绝