[Bug 276542] Building heimdal from source fails on llvm16 and llvm17

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 08 Mar 2024 03:15:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276542

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 problem.
The file even contains symbol names that seem to be in the C language
specification.
Those unnecessary symbol names will need to be removed.

-- 
You are receiving this mail because:
You are the assignee for the bug.