You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tvm.apache.org by Leandro Nunes <no...@github.com.INVALID> on 2022/09/05 10:41:54 UTC

[apache/tvm] [Bug] `ubuntu_install_zephyr.sh` fails installing libsdl2-dev (Issue #12703)

The Docker image rebuild process is currently broken due to the error below:

```
[2022-09-05T06:15:26.045Z] Step 37/59 : RUN bash /install/ubuntu_install_zephyr.sh
[2022-09-05T06:15:26.045Z]  ---> Running in fac06e49cb24
[2022-09-05T06:15:26.045Z] + export DEBIAN_FRONTEND=noninteractive
[2022-09-05T06:15:26.045Z] + DEBIAN_FRONTEND=noninteractive
[2022-09-05T06:15:26.045Z] + export TZ=Etc/UTC
[2022-09-05T06:15:26.045Z] + TZ=Etc/UTC
[2022-09-05T06:15:26.045Z] + sudo ln -snf /usr/share/zoneinfo/Etc/UTC /etc/localtime
[2022-09-05T06:15:26.045Z] + echo Etc/UTC
[2022-09-05T06:15:26.045Z] + sudo apt-install-and-clear -y --no-install-recommends libsdl2-dev ca-certificates gnupg software-properties-common wget git cmake ninja-build gperf ccache dfu-util device-tree-compiler wget python3-dev python3-pip python3-setuptools python3-tk python3-wheel python3-venv xz-utils file make gcc gcc-multilib g++-multilib apt-transport-https
[2022-09-05T06:15:26.608Z] Reading package lists...
[2022-09-05T06:15:26.864Z] Building dependency tree...
[2022-09-05T06:15:26.864Z] Reading state information...
[2022-09-05T06:15:26.864Z] make is already the newest version (4.1-9.1ubuntu1).
[2022-09-05T06:15:26.864Z] python3-setuptools is already the newest version (39.0.1-2).
[2022-09-05T06:15:26.864Z] ninja-build is already the newest version (1.8.2-1).
[2022-09-05T06:15:26.864Z] python3-wheel is already the newest version (0.30.0-0.2).
[2022-09-05T06:15:26.864Z] python3-wheel set to manually installed.
[2022-09-05T06:15:26.864Z] ca-certificates is already the newest version (20211016~18.04.1).
[2022-09-05T06:15:26.864Z] cmake is already the newest version (3.10.2-1ubuntu2.18.04.2).
[2022-09-05T06:15:26.864Z] file is already the newest version (1:5.32-2ubuntu0.4).
[2022-09-05T06:15:26.864Z] file set to manually installed.
[2022-09-05T06:15:26.864Z] gcc is already the newest version (4:7.4.0-1ubuntu2.3).
[2022-09-05T06:15:26.864Z] gcc set to manually installed.
[2022-09-05T06:15:26.864Z] git is already the newest version (1:2.17.1-1ubuntu0.12).
[2022-09-05T06:15:26.864Z] gnupg is already the newest version (2.2.4-1ubuntu1.6).
[2022-09-05T06:15:26.864Z] gnupg set to manually installed.
[2022-09-05T06:15:26.864Z] python3-dev is already the newest version (3.6.7-1~18.04).
[2022-09-05T06:15:26.864Z] python3-dev set to manually installed.
[2022-09-05T06:15:26.864Z] software-properties-common is already the newest version (0.96.24.32.18).
[2022-09-05T06:15:26.865Z] wget is already the newest version (1.19.4-1ubuntu2.2).
[2022-09-05T06:15:26.865Z] xz-utils is already the newest version (5.2.2-1.3ubuntu0.1).
[2022-09-05T06:15:26.865Z] xz-utils set to manually installed.
[2022-09-05T06:15:26.865Z] apt-transport-https is already the newest version (1.6.14).
[2022-09-05T06:15:26.865Z] python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.5).
[2022-09-05T06:15:26.865Z] Some packages could not be installed. This may mean that you have
[2022-09-05T06:15:26.865Z] requested an impossible situation or if you are using the unstable
[2022-09-05T06:15:26.865Z] distribution that some required packages have not yet been created
[2022-09-05T06:15:26.865Z] or been moved out of Incoming.
[2022-09-05T06:15:26.865Z] The following information may help to resolve the situation:
[2022-09-05T06:15:26.865Z] 
[2022-09-05T06:15:26.865Z] The following packages have unmet dependencies:
[2022-09-05T06:15:27.121Z]  libsdl2-dev : Depends: libudev-dev but it is not going to be installed
[2022-09-05T06:15:27.121Z] E: Unable to correct problems, you have held broken packages.
[2022-09-05T06:15:27.121Z] The command '/bin/sh -c bash /install/ubuntu_install_zephyr.sh' returned a non-zero code: 100
[2022-09-05T06:15:27.121Z] ERROR: docker build failed.
script returned exit code 1
```

Jenkins: https://ci.tlcpack.ai/blue/organizations/jenkins/docker-images-ci%2Fdaily-docker-image-rebuild/detail/daily-docker-image-rebuild/453/pipeline

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/issues/12703
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>

Re: [apache/tvm] [Bug] `ubuntu_install_zephyr.sh` fails installing libsdl2-dev (Issue #12703)

Posted by Andrew Reusch <no...@github.com.INVALID>.
looking at this one as it's blocking #12663 too.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/issues/12703#issuecomment-1238388683
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>

Re: [apache/tvm] [Bug] `ubuntu_install_zephyr.sh` fails installing libsdl2-dev (Issue #12703)

Posted by Leandro Nunes <no...@github.com.INVALID>.
Closed #12703 as completed.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/issues/12703#event-7337073880
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>

Re: [apache/tvm] [Bug] `ubuntu_install_zephyr.sh` fails installing libsdl2-dev (Issue #12703)

Posted by Andrew Reusch <no...@github.com.INVALID>.
same. maybe upstream?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/issues/12703#issuecomment-1239829977
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>

Re: [apache/tvm] [Bug] `ubuntu_install_zephyr.sh` fails installing libsdl2-dev (Issue #12703)

Posted by Leandro Nunes <no...@github.com.INVALID>.
cc @driazati @areusch @cconvey @mehrdadh @Mousius 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/issues/12703#issuecomment-1236835939
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>

Re: [apache/tvm] [Bug] `ubuntu_install_zephyr.sh` fails installing libsdl2-dev (Issue #12703)

Posted by Leandro Nunes <no...@github.com.INVALID>.
OK. I confirm the issue is not reproducing anymore. Closing it for now.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/issues/12703#issuecomment-1239133609
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>

Re: [apache/tvm] [Bug] `ubuntu_install_zephyr.sh` fails installing libsdl2-dev (Issue #12703)

Posted by Leandro Nunes <no...@github.com.INVALID>.
It seems the last Docker image rebuilt is not reproducing this issue anymore. Any idea why?

Jenkins: https://ci.tlcpack.ai/blue/organizations/jenkins/docker-images-ci%2Fdaily-docker-image-rebuild/detail/daily-docker-image-rebuild/455/pipeline

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/issues/12703#issuecomment-1239078496
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>