Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2016 22:02:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213657] www/mongrel2: Fix conflict with max_align_t
Message-ID:  <bug-213657-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 213657
           Summary: www/mongrel2: Fix conflict with max_align_t
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: vg@FreeBSD.org
          Reporter: jhb@FreeBSD.org
            Blocks: 210890
             Flags: maintainer-feedback?(vg@FreeBSD.org)
          Assignee: vg@FreeBSD.org

Created attachment 175995
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175995&action=
=3Dedit
max_align.patch

C11 adds max_align_t as a standard type, but mongrel2 defines a local symbol
named max_align_t.  This results in build failures when the base system is
patched to add max_align_t.  Upstream fixed this in in commit
https://github.com/mongrel2/mongrel2/commit/563bac8c59b9b32205164d237cf1ec0=
cb48d189f
which is included in 1.10.0 and later.  Upgrading the port would be option,=
 but
for now I've just backported the upstream commit as a patch.


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210890
[Bug 210890] [exp-run] Define max_align_t for C11 and C++11 in stddef.h
--=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-213657-13>