Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#59186 - [systemd-resolvconf] provide and conflict with resolvconf instead of openresolv
Attached to Project:
Arch Linux
Opened by nl6720 (nl6720) - Saturday, 30 June 2018, 06:02 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:23 GMT
Opened by nl6720 (nl6720) - Saturday, 30 June 2018, 06:02 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:23 GMT
|
DetailsDescription:
systemd-resolvconf is a resolvconf implementation, it should provide and conflict with 'resolvconf'. The packages depending on 'openresolv' could be changed to depend on 'resolvconf' instead. This would allow easy choosing the desired resolvconf implementation. Additional info: * package version(s) * config and/or log files etc. systemd-resolvconf 239.0-2 Steps to reproduce: pacman -Si systemd-resolvconf |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:23 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/systemd/issues/12
Saturday, 25 November 2023, 20:23 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/systemd/issues/12
https://github.com/systemd/systemd/commit/088c136384edb1d121ed40a6d3ecf4b7abade169
The intention of this feature request and
FS#59187is for "systemd-resolvconf" and "openresolv" packages to provide and conflict with "resolvconf" instead of each other. Then other packages that need to use /usr/bin/resolvconf could depend on the virtual package "resolvconf".└───╼ sudo LC_ALL=C pacman -S systemd-resolvconf
resolving dependencies...
looking for conflicting packages...
:: systemd-resolvconf and openresolv are in conflict. Remove openresolv? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing openresolv breaks dependency 'resolvconf' required by netctl
but if you say is not compatible, then NVM
greetings
It will be possible to use netctl with systemd-resolvconf when this bug (and also
FS#59459) gets fixed.About compatibility, if you don't use systemd-resolved then systemd-resolvconf is useless. Read https://jlk.fjfi.cvut.cz/arch/manpages/man/resolvectl.1#COMPATIBILITY_WITH_RESOLVCONF(8) .
I still think that the way "systemd-resolvconf" and "openresolv" conflict should be changed.
How about:
systemd-resolvconf:
provides=('openresolv' 'resolvconf')
conflicts=('resolvconf')
openresolv:
provides=('resolvconf')
conflicts=('resolvconf')
1. Packages that depends=('resolvconf'): 1: netctl
2. Packages that depends=('openresolv'): 0: (none)
3. Packages that optdepends=('resolvconf'): 0: (none)
4. Packages that optdepends=('openresolv'): 3: wireguard-tools, dhcpcd, vpnc
5. Packages that satisfy a 'resolvconf' dependency: 2: openresolv, systemd-resolvconf
6. Packages that satisfy an 'openresolv' dependency: 2: openresolv, systemd-resolvconf
Some facts about packages currently in the AUR: (as of 2018-10-07 ~03:51 EDT)
1. Packages that depends=('resolvconf'): 1: mullvad-old
2. Packages that depends=('openresolv'): 6: avpnc, networkmanager-git, openvpn-update-resolv-conf-git, protonvpn-cli, vpn-unlimited, vpnfailsafe-git
3. Packages that optdepends=('resolvconf'): 0: (none)
4. Packages that optdepends=('openresolv'): 12: dhcpcd-git, dhcpcd-without-systemd, libnm-git, libnm-glib-git, networkmanager-consolekit, networkmanager-consolekit-noscan, networkmanager-git, networkmanager-ifupdown, networkmanager-noscan, vpnc-fortigate, vpnc-juniper-git, wireguard-tools-git
5. Packages that satisfy a 'resolvconf' dependency: 4: systemd-resolvconf-selinux, systemd-resolvconf-git, openresolv, systemd-resolvconf
6. Packages that satisfy an 'openresolv' dependency: 5: openresolv-openrc, openresolv-git, systemd-resolvconf-selinux, systemd-resolvconf-git, systemd-resolvconf
This issue is no longer about getting packages to depend on resolvconf, but about making this happen:
systemd-resolvconf:
provides=('openresolv' 'resolvconf')
conflicts=('resolvconf')
openresolv:
provides=('resolvconf')
conflicts=('resolvconf')
(We can solve the netctl ambiguity by removing netctl from the base group where it doesn't belong.)
* or rather released after, but committed to trunk before...
Git says that eworm did that 3 days before this feature request was opened.