vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"

Darren Tucker dtucker at dtucker.net
Fri Jun 8 11:52:55 AEST 2018


On 8 June 2018 at 11:21, PGNet Dev <pgnet.dev at gmail.com> wrote:
> fyi
>
> add'l -- and looks unrelated -- issue
>         /usr/include/pthread.h:251:12: note: previous declaration of ‘pthread_join’ was here
>          extern int pthread_join (pthread_t __th, void **__thread_return);

What included pthread.h?  That's explicitly not supported by sshd:

$ grep THREAD auth-pam.c
#ifdef USE_POSIX_THREADS
# error "USE_POSIX_THREADS replaced by UNSUPPORTED_POSIX_THREADS_HACK"
 * Formerly known as USE_POSIX_THREADS, using this is completely unsupported
#ifdef UNSUPPORTED_POSIX_THREADS_HACK

-- 
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860  37F4 9357 ECEF 11EA A6FA (new)
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


More information about the openssh-unix-dev mailing list