You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following lines are a part of the build log, full log is here.
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-1x03opn.rb extconf.rbchecking --enable-debug-build option... nochecking C++ compiler... g++checking g++ version... 7.4 (gnu++14)mkmf-gnome2 is deprecated. Use mkmf-gnome instead.checking for --enable-debug-build option... nochecking for -Wall option to compiler... yeschecking for -Waggregate-return option to compiler... yeschecking for -Wcast-align option to compiler... yeschecking for -Wextra option to compiler... yeschecking for -Wformat=2 option to compiler... yeschecking for -Winit-self option to compiler... yeschecking for -Wlarger-than-65500 option to compiler... yeschecking for -Wmissing-declarations option to compiler... yeschecking for -Wmissing-format-attribute option to compiler... yeschecking for -Wmissing-include-dirs option to compiler... yeschecking for -Wmissing-noreturn option to compiler... yeschecking for -Wmissing-prototypes option to compiler... yeschecking for -Wnested-externs option to compiler... nochecking for -Wold-style-definition option to compiler... yeschecking for -Wpacked option to compiler... yeschecking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... yeschecking for -Wpointer-arith option to compiler... yeschecking for -Wundef option to compiler... yeschecking for -Wout-of-line-declaration option to compiler... nochecking for -Wunsafe-loop-optimizations option to compiler... yeschecking for -Wwrite-strings option to compiler... yeschecking for Homebrew... nochecking for arrow... yeschecking for arrow-glib... yescreating Makefilecurrent directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrowmake "DESTDIR=" cleancurrent directory: /home/jovyan/.gem/ruby/2.6.0/gems/red-arrow-0.15.1/ext/arrowmake "DESTDIR="compiling arrow.cppcompiling converters.cppcompiling raw-records.cppraw-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()) { ^~~~~~make: *** [Makefile:237: raw-records.o] Error 1make failed, exit code 2Gem 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
The text was updated successfully, but these errors were encountered:
AseiSugiyama
added a commit
to AseiSugiyama/docker-stacks
that referenced
this issue
Nov 19, 2019
How to reproduce
$ docker build ./minimal/
Logs
The following lines are a part of the build log, full log is here.
The text was updated successfully, but these errors were encountered: