Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Aug 2017 13:57:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 221367] i386 sanitizer runtimes not installed during amd64 32-bit compat in make installworld
Message-ID:  <bug-221367-8-UJMNNA5Xg9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221367-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221367-8@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=3D221367

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
It seems just removing MK_TOOLCHAIN=3Dno from Makefile.libcompat causes the=
se
additional files to be installed:

=3D=3D=3D> libc (install)
...
install  -o root -g wheel -m 444   libc_pic.a /usr/lib32/
...
=3D=3D=3D> libclang_rt (install)
=3D=3D=3D> libclang_rt/include (install)
install  -C -o root -g wheel -m 444=20
/usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/allo=
cator_interface.h
/usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/asan=
_interface.h
/usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/comm=
on_interface_defs.h
/usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/cove=
rage_interface.h
/usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/dfsa=
n_interface.h
/usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/esan=
_interface.h
/usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/linu=
x_syscall_hooks.h
/usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/lsan=
_interface.h
/usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/msan=
_interface.h
/usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/tsan=
_interface.h
/usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/tsan=
_interface_atomic.h
/usr/lib/clang/5.0.0/include/sanitizer/
=3D=3D=3D> libclang_rt/asan (install)
install  -C -o root -g wheel -m 444   libclang_rt.asan-i386.a
/usr/lib/clang/5.0.0/lib/freebsd/
=3D=3D=3D> libclang_rt/asan-preinit (install)
install  -C -o root -g wheel -m 444   libclang_rt.asan-preinit-i386.a
/usr/lib/clang/5.0.0/lib/freebsd/
=3D=3D=3D> libclang_rt/asan_dynamic (install)
install  -s -o root -g wheel -m 444     libclang_rt.asan-i386.so /usr/lib32/
install  -o root -g wheel -m 444    libclang_rt.asan-i386.so.debug
/usr/lib/debug/usr/lib32/
=3D=3D=3D> libclang_rt/asan_cxx (install)
install  -C -o root -g wheel -m 444   libclang_rt.asan_cxx-i386.a
/usr/lib/clang/5.0.0/lib/freebsd/
=3D=3D=3D> libclang_rt/safestack (install)
install  -C -o root -g wheel -m 444   libclang_rt.safestack-i386.a
/usr/lib/clang/5.0.0/lib/freebsd/
=3D=3D=3D> libclang_rt/stats (install)
install  -C -o root -g wheel -m 444   libclang_rt.stats-i386.a
/usr/lib/clang/5.0.0/lib/freebsd/
=3D=3D=3D> libclang_rt/stats_client (install)
install  -C -o root -g wheel -m 444   libclang_rt.stats_client-i386.a
/usr/lib/clang/5.0.0/lib/freebsd/
=3D=3D=3D> libclang_rt/ubsan_standalone (install)
install  -C -o root -g wheel -m 444   libclang_rt.ubsan_standalone-i386.a
/usr/lib/clang/5.0.0/lib/freebsd/
=3D=3D=3D> libclang_rt/ubsan_standalone_cxx (install)
install  -C -o root -g wheel -m 444   libclang_rt.ubsan_standalone_cxx-i386=
.a
/usr/lib/clang/5.0.0/lib/freebsd/
=3D=3D=3D> libclang_rt/profile (install)
install  -C -o root -g wheel -m 444   libclang_rt.profile-i386.a
/usr/lib/clang/5.0.0/lib/freebsd/
=3D=3D=3D> libelftc (install)
=3D=3D=3D> libpe (install)

--=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-221367-8-UJMNNA5Xg9>