Page MenuHomeFreeBSD

devel/crc32c: fix build on big-endian architectures
ClosedPublic

Authored by pkubaj on Jul 24 2019, 1:38 PM.
Tags
None
Referenced Files
F151014323: D21054.id60089.diff
Sun, Apr 5, 11:25 AM
Unknown Object (File)
Fri, Apr 3, 6:08 PM
Unknown Object (File)
Sun, Mar 22, 3:26 AM
Unknown Object (File)
Tue, Mar 17, 2:09 AM
Unknown Object (File)
Mar 2 2026, 9:03 PM
Unknown Object (File)
Feb 28 2026, 3:36 PM
Unknown Object (File)
Feb 28 2026, 10:33 AM
Unknown Object (File)
Jan 9 2026, 12:16 PM
Subscribers
None

Details

Summary

C++11 compiler is needed:

Target "crc32c" requires the language dialect "CXX11" , but CMake does not
know the compile flags to use to enable it.

Additionally, big-endian code in src/crc32c_read_le.h needs fixing - the value is 64 bits wide, not 32 bits.

PR: 239420

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 25492
Build 24111: arc lint + arc unit