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 2020/12/31 21:18:00 UTC

[jira] [Assigned] (ARROW-11083) [CI] Build "Source Release and Merge Script" is broken

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

Kouhei Sutou reassigned ARROW-11083:
------------------------------------

    Assignee: Kouhei Sutou

> [CI] Build "Source Release and Merge Script" is broken
> ------------------------------------------------------
>
>                 Key: ARROW-11083
>                 URL: https://issues.apache.org/jira/browse/ARROW-11083
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: CI
>            Reporter: Jorge Leitão
>            Assignee: Kouhei Sutou
>            Priority: Major
>
> The build "Source Release and Merge Script" is currently broken with the following error:
>  
> {code:java}
> The following packages have unmet dependencies:
>   dotnet-sdk-2.2 : Depends: aspnetcore-runtime-2.2 (>= 2.2.7) but it is not going to be installed
>                    Depends: dotnet-runtime-2.2 (>= 2.2.7) but it is not going to be installed
>  E: Unable to correct problems, you have held broken packages.
> {code}
>  when running
> {code:java}
>    wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
>    sudo dpkg -i packages-microsoft-prod.deb
>    sudo apt-get install apt-transport-https
>    sudo apt-get update
>    sudo apt-get install dotnet-sdk-2.2
> {code}
> I suspect that the reason this is not showing up in master is that this execution is behind a docker layer and therefore not triggered.



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