Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#49934 - Files flagged as conflicting though owned by llvm37-libs 3.7.1-1
Attached to Project:
Pacman
Opened by Jack LaSota (Jack_LaSota) - Monday, 04 July 2016, 03:15 GMT
Last edited by Allan McRae (Allan) - Monday, 04 July 2016, 03:48 GMT
Opened by Jack LaSota (Jack_LaSota) - Monday, 04 July 2016, 03:15 GMT
Last edited by Allan McRae (Allan) - Monday, 04 July 2016, 03:48 GMT
|
DetailsSummary and Info:
Installing xorg-server, /usr/lib/LLVMgold.so and some other files are listed as conflicting, but are owned by another pacman package. Steps to Reproduce: Ran sudo pacman -S xorg-server When prompted to chose from 5 available libgl providers, chose mesa-libgl (the default). When prompted to chose from 2 available xf86-input-driver providers, chose xf86-input-libinput. It complained of conflicting files: /usr/lib/LLVMgold.so /usr/lib/bfd-plugins/LLVMgold.so /usr/lib/libLLVM.so /usr/lib/libLTO.so Ran pacman -Qo /usr/lib/LLVMgold.so It said "/usr/lib/LLVMgold.so is owned by llvm37-libs 3.7.1-1" This is on an almost-fresh Arch Linux ARM, installed on a Raspberry Pi 3 B as directed here: https://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-3 A complete pacman.log for this machine is attached. I have not installed anything using something besides pacman. |
This task depends upon
pacman.log
https://wiki.archlinux.org/index.php/pacman#.22Failed_to_commit_transaction_.28conflicting_files.29.22_error
"The problem is usually trivial to solve. A safe way is to first check if another package owns the file (pacman -Qo /path/to/file). If the file is owned by another package, file a bug report."