Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Nov 2016 20:29:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214639] devel/kore: fails to build with clang 3.9
Message-ID:  <bug-214639-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 214639
           Summary: devel/kore: fails to build with clang 3.9
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: t@tobik.me
            Blocks: 212343
             Flags: maintainer-feedback?(t@tobik.me)
                CC: t@tobik.me

src/pgsql.c:222:17: error: passing an object that undergoes default argument
promotion to 'va_start'
      has undefined behavior [-Werror,-Wvarargs]
        va_start(args, count);
                       ^
src/pgsql.c:217:45: note: parameter of type 'u_int8_t' (aka 'unsigned char'=
) is
declared here
    const char *query, int result, u_int8_t count, ...)
                                            ^

http://package18.nyi.freebsd.org/data/headi386PR212343-default/2016-09-11_0=
7h04m19s/logs/errors/kore-2.0.0.log

To reproduce without upgrading to /projects/clang390-import try

  $ pkg install -y llvm39
  $ CC=3Dclang39 CXX=3Dclang++39 CPP=3Dclang-cpp39 make clean all


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212343
[Bug 212343] [exp-run] Update llvm/clang/lldb/libc++ in base to 3.9.0
--=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-214639-13>