system/gcc-gcobol package: file conflicts 28 May 2025, 00:34:21 I want to install gcc-gcobol (don't ask ) and I get the following conflict:sudo pacman -S system/gcc-gcobolresolving dependencies...looking for conflicting packages...Packages (1) gcc-gcobol-15.1.1+r7+gf36ec88aa85a-1Total Installed Size: 53.49 MiB:: Proceed with installation? [Y/n] y(1/1) checking keys in keyring [##################################] 100%(1/1) checking package integrity [##################################] 100%(1/1) loading package files [##################################] 100%(1/1) checking for file conflicts [##################################] 100%error: failed to commit transaction (conflicting files)gcc-gcobol: /usr/share/man/man1/gcobol.1.gz exists in filesystem (owned by gcc)gcc-gcobol: /usr/share/man/man3/gcobol-io.3.gz exists in filesystem (owned by gcc)Errors occurred, no packages were upgraded.It looks like the installation is blocked by 2 man pages that were already installed by the main gcc package. Quote Selected 1 Likes
Re: system/gcc-gcobol package: file conflicts Reply #1 – 28 May 2025, 01:32:30 This has been reported upstream and it looks like the next gcc package will include a fix. Quote Selected 2 Likes
Re: system/gcc-gcobol package: file conflicts Reply #2 – 28 May 2025, 11:20:28 In the meantime, if you don't want to wait:Code: [Select]sudo pacman -S --overwrite='/usr/share/man*' gcc-gcobol Quote Selected 2 Likes
Re: system/gcc-gcobol package: file conflicts Reply #3 – 28 May 2025, 16:15:42 Thank you! Quote Selected