Closed sergeiwaigant closed 1 month ago
I think you would have to add an entry to your lockfiles since the coreos-pool
is a lockfile-repos
entry.
Thank you for the hint. Is there a documentation of what this lock file is about?
Ok. I think I've understood it now and will test it later today with resolution for others to have an example how to get this package in the Image.
however I tried it, its throwing the error... I dont understand the correct way of how to simply add another package to the image... :(
rpm-ostree version: 2024.6
No previous commit for fedora/x86_64/coreos/stable
Enabled rpm-md repositories: fedora-coreos-pool
Updating metadata for 'fedora-coreos-pool'... done
Importing rpm-md... done
rpm-md repo 'fedora-coreos-pool'; generated: 2024-06-08T23:27:42Z solvables: 34998
warning: Couldn't find locked package 'qemu-guest-agent-8.2.2-1.fc40.x86_64'
Packages matching NEVRA: 0; Mismatched checksums: 0
Packages matching name and arch (19):
qemu-guest-agent-2:8.1.0-0.1.rc4.fc39.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.1.0-1.fc39.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.1.1-1.fc39.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.1.3-1.fc39.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.1.3-2.fc39.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.1.3-3.fc39.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.1.3-4.fc39.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.1.3-5.fc39.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.2.0-2.fc40.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.2.0-6.fc40.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.2.0-7.fc40.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.2.0-8.fc40.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.2.0-8.fc41.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.2.0-9.fc41.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.2.2-1.fc40.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.2.2-1.fc41.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:8.2.2-2.fc41.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:9.0.0-0.1.rc4.fc41.x86_64 (fedora-coreos-pool)
qemu-guest-agent-2:9.0.0-1.fc41.x86_64 (fedora-coreos-pool)
Even after adding "qemu-guest-agent": {"evra": "2:8.2.2-1.fc40.x86_64","metadata": {"sourcerpm": "gemu-guest-agent"}},
to the fcos/src/config/manifest-lock.x86_64.json
file fetch is failing with
rpm-ostree version: 2024.6
No previous commit for fedora/x86_64/coreos/stable
Enabled rpm-md repositories: fedora-coreos-pool
Updating metadata for 'fedora-coreos-pool'... done
Importing rpm-md... done
rpm-md repo 'fedora-coreos-pool'; generated: 2024-06-08T23:27:42Z solvables: 34998
Resolving dependencies... done
error: Installing packages: Could not depsolve transaction; 1 problem detected:
Problem: conflicting requests
- nothing provides liburing.so.2()(64bit) needed by qemu-guest-agent-2:8.2.2-1.fc40.x86_64 from fedora-coreos-pool
- nothing provides liburing.so.2(LIBURING_2.0)(64bit) needed by qemu-guest-agent-2:8.2.2-1.fc40.x86_64 from fedora-coreos-pool
failed to execute cmd-fetch: exit status 1
Don't fetch and build in --strict
mode. Alternatively, see the steps in https://github.com/coreos/fedora-coreos-config?tab=readme-ov-file#adding-packages-to-the-os.
Another alternative is to build a custom container image instead. See the examples at https://github.com/coreos/layering-examples.
Will close this one as it looks like there isn't anything more to do.
Hi guys.
I have to build a Fedora CoreOS Image for a client and it requires to ship with qemu-guest-agent to run on Proxmox in the target environment.
I see that qemu-guest-agent package is available in the coreos-pool repository https://kojipkgs.fedoraproject.org/repos-dist/coreos-pool/latest/x86_64/Packages/q/
I've added another include into the manifest.yaml to include a custom_manifest.yaml. In that custom file, there is only the definition for packages.
Still I am getting the following error:
Maybe someone can advice how to get that package installed?
Regards Sergei