Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Mar 2019 12:39:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236205] graphics/goxel: fails to build with clang 8
Message-ID:  <bug-236205-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: greg@unrelenting.technology
            Blocks: 236062
                CC: greg@unrelenting.technology
             Flags: maintainer-feedback?(greg@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 appe=
nd
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 warn=
ing
  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=3D236062
[Bug 236062] [exp-run] Against projects/clang800-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-236205-7788>