Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-7088

[C++][Python] gcc 4.8 / wheel builds failing after PARQUET-1678

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Duplicate
    • None
    • None
    • C++, Python
    • None

    Description

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

      /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;
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              wesm Wes McKinney
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: