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=221367 --- Comment #1 from Ed Maste <emaste@freebsd.org> --- It seems just removing MK_TOOLCHAIN=no from Makefile.libcompat causes these additional files to be installed: ===> libc (install) ... install -o root -g wheel -m 444 libc_pic.a /usr/lib32/ ... ===> libclang_rt (install) ===> libclang_rt/include (install) install -C -o root -g wheel -m 444 /usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/allocator_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/common_interface_defs.h /usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/coverage_interface.h /usr/home/emaste/src/freebsd-wip/contrib/compiler-rt/include/sanitizer/dfsan_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/linux_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/ ===> 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/ ===> 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/ ===> 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/ ===> 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/ ===> 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/ ===> 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/ ===> 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/ ===> 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/ ===> 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/ ===> 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/ ===> libelftc (install) ===> libpe (install) -- 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>
