Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Mar 2024 03:15:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276542] Building heimdal from source fails on llvm16 and llvm17
Message-ID:  <bug-276542-7788-HBfUzS3pyp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276542-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276542-7788@https.bugs.freebsd.org/bugzilla/>

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

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino@hotmail.com

--- Comment #4 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
This behavior changes depending on whether configure is able to use
--version-script.
Some ports have problems there, but ${WRKSRC}/cf/version-script.m4 of
security/heimdal seems to have no problems.
It seems to be fine using clang17.

Almost all of version-script file names in heimdal are version-script.map.
Of these, only ${WRKSRC}/lib/roken/version-script.map seems to have a probl=
em.
The file even contains symbol names that seem to be in the C language
specification.
Those unnecessary symbol names will need to be removed.

--=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-276542-7788-HBfUzS3pyp>