Skip to content

Instantly share code, notes, and snippets.

@sue445
Created January 4, 2016 22:24
Show Gist options
  • Save sue445/8dee5f1311c72b44450e to your computer and use it in GitHub Desktop.
Save sue445/8dee5f1311c72b44450e to your computer and use it in GitHub Desktop.
nokogiri install error on wercker ruby 2.3.0
export WERCKER_STEP_ROOT="/pipeline/bundle-install-9971184e-6019-4826-9ce0-4f78ecf3f2d4"
export WERCKER_STEP_ID="bundle-install-9971184e-6019-4826-9ce0-4f78ecf3f2d4"
export WERCKER_STEP_OWNER="wercker"
export WERCKER_STEP_NAME="bundle-install"
export WERCKER_REPORT_NUMBERS_FILE="/report/bundle-install-9971184e-6019-4826-9ce0-4f78ecf3f2d4/numbers.ini"
export WERCKER_REPORT_MESSAGE_FILE="/report/bundle-install-9971184e-6019-4826-9ce0-4f78ecf3f2d4/message.txt"
export WERCKER_REPORT_ARTIFACTS_DIR="/report/bundle-install-9971184e-6019-4826-9ce0-4f78ecf3f2d4/artifacts"
export WERCKER_BUNDLE_INSTALL_JOBS="4"
source "/pipeline/bundle-install-9971184e-6019-4826-9ce0-4f78ecf3f2d4/run.sh" < /dev/null
Gemfile found. Start bundle install.
bundler gem is available, and will not be installed by this step
type bundle: bundle is /usr/local/bundle/bin/bundle
bundle version: Bundler version 1.11.2
bundle install --path /pipeline/cache/bundle-install/ --jobs=4
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Fetching gem metadata from https://rubygems.org/........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Using json 1.8.3
Installing minitest 5.8.1
Installing i18n 0.7.0
Installing rake 10.4.2
Installing thread_safe 0.3.5
Installing builder 3.2.2
Installing erubis 2.7.0
Installing mini_portile 0.6.2
Installing rack 1.6.4
Installing mime-types 2.4.3
Installing sass 3.2.19
Installing thor 0.19.1
Installing coffee-script-source 1.8.0
Installing execjs 2.2.2
Using bundler 1.11.2
Installing formtastic_i18n 0.4.1
Installing arel 6.0.0
Installing hike 1.2.3
Installing multi_json 1.10.1
Installing tilt 1.4.1
Installing addressable 2.3.6
Installing awesome_print 1.6.1
Installing bcrypt 3.1.9 with native extensions
Installing buftok 0.2.0
Installing commonjs 0.2.7
Installing orm_adapter 0.5.0
Installing diff-lcs 1.2.5
Installing equalizer 0.0.9
Installing multipart-post 2.0.0
Installing hashie 3.3.2
Installing rubyzip 1.1.6
Installing http_parser.rb 0.6.0 with native extensions
Installing ruby-ole 1.2.11.8
Installing libv8 3.16.14.7
Installing oauth 0.4.7
Installing naught 1.0.0
Installing newrelic_rpm 3.9.9.275
Installing pg 0.18.1 with native extensions
Installing rails_serve_static_assets 0.0.3
Installing rails_stdout_logging 0.0.3
Installing simple_oauth 0.3.1
Installing ref 1.0.5
Installing rspec-support 3.1.2
Installing temple 0.7.5
Installing spring 1.2.0
Installing sqlite3 1.3.10 with native extensions
Installing tzinfo 1.2.2
Installing timecop 0.7.1
Installing memoizable 0.4.2
Installing rack-test 0.6.3
Installing warden 1.2.3
Installing puma 2.11.2 with native extensions
Installing nokogiri 1.6.6.2 with native extensions
Installing mail 2.6.3
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ext/nokogiri
/usr/local/bin/ruby -r ./siteconf20160102-17-p9xx91.rb extconf.rb
checking if the C compiler accepts ... yes
Building nokogiri using packaged libraries.
checking for gzdopen() in -lz... yes
checking for iconv... yes
************************************************************************
IMPORTANT NOTICE:
Building Nokogiri with a packaged version of libxml2-2.9.2
with the following patches applied:
- 0001-Revert-Missing-initialization-for-the-catalog-module.patch
- 0002-Fix-missing-entities-after-CVE-2014-3660-fix.patch
Team Nokogiri will keep on doing their best to provide security
updates in a timely manner, but if this is a concern for you and want
to use the system library instead; abort this installation process and
reinstall nokogiri as follows:
gem install nokogiri -- --use-system-libraries
[--with-xml2-config=/path/to/xml2-config]
[--with-xslt-config=/path/to/xslt-config]
If you are using Bundler, tell it to use the option:
bundle config build.nokogiri --use-system-libraries
bundle install
Note, however, that nokogiri is not fully compatible with arbitrary
versions of libxml2 provided by OS/package vendors.
************************************************************************
Extracting libxml2-2.9.2.tar.gz into tmp/x86_64-pc-linux-gnu/ports/libxml2/2.9.2... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxml2/0001-Revert-Missing-initialization-for-the-catalog-module.patch...
Running 'patch' for libxml2 2.9.2... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxml2/0002-Fix-missing-entities-after-CVE-2014-3660-fix.patch...
Running 'patch' for libxml2 2.9.2... OK
Running 'configure' for libxml2 2.9.2... OK
Running 'compile' for libxml2 2.9.2... OK
Running 'install' for libxml2 2.9.2... OK
Activating libxml2 2.9.2 (from /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/x86_64-pc-linux-gnu/libxml2/2.9.2)...
************************************************************************
IMPORTANT NOTICE:
Building Nokogiri with a packaged version of libxslt-1.1.28
with the following patches applied:
- 0001-Adding-doc-update-related-to-1.1.28.patch
- 0002-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch
- 0003-Initialize-pseudo-random-number-generator-with-curre.patch
- 0004-EXSLT-function-str-replace-is-broken-as-is.patch
- 0006-Fix-str-padding-to-work-with-UTF-8-strings.patch
- 0007-Separate-function-for-predicate-matching-in-patterns.patch
- 0008-Fix-direct-pattern-matching.patch
- 0009-Fix-certain-patterns-with-predicates.patch
- 0010-Fix-handling-of-UTF-8-strings-in-EXSLT-crypto-module.patch
- 0013-Memory-leak-in-xsltCompileIdKeyPattern-error-path.patch
- 0014-Fix-for-bug-436589.patch
- 0015-Fix-mkdir-for-mingw.patch
Team Nokogiri will keep on doing their best to provide security
updates in a timely manner, but if this is a concern for you and want
to use the system library instead; abort this installation process and
reinstall nokogiri as follows:
gem install nokogiri -- --use-system-libraries
[--with-xml2-config=/path/to/xml2-config]
[--with-xslt-config=/path/to/xslt-config]
If you are using Bundler, tell it to use the option:
bundle config build.nokogiri --use-system-libraries
bundle install
************************************************************************
Extracting libxslt-1.1.28.tar.gz into tmp/x86_64-pc-linux-gnu/ports/libxslt/1.1.28... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxslt/0001-Adding-doc-update-related-to-1.1.28.patch...
Running 'patch' for libxslt 1.1.28... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxslt/0002-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch...
Running 'patch' for libxslt 1.1.28... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxslt/0003-Initialize-pseudo-random-number-generator-with-curre.patch...
Running 'patch' for libxslt 1.1.28... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxslt/0004-EXSLT-function-str-replace-is-broken-as-is.patch...
Running 'patch' for libxslt 1.1.28... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxslt/0006-Fix-str-padding-to-work-with-UTF-8-strings.patch...
Running 'patch' for libxslt 1.1.28... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxslt/0007-Separate-function-for-predicate-matching-in-patterns.patch...
Running 'patch' for libxslt 1.1.28... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxslt/0008-Fix-direct-pattern-matching.patch...
Running 'patch' for libxslt 1.1.28... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxslt/0009-Fix-certain-patterns-with-predicates.patch...
Running 'patch' for libxslt 1.1.28... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxslt/0010-Fix-handling-of-UTF-8-strings-in-EXSLT-crypto-module.patch...
Running 'patch' for libxslt 1.1.28... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxslt/0013-Memory-leak-in-xsltCompileIdKeyPattern-error-path.patch...
Running 'patch' for libxslt 1.1.28... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxslt/0014-Fix-for-bug-436589.patch...
Running 'patch' for libxslt 1.1.28... OK
Running patch with /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/patches/libxslt/0015-Fix-mkdir-for-mingw.patch...
Running 'patch' for libxslt 1.1.28... OK
Running 'configure' for libxslt 1.1.28... OK
Running 'compile' for libxslt 1.1.28... OK
Running 'install' for libxslt 1.1.28... OK
Activating libxslt 1.1.28 (from /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports/x86_64-pc-linux-gnu/libxslt/1.1.28)...
checking for main() in -llzma... yes
checking for xmlParseDoc() in libxml/parser.h... yes
checking for xsltParseStylesheetDoc() in libxslt/xslt.h... yes
checking for exsltFuncRegister() in libexslt/exslt.h... yes
checking for xmlHasFeature()... yes
checking for xmlFirstElementChild()... yes
checking for xmlRelaxNGSetParserStructuredErrors()... yes
checking for xmlRelaxNGSetParserStructuredErrors()... yes
checking for xmlRelaxNGSetValidStructuredErrors()... yes
checking for xmlSchemaSetValidStructuredErrors()... yes
checking for xmlSchemaSetParserStructuredErrors()... yes
creating Makefile
To see why this extension failed to compile, please check the mkmf.log which can be found here:
/pipeline/cache/bundle-install/ruby/2.3.0/extensions/x86_64-linux/2.3.0-static/nokogiri-1.6.6.2/mkmf.log
current directory: /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ext/nokogiri
make "DESTDIR=" clean
current directory: /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ext/nokogiri
make "DESTDIR="
compiling xml_attr.c
compiling xml_dtd.c
compiling xml_attribute_decl.c
compiling xml_text.c
compiling xml_sax_parser.c
compiling xml_entity_decl.c
compiling nokogiri.c
compiling html_entity_lookup.c
compiling xml_comment.c
compiling html_document.c
compiling xml_namespace.c
compiling xml_node_set.c
xml_node_set.c: In function 'dealloc_namespace':
xml_node_set.c:9:13: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
xmlFree((xmlChar *)ns->href);
^
xml_node_set.c:11:13: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
xmlFree((xmlChar *)ns->prefix);
^
compiling xml_element_content.c
compiling xml_entity_reference.c
compiling html_sax_parser_context.c
compiling xml_node.c
xml_node.c: In function 'reparent_node_with':
xml_node.c:168:7: warning: enumeration value 'XML_ATTRIBUTE_NODE' not handled in switch [-Wswitch]
switch (reparentee->type) {
^
xml_node.c:168:7: warning: enumeration value 'XML_ENTITY_NODE' not handled in switch [-Wswitch]
xml_node.c:168:7: warning: enumeration value 'XML_DOCUMENT_NODE' not handled in switch [-Wswitch]
xml_node.c:168:7: warning: enumeration value 'XML_DOCUMENT_FRAG_NODE' not handled in switch [-Wswitch]
xml_node.c:168:7: warning: enumeration value 'XML_NOTATION_NODE' not handled in switch [-Wswitch]
xml_node.c:168:7: warning: enumeration value 'XML_HTML_DOCUMENT_NODE' not handled in switch [-Wswitch]
xml_node.c:168:7: warning: enumeration value 'XML_DTD_NODE' not handled in switch [-Wswitch]
xml_node.c:168:7: warning: enumeration value 'XML_ELEMENT_DECL' not handled in switch [-Wswitch]
xml_node.c:168:7: warning: enumeration value 'XML_ATTRIBUTE_DECL' not handled in switch [-Wswitch]
xml_node.c:168:7: warning: enumeration value 'XML_ENTITY_DECL' not handled in switch [-Wswitch]
xml_node.c:168:7: warning: enumeration value 'XML_NAMESPACE_DECL' not handled in switch [-Wswitch]
xml_node.c:168:7: warning: enumeration value 'XML_XINCLUDE_START' not handled in switch [-Wswitch]
xml_node.c:168:7: warning: enumeration value 'XML_XINCLUDE_END' not handled in switch [-Wswitch]
xml_node.c:168:7: warning: enumeration value 'XML_DOCB_DOCUMENT_NODE' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_ATTRIBUTE_NODE' not handled in switch [-Wswitch]
switch (reparentee->type) {
^
xml_node.c:186:7: warning: enumeration value 'XML_ENTITY_NODE' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_DOCUMENT_NODE' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_DOCUMENT_TYPE_NODE' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_DOCUMENT_FRAG_NODE' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_NOTATION_NODE' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_HTML_DOCUMENT_NODE' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_DTD_NODE' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_ELEMENT_DECL' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_ATTRIBUTE_DECL' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_ENTITY_DECL' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_NAMESPACE_DECL' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_XINCLUDE_START' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_XINCLUDE_END' not handled in switch [-Wswitch]
xml_node.c:186:7: warning: enumeration value 'XML_DOCB_DOCUMENT_NODE' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_ELEMENT_NODE' not handled in switch [-Wswitch]
switch (reparentee->type) {
^
xml_node.c:197:7: warning: enumeration value 'XML_ATTRIBUTE_NODE' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_CDATA_SECTION_NODE' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_ENTITY_NODE' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_PI_NODE' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_COMMENT_NODE' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_DOCUMENT_NODE' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_DOCUMENT_TYPE_NODE' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_DOCUMENT_FRAG_NODE' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_NOTATION_NODE' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_HTML_DOCUMENT_NODE' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_DTD_NODE' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_ELEMENT_DECL' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_ATTRIBUTE_DECL' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_ENTITY_DECL' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_NAMESPACE_DECL' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_XINCLUDE_START' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_XINCLUDE_END' not handled in switch [-Wswitch]
xml_node.c:197:7: warning: enumeration value 'XML_DOCB_DOCUMENT_NODE' not handled in switch [-Wswitch]
xml_node.c:165:5: warning: enumeration value 'XML_CDATA_SECTION_NODE' not handled in switch [-Wswitch]
switch (parent->type) {
^
xml_node.c:165:5: warning: enumeration value 'XML_ENTITY_NODE' not handled in switch [-Wswitch]
xml_node.c:165:5: warning: enumeration value 'XML_PI_NODE' not handled in switch [-Wswitch]
xml_node.c:165:5: warning: enumeration value 'XML_COMMENT_NODE' not handled in switch [-Wswitch]
xml_node.c:165:5: warning: enumeration value 'XML_DOCUMENT_TYPE_NODE' not handled in switch [-Wswitch]
xml_node.c:165:5: warning: enumeration value 'XML_NOTATION_NODE' not handled in switch [-Wswitch]
xml_node.c:165:5: warning: enumeration value 'XML_DTD_NODE' not handled in switch [-Wswitch]
xml_node.c:165:5: warning: enumeration value 'XML_ELEMENT_DECL' not handled in switch [-Wswitch]
xml_node.c:165:5: warning: enumeration value 'XML_ATTRIBUTE_DECL' not handled in switch [-Wswitch]
xml_node.c:165:5: warning: enumeration value 'XML_ENTITY_DECL' not handled in switch [-Wswitch]
xml_node.c:165:5: warning: enumeration value 'XML_NAMESPACE_DECL' not handled in switch [-Wswitch]
xml_node.c:165:5: warning: enumeration value 'XML_XINCLUDE_START' not handled in switch [-Wswitch]
xml_node.c:165:5: warning: enumeration value 'XML_XINCLUDE_END' not handled in switch [-Wswitch]
xml_node.c:165:5: warning: enumeration value 'XML_DOCB_DOCUMENT_NODE' not handled in switch [-Wswitch]
compiling xml_syntax_error.c
compiling xml_document_fragment.c
compiling html_sax_push_parser.c
compiling html_element_description.c
In file included from /usr/local/include/ruby-2.3.0/ruby.h:33:0,
from ./nokogiri.h:33,
from ./html_element_description.h:4,
from html_element_description.c:1:
html_element_description.c: In function 'get_description':
html_element_description.c:252:40: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
return Data_Wrap_Struct(klass, 0, 0, (void *)description);
^
/usr/local/include/ruby-2.3.0/ruby/ruby.h:1160:34: note: in definition of macro 'Data_Wrap_Struct'
rb_data_object_wrap((klass),(sval),(RUBY_DATA_FUNC)(mark),(RUBY_DATA_FUNC)(free))
^
compiling xml_schema.c
compiling xml_element_decl.c
compiling xml_io.c
compiling xml_cdata.c
compiling xml_xpath_context.c
compiling xml_sax_parser_context.c
compiling xml_document.c
xml_document.c: In function 'set_encoding':
xml_document.c:182:12: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
free((char *) doc->encoding); /* this may produce a gcc cast warning */
^
xml_document.c: In function 'canonicalize':
xml_document.c:537:15: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
ns[i] = (xmlChar*) ptr;
^
compiling xml_reader.c
compiling xslt_stylesheet.c
In file included from /usr/local/include/ruby-2.3.0/ruby.h:33:0,
from ./nokogiri.h:33,
from ./xslt_stylesheet.h:4,
from xslt_stylesheet.c:1:
xslt_stylesheet.c: In function 'initFunc':
xslt_stylesheet.c:217:21: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast
Data_Get_Struct(ctxt->style->_private, nokogiriXsltStylesheetTuple,
^
/usr/local/include/ruby-2.3.0/ruby/ruby.h:1198:41: note: in definition of macro 'Data_Get_Struct'
((sval) = (type*)rb_data_object_get(obj))
^
/usr/local/include/ruby-2.3.0/ruby/ruby.h:1390:1: note: expected 'VALUE' but argument is of type 'void *'
rb_data_object_get(VALUE obj)
^
xslt_stylesheet.c: In function 'shutdownFunc':
xslt_stylesheet.c:230:21: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast
Data_Get_Struct(ctxt->style->_private, nokogiriXsltStylesheetTuple,
^
/usr/local/include/ruby-2.3.0/ruby/ruby.h:1198:41: note: in definition of macro 'Data_Get_Struct'
((sval) = (type*)rb_data_object_get(obj))
^
/usr/local/include/ruby-2.3.0/ruby/ruby.h:1390:1: note: expected 'VALUE' but argument is of type 'void *'
rb_data_object_get(VALUE obj)
^
compiling xml_relax_ng.c
compiling xml_libxml2_hacks.c
compiling xml_processing_instruction.c
compiling xml_sax_push_parser.c
compiling xml_encoding_handler.c
linking shared-object nokogiri/nokogiri.so
Cleaning files only used during build.
rm -rf /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ext/nokogiri/tmp/x86_64-pc-linux-gnu/ports
rmdir -p /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ext/nokogiri/tmp/x86_64-pc-linux-gnu
rm -rf /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2/ports
No such file or directory - getcwd
Gem files will remain installed in /pipeline/cache/bundle-install/ruby/2.3.0/gems/nokogiri-1.6.6.2 for inspection.
Results logged to /pipeline/cache/bundle-install/ruby/2.3.0/extensions/x86_64-linux/2.3.0-static/nokogiri-1.6.6.2/gem_make.out
Installing coffee-script 2.3.0
Installing foreman 0.78.0
Installing bourbon 3.2.4
Installing uglifier 2.7.0
Installing sprockets 2.12.3
Installing rollbar 1.2.13
Installing rspec-json_matcher 0.1.5
Installing faraday 0.9.1
Installing less 2.6.0
Installing spreadsheet 1.0.0
Installing omniauth 1.2.2
Installing http 0.6.3
Installing rails_12factor 0.0.3
Installing therubyracer 0.12.1 with native extensions
Installing rspec-core 3.1.7
Installing rspec-expectations 3.1.2
Installing rspec-mocks 3.1.3
Installing activesupport 4.2.0
Installing slim 3.0.1
An error occurred while installing nokogiri (1.6.6.2), and Bundler cannot
continue.
Make sure that `gem install nokogiri -v '1.6.6.2'` succeeds before bundling.
failed: bundle install command failed
@selaromi
Copy link

Hey! Have you found a solution for this?@sue445

Thanks

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