You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/01/20 19:45:00 UTC

[jira] [Resolved] (ARROW-15388) [C++][CI] Sporadic build failure involving absl::string_view

     [ https://issues.apache.org/jira/browse/ARROW-15388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou resolved ARROW-15388.
------------------------------------
    Fix Version/s: 8.0.0
       Resolution: Fixed

Issue resolved by pull request 12204
[https://github.com/apache/arrow/pull/12204]

> [C++][CI] Sporadic build failure involving absl::string_view
> ------------------------------------------------------------
>
>                 Key: ARROW-15388
>                 URL: https://issues.apache.org/jira/browse/ARROW-15388
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Continuous Integration
>            Reporter: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> It looks like sometimes our vendored Flatbuffers tries to include {{string_view}} from a bundled {{absl}} build and fails:
> https://github.com/apache/arrow/runs/4875005603?check_suite_focus=true#step:6:942
> {code}
> In file included from /arrow/cpp/src/plasma/plasma.cc:25:
> In file included from /arrow/cpp/src/plasma/common_generated.h:7:
> In file included from /arrow/cpp/thirdparty/flatbuffers/include/flatbuffers/flatbuffers.h:20:
> In file included from /arrow/cpp/thirdparty/flatbuffers/include/flatbuffers/base.h:217:
> absl_ep-install/include/absl/strings/string_view.h:39:10: fatal error: 'absl/base/config.h' file not found
> #include "absl/base/config.h"
>          ^~~~~~~~~~~~~~~~~~~~
> 1 error generated.
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)