Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2019 12:14:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237602] security/tinc-devel autoconf fails with clang
Message-ID:  <bug-237602-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 237602
           Summary: security/tinc-devel autoconf fails with clang
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: dinoex@FreeBSD.org
          Reporter: freebsd@pe82.de
          Assignee: dinoex@FreeBSD.org
             Flags: maintainer-feedback?(dinoex@FreeBSD.org)

Created attachment 204062
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204062&action=
=3Dedit
patch to be copied into files directory

Autoconf fails to check for __nonnull__, as clang does not allow that attri=
bute
with functions that have no parameters.
With that check failed __nonnull__ will be redefined and the build fails.

The error is known and has been fixed in tinc-devel just after the last tag.
Using the attached patch makes tint-devel build as intended.

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