You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/10/09 22:50:00 UTC

[jira] [Created] (ARROW-17969) [CI][C++] Can't use LLVM 14 on Ubuntu 18.04

Kouhei Sutou created ARROW-17969:
------------------------------------

             Summary: [CI][C++] Can't use LLVM 14 on Ubuntu 18.04
                 Key: ARROW-17969
                 URL: https://issues.apache.org/jira/browse/ARROW-17969
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++, Continuous Integration
            Reporter: Kouhei Sutou
            Assignee: Kouhei Sutou


Because apt.llvm.org's LLVM 14 requires libgcc-s1 but libgcc-s1 is available since Ubuntu 20.04.

https://github.com/ursacomputing/crossbow/actions/runs/3212360174/jobs/5251158501

{noformat}
#5 12.23 The following packages have unmet dependencies:
#5 12.30  clang-14 : Depends: libclang-cpp14 (>= 1:14.0.6~++20220622053019+f28c006a5895) but it is not going to be installed
#5 12.30             Depends: libgcc-s1 (>= 3.0) but it is not installable
#5 12.30             Depends: libllvm14 but it is not going to be installed
#5 12.30             Depends: libstdc++6 (>= 11) but 8.4.0-1ubuntu1~18.04 is to be installed
#5 12.30             Depends: libclang-common-14-dev (= 1:14.0.6~++20220622053019+f28c006a5895-1~exp1~20220622173056.159) but it is not going to be installed
#5 12.30             Depends: llvm-14-linker-tools (= 1:14.0.6~++20220622053019+f28c006a5895-1~exp1~20220622173056.159) but it is not going to be installed
#5 12.30             Depends: libclang1-14 (= 1:14.0.6~++20220622053019+f28c006a5895-1~exp1~20220622173056.159) but it is not going to be installed
#5 12.30  clang-format-14 : Depends: libclang-cpp14 (>= 1:14.0.6~++20220622053019+f28c006a5895) but it is not going to be installed
#5 12.30                    Depends: libgcc-s1 (>= 3.0) but it is not installable
#5 12.30                    Depends: libllvm14 (= 1:14.0.6~++20220622053019+f28c006a5895-1~exp1~20220622173056.159) but it is not going to be installed
#5 12.30                    Depends: libstdc++6 (>= 11) but 8.4.0-1ubuntu1~18.04 is to be installed
#5 12.30  clang-tidy-14 : Depends: libclang-cpp14 (>= 1:14.0.6~++20220622053019+f28c006a5895) but it is not going to be installed
#5 12.30                  Depends: libgcc-s1 (>= 3.0) but it is not installable
#5 12.30                  Depends: libllvm14 (= 1:14.0.6~++20220622053019+f28c006a5895-1~exp1~20220622173056.159) but it is not going to be installed
#5 12.30                  Depends: libstdc++6 (>= 11) but 8.4.0-1ubuntu1~18.04 is to be installed
#5 12.30                  Depends: libclang-common-14-dev but it is not going to be installed
#5 12.30                  Depends: clang-tools-14 but it is not going to be installed
#5 12.30  llvm-14-dev : Depends: libgcc-s1 (>= 3.0) but it is not installable
#5 12.30                Depends: libllvm14 (= 1:14.0.6~++20220622053019+f28c006a5895-1~exp1~20220622173056.159) but it is not going to be installed
#5 12.30                Depends: llvm-14 (= 1:14.0.6~++20220622053019+f28c006a5895-1~exp1~20220622173056.159) but it is not going to be installed
#5 12.30                Depends: llvm-14-tools (= 1:14.0.6~++20220622053019+f28c006a5895-1~exp1~20220622173056.159) but it is not going to be installed
#5 12.30                Depends: libclang-cpp14 (= 1:14.0.6~++20220622053019+f28c006a5895-1~exp1~20220622173056.159) but it is not going to be installed
#5 12.31 E: Unable to correct problems, you have held broken packages.
{noformat}



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