Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2018 14:24:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230944] lang/kturtle-kde4: fails to build with clang 7
Message-ID:  <bug-230944-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
            Blocks: 230355
             Flags: maintainer-feedback?(kde@FreeBSD.org)
          Assignee: kde@FreeBSD.org

$ poudriere jail -cj clang7 -a amd64 -v projects/clang700-import -m svn+htt=
ps
$ 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/201=
8-08-26_10h16m34s/logs/errors/kturtle-kde4-4.14.3_3.log


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230355
[Bug 230355] [exp-run] Against projects/clang700-import branch
--=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-230944-7788>