[Bug 277712] lang/tcl86: strip: error: ... not stripping symbol '.L.str.1' because it is named in a relocation

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 19 Mar 2024 12:23:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277712

--- Comment #1 from O. Hartmann <ohartmann@walstatt.org> ---
After digging the net I found some strange misbehaviours of llvm-objcopy
regarding symbol in relocations.

A quick and dirty workaround of fixing this bugging problem is to replace the
line

(replace this line)
INSTALL_TARGET=        install-strip install-libraries install-private-headers

(with)
INSTALL_TARGET= install install-libraries install-private-headers

leaving the objects unstripped.

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