[Bug 1943125] Re: devscripts breaks apt
Julian Andres Klode
1943125 at bugs.launchpad.net
Sat Sep 11 09:16:16 UTC 2021
*** This bug is a duplicate of bug 1943049 ***
https://bugs.launchpad.net/bugs/1943049
** This bug has been marked a duplicate of bug 1943049
Docker ubuntu:impish: Problem executing scripts DPkg::Post-Invoke 'rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true'
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1943125
Title:
devscripts breaks apt
Status in apt package in Ubuntu:
New
Status in devscripts package in Ubuntu:
Invalid
Bug description:
Hello,
devscripts package seem to break apt installs.
using following Dockerfile:
FROM ubuntu:impish
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -qq && apt-get install -y nano
RUN apt-get update -qq && apt-get install -y devscripts
RUN apt-get update -qq && apt-get install -y htop
docker build -t test .
Will break installing "htop" with random post apt install errors:
E: Problem executing scripts APT::Update::Post-Invoke 'rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true'
E: Sub-process returned an error code
Excluding devscripts package will solve the issue.
Any idears why devscripts is breaking apt?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1943125/+subscriptions
More information about the foundations-bugs
mailing list