Liam-Sturge opened a new issue, #15177:
URL: https://github.com/apache/tvm/issues/15177
### Expected behavior
Successfully install `linux-tools-generic` in Docker containers based on
Ubuntu Jammy 22.04.02, when running the script `ubuntu_install_papi.sh`.
### Actual behavior
Apt install fails with the message:
```bash
The following packages have unmet dependencies:
linux-tools-generic : Depends: linux-tools-5.15.0-76-generic but it is not
installable
E: Unable to correct problems, you have held broken packages.
```
The command to install `linux-tools-generic` is ambiguous, so as to pick up
the latest available version. At the moment however, it is fetching version
`5.15.0.76-generic` which is not yet present in the Ubuntu apt repositories.
Currently, the latest available version in 22.04.02 is 5.15.0.**75**-generic.
### Environment
Ubuntu Jammy 22.04.02 (amd64).
### Steps to reproduce
Can be reproduced by building a new ci_cpu Docker container, or in a vanilla
Ubuntu Jammy 22.04.02 VM.
### Triage
* needs-triage
* dev:ci
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]