toolbox icon indicating copy to clipboard operation
toolbox copied to clipboard

Fedora 39 Image doesn't build

Open KilianHanich opened this issue 1 year ago • 0 comments

Describe the bug The Fedora 39 image of this repository (images/fedora/f39) doesn't build anymore.

Steps how to reproduce the behaviour

  1. Go to the repository
  2. Type in 'podman build images/fedora/f39'
  3. See error 'STEP 20/21: (...)'

Expected behaviour No error.

Actual Behaviour The following error:

STEP 20/21: RUN broken_packages="$(rpm --all --query --state --queryformat "PACKAGE: %{NAME}\n"   | sed --quiet --regexp-extended '/PACKAGE: /{s/PACKAGE: // ; h ; b }; /^not installed/ { g; p }'   | uniq   | sort)";   if [ "$broken_packages" != "" ]; then     echo "Packages with missing files:" >&2;     echo "$broken_packages" >&2;     false;   fi
Packages with missing files:
python3-dnf
Error: building at STEP "RUN broken_packages="$(rpm --all --query --state --queryformat "PACKAGE: %{NAME}\n"   | sed --quiet --regexp-extended '/PACKAGE: /{s/PACKAGE: // ; h ; b }; /^not installed/ { g; p }'   | uniq   | sort)";   if [ "$broken_packages" != "" ]; then     echo "Packages with missing files:" >&2;     echo "$broken_packages" >&2;     false;   fi": while running runtime: exit status 1

Output of toolbox --version (v0.0.90+) toolbox version 0.0.99.5

Toolbx package info (rpm -q toolbox) toolbox-0.0.99.5-11.fc40.x86_64

Output of podman --version podman version 5.1.1

Output of podman version

Client:       Podman Engine
Version:      5.1.1
API Version:  5.1.1
Go Version:   go1.22.3
Built:        Tue Jun  4 02:00:00 2024
OS/Arch:      linux/amd64

Podman package info (rpm -q podman) podman-5.1.1-1.fc40.x86_64

Info about your OS Fedora Kinoite 40

Additional Context Podman was called from outside a container.

KilianHanich avatar Jul 23 '24 18:07 KilianHanich