[Bug 192728] New: [build] lib/libc_nonshared: checkdpadd failure with WITH_SSP=1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Aug 17 04:07:07 UTC 2014


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 at FreeBSD.org
          Reporter: yaneurabeya at 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.


More information about the freebsd-bugs mailing list