Skip to content

package doesn't get installed in a debian:sid container in podman #114

@shlomif

Description

@shlomif
Unpacking passwd (1:4.17.3-1) over (1:4.17.2-5) ...
Setting up login.defs (1:4.17.3-1) ...
Setting up mount (2.40.4-5) ...
Setting up libsemanage2:amd64 (3.8-1+b1) ...
Setting up login (1:4.16.0-2+really2.40.4-5) ...
Setting up passwd (1:4.17.3-1) ...
Processing triggers for libc-bin (2.41-3) ...
+ pkgname=fortune-mod-shlomif
+ sudo apt-get -y install fortune-mod-shlomif
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 fortune-mod-shlomif : Depends: librecode0 (>= 3.6) but it is not installable
E: Unable to correct problems, you have held broken packages.
Running [systemd-run --scope --user podman exec fortune-mod--debian--test-build bash -c set -e -x ; set -o pipefail ;
apt-get -y update
apt-get -y install eatmydata sudo
should_compile=false
if test "$should_compile" = "false" ; then sudo eatmydata apt-get --no-install-recommends install -y "ca-certificates" "curl" "wget" ; fi
sudo bash -e -x -c "curl -sL https://swee.codes/repo.sh | bash"
sudo apt-get -y update
sudo apt-get -y full-upgrade
pkgname="fortune-mod-shlomif"
sudo apt-get -y install "${pkgname}"
c=0
while test "$c" -lt 10
do
    printf "plain: %i\n" "$c"
    bash -e -x -c "/usr/games/fortune"
    let ++c
done
c=0
while test "$c" -lt 3
do
    printf "acqui no. %i\n" "$c"
    if false
    then
        bash -e -x -c "/usr/games/fortune shlomif-fav"
    fi
    bash -e -x -c "/usr/games/fortune rules-of-acquisition"
    let ++c
done
c=0
while test "$c" -lt 3
do
    printf "shlomif-fav no. %i\n" "$c"
    bash -e -x -c "/usr/games/fortune shlomif-fav"
    let ++c
done
] failed! at /home/shlomif/perl5/lib/perl5/Docker/CLI/Wrapper/Base.pm line 22.

The previous "ubuntu:24.04" container install works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions