runner icon indicating copy to clipboard operation
runner copied to clipboard

Failed to fetch `mirror+file:/etc/apt/apt-mirrors.txt/pool/main/libs/libsndfile/libsndfile1_1.0.31-2ubuntu0.1_amd64.deb`

Open mahnunchik opened this issue 10 months ago • 1 comments

Describe the bug

E: Failed to fetch mirror+file:/etc/apt/apt-mirrors.txt/pool/main/libs/libsndfile/libsndfile1_1.0.31-2ubuntu0.1_amd64.deb  404  Not Found [IP: 40.81.13.82 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

To Reproduce Steps to reproduce the behavior:

  1. Runner ubuntu-22.04 20250209.1.0
  2. Run sudo apt install -y elfutils flatpak flatpak-builder
  3. See error

Expected behavior

Some time ago the package was installed without issues

Runner Version and Platform

Version of your runner?

Current runner version: '2.322.0'
Operating System
  Ubuntu
  [2](https://github.com/CoinSpace/CoinSpace/actions/runs/13442504750/job/37560158235#step:1:2)2.04.5
  LTS
Runner Image
  Image: ubuntu-22.0[4](https://github.com/CoinSpace/CoinSpace/actions/runs/13442504750/job/37560158235#step:1:4)
  Version: 202[5](https://github.com/CoinSpace/CoinSpace/actions/runs/13442504750/job/37560158235#step:1:5)0209.1.0
  Included Software: https://github.com/actions/runner-images/blob/ubuntu22/2025020[9](https://github.com/CoinSpace/CoinSpace/actions/runs/13442504750/job/37560158235#step:1:10).1/images/ubuntu/Ubuntu2204-Readme.md
  Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20250209.1

What's not working?

E: Failed to fetch mirror+file:/etc/apt/apt-mirrors.txt/pool/main/libs/libsndfile/libsndfile1_1.0.31-2ubuntu0.1_amd64.deb  404  Not Found [IP: 40.81.13.82 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

mahnunchik avatar Feb 20 '25 18:02 mahnunchik

Running apt update before apt install should fix this

alexlapa avatar Feb 25 '25 11:02 alexlapa