Skip to content

Installation of our e2psprogs fork fails on python:3-trixie family of Docker images #1252

@vlaci

Description

@vlaci

We receive the following error from install-deps.sh

44.39 + dpkg -i libext2fs2_1.47.0-3.ok2.deb libss2_1.47.0-3.ok2.deb
44.44 Selecting previously unselected package libext2fs2:amd64.
44.44 (Reading database ... 12603 files and directories currently installed.)
44.44 Preparing to unpack libext2fs2_1.47.0-3.ok2.deb ...
44.46 Unpacking libext2fs2:amd64 (1.47.0-3.ok2) ...
44.56 Selecting previously unselected package libss2:amd64.
44.56 Preparing to unpack libss2_1.47.0-3.ok2.deb ...
44.57 Unpacking libss2:amd64 (1.47.0-3.ok2) ...
44.62 dpkg: dependency problems prevent configuration of libext2fs2:amd64:
44.62  libext2fs2t64:amd64 (1.47.2-3+b3) breaks libext2fs2 (<< 1.47.2-3) and is installed.
44.62   Version of libext2fs2:amd64 to be configured is 1.47.0-3.ok2.
44.62 
44.62 dpkg: error processing package libext2fs2:amd64 (--install):
44.62  dependency problems - leaving unconfigured
44.62 Setting up libss2:amd64 (1.47.0-3.ok2) ...
44.67 Processing triggers for libc-bin (2.41-12) ...
44.73 Errors were encountered while processing:
44.73  libext2fs2:amd64

IMO this happens because a newer e2fsprogs (1.47.2) is already installed, and install-deps.sh install e2fsprogs in two stages: first the dependencies and then e2fsprogs itself. This is done so, because libe2fsprogs needs to be configured before e2fsprogs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions