Skip to content

build docker images minimal and datascience both failed #20

@AseiSugiyama

Description

@AseiSugiyama

How to reproduce

$ docker build ./minimal/

Logs

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.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()) {
                                                    ^~~~~~
make: *** [Makefile:237: 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions