[Bug 216253] devel/py-pykde4: fails to build with clang 4.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 21 12:19:05 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216253
--- Comment #5 from commit-hook at freebsd.org ---
A commit references this bug:
Author: tcberner
Date: Sat Jan 21 12:18:25 UTC 2017
New revision: 432026
URL: https://svnweb.freebsd.org/changeset/ports/432026
Log:
MFH: r431949
Fix py-pykde4 against newest clang
PyList_SET_ITEM() is supposed to be void, but as a macro it's an
expression and has a pointer value. Clang 4.0 trips on the bogus
pointer comparison; given the comparison, it should be PyList_SetItem()
which returns -1 on failure.
As the produced code may be changed by this, bump PORTREVISION.
PR: 216253
Submitted by: Adriaan de Groot <groot at kde.org>
Reported by: jbeich
Reviewed by: rakuco, tcberner
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9253
PR: 216253
Approved by: ports-secteam (junovitch), rakuco (mentor)
Changes:
_U branches/2017Q1/
branches/2017Q1/devel/py-pykde4/Makefile
branches/2017Q1/devel/py-pykde4/files/patch-sip_phonon_abstractvideodataoutput.sip
branches/2017Q1/devel/py-pykde4/files/patch-sip_solid_powermanagement.sip
branches/2017Q1/devel/py-pykde4/files/patch-sip_solid_predicate.sip
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list