Bug 2031003

Summary: [community] repository is missing from pacman.conf
Product: [Fedora] Fedora Reporter: Jelle van der Waa <jvanderwaa>
Component: pacmanAssignee: Zbigniew Jędrzejewski-Szmek <zbyszek>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 35CC: 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:

Description Jelle van der Waa 2021-12-10 09:10:51 UTC
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:

Comment 1 Zbigniew Jędrzejewski-Szmek 2021-12-10 13:39:35 UTC
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.

Comment 2 Jelle van der Waa 2021-12-10 17:46:06 UTC
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.

Comment 3 Fedora Update System 2022-01-20 10:24:48 UTC
FEDORA-2022-0916fb2e00 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2022-0916fb2e00

Comment 4 Fedora Update System 2022-01-20 10:24:49 UTC
FEDORA-2022-d7b4bdddd2 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-d7b4bdddd2

Comment 5 Fedora Update System 2022-01-21 06:39:39 UTC
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.

Comment 6 Fedora Update System 2022-01-21 18:52:31 UTC
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.

Comment 7 Fedora Update System 2022-01-29 06:32:11 UTC
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.

Comment 8 Fedora Update System 2022-01-29 06:37:53 UTC
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.