Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2017 20:41:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216228] graphics/py-poppler-qt4: fails to build with clang 4.0
Message-ID:  <bug-216228-13-o06w4USxAK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216228-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216228-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216228

--- Comment #6 from commit-hook@freebsd.org ---
A commit references this bug:

Author: tcberner
Date: Mon Jan 23 20:40:08 UTC 2017
New revision: 432289
URL: https://svnweb.freebsd.org/changeset/ports/432289

Log:
  MFH: r432089

  Fix graphics/py-poppler-qt4: fails to build with clang 4.0

    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.

  PR:           216228
  Approved by:  portmgr blanket, rakuco (mentor)

  Approved by:  ports-secteam (junovitch), rakuco (mentor)

Changes:
_U  branches/2017Q1/
  branches/2017Q1/graphics/py-poppler-qt4/Makefile
  branches/2017Q1/graphics/py-poppler-qt4/files/

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216228-13-o06w4USxAK>