FreeBSD Bugzilla – Attachment 204072 Details for
Bug 235878
databases/mariadb102-server: Fails to link, undefined symbols referenced in storage/innobase/libinnobase.a
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
diff gcc clang configure
mdb_compiler.diff (text/plain), 9.39 KB, created by
Ivan Rozhuk
on 2019-04-27 21:56:47 UTC
(
hide
)
Description:
diff gcc clang configure
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2019-04-27 21:56:47 UTC
Size:
9.39 KB
patch
obsolete
>--- /tmp/mdb_gcc.txt 2019-04-28 00:36:17.131800000 +0300 >+++ /tmp/mdb_clang.txt 2019-04-28 00:35:13.011831000 +0300 >@@ -13,8 +13,6 @@ > ===> mariadb102-server-10.2.23 depends on file: /usr/local/bin/cmake - found > ===> mariadb102-server-10.2.23 depends on executable: ninja - found > ===> mariadb102-server-10.2.23 depends on file: /usr/local/lib/libcrypto.so.45 - found >-===> mariadb102-server-10.2.23 depends on executable: gcc8 - found >-===> mariadb102-server-10.2.23 depends on file: /usr/local/bin/as - found > ===> mariadb102-server-10.2.23 depends on file: /usr/local/bin/ccache - found > ===> mariadb102-server-10.2.23 depends on shared library: liblz4.so - found (/usr/local/lib/liblz4.so) > ===> mariadb102-server-10.2.23 depends on shared library: liblzo2.so - found (/usr/local/lib/liblzo2.so) >@@ -28,16 +26,16 @@ > ===> Performing out-of-source build > /bin/mkdir -p /tmp/ports/usr/ports/databases/mariadb102-server/work/.build > -- Running cmake version 3.14.3 >--- The C compiler identification is GNU 8.3.0 >--- The CXX compiler identification is GNU 8.3.0 >--- Check for working C compiler: /usr/local/bin/gcc8 >--- Check for working C compiler: /usr/local/bin/gcc8 -- works >+-- The C compiler identification is Clang 8.0.0 >+-- The CXX compiler identification is Clang 8.0.0 >+-- Check for working C compiler: /usr/local/libexec/ccache/cc >+-- Check for working C compiler: /usr/local/libexec/ccache/cc -- works > -- Detecting C compiler ABI info > -- Detecting C compiler ABI info - done > -- Detecting C compile features > -- Detecting C compile features - done >--- Check for working CXX compiler: /usr/local/bin/g++8 >--- Check for working CXX compiler: /usr/local/bin/g++8 -- works >+-- Check for working CXX compiler: /usr/local/libexec/ccache/c++ >+-- Check for working CXX compiler: /usr/local/libexec/ccache/c++ -- works > -- Detecting CXX compiler ABI info > -- Detecting CXX compiler ABI info - done > -- Detecting CXX compile features >@@ -55,9 +53,9 @@ > -- Performing Test HAVE_VISIBILITY_HIDDEN > -- Performing Test HAVE_VISIBILITY_HIDDEN - Success > -- Performing Test have_C__pie__fPIC >--- Performing Test have_C__pie__fPIC - Success >+-- Performing Test have_C__pie__fPIC - Failed > -- Performing Test have_CXX__pie__fPIC >--- Performing Test have_CXX__pie__fPIC - Success >+-- Performing Test have_CXX__pie__fPIC - Failed > -- Performing Test have_C__Wl__z_relro__z_now > -- Performing Test have_C__Wl__z_relro__z_now - Success > -- Performing Test have_CXX__Wl__z_relro__z_now >@@ -252,9 +250,7 @@ > -- Looking for include file sys/ptem.h > -- Looking for include file sys/ptem.h - not found > -- Performing Test have_C__Werror >--- Performing Test have_C__Werror - Success >--- Performing Test HAVE_PTHREAD_ONCE_INIT >--- Performing Test HAVE_PTHREAD_ONCE_INIT - Success >+-- Performing Test have_C__Werror - Failed > -- Looking for accept4 > -- Looking for accept4 - found > -- Looking for access >@@ -450,7 +446,7 @@ > -- Looking for kqueue > -- Looking for kqueue - found > -- Performing Test HAVE_READDIR_R >--- Performing Test HAVE_READDIR_R - Success >+-- Performing Test HAVE_READDIR_R - Failed > -- Looking for include file time.h > -- Looking for include file time.h - found > -- Looking for include file sys/times.h >@@ -681,9 +677,23 @@ > -- Looking for include files curses.h, term.h > -- Looking for include files curses.h, term.h - found > -- Looking for pcre_stack_guard in pcre >--- Looking for pcre_stack_guard in pcre - found >+-- Looking for pcre_stack_guard in pcre - not found > -- Performing Test PCRE_STACK_SIZE_OK >--- Performing Test PCRE_STACK_SIZE_OK - Success >+-- Performing Test PCRE_STACK_SIZE_OK - Failed >+-- Looking for windows.h >+-- Looking for windows.h - not found >+-- Looking for C++ include type_traits.h >+-- Looking for C++ include type_traits.h - not found >+-- Looking for C++ include bits/type_traits.h >+-- Looking for C++ include bits/type_traits.h - not found >+-- Looking for bcopy >+-- Looking for bcopy - found >+-- Looking for strtoq >+-- Looking for strtoq - found >+-- Looking for _strtoi64 >+-- Looking for _strtoi64 - not found >+-- Check size of unsigned long long >+-- Check size of unsigned long long - done > -- Found PkgConfig: /usr/local/bin/pkg-config (found version "1.6.1") > -- Checking for one of the modules 'libsystemd;libsystemd-daemon' > -- Performing Test HAVE_SYSTEMD >@@ -704,41 +714,41 @@ > -- Performing Test have_C__Wdeclaration_after_statement > -- Performing Test have_C__Wdeclaration_after_statement - Success > -- Performing Test have_CXX__Wdeclaration_after_statement >--- Performing Test have_CXX__Wdeclaration_after_statement - Failed >+-- Performing Test have_CXX__Wdeclaration_after_statement - Success > -- Performing Test have_C__Wextra > -- Performing Test have_C__Wextra - Success > -- Performing Test have_CXX__Wextra > -- Performing Test have_CXX__Wextra - Success > -- Performing Test have_C__Wformat_security >--- Performing Test have_C__Wformat_security - Failed >+-- Performing Test have_C__Wformat_security - Success > -- Performing Test have_CXX__Wformat_security >--- Performing Test have_CXX__Wformat_security - Failed >+-- Performing Test have_CXX__Wformat_security - Success > -- Performing Test have_C__Wformat_truncation >--- Performing Test have_C__Wformat_truncation - Success >+-- Performing Test have_C__Wformat_truncation - Failed > -- Performing Test have_CXX__Wformat_truncation >--- Performing Test have_CXX__Wformat_truncation - Success >+-- Performing Test have_CXX__Wformat_truncation - Failed > -- Performing Test have_C__Winit_self > -- Performing Test have_C__Winit_self - Success > -- Performing Test have_CXX__Winit_self > -- Performing Test have_CXX__Winit_self - Success > -- Performing Test have_C__Wnonnull_compare >--- Performing Test have_C__Wnonnull_compare - Success >+-- Performing Test have_C__Wnonnull_compare - Failed > -- Performing Test have_CXX__Wnonnull_compare >--- Performing Test have_CXX__Wnonnull_compare - Success >+-- Performing Test have_CXX__Wnonnull_compare - Failed > -- Performing Test have_C__Wnull_conversion >--- Performing Test have_C__Wnull_conversion - Failed >+-- Performing Test have_C__Wnull_conversion - Success > -- Performing Test have_CXX__Wnull_conversion >--- Performing Test have_CXX__Wnull_conversion - Failed >+-- Performing Test have_CXX__Wnull_conversion - Success > -- Performing Test have_C__Wunused_parameter > -- Performing Test have_C__Wunused_parameter - Success > -- Performing Test have_CXX__Wunused_parameter > -- Performing Test have_CXX__Wunused_parameter - Success > -- Performing Test have_C__Wunused_private_field >--- Performing Test have_C__Wunused_private_field - Failed >+-- Performing Test have_C__Wunused_private_field - Success > -- Performing Test have_CXX__Wunused_private_field >--- Performing Test have_CXX__Wunused_private_field - Failed >+-- Performing Test have_CXX__Wunused_private_field - Success > -- Performing Test have_C__Woverloaded_virtual >--- Performing Test have_C__Woverloaded_virtual - Failed >+-- Performing Test have_C__Woverloaded_virtual - Success > -- Performing Test have_CXX__Woverloaded_virtual > -- Performing Test have_CXX__Woverloaded_virtual - Success > -- Performing Test have_C__Wvla >@@ -749,30 +759,6 @@ > -- Performing Test have_C__Wwrite_strings - Success > -- Performing Test have_CXX__Wwrite_strings > -- Performing Test have_CXX__Wwrite_strings - Success >--- Performing Test HAS_-Wunused_FLAG >--- Performing Test HAS_-Wunused_FLAG - Success >--- Performing Test HAS_-Wlogical-op_FLAG >--- Performing Test HAS_-Wlogical-op_FLAG - Success >--- Performing Test HAS_-Wno-uninitialized_FLAG >--- Performing Test HAS_-Wno-uninitialized_FLAG - Success >--- Performing Test HAS_-Wall_FLAG >--- Performing Test HAS_-Wall_FLAG - Success >--- Performing Test HAS_-Wextra_FLAG >--- Performing Test HAS_-Wextra_FLAG - Success >--- Performing Test HAS_-Wformat-security_FLAG >--- Performing Test HAS_-Wformat-security_FLAG - Success >--- Performing Test HAS_-Wno-init-self_FLAG >--- Performing Test HAS_-Wno-init-self_FLAG - Success >--- Performing Test HAS_-Wwrite-strings_FLAG >--- Performing Test HAS_-Wwrite-strings_FLAG - Success >--- Performing Test HAS_-Wshift-count-overflow_FLAG >--- Performing Test HAS_-Wshift-count-overflow_FLAG - Success >--- Performing Test HAS_-Wdeclaration-after-statement_FLAG >--- Performing Test HAS_-Wdeclaration-after-statement_FLAG - Success >--- Performing Test HAS_-Wno-undef_FLAG >--- Performing Test HAS_-Wno-undef_FLAG - Success >--- Performing Test HAS_-Wno-unknown-pragmas_FLAG >--- Performing Test HAS_-Wno-unknown-pragmas_FLAG - Success > -- Found Git: /usr/local/bin/git (found version "2.21.0") > -- Check if the system is big endian > -- Searching 16 bit integer >@@ -834,9 +820,9 @@ > -- Performing Test have_CXX__Wstrict_aliasing > -- Performing Test have_CXX__Wstrict_aliasing - Success > -- Performing Test have_C__Wmisleading_indentation >--- Performing Test have_C__Wmisleading_indentation - Success >+-- Performing Test have_C__Wmisleading_indentation - Failed > -- Performing Test have_CXX__Wmisleading_indentation >--- Performing Test have_CXX__Wmisleading_indentation - Success >+-- Performing Test have_CXX__Wmisleading_indentation - Failed > -- Performing Test have_C__Wimplicit_fallthrough > -- Performing Test have_C__Wimplicit_fallthrough - Success > -- Performing Test have_CXX__Wimplicit_fallthrough >@@ -877,7 +863,7 @@ > -- Performing Test HAVE_IB_LINUX_FUTEX > -- Performing Test HAVE_IB_LINUX_FUTEX - Failed > -- Performing Test HAVE_C99_INITIALIZERS >--- Performing Test HAVE_C99_INITIALIZERS - Success >+-- Performing Test HAVE_C99_INITIALIZERS - Failed > -- Looking for regcomp > -- Looking for regcomp - found > -- Performing Test HAVE_CLMUL_INSTRUCTION
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 235878
:
202184
|
204070
|
204071
| 204072