[Bug 230944] lang/kturtle-kde4: fails to build with clang 7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 27 15:24:56 BST 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230944

            Bug ID: 230944
           Summary: lang/kturtle-kde4: 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: kde at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
            Blocks: 230355
             Flags: maintainer-feedback?(kde at FreeBSD.org)
          Assignee: kde at FreeBSD.org

$ poudriere jail -cj clang7 -a amd64 -v projects/clang700-import -m svn+https
$ poudriere testport -j clang7 lang/kturtle-kde4
[...]
src/canvas.cpp:212:49: error: ordered comparison between pointer and zero
('const void *' and 'int')
        textFont->setBold(extra.contains(i18n("bold")) > 0);
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/canvas.cpp:213:53: error: ordered comparison between pointer and zero
('const void *' and 'int')
        textFont->setItalic(extra.contains(i18n("italic")) > 0);
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/canvas.cpp:214:59: error: ordered comparison between pointer and zero
('const void *' and 'int')
        textFont->setUnderline(extra.contains(i18n("underline")) > 0);
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/canvas.cpp:215:57: error: ordered comparison between pointer and zero
('const void *' and 'int')
        textFont->setOverline(extra.contains(i18n("overline")) > 0);
                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/canvas.cpp:216:59: error: ordered comparison between pointer and zero
('const void *' and 'int')
        textFont->setStrikeOut(extra.contains(i18n("strikeout")) > 0);
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

http://package18.nyi.freebsd.org/data/headamd64PR230355gnucxx98-default/2018-08-26_10h16m34s/logs/errors/kturtle-kde4-4.14.3_3.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 kde-freebsd mailing list