[Bug 236205] graphics/goxel: fails to build with clang 8

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 4 12:39:57 UTC 2019


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

            Bug ID: 236205
           Summary: graphics/goxel: fails to build with clang 8
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: greg at unrelenting.technology
            Blocks: 236062
                CC: greg at unrelenting.technology
             Flags: maintainer-feedback?(greg at unrelenting.technology)

$ poudriere jail -cj clang8 -v projects/clang800-import -m svn+https
$ poudriere testport -j clang8 graphics/goxel
[...]
ext_src/lua/lundump.c:237:33: error: adding 'int' to a string does not append
to the string [-Werror,-Wstring-plus-int]
  checkliteral(S, LUA_SIGNATURE + 1, "not a");  /* 1st char already checked */
                  ~~~~~~~~~~~~~~^~~
ext_src/lua/lundump.c:237:33: note: use array indexing to silence this warning
  checkliteral(S, LUA_SIGNATURE + 1, "not a");  /* 1st char already checked */
                                ^
                  &             [  ]
1 error generated.

http://package18.nyi.freebsd.org/data/headamd64PR236062-default/2019-03-01_06h42m53s/logs/errors/goxel-0.8.2.log


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236062
[Bug 236062] [exp-run] Against projects/clang800-import branch
-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list