Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2018 08:29:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230496] mail/nullmailer - compilation fails with clang 6.0
Message-ID:  <bug-230496-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 230496
           Summary: mail/nullmailer - compilation fails with clang 6.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: devin@spamcop.net
 Attachment #196049 text/plain
         mime type:

Created attachment 196049
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196049&action=
=3Dedit
Full build log showing errors

Building with clang 6.0 generates many errors and the build does not succee=
d.

For example:

inject.cc:216:3: error: non-constant-expression cannot be narrowed from type
'size_t' (aka 'unsigned long') to 'unsigned int' in initializer list
[-Wc++11-nar
rowing]
  X(Sender,            T,F,F,F,F), // 0
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
inject.cc:212:38: note: expanded from macro 'X'
#define X(N,IA,IR,IS,IRS,R) { #N ":",strlen(#N ":"),\
                                     ^~~~~~~~~~~~~~

--=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-230496-7788>