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

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

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

$ poudriere jail -cj clang7 -a amd64 -v projects/clang700-import -m svn+htt=
ps
$ 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 =3D (pixtype.contains(QString::fromLocal8Bit("INT16")) > 0);
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/lprofqt/imageitem.cpp:178:69: error: ordered comparison between pointer=
 and
zero ('const void *' and 'int')
    int32lprof =3D (pixtype.contains(QString::fromLocal8Bit("INT32")) > 0);
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/lprofqt/imageitem.cpp:179:69: error: ordered comparison between pointer=
 and
zero ('const void *' and 'int')
    uint8lprof =3D (pixtype.contains(QString::fromLocal8Bit("UINT8")) > 0);
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/lprofqt/imageitem.cpp:180:70: error: ordered comparison between pointer=
 and
zero ('const void *' and 'int')
    fltpixlprof =3D (pixtype.contains(QString::fromLocal8Bit("FLOAT")) > 0);
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/lprofqt/imageitem.cpp:181:71: error: ordered comparison between pointer=
 and
zero ('const void *' and 'int')
    dblpixlprof =3D (pixtype.contains(QString::fromLocal8Bit("DOUBLE")) > 0=
);
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

http://package18.nyi.freebsd.org/data/headamd64PR230355gnucxx98-default/201=
8-08-26_10h16m34s/logs/errors/lprof-devel-20080514_13.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-230948-7788>