You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/08/08 04:13:00 UTC

[jira] [Commented] (ARROW-6168) [C++] IWYU docker-compose job is broken

    [ https://issues.apache.org/jira/browse/ARROW-6168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902662#comment-16902662 ] 

Wes McKinney commented on ARROW-6168:
-------------------------------------

I fixed this temporarily by adding an explicit build type 

https://github.com/apache/arrow/pull/5036/files#diff-60422e0e36ec191f5e2687ffb18b5796R25


> [C++] IWYU docker-compose job is broken
> ---------------------------------------
>
>                 Key: ARROW-6168
>                 URL: https://issues.apache.org/jira/browse/ARROW-6168
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: 0.15.0
>
>
> Not sure what happened in the last week or so:
> {code}
> $ docker-compose run iwyu
> WARNING: The CI_ARROW_SHA variable is not set. Defaulting to a blank string.
> WARNING: The CI_ARROW_BRANCH variable is not set. Defaulting to a blank string.
> + mkdir -p /build/lint
> + pushd /build/lint
> /build/lint /
> + cmake -GNinja -DARROW_FLIGHT=ON -DARROW_GANDIVA=ON -DARROW_PARQUET=ON -DARROW_PYTHON=ON -DCMAKE_CXX_FLAGS=-D_GLIBCXX_USE_CXX11_ABI=0 -DCMAKE_EXPORT_COMPILE_COMMANDS=ON /arrow/cpp
> -- Building using CMake version: 3.14.5
> -- Arrow version: 1.0.0 (full: '1.0.0-SNAPSHOT')
> -- Arrow SO version: 100 (full: 100.0.0)
> -- clang-tidy found at /usr/bin/clang-tidy-7
> -- clang-format found at /usr/bin/clang-format-7
> -- infer not found
> -- Using ccache: /opt/conda/bin/ccache
> -- Found cpplint executable at /arrow/cpp/build-support/cpplint.py
> -- Compiler command: env LANG=C /usr/bin/g++ -v
> -- Compiler version: Using built-in specs.
> COLLECT_GCC=/usr/bin/g++
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
> OFFLOAD_TARGET_NAMES=nvptx-none
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) 
> -- Compiler id: GNU
> Selected compiler gcc 7.4.0
> CMake Error at cmake_modules/SetupCxxFlags.cmake:42 (string):
>   string no output variable specified
> Call Stack (most recent call first):
>   CMakeLists.txt:357 (include)
> -- Arrow build warning level: CHECKIN
> Using ld linker
> Configured for  build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
> CMake Error at cmake_modules/SetupCxxFlags.cmake:429 (message):
>   Unknown build type:
> Call Stack (most recent call first):
>   CMakeLists.txt:357 (include)
> -- Configuring incomplete, errors occurred!
> See also "/build/lint/CMakeFiles/CMakeOutput.log".
> See also "/build/lint/CMakeFiles/CMakeError.log".
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)