[SOLVED] Can't update, lighttpd and lighttpd-openrc are in conflict 06 February 2021, 14:05:14 Like in the title - lighttpd can't be updated because the file "/etc/logrotate.d/lighttpd" is already in the filesystem and belongs to lighttpd-openrc. Last Edit: 06 February 2021, 23:33:54 by nous
Re: Can't update, lighttpd and lighttpd-openrc are in conflict Reply #1 – 06 February 2021, 15:02:41 Hi, please try:Code: [Select]sudo pacman -S lighttpd --overwrite /etc/logrotate.d/lighttpdActually there should be no conflict, because normally lighttpd-openrc depends on lighttpd
Re: Can't update, lighttpd and lighttpd-openrc are in conflict Reply #2 – 06 February 2021, 15:10:53 Quote from: linuxer – on 06 February 2021, 15:02:41Hi, please try:Code: [Select]sudo pacman -S lighttpd --overwrite /etc/logrotate.d/lighttpdActually there should be no conflict, because normally lighttpd-openrc depends on lighttpdthat is the cause of the conflict, both of these packages contain the same file, which makes pacman throw this warning/error.
Re: Can't update, lighttpd and lighttpd-openrc are in conflict Reply #3 – 06 February 2021, 15:13:34 Quote from: SGOrava – on 06 February 2021, 15:10:53that is the cause of the conflict, both of these packages contain the same file, which makes pacman throw this warning/error.yup, it isbut till fixed, this is the way to go
Re: Can't update, lighttpd and lighttpd-openrc are in conflict Reply #4 – 06 February 2021, 15:21:45 Dev mail has been sent, so it will be fixed, as soon as possible. 1 Likes
Re: Can't update, lighttpd and lighttpd-openrc are in conflict Reply #5 – 06 February 2021, 23:12:11 Ok, thanks!
Re: [SOLVED] Can't update, lighttpd and lighttpd-openrc are in conflict Reply #6 – 07 February 2021, 00:55:16 Quote from: GOKOP – on 06 February 2021, 23:12:11Ok, thanks!Wait for the servers to sync and you will have an update: lighttpd-openrc-20210207-1 Last Edit: 07 February 2021, 01:57:37 by linuxer