Date: Sun, 17 Aug 2014 04:07:07 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 192728] New: [build] lib/libc_nonshared: checkdpadd failure with WITH_SSP=1 Message-ID: <bug-192728-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192728 Bug ID: 192728 Summary: [build] lib/libc_nonshared: checkdpadd failure with WITH_SSP=1 Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: conf Assignee: freebsd-bugs@FreeBSD.org Reporter: yaneurabeya@gmail.com Repro: - Grab FreeBSD HEAD @ r269906 - Run the following command: cd lib/libc env SRCCONF=/dev/null WITH_SSP=1 make checkdpadd SUBDIR= Expected result: make should pass and not print out anything. Actual result: Prints out the following: % env SRCCONF=/dev/null WITH_SSP=1 make checkdpadd SUBDIR= /usr/src/lib/libc DPADD -> -lcompiler_rt LDADD -> -lcompiler_rt -lssp_nonshared Proposed solution: - LIBSSP_NONSHARED needs to be added to bsd.libnames.mk - LIBSSP_NONSHARED needs to be added to DPADD for lib/libc/Makefile -- 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-192728-8>
