Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build docker images minimal and datascience both failed #20

Open
AseiSugiyama opened this issue Nov 19, 2019 · 1 comment
Open

build docker images minimal and datascience both failed #20

AseiSugiyama opened this issue Nov 19, 2019 · 1 comment

Comments

@AseiSugiyama
Copy link
Contributor

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
AseiSugiyama added a commit to AseiSugiyama/docker-stacks that referenced this issue Nov 19, 2019
@AseiSugiyama
Copy link
Contributor Author

This issue caused by the missing installation of libarrow-flight-dev. In my local environment, I completed to build docker images successfully.

I will create PR to fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant