Arch Linux

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!
Tasklist

FS#44660 - [llvm-libs] [llvm35] llvm-libs 3.6.0-5 conflicts with llvm35-3.5.1-2

Attached to Project: Arch Linux
Opened by Saulius Lukauskas (sauliusl) - Monday, 20 April 2015, 11:56 GMT
Last edited by Evangelos Foutras (foutrelis) - Thursday, 23 April 2015, 09:00 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

update of llvm-libs from 3.6.0-4 to 3.6.0-5 fails due to conflicting files, namely:

error: failed to commit transaction (conflicting files)
llvm-libs: /usr/lib/BugpointPasses.so exists in filesystem
llvm-libs: /usr/lib/LLVMgold.so exists in filesystem
llvm-libs: /usr/lib/bfd-plugins/LLVMgold.so exists in filesystem
llvm-libs: /usr/lib/libLTO.so exists in filesystem

All of which come from llvm3 3.5.1-2:

pacman -Qo /usr/lib/BugpointPasses.so /usr/lib/LLVMgold.so /usr/lib/bfd-plugins/LLVMgold.so /usr/lib/libLTO.so
/usr/lib/BugpointPasses.so is owned by llvm35 3.5.1-2
/usr/lib/LLVMgold.so is owned by llvm35 3.5.1-2
/usr/lib/bfd-plugins/LLVMgold.so is owned by llvm35 3.5.1-2
/usr/lib/libLTO.so is owned by llvm35 3.5.1-2
Additional info:
* package version(s)
* config and/or log files etc.

Steps to reproduce:

Install llvm35 package, upgrade llvm-libs from 3.6.0-4 to 3.6.0-5

This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Thursday, 23 April 2015, 09:00 GMT
Reason for closing:  Fixed
Additional comments about closing:  llvm35 3.5.2-1
Comment by Evangelos Foutras (foutrelis) - Tuesday, 21 April 2015, 01:03 GMT
llvm35 was mainly added so we can build packages that aren't ported to LLVM 3.6 yet.

It's not meant to be installed on a normal system. Do you need it for something?
Comment by Saulius Lukauskas (sauliusl) - Tuesday, 21 April 2015, 10:03 GMT
If I remember correctly I installed it in order to compile numba (http://numba.pydata.org/) which depends on LLVM 3.5 (or at least used to)
You are right, other packages do not seem to depend on it.

Comment by jean noel (jean_no) - Tuesday, 21 April 2015, 16:50 GMT
In a clean chroot, when I want to compile blender, I get the same error. blender depend (make) on mesa which depends on llvm 3.6

Loading...