Project

General

Profile

Actions

Bug #5452

closed

ansible scripts for setting up jenkins node fail at Install libfftranscode0

Added by osmith about 2 years ago. Updated about 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
Start date:
02/11/2022
Due date:
% Done:

100%

Spec Reference:

Description

Error:

Breaks existing package 'libfftranscode-dev' dependency libfftranscode0 (= 0.1)

Related part from the ansible task:

- name: Install libfftranscode0
  apt:
    deb: https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.3_{{deb_architecture.stdout}}.deb

- name: Install libfftranscode-dev
  apt:
    deb: https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.3_{{deb_architecture.stdout}}.deb

It looks like the problem is, that we would need to upgrade both libfftranscode0 and -dev at once.

However I'm wondering if we need this at all.

Isn't it enough to install this in the debian-bullseye-titan docker image, which we already do?


Related issues

Has duplicate Core testing infrastructure - Bug #5454: ansible rule for fftranscode failsClosedosmith02/11/2022

Actions
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)