You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2019/11/07 15:57:00 UTC

[jira] [Created] (ARROW-7088) [C++][Python] gcc 4.8 / wheel builds failing after PARQUET-1678

Wes McKinney created ARROW-7088:
-----------------------------------

             Summary: [C++][Python] gcc 4.8 / wheel builds failing after PARQUET-1678
                 Key: ARROW-7088
                 URL: https://issues.apache.org/jira/browse/ARROW-7088
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, Python
            Reporter: Wes McKinney
             Fix For: 1.0.0


See https://travis-ci.org/ursa-labs/crossbow/builds/608629511?utm_source=github_status&utm_medium=notification

{code}
/usr/bin/ccache /opt/rh/devtoolset-2/root/usr/bin/c++  -DARROW_JEMALLOC -DARROW_JEMALLOC_INCLUDE_DIR="" -DARROW_USE_GLOG -DARROW_USE_SIMD -DARROW_WITH_ZSTD -DHAVE_INTTYPES_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DPARQUET_EXPORTING -DPARQUET_USE_BOOST_REGEX -Isrc -I/arrow/cpp/src -I/arrow/cpp/src/generated -isystem /arrow/cpp/thirdparty/flatbuffers/include -isystem /arrow_boost_dist/include -isystem /usr/local/include -isystem jemalloc_ep-prefix/src -isystem /arrow/cpp/thirdparty/hadoop/include -O3 -DNDEBUG  -Wall -Wno-attributes -msse4.2  -O3 -DNDEBUG -fPIC   -std=gnu++11 -MD -MT src/parquet/CMakeFiles/parquet_objlib.dir/stream_reader.cc.o -MF src/parquet/CMakeFiles/parquet_objlib.dir/stream_reader.cc.o.d -o src/parquet/CMakeFiles/parquet_objlib.dir/stream_reader.cc.o -c /arrow/cpp/src/parquet/stream_reader.cc
In file included from /arrow/cpp/src/parquet/stream_reader.h:31:0,
                 from /arrow/cpp/src/parquet/stream_reader.cc:18:
/arrow/cpp/src/parquet/stream_writer.h:67:17: error: function ‘parquet::StreamWriter& parquet::StreamWriter::operator=(parquet::StreamWriter&&)’ defaulted on its first declaration with an exception-specification that differs from the implicit declaration ‘parquet::StreamWriter& parquet::StreamWriter::operator=(parquet::StreamWriter&&)’
   StreamWriter& operator=(StreamWriter&&) noexcept = default;
                 ^
In file included from /arrow/cpp/src/parquet/stream_reader.cc:18:0:
/arrow/cpp/src/parquet/stream_reader.h:61:17: error: function ‘parquet::StreamReader& parquet::StreamReader::operator=(parquet::StreamReader&&)’ defaulted on its first declaration with an exception-specification that differs from the implicit declaration ‘parquet::StreamReader& parquet::StreamReader::operator=(parquet::StreamReader&&)’
   StreamReader& operator=(StreamReader&&) noexcept = default;
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)