Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2019 19:07:32 +0300
From:      Anthony Pankov <ap00@mail.ru>
To:        freebsd-hackers@freebsd.org
Subject:   building with WITHOUT_SSP side effect
Message-ID:  <434119194.20190304190732@mail.ru>

next in thread | raw e-mail | index | archive | help
Greetings,

I've builded 11-stable ( 11.2-STABLE  r344696) from source with option
WITHOUT_SSP="yes" in src.conf.

Installing kernel and world was OK. But  when I tried to build from port it give me an error:
configure: error: in `/usr/ports/ports-mgmt/pkg/work/pkg-1.10.5':
configure: error: C compiler cannot create executables

config.log:
...
configure:3555: cc -v >&5
FreeBSD clang version 7.0.1 (tags/RELEASE_701/final 349250) (based on LLVM 7.0.1)
Target: x86_64-unknown-freebsd11.2
...
configure:3608: cc -O2 -pipe  -Wno-error -fno-strict-aliasing     conftest.c  >&5
/usr/bin/ld: cannot find /usr/lib/libssp_nonshared.a
cc: error: linker command failed with exit code 1 (use -v to see invocation)

And yes, there is SSP_UNSAFE=yes in make.conf

Is this a bug or feature?

-- 
Best regards,
 Anthony Pankov                         mailto:ap00@mail.ru




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?434119194.20190304190732>