Skip to content

Instantly share code, notes, and snippets.

@razorloves
Last active September 30, 2019 05:59
Show Gist options
  • Select an option

  • Save razorloves/31eb2941521cd7dd48fed6d42466dffe to your computer and use it in GitHub Desktop.

Select an option

Save razorloves/31eb2941521cd7dd48fed6d42466dffe to your computer and use it in GitHub Desktop.
HOSTCC scripts/extract-cert
HOSTCC scripts/selinux/mdp/mdp
HOSTCC scripts/genksyms/lex.lex.o
CC scripts/mod/devicetable-offsets.s
CHK include/generated/utsrelease.h
MKELF scripts/mod/elfconfig.h
CHK scripts/mod/devicetable-offsets.h
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(threads_pthread.o):threads_pthread.c:function CRYPTO_THREAD_lock_new: error: undefined reference to 'pthread_rwlock_init'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(threads_pthread.o):threads_pthread.c:function CRYPTO_THREAD_read_lock: error: undefined reference to 'pthread_rwlock_rdlock'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(threads_pthread.o):threads_pthread.c:function CRYPTO_THREAD_write_lock: error: undefined reference to 'pthread_rwlock_wrlock'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(threads_pthread.o):threads_pthread.c:function CRYPTO_THREAD_unlock: error: undefined reference to 'pthread_rwlock_unlock'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(threads_pthread.o):threads_pthread.c:function CRYPTO_THREAD_lock_free: error: undefined reference to 'pthread_rwlock_destroy'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(threads_pthread.o):threads_pthread.c:function CRYPTO_THREAD_run_once: error: undefined reference to 'pthread_once'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(threads_pthread.o):threads_pthread.c:function CRYPTO_THREAD_init_local: error: undefined reference to 'pthread_key_create'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(threads_pthread.o):threads_pthread.c:function CRYPTO_THREAD_set_local: error: undefined reference to 'pthread_setspecific'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(threads_pthread.o):threads_pthread.c:function CRYPTO_THREAD_cleanup_local: error: undefined reference to 'pthread_key_delete'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(threads_pthread.o):threads_pthread.c:function openssl_init_fork_handlers: error: undefined reference to 'pthread_once'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(threads_pthread.o):threads_pthread.c:function fork_once_func: error: undefined reference to 'pthread_atfork'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(threads_pthread.o):threads_pthread.c:function CRYPTO_THREAD_get_local: error: undefined reference to 'pthread_getspecific'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_globallookup: error: undefined reference to 'dlopen'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_globallookup: error: undefined reference to 'dlsym'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_globallookup: error: undefined reference to 'dlclose'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_bind_func: error: undefined reference to 'dlsym'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_bind_func: error: undefined reference to 'dlerror'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_load: error: undefined reference to 'dlopen'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_load: error: undefined reference to 'dlclose'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_load: error: undefined reference to 'dlerror'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_pathbyaddr: error: undefined reference to 'dladdr'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_pathbyaddr: error: undefined reference to 'dlerror'
/home/razorloves/lineage/prebuilts/openssl/linux-x86/1.1.1/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_unload: error: undefined reference to 'dlclose'
collect2: error: ld returned 1 exit status
make[2]: *** [scripts/Makefile.host:101: scripts/extract-cert] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment