You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/07/08 08:54:00 UTC

[jira] [Created] (ARROW-17013) [C++][CI] Ubuntu cpp 22.04 nightly tests fail to build flight_sql_test

Raúl Cumplido created ARROW-17013:
-------------------------------------

             Summary: [C++][CI] Ubuntu cpp 22.04 nightly tests fail to build flight_sql_test
                 Key: ARROW-17013
                 URL: https://issues.apache.org/jira/browse/ARROW-17013
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Raúl Cumplido
            Assignee: Raúl Cumplido
             Fix For: 9.0.0


[https://github.com/ursacomputing/crossbow/runs/7243793233?check_suite_focus=true]

Nightly tests build test-ubuntu-22.04-cpp is failing with the following error:
{code:java}
 -- Linking Arrow Flight tests statically due to static gRPC
-- Found SQLite3Alt: /usr/lib/x86_64-linux-gnu/libsqlite3.so  
CMake Error at src/arrow/flight/sql/CMakeLists.txt:122 (target_compile_definitions):
  Cannot specify compile definitions for target "flight_sql_test" which is
  not built by this project. {code}
This seems to have been introduced by:

[https://github.com/apache/arrow/commit/9c93f82a06ecae4d0e51f64b25fc63d32701d734#diff-4468e915a60403c2fd3bbfcc296580954fe7e992520b5f63af0592dddf08fee0]

It can be reproduced locally with:
{code:java}
UBUNTU=22.04 docker-compose run ubuntu-cpp {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)