You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scons: Reading SConscript files ...
Host: linux x86_64 64bit
Signature: version: 3.24, revision: 0
Using C compiler executable: gcc
C compiler version is: gcc (Alpine 6.4.0) 6.4.0
Using C++ compiler executable: g++
C++ compiler version is: g++ (Alpine 6.4.0) 6.4.0
Checking for C library pthread... (cached) yes
Checking for C library rt... (cached) yes
Checking for C header file sys/epoll.h... (cached) yes
Checking for C header file byteswap.h... (cached) yes
Checking for C header file endian.h... (cached) yes
Checking for C header file execinfo.h... (cached) no
Checking if compiling in C++11 mode ... (cached) no
Checking for std::tr1::array ... (cached) yes
Checking for C++ header file boost/shared_ptr.hpp... (cached) yes
Checking for std::tr1::unordered_map ... (cached) yes
Checking for C++ library boost_program_options... (cached) yes
Checking for C++ header file asio.hpp... (cached) no
Falling back to bundled asio
Checking for C++ header file asio.hpp... (cached) yes
Checking for C++ header file asio/ssl.hpp... (cached) yes
Checking for C library ssl... (cached) yes
Checking for C library crypto... (cached) yes
Checking for SSL_CTX_set_ecdh_auto() ... (cached) yes
Checking whether to enable -Weffc++ ... (cached) yes
Global flags:
CFLAGS: -std=c99 -fno-strict-aliasing -pipe
CXXFLAGS: -Wold-style-cast -Weffc++ -pipe -Wno-long-long -Wno-deprecated -ansi
CCFLAGS: -g -O3 -DNDEBUG -m64 -pthread -fPIC -Wall -Wextra -Wno-unused-parameter -Werror -pedantic
CPPFLAGS: -D_XOPEN_SOURCE=600 -DHAVE_COMMON_H -DGALERA_USE_GU_NETWORK -DHAVE_BYTESWAP_H -DHAVE_ENDIAN_H -DHAVE_TR1_ARRAY -DHAVE_BOOST_SHARED_PTR_HPP -DHAVE_TR1_UNORDERED_MAP -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG=1 -DHAVE_ASIO_HPP -DOPENSSL_HAS_SET_ECDH_AUTO
Checking for C header file check.h... (cached) yes
Checking for C library check... (cached) yes
Checking for C library m... (cached) yes
Checking for C library subunit... (cached) no
Checking for C library rt... (cached) yes
.......
......
....
compilation terminated.
scons: *** [galera/src/ist.o] Error 1
In file included from galerautils/src/gu_int128.h:13:0,
from galerautils/src/gu_fnv.h:26,
from galerautils/src/gu_hash.h:29,
from galera/src/key_os.hpp:10,
from galera/src/key_entry_os.hpp:8,
from galera/src/key_entry_os.cpp:5:
galerautils/src/gu_arch.h:54:28: fatal error: bits/wordsize.h: No such file or directory
include <bits/wordsize.h>
The text was updated successfully, but these errors were encountered:
scons: Reading SConscript files ...
Host: linux x86_64 64bit
Signature: version: 3.24, revision: 0
Using C compiler executable: gcc
C compiler version is: gcc (Alpine 6.4.0) 6.4.0
Using C++ compiler executable: g++
C++ compiler version is: g++ (Alpine 6.4.0) 6.4.0
Checking for C library pthread... (cached) yes
Checking for C library rt... (cached) yes
Checking for C header file sys/epoll.h... (cached) yes
Checking for C header file byteswap.h... (cached) yes
Checking for C header file endian.h... (cached) yes
Checking for C header file execinfo.h... (cached) no
Checking if compiling in C++11 mode ... (cached) no
Checking for std::tr1::array ... (cached) yes
Checking for C++ header file boost/shared_ptr.hpp... (cached) yes
Checking for std::tr1::unordered_map ... (cached) yes
Checking for C++ library boost_program_options... (cached) yes
Checking for C++ header file asio.hpp... (cached) no
Falling back to bundled asio
Checking for C++ header file asio.hpp... (cached) yes
Checking for C++ header file asio/ssl.hpp... (cached) yes
Checking for C library ssl... (cached) yes
Checking for C library crypto... (cached) yes
Checking for SSL_CTX_set_ecdh_auto() ... (cached) yes
Checking whether to enable -Weffc++ ... (cached) yes
Global flags:
CFLAGS: -std=c99 -fno-strict-aliasing -pipe
CXXFLAGS: -Wold-style-cast -Weffc++ -pipe -Wno-long-long -Wno-deprecated -ansi
CCFLAGS: -g -O3 -DNDEBUG -m64 -pthread -fPIC -Wall -Wextra -Wno-unused-parameter -Werror -pedantic
CPPFLAGS: -D_XOPEN_SOURCE=600 -DHAVE_COMMON_H -DGALERA_USE_GU_NETWORK -DHAVE_BYTESWAP_H -DHAVE_ENDIAN_H -DHAVE_TR1_ARRAY -DHAVE_BOOST_SHARED_PTR_HPP -DHAVE_TR1_UNORDERED_MAP -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG=1 -DHAVE_ASIO_HPP -DOPENSSL_HAS_SET_ECDH_AUTO
Checking for C header file check.h... (cached) yes
Checking for C library check... (cached) yes
Checking for C library m... (cached) yes
Checking for C library subunit... (cached) no
Checking for C library rt... (cached) yes
.......
......
....
compilation terminated.
scons: *** [galera/src/ist.o] Error 1
In file included from galerautils/src/gu_int128.h:13:0,
from galerautils/src/gu_fnv.h:26,
from galerautils/src/gu_hash.h:29,
from galera/src/key_os.hpp:10,
from galera/src/key_entry_os.hpp:8,
from galera/src/key_entry_os.cpp:5:
galerautils/src/gu_arch.h:54:28: fatal error: bits/wordsize.h: No such file or directory
include <bits/wordsize.h>
The text was updated successfully, but these errors were encountered: