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

CMake configure failure on CentOS 7 Intel system #957

Closed
scivision opened this issue May 12, 2021 · 4 comments
Closed

CMake configure failure on CentOS 7 Intel system #957

scivision opened this issue May 12, 2021 · 4 comments

Comments

@scivision
Copy link
Contributor

Zlib 2.0.2
Intel x86_64 with CentOS 7

cmake -B build -DZLIB_COMPAT=on

results in

-- Using CMake version 3.20.0
-- ZLIB_HEADER_VERSION: 1.2.11
-- ZLIBNG_HEADER_VERSION: 2.0.2
-- Arch detected: 'x86_64'
-- Basearch of 'x86_64' has been detected as: 'x86'
-- Architecture supports unaligned reads
-- Architecture supports unaligned reads of > 4 bytes
-- sizeof(void *) is  bytes
CMake Error at CMakeLists.txt:450 (message):
  sizeof(void *) is neither 32 nor 64 bit

A user on a system I don't have access to emailed me this. I can ask them for more information, as CentOS 7 on my own computer doesn't have this problem. Zlib 1.2.11 does work for them.

Would you like their CMakeError.log?

@nmoinvaz
Copy link
Member

Yes we need that file to figure out where it is failing. Thanks.

@scivision
Copy link
Contributor Author

CMakeError.log

@nmoinvaz
Copy link
Member

nmoinvaz commented May 12, 2021

Appears to be the same as #956 & #959.

@scivision
Copy link
Contributor Author

appears to be fixed by #959

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