Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2020 14:23:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244282] [PATCH] security/heimdal fix build failure, missing build dependency
Message-ID:  <bug-244282-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 244282
           Summary: [PATCH] security/heimdal fix build failure, missing
                    build dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: hrs@FreeBSD.org
          Reporter: andrej@ebert.su
             Flags: maintainer-feedback?(hrs@FreeBSD.org)
          Assignee: hrs@FreeBSD.org

Created attachment 211800
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D211800&action=
=3Dedit
svn diff

security/heimdal failed to build on my FreeBSD 12.0-STABLE #0 r350634

with=20

---
hdb-mitdb.c:1119:27: error: expected ';' at end of declaration
MITDB **mdb (MITDB **)db;
---

I found the following issue reported upstream for OSX and the fix helped:

https://github.com/heimdal/heimdal/issues/624

Next, I ran into a missing converters/p5-JSON dependency (for build).

Both of these I fixed in the attached patch and it sucessfully builds on my
system.

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