Project

General

Profile

Actions

Bug #6131

open

Broken apt bullseye unstable repository

Added by Ledni Medved about 3 years ago. Updated almost 3 years ago.

Status:
Need feedback
Priority:
Normal
Assignee:
-
Category:
Packaging
Target version:
-
Start date:
2022-02-06
Due date:
% Done:

100%

Estimated time:
(Total: 0:00 h)
Found in version:
unstable
Affected Versions:

Description

Hi all,
I use debian 11 (bullseye) in docker with tvheadend and I can not install tvheadend since last week.
Unstable repository (/unstable/dists/bullseye/main/binary-amd64/Packages) is referencing file (artifacts/o2/ar6jzkjn/tvheadend_4.3-1991~g3ed76138a~bullseye_amd64.deb) which does not exist on the server.
Installation using apt exit with error - Failed to fetch https://apt.tvheadend.org/unstable/artifacts/o2/ar6jzkjn/tvheadend_4.3-1991%7eg3ed76138a%7ebullseye_amd64.deb 404 Not Found

Dockerfile I am using:

FROM debian:11

RUN apt-get update && \
    apt-get install -y coreutils apt-transport-https lsb-release ca-certificates wget gnupg2 udev socat ffmpeg screen && \
    echo "deb https://apt.tvheadend.org/unstable bullseye main" > /etc/apt/sources.list.d/tvheadend.list && \
    wget -qO- https://doozer.io/keys/tvheadend/tvheadend/pgp | apt-key add - && \
    apt-get update && \
    apt-get install -y tvheadend

Is this temporary error or did I miss something?


Files

2.png (60.1 KB) 2.png Mark Clarkstone, 2022-02-12 17:13
1.png (5.91 KB) 1.png Mark Clarkstone, 2022-02-12 17:14

Subtasks 1 (0 open1 closed)

Feature #6135: Tvheadend Download/InstallRejected2022-02-06

Actions
Actions

Also available in: Atom PDF