FS#56499 - [gcc-go] [lib32-gcc-libs] conflicting files

Attached to Project: Arch Linux
Opened by Santiago Torres (sangy) - Tuesday, 28 November 2017, 18:02 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Tuesday, 28 November 2017, 22:06 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Bartłomiej Piotrowski (Barthalion)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

gcc-go and lib32-gcc-libs have the following conflicting files:

$ grep -o --file=gcc-go gcc-libs | grep -v '/$'
usr/lib32/libgo.so
usr/lib32/libgo.so.11
usr/lib32/libgo.so.11.0.0

the packages that I'm trying to install are the following:

Repository : testing
Name : lib32-gcc-libs
Version : 7.2.1-1

[santiago@LykOS official-images]$ pacman -Si gcc-go
Repository : testing
Name : gcc-go
Version : 7.2.1-1


Steps to reproduce:
Install both packages on the testing repository.
This task depends upon

Closed by  Bartłomiej Piotrowski (Barthalion)
Tuesday, 28 November 2017, 22:06 GMT
Reason for closing:  Fixed
Additional comments about closing:  gcc 7.2.1-2
Comment by Eli Schwartz (eschwartz) - Tuesday, 28 November 2017, 18:08 GMT
  • Field changed: Status (Unconfirmed → Assigned)
  • Field changed: Category (Packages: Extra → Packages: Testing)
  • Field changed: Severity (Low → High)
  • Task assigned to Bartłomiej Piotrowski (Barthalion)
Well, specifically gcc-go depends on gcc which depends on lib32-gcc-libs. So gcc-go cannot be installed at all.

Loading...