Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@AseiSugiyama
Last active November 19, 2019 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AseiSugiyama/e04d002c8abbf14878996661bc6d4296 to your computer and use it in GitHub Desktop.
Save AseiSugiyama/e04d002c8abbf14878996661bc6d4296 to your computer and use it in GitHub Desktop.
$ docker build ./minimal/
Sending build context to Docker daemon 9.216kB
Step 1/17 : ARG BASE_IMAGE_TAG=65761486d5d3
Step 2/17 : FROM jupyter/scipy-notebook:$BASE_IMAGE_TAG
---> a4e25fda80a8
Step 3/17 : LABEL maintainer="Kenta Murata <mrkn@mrkn.jp>"
---> Using cache
---> e8d72370a9c2
Step 4/17 : USER root
---> Using cache
---> 78b9b8102f50
Step 5/17 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl gcc libczmq-dev libffi-dev libgdbm-dev libgmp-dev liblapacke-dev libmysqlclient-dev libncurses5-dev libopenblas-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev libzmq3-dev mysql-client pkg-config postgresql-client sqlite3 tzdata zlib1g-dev && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 02b6ebac8036
Step 6/17 : RUN apt update && apt install -y --no-install-recommends apt-transport-https lsb-release && curl -sfSL -o /usr/share/keyrings/apache-arrow-keyring.gpg https://dl.bintray.com/apache/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-keyring.gpg && { echo "deb [arch=amd64 signed-by=/usr/share/keyrings/apache-arrow-keyring.gpg] https://dl.bintray.com/apache/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/ $(lsb_release --codename --short) main"; echo "deb-src [signed-by=/usr/share/keyrings/apache-arrow-keyring.gpg] https://dl.bintray.com/apache/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/ $(lsb_release --codename --short) main"; } >> /etc/apt/sources.list.d/apache-arrow.list && apt update && apt install -y --no-install-recommends libarrow-dev libarrow-glib-dev libplasma-dev libplasma-glib-dev libgandiva-dev libgandiva-glib-dev libparquet-dev libparquet-glib-dev libgirepository1.0-dev && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 15e3b8aea4b7
Step 7/17 : COPY --from=rubylang/ruby:2.6.2-bionic /usr/local/bin/bundle /usr/local/bin/bundler /usr/local/bin/erb /usr/local/bin/gem /usr/local/bin/irb /usr/local/bin/rake /usr/local/bin/rdoc /usr/local/bin/ri /usr/local/bin/ruby /usr/local/bin/
---> Using cache
---> 56a226dc5c9a
Step 8/17 : COPY --from=rubylang/ruby:2.6.2-bionic /usr/local/etc/gemrc /usr/local/etc/
---> Using cache
---> 90bce9d15921
Step 9/17 : COPY --from=rubylang/ruby:2.6.2-bionic /usr/local/include/ruby-2.6.0/ /usr/local/include/ruby-2.6.0/
---> Using cache
---> 9da46c7516a3
Step 10/17 : COPY --from=rubylang/ruby:2.6.2-bionic /usr/local/lib/libruby.so /usr/local/lib/libruby.so.* /usr/local/lib/pkgconfig /usr/local/lib/
---> Using cache
---> a37417711172
Step 11/17 : COPY --from=rubylang/ruby:2.6.2-bionic /usr/local/lib/ruby/ /usr/local/lib/ruby/
---> Using cache
---> aaf3a556b87d
Step 12/17 : COPY --from=rubylang/ruby:2.6.2-bionic /usr/local/share/man/man1/bundle-*.1 /usr/local/share/man/man1/bundle.1 /usr/local/share/man/man1/erb.1 /usr/local/share/man/man1/irb.1 /usr/local/share/man/man1/ri.1 /usr/local/share/man/man1/ruby.1 /usr/local/share/man/man1/
---> Using cache
---> 9eaf10c70d42
Step 13/17 : COPY --from=rubylang/ruby:2.6.2-bionic /usr/local/share/man/man5/gemfile.5 /usr/local/share/man/man5/
---> Using cache
---> 0647e3e403db
Step 14/17 : USER $NB_UID
---> Using cache
---> 7b50387bcde0
Step 15/17 : RUN echo "gem: --user-install" >> $HOME/.gemrc
---> Using cache
---> 167324b9858e
Step 16/17 : ENV PATH $HOME/.gem/ruby/2.6.0/bin:$PATH
---> Using cache
---> 302fb2f1f259
Step 17/17 : RUN gem install activerecord awesome_print daru daru-view ffi-rzmq iruby matplotlib mysql2 nmatrix nmatrix-lapacke numpy numo-narray numo-linalg pandas pg pry pry-doc pycall rbplotly red-arrow red-arrow-numo-narray red-arrow-nmatrix red-chainer red-datasets red-datasets-arrow red-datasets-daru red-gandiva red-parquet red-plasma rumale sqlite3 && gem install --pre charty && iruby register
---> Running in fc2c47d1b8e8
Successfully installed concurrent-ruby-1.1.5
HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
But that may break your application.
Please check your Rails app for 'config.i18n.fallbacks = true'.
If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
'config.i18n.fallbacks = [I18n.default_locale]'.
If not, fallbacks will be broken in your app by I18n 1.1.x.
For more info see:
https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
Successfully installed i18n-1.7.0
Successfully installed thread_safe-0.3.6
Successfully installed tzinfo-1.2.5
Successfully installed zeitwerk-2.2.1
Successfully installed activesupport-6.0.1
Successfully installed activemodel-6.0.1
Successfully installed activerecord-6.0.1
Successfully installed awesome_print-1.8.0
Successfully installed backports-3.15.0
Successfully installed packable-1.3.10
Successfully installed daru-0.2.2
Successfully installed thor-0.20.3
Successfully installed builder-3.2.3
Successfully installed erubi-1.9.0
Successfully installed mini_portile2-2.4.0
Building native extensions. This could take a while...
Successfully installed nokogiri-1.10.5
Successfully installed crass-1.0.5
Successfully installed loofah-2.3.1
Successfully installed rails-html-sanitizer-1.3.0
Successfully installed rails-dom-testing-2.0.3
Successfully installed actionview-6.0.1
Successfully installed daru-data_tables-0.3.5
************************************************************************
Welcome to Nyaplot
___/|
o.O|
(___)
U
Thank you for installing Nyaplot gem.
We strongly recommend you to install IRuby, an interactive
Ruby environment on web browser at the same time.
$ gem install iruby
If you wonder how to use Nyaplot, see /path/to/nyaplot/examples/notebook
and run `iruby notebook` in the directory.
You can find these notebook on your browser:
http://nbviewer.ipython.org/github/domitry/nyaplot/blob/master/examples/notebook/Index.ipynb
You can also use nyaplot without IRuby like /path/to/nyaplot/examples/rb
or on your browser:
https://github.com/domitry/nyaplot/tree/master/examples/rb
Feel free to raise Issue or Pull-request on GitHub.
Most pull-request might be accepted unless it is broken or too destructive.
Enjoy Nyaplot!
************************************************************************
Successfully installed nyaplot-0.1.6
Successfully installed hash-deep-merge-0.1.1
Successfully installed lazy_high_charts-1.5.8
Successfully installed google_visualr-2.5.1
Successfully installed daru-view-0.2.5
Building native extensions. This could take a while...
Successfully installed ffi-1.11.2
Successfully installed ffi-rzmq-core-1.0.7
Successfully installed ffi-rzmq-2.0.7
Building native extensions. This could take a while...
Successfully installed bond-0.5.1
Successfully installed multi_json-1.14.1
Successfully installed mimemagic-0.3.3
Successfully installed data_uri-0.1.0
Consider installing the optional dependencies to get additional functionality:
* pry
* pry-doc
* awesome_print
* gnuplot
* rubyvis
* nyaplot
* cztop
* rbczmq
Successfully installed iruby-0.4.0
Building native extensions. This could take a while...
Successfully installed pycall-1.2.1
Successfully installed matplotlib-1.1.0
Building native extensions. This could take a while...
Successfully installed mysql2-0.5.2
Building native extensions. This could take a while...
***********************************************************
Welcome to SciRuby: Tools for Scientific Computing in Ruby!
NMatrix requires a C/C++ compiler. Clang and GCC are
recommended. JRuby support is experimental, and requires
Java.
If you are upgrading from NMatrix 0.1.0 and rely on
ATLAS features, please check the README.
Faster matrix calculations and more advanced linear
algebra features are available by installing either
the nmatrix-atlas or nmatrix-lapacke plugins.
More explicit instructions for NMatrix and SciRuby should
be available on the SciRuby website, sciruby.com, or
through our mailing list (which can be found on our web-
site).
Thanks for trying out NMatrix! Happy coding!
***********************************************************
Successfully installed nmatrix-0.2.4
Building native extensions. This could take a while...
Successfully installed nmatrix-lapacke-0.2.4
Successfully installed numpy-0.2.0
Building native extensions. This could take a while...
Successfully installed numo-narray-0.9.1.5
Building native extensions. This could take a while...
Successfully installed numo-linalg-0.1.4
Successfully installed pandas-0.3.1
Building native extensions. This could take a while...
Successfully installed pg-1.1.4
Successfully installed method_source-0.9.2
Successfully installed coderay-1.1.2
Successfully installed pry-0.12.2
--------------------------------------------------------------------------------
As of YARD v0.9.2:
RubyGems "--document=yri,yard" hooks are now supported. You can auto-configure
YARD to automatically build the yri index for installed gems by typing:
$ yard config --gem-install-yri
See `yard config --help` for more information on RubyGems install hooks.
You can also add the following to your .gemspec to have YARD document your gem
on install:
spec.metadata["yard.run"] = "yri" # use "yard" to build full HTML docs.
--------------------------------------------------------------------------------
Successfully installed yard-0.9.20
Successfully installed pry-doc-1.0.0
Building native extensions. This could take a while...
Successfully installed pycall-1.2.1
Successfully installed public_suffix-4.0.1
Successfully installed addressable-2.7.0
Successfully installed launchy-2.4.3
Successfully installed uuidtools-2.1.5
Successfully installed multipart-post-2.1.1
Successfully installed faraday-0.17.0
Successfully installed rbplotly-0.1.2
Building native extensions. This could take a while...
Successfully installed extpp-0.0.8
Successfully installed pkg-config-1.4.0
Successfully installed native-package-installer-1.0.8
Building native extensions. This could take a while...
Successfully installed glib2-3.4.1
Building native extensions. This could take a while...
Successfully installed gobject-introspection-3.4.1
Building native extensions. This could take a while...
Successfully installed gio2-3.4.1
Building native extensions. This could take a while...
ERROR: Error installing red-arrow:
ERROR: Failed to build gem native extension.
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20191119-7-16gv33k.rb extconf.rb
checking --enable-debug-build option... no
checking C++ compiler... g++
checking g++ version... 7.4 (gnu++14)
mkmf-gnome2 is deprecated. Use mkmf-gnome instead.
checking for --enable-debug-build option... no
checking for -Wall option to compiler... yes
checking for -Waggregate-return option to compiler... yes
checking for -Wcast-align option to compiler... yes
checking for -Wextra option to compiler... yes
checking for -Wformat=2 option to compiler... yes
checking for -Winit-self option to compiler... yes
checking for -Wlarger-than-65500 option to compiler... yes
checking for -Wmissing-declarations option to compiler... yes
checking for -Wmissing-format-attribute option to compiler... yes
checking for -Wmissing-include-dirs option to compiler... yes
checking for -Wmissing-noreturn option to compiler... yes
checking for -Wmissing-prototypes option to compiler... yes
checking for -Wnested-externs option to compiler... no
checking for -Wold-style-definition option to compiler... yes
checking for -Wpacked option to compiler... yes
checking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... yes
checking for -Wpointer-arith option to compiler... yes
checking for -Wundef option to compiler... yes
checking for -Wout-of-line-declaration option to compiler... no
checking for -Wunsafe-loop-optimizations option to compiler... yes
checking for -Wwrite-strings option to compiler... yes
checking for Homebrew... no
checking for arrow... yes
checking for arrow-glib... yes
creating Makefile
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR=" clean
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR="
compiling arrow.cpp
compiling converters.cpp
compiling raw-records.cpp
raw-records.cpp: In lambda function:
raw-records.cpp:61:52: error: ‘class arrow::Column’ has no member named ‘chunks’
for (const auto array : chunked_array->chunks()) {
^~~~~~
Makefile:236: recipe for target 'raw-records.o' failed
make: *** [raw-records.o] Error 1
make failed, exit code 2
Gem files will remain installed in /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1 for inspection.
Results logged to /home/jovyan/.gem/ruby/2.6.0/extensions/x86_64-linux/2.6.0/red-arrow-0.15.1/gem_make.out
Building native extensions. This could take a while...
ERROR: Error installing red-arrow-numo-narray:
ERROR: Failed to build gem native extension.
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20191119-7-9oeadf.rb extconf.rb
checking --enable-debug-build option... no
checking C++ compiler... g++
checking g++ version... 7.4 (gnu++14)
mkmf-gnome2 is deprecated. Use mkmf-gnome instead.
checking for --enable-debug-build option... no
checking for -Wall option to compiler... yes
checking for -Waggregate-return option to compiler... yes
checking for -Wcast-align option to compiler... yes
checking for -Wextra option to compiler... yes
checking for -Wformat=2 option to compiler... yes
checking for -Winit-self option to compiler... yes
checking for -Wlarger-than-65500 option to compiler... yes
checking for -Wmissing-declarations option to compiler... yes
checking for -Wmissing-format-attribute option to compiler... yes
checking for -Wmissing-include-dirs option to compiler... yes
checking for -Wmissing-noreturn option to compiler... yes
checking for -Wmissing-prototypes option to compiler... yes
checking for -Wnested-externs option to compiler... no
checking for -Wold-style-definition option to compiler... yes
checking for -Wpacked option to compiler... yes
checking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... yes
checking for -Wpointer-arith option to compiler... yes
checking for -Wundef option to compiler... yes
checking for -Wout-of-line-declaration option to compiler... no
checking for -Wunsafe-loop-optimizations option to compiler... yes
checking for -Wwrite-strings option to compiler... yes
checking for Homebrew... no
checking for arrow... yes
checking for arrow-glib... yes
creating Makefile
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR=" clean
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR="
compiling arrow.cpp
compiling converters.cpp
compiling raw-records.cpp
raw-records.cpp: In lambda function:
raw-records.cpp:61:52: error: ‘class arrow::Column’ has no member named ‘chunks’
for (const auto array : chunked_array->chunks()) {
^~~~~~
Makefile:236: recipe for target 'raw-records.o' failed
make: *** [raw-records.o] Error 1
make failed, exit code 2
Gem files will remain installed in /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1 for inspection.
Results logged to /home/jovyan/.gem/ruby/2.6.0/extensions/x86_64-linux/2.6.0/red-arrow-0.15.1/gem_make.out
Building native extensions. This could take a while...
ERROR: Error installing red-arrow-nmatrix:
ERROR: Failed to build gem native extension.
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20191119-7-s4nx0.rb extconf.rb
checking --enable-debug-build option... no
checking C++ compiler... g++
checking g++ version... 7.4 (gnu++14)
mkmf-gnome2 is deprecated. Use mkmf-gnome instead.
checking for --enable-debug-build option... no
checking for -Wall option to compiler... yes
checking for -Waggregate-return option to compiler... yes
checking for -Wcast-align option to compiler... yes
checking for -Wextra option to compiler... yes
checking for -Wformat=2 option to compiler... yes
checking for -Winit-self option to compiler... yes
checking for -Wlarger-than-65500 option to compiler... yes
checking for -Wmissing-declarations option to compiler... yes
checking for -Wmissing-format-attribute option to compiler... yes
checking for -Wmissing-include-dirs option to compiler... yes
checking for -Wmissing-noreturn option to compiler... yes
checking for -Wmissing-prototypes option to compiler... yes
checking for -Wnested-externs option to compiler... no
checking for -Wold-style-definition option to compiler... yes
checking for -Wpacked option to compiler... yes
checking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... yes
checking for -Wpointer-arith option to compiler... yes
checking for -Wundef option to compiler... yes
checking for -Wout-of-line-declaration option to compiler... no
checking for -Wunsafe-loop-optimizations option to compiler... yes
checking for -Wwrite-strings option to compiler... yes
checking for Homebrew... no
checking for arrow... yes
checking for arrow-glib... yes
creating Makefile
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR=" clean
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR="
compiling arrow.cpp
compiling converters.cpp
compiling raw-records.cpp
raw-records.cpp: In lambda function:
raw-records.cpp:61:52: error: ‘class arrow::Column’ has no member named ‘chunks’
for (const auto array : chunked_array->chunks()) {
^~~~~~
Makefile:236: recipe for target 'raw-records.o' failed
make: *** [raw-records.o] Error 1
make failed, exit code 2
Gem files will remain installed in /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1 for inspection.
Results logged to /home/jovyan/.gem/ruby/2.6.0/extensions/x86_64-linux/2.6.0/red-arrow-0.15.1/gem_make.out
Successfully installed csv-3.1.2
Successfully installed rubyzip-2.0.0
Successfully installed red-datasets-0.0.9
Successfully installed red-chainer-0.4.1
Successfully installed red-datasets-0.0.9
Building native extensions. This could take a while...
ERROR: Error installing red-datasets-arrow:
ERROR: Failed to build gem native extension.
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20191119-7-swpyup.rb extconf.rb
checking --enable-debug-build option... no
checking C++ compiler... g++
checking g++ version... 7.4 (gnu++14)
mkmf-gnome2 is deprecated. Use mkmf-gnome instead.
checking for --enable-debug-build option... no
checking for -Wall option to compiler... yes
checking for -Waggregate-return option to compiler... yes
checking for -Wcast-align option to compiler... yes
checking for -Wextra option to compiler... yes
checking for -Wformat=2 option to compiler... yes
checking for -Winit-self option to compiler... yes
checking for -Wlarger-than-65500 option to compiler... yes
checking for -Wmissing-declarations option to compiler... yes
checking for -Wmissing-format-attribute option to compiler... yes
checking for -Wmissing-include-dirs option to compiler... yes
checking for -Wmissing-noreturn option to compiler... yes
checking for -Wmissing-prototypes option to compiler... yes
checking for -Wnested-externs option to compiler... no
checking for -Wold-style-definition option to compiler... yes
checking for -Wpacked option to compiler... yes
checking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... yes
checking for -Wpointer-arith option to compiler... yes
checking for -Wundef option to compiler... yes
checking for -Wout-of-line-declaration option to compiler... no
checking for -Wunsafe-loop-optimizations option to compiler... yes
checking for -Wwrite-strings option to compiler... yes
checking for Homebrew... no
checking for arrow... yes
checking for arrow-glib... yes
creating Makefile
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR=" clean
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR="
compiling arrow.cpp
compiling converters.cpp
compiling raw-records.cpp
raw-records.cpp: In lambda function:
raw-records.cpp:61:52: error: ‘class arrow::Column’ has no member named ‘chunks’
for (const auto array : chunked_array->chunks()) {
^~~~~~
Makefile:236: recipe for target 'raw-records.o' failed
make: *** [raw-records.o] Error 1
make failed, exit code 2
Gem files will remain installed in /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1 for inspection.
Results logged to /home/jovyan/.gem/ruby/2.6.0/extensions/x86_64-linux/2.6.0/red-arrow-0.15.1/gem_make.out
Successfully installed red-datasets-daru-0.1.0
Building native extensions. This could take a while...
ERROR: Error installing red-gandiva:
ERROR: Failed to build gem native extension.
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20191119-7-j0oq2j.rb extconf.rb
checking --enable-debug-build option... no
checking C++ compiler... g++
checking g++ version... 7.4 (gnu++14)
mkmf-gnome2 is deprecated. Use mkmf-gnome instead.
checking for --enable-debug-build option... no
checking for -Wall option to compiler... yes
checking for -Waggregate-return option to compiler... yes
checking for -Wcast-align option to compiler... yes
checking for -Wextra option to compiler... yes
checking for -Wformat=2 option to compiler... yes
checking for -Winit-self option to compiler... yes
checking for -Wlarger-than-65500 option to compiler... yes
checking for -Wmissing-declarations option to compiler... yes
checking for -Wmissing-format-attribute option to compiler... yes
checking for -Wmissing-include-dirs option to compiler... yes
checking for -Wmissing-noreturn option to compiler... yes
checking for -Wmissing-prototypes option to compiler... yes
checking for -Wnested-externs option to compiler... no
checking for -Wold-style-definition option to compiler... yes
checking for -Wpacked option to compiler... yes
checking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... yes
checking for -Wpointer-arith option to compiler... yes
checking for -Wundef option to compiler... yes
checking for -Wout-of-line-declaration option to compiler... no
checking for -Wunsafe-loop-optimizations option to compiler... yes
checking for -Wwrite-strings option to compiler... yes
checking for Homebrew... no
checking for arrow... yes
checking for arrow-glib... yes
creating Makefile
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR=" clean
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR="
compiling arrow.cpp
compiling converters.cpp
compiling raw-records.cpp
raw-records.cpp: In lambda function:
raw-records.cpp:61:52: error: ‘class arrow::Column’ has no member named ‘chunks’
for (const auto array : chunked_array->chunks()) {
^~~~~~
Makefile:236: recipe for target 'raw-records.o' failed
make: *** [raw-records.o] Error 1
make failed, exit code 2
Gem files will remain installed in /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1 for inspection.
Results logged to /home/jovyan/.gem/ruby/2.6.0/extensions/x86_64-linux/2.6.0/red-arrow-0.15.1/gem_make.out
Building native extensions. This could take a while...
ERROR: Error installing red-parquet:
ERROR: Failed to build gem native extension.
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20191119-7-d00jbq.rb extconf.rb
checking --enable-debug-build option... no
checking C++ compiler... g++
checking g++ version... 7.4 (gnu++14)
mkmf-gnome2 is deprecated. Use mkmf-gnome instead.
checking for --enable-debug-build option... no
checking for -Wall option to compiler... yes
checking for -Waggregate-return option to compiler... yes
checking for -Wcast-align option to compiler... yes
checking for -Wextra option to compiler... yes
checking for -Wformat=2 option to compiler... yes
checking for -Winit-self option to compiler... yes
checking for -Wlarger-than-65500 option to compiler... yes
checking for -Wmissing-declarations option to compiler... yes
checking for -Wmissing-format-attribute option to compiler... yes
checking for -Wmissing-include-dirs option to compiler... yes
checking for -Wmissing-noreturn option to compiler... yes
checking for -Wmissing-prototypes option to compiler... yes
checking for -Wnested-externs option to compiler... no
checking for -Wold-style-definition option to compiler... yes
checking for -Wpacked option to compiler... yes
checking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... yes
checking for -Wpointer-arith option to compiler... yes
checking for -Wundef option to compiler... yes
checking for -Wout-of-line-declaration option to compiler... no
checking for -Wunsafe-loop-optimizations option to compiler... yes
checking for -Wwrite-strings option to compiler... yes
checking for Homebrew... no
checking for arrow... yes
checking for arrow-glib... yes
creating Makefile
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR=" clean
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR="
compiling arrow.cpp
compiling converters.cpp
compiling raw-records.cpp
raw-records.cpp: In lambda function:
raw-records.cpp:61:52: error: ‘class arrow::Column’ has no member named ‘chunks’
for (const auto array : chunked_array->chunks()) {
^~~~~~
Makefile:236: recipe for target 'raw-records.o' failed
make: *** [raw-records.o] Error 1
make failed, exit code 2
Gem files will remain installed in /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1 for inspection.
Results logged to /home/jovyan/.gem/ruby/2.6.0/extensions/x86_64-linux/2.6.0/red-arrow-0.15.1/gem_make.out
Building native extensions. This could take a while...
ERROR: Error installing red-plasma:
ERROR: Failed to build gem native extension.
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20191119-7-16b6nav.rb extconf.rb
checking --enable-debug-build option... no
checking C++ compiler... g++
checking g++ version... 7.4 (gnu++14)
mkmf-gnome2 is deprecated. Use mkmf-gnome instead.
checking for --enable-debug-build option... no
checking for -Wall option to compiler... yes
checking for -Waggregate-return option to compiler... yes
checking for -Wcast-align option to compiler... yes
checking for -Wextra option to compiler... yes
checking for -Wformat=2 option to compiler... yes
checking for -Winit-self option to compiler... yes
checking for -Wlarger-than-65500 option to compiler... yes
checking for -Wmissing-declarations option to compiler... yes
checking for -Wmissing-format-attribute option to compiler... yes
checking for -Wmissing-include-dirs option to compiler... yes
checking for -Wmissing-noreturn option to compiler... yes
checking for -Wmissing-prototypes option to compiler... yes
checking for -Wnested-externs option to compiler... no
checking for -Wold-style-definition option to compiler... yes
checking for -Wpacked option to compiler... yes
checking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... yes
checking for -Wpointer-arith option to compiler... yes
checking for -Wundef option to compiler... yes
checking for -Wout-of-line-declaration option to compiler... no
checking for -Wunsafe-loop-optimizations option to compiler... yes
checking for -Wwrite-strings option to compiler... yes
checking for Homebrew... no
checking for arrow... yes
checking for arrow-glib... yes
creating Makefile
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR=" clean
current directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrow
make "DESTDIR="
compiling arrow.cpp
compiling converters.cpp
compiling raw-records.cpp
raw-records.cpp: In lambda function:
raw-records.cpp:61:52: error: ‘class arrow::Column’ has no member named ‘chunks’
for (const auto array : chunked_array->chunks()) {
^~~~~~
Makefile:236: recipe for target 'raw-records.o' failed
make: *** [raw-records.o] Error 1
make failed, exit code 2
Gem files will remain installed in /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1 for inspection.
Results logged to /home/jovyan/.gem/ruby/2.6.0/extensions/x86_64-linux/2.6.0/red-arrow-0.15.1/gem_make.out
Building native extensions. This could take a while...
Successfully installed rumale-0.14.0
Building native extensions. This could take a while...
Successfully installed sqlite3-1.4.1
67 gems installed
The command '/bin/sh -c gem install activerecord awesome_print daru daru-view ffi-rzmq iruby matplotlib mysql2 nmatrix nmatrix-lapacke numpy numo-narray numo-linalg pandas pg pry pry-doc pycall rbplotly red-arrow red-arrow-numo-narray red-arrow-nmatrix red-chainer red-datasets red-datasets-arrow red-datasets-daru red-gandiva red-parquet red-plasma rumale sqlite3 && gem install --pre charty && iruby register' returned a non-zero code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment