Date: Mon, 07 Mar 2016 15:39:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 207712] FreeBSD buildworld fails if option WITHOUT_SYMVER is set Message-ID: <bug-207712-8-qQH0pSdU4v@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207712-8@https.bugs.freebsd.org/bugzilla/> References: <bug-207712-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=3D207712 --- Comment #1 from Ed Maste <emaste@freebsd.org> --- There are similar failures w/o symver due to symver compat use in: contrib/jemalloc/src/jemalloc.c contrib/jemalloc/src/util.c lib/libc/db/mpool/Makefile.inc lib/libc/gen/Makefile.inc lib/libc/gen/sem.c lib/libc/gen/semctl.c lib/libc/gen/ttyslot.c lib/libc/iconv/Makefile.inc lib/libc/include/compat.h lib/libc/posix1e/Makefile.inc lib/libc/secure/Makefile.inc lib/libc/sys/openat.c lib/libc/sys/setcontext.c lib/libc/sys/swapcontext.c lib/libthr/thread/thr_sem.c lib/libthread_db/thread_db.c In addition: Not a build failure, but libc ends up with .text relocations on .cerror without symver, as described in LLVM PR 26813 (http://llvm.org/pr26813). --=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-207712-8-qQH0pSdU4v>