[Bug 207712] FreeBSD buildworld fails if option WITHOUT_SYMVER is set

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 7 15:39:03 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207712

--- Comment #1 from Ed Maste <emaste at 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).

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


More information about the freebsd-bugs mailing list