[Bug 230948] graphics/lprof-devel: fails to build with clang 7
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 27 14:34:34 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230948
Bug ID: 230948
Summary: graphics/lprof-devel: fails to build with clang 7
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: needs-patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: amdmi3 at FreeBSD.org
Reporter: jbeich at FreeBSD.org
Blocks: 230355
Flags: maintainer-feedback?(amdmi3 at FreeBSD.org)
Assignee: amdmi3 at FreeBSD.org
$ poudriere jail -cj clang7 -a amd64 -v projects/clang700-import -m svn+https
$ poudriere testport -j clang7 graphics/lprof-devel
[...]
src/lprofqt/imageitem.cpp:177:69: error: ordered comparison between pointer and
zero ('const void *' and 'int')
int16lprof = (pixtype.contains(QString::fromLocal8Bit("INT16")) > 0);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/lprofqt/imageitem.cpp:178:69: error: ordered comparison between pointer and
zero ('const void *' and 'int')
int32lprof = (pixtype.contains(QString::fromLocal8Bit("INT32")) > 0);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/lprofqt/imageitem.cpp:179:69: error: ordered comparison between pointer and
zero ('const void *' and 'int')
uint8lprof = (pixtype.contains(QString::fromLocal8Bit("UINT8")) > 0);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/lprofqt/imageitem.cpp:180:70: error: ordered comparison between pointer and
zero ('const void *' and 'int')
fltpixlprof = (pixtype.contains(QString::fromLocal8Bit("FLOAT")) > 0);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/lprofqt/imageitem.cpp:181:71: error: ordered comparison between pointer and
zero ('const void *' and 'int')
dblpixlprof = (pixtype.contains(QString::fromLocal8Bit("DOUBLE")) > 0);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
http://package18.nyi.freebsd.org/data/headamd64PR230355gnucxx98-default/2018-08-26_10h16m34s/logs/errors/lprof-devel-20080514_13.log
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230355
[Bug 230355] [exp-run] Against projects/clang700-import branch
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list