Bug 2031003
| Summary: | [community] repository is missing from pacman.conf | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jelle van der Waa <jvanderwaa> |
| Component: | pacman | Assignee: | Zbigniew Jędrzejewski-Szmek <zbyszek> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 35 | CC: | email, i, zbyszek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | pacman-6.0.1-2.fc34 pacman-6.0.1-2.fc35 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-01-29 06:32:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Unfortunately I'm not much of a arch user, so I don't even know how this should all look. If you could provide a pull request against dist-git, or at least tell me exactly what should be changed, that'd be great. Ok, basically this requires another line to be added to the default pacman.conf [community] Include = /etc/pacman.d/mirrorlist That should be all, the community repository is also a trusted repository. FEDORA-2022-0916fb2e00 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2022-0916fb2e00 FEDORA-2022-d7b4bdddd2 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-d7b4bdddd2 FEDORA-2022-0916fb2e00 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-0916fb2e00` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-0916fb2e00 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-d7b4bdddd2 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-d7b4bdddd2` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-d7b4bdddd2 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-0916fb2e00 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-d7b4bdddd2 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: The pacman configuration lacks the [community] repository which makes not all packages installable as some packages in [extra] depend on [community]. Version-Release number of selected component (if applicable): pacman-6.0.1-1.fc35.x86_64 How reproducible: Steps to Reproduce: 1. dnf install pacman 2. pacman -Syu 3. pacman -S --print --print-format '{"url": "%l" "version": "%v" "name": "%n"}' pacman qemu Actual results: [jelle@toolbox osbuild]$ sudo pacman -S --print --print-format '{"url": "%l" "version": "%v" "name": "%n"}' pacman qemu error: failed to prepare transaction (could not satisfy dependencies) :: unable to satisfy dependency 'dtc' required by qemu :: unable to satisfy dependency 'libnfs' required by qemu :: unable to satisfy dependency 'libslirp' required by qemu :: unable to satisfy dependency 'libslirp.so=0-64' required by qemu :: unable to satisfy dependency 'hidapi' required by sdl2 :: unable to satisfy dependency 'sdl2' required by qemu :: unable to satisfy dependency 'hidapi' required by sdl2 :: unable to satisfy dependency 'sdl2' required by sdl2_image :: unable to satisfy dependency 'sdl2_image' required by qemu :: unable to satisfy dependency 'usbredir' required by qemu Expected results: Package is installed :) Additional info: