dnf copr: Chroot not found in the given Copr project
Im using aurora as a base image. Recently they [reorderd their build scripts](https://github.com/ublue-os/aurora/pull/1771) and added the [copr.vendor.conf](https://github.com/ublue-os/aurora/pull/1785) that got deleted accidently. Since then my custom build stopped working:
https://github.com/Pfischi/fiph-os/actions/runs/22214424687/job/64255131342#step:2:2036
```
[06:53:18 g.i/p/fiph-os:latest] => #33 0.105 ============================== Start 'dnf' Module ==============================
[06:53:18 g.i/p/fiph-os:latest] => #33 0.204 Adding COPR repositories:
[06:53:18 g.i/p/fiph-os:latest] => #33 0.206 - varlad/zellij
[06:53:18 g.i/p/fiph-os:latest] => #33 0.207 - errornointernet/klassy
[06:53:18 g.i/p/fiph-os:latest] => #33 0.209 - deltacopy/darkly
[06:53:18 g.i/p/fiph-os:latest] => #33 0.210 Adding COPR repository: 'varlad/zellij'
[06:53:19 g.i/p/fiph-os:latest] => #33 0.609 https://copr.fedorainfracloud.org/api_ 100% | 1.7 KiB/s | 559.0 B | 00m00s
[06:53:19 g.i/p/fiph-os:latest] => #33 0.610 Chroot not found in the given Copr project (aurora-43-x86_64).
[06:53:19 g.i/p/fiph-os:latest] => #33 0.610 You can choose one of the available chroots explicitly:
[06:53:19 g.i/p/fiph-os:latest] => #33 0.610 fedora-41-aarch64
[06:53:19 g.i/p/fiph-os:latest] => #33 0.610 fedora-41-x86_64
[06:53:19 g.i/p/fiph-os:latest] => #33 0.610 fedora-42-aarch64
[06:53:19 g.i/p/fiph-os:latest] => #33 0.610 fedora-42-x86_64
[06:53:19 g.i/p/fiph-os:latest] => #33 0.610 fedora-43-aarch64
[06:53:19 g.i/p/fiph-os:latest] => #33 0.610 fedora-43-x86_64
[06:53:19 g.i/p/fiph-os:latest] => #33 0.610 fedora-44-aarch64
[06:53:19 g.i/p/fiph-os:latest] => #33 0.610 fedora-44-x86_64
[06:53:19 g.i/p/fiph-os:latest] => #33 0.610 fedora-rawhide-aarch64
[06:53:19 g.i/p/fiph-os:latest] => #33 0.610 fedora-rawhide-x86_64
[06:53:19 g.i/p/fiph-os:latest] => #33 0.619 External command had a non-zero exit code
[06:53:19 g.i/p/fiph-os:latest] => #33 0.622 ============================= Failed 'dnf' Module =============================
[06:53:19 g.i/p/fiph-os:latest] => #33 ERROR: process "/bin/sh -c /tmp/scripts/run_module.sh 'dnf' '{\"type\":\"dnf\",\"repos\":{\"copr\":[\"varlad/zellij\",\"errornointernet/klassy\",\"deltacopy/darkly\"]},\"install\":{\"packages\":[\"zellij\",\"klassy\",\"darkly\"]},\"remove\":{\"packages\":[\"tailscale\"]}}'" did not complete successfully: exit code: 1
```
Their [image info script](https://github.com/renner0e/aurora/blob/215b607fe22ecf6e15fbf2c42fdaa66c9893ff2c/build_files/base/18-image-info.sh) for `etc/os-release` did not change whatsoever.
```
➜ cat /etc/os-release
NAME="Aurora"
VERSION="43.20260219.1 (Kinoite)"
RELEASE_TYPE=stable
ID=aurora
ID_LIKE="fedora"
VERSION_ID=43
VERSION_CODENAME="Stargazer"
PRETTY_NAME="Aurora (Version: 43.20260219.1)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:universal-blue:aurora:43"
DEFAULT_HOSTNAME="aurora"
HOME_URL="https://getaurora.dev/"
DOCUMENTATION_URL="https://docs.getaurora.dev"
SUPPORT_URL="https://github.com/ublue-os/aurora/issues/"
BUG_REPORT_URL="https://github.com/ublue-os/aurora/issues/"
SUPPORT_END=2026-12-02
VARIANT="Kinoite"
VARIANT_ID=aurora-dx
OSTREE_VERSION='43.20260219.1'
BUILD_ID="579e9c9"
IMAGE_ID="aurora-dx"
IMAGE_VERSION="43.20260219.1"
```
I dont have any clue why my build keep erroring out.
关闭于 2026-02-20 3 条评论