Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alpine3.8 build error #532

Open
x5w46fxdx opened this issue Dec 12, 2018 · 1 comment
Open

alpine3.8 build error #532

x5w46fxdx opened this issue Dec 12, 2018 · 1 comment

Comments

@x5w46fxdx
Copy link

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>

@arkamar
Copy link

arkamar commented Apr 24, 2024

We have the same issue in Gentoo, see https://bugs.gentoo.org/829176.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants