Community Packages

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#31133 - [python-pyopencl] [python2-pyopencl] conflict

Attached to Project: Community Packages
Opened by Kevin (kjslag) - Wednesday, 15 August 2012, 08:43 GMT
Last edited by Stéphane Gaudreault (stephane) - Tuesday, 16 October 2012, 15:40 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Stéphane Gaudreault (stephane)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
python-pyopencl and python2-pyopencl conflict, but the PKGBUILDs don't list any conflicts.
They conflict because both put the same files into
/usr/include/pyopencl/

Steps to reproduce:
$ pacman -S python2-pyopencl
...
$ pacman -S python-pyopencl
...
error: failed to commit transaction (conflicting files)
/usr/include/pyopencl/pyopencl-airy.cl exists in both 'python-pyopencl' and 'python2-pyopencl'
/usr/include/pyopencl/pyopencl-bessel-j.cl exists in both 'python-pyopencl' and 'python2-pyopencl'
/usr/include/pyopencl/pyopencl-cephes.cl exists in both 'python-pyopencl' and 'python2-pyopencl'
/usr/include/pyopencl/pyopencl-complex.h exists in both 'python-pyopencl' and 'python2-pyopencl'
/usr/include/pyopencl/pyopencl-ranluxcl.cl exists in both 'python-pyopencl' and 'python2-pyopencl'
This task depends upon

Closed by  Stéphane Gaudreault (stephane)
Tuesday, 16 October 2012, 15:40 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in [testing]. Py3 pkg is still broken because of  FS#31109 .
Comment by Fas (fas) - Friday, 07 September 2012, 21:01 GMT
This is also an issue for me. What can be done to resolve this?
Comment by Kevin (kjslag) - Friday, 07 September 2012, 21:54 GMT
python2-pyopencl should probably just use /usr/include/pyopencl2 instead of /usr/include/pyopencl
Comment by Stéphane Gaudreault (stephane) - Friday, 07 September 2012, 23:43 GMT
I have a fix. I am waiting for  FS#31109  to upload it.

Loading...