Page MenuHomeFreeBSD

editors/sam: Fix build on 32-bit architectures
ClosedPublic

Authored by flo_purplekraken.com on Jul 8 2023, 8:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 27, 5:04 PM
Unknown Object (File)
Fri, Jan 24, 7:32 AM
Unknown Object (File)
Thu, Jan 23, 6:38 PM
Unknown Object (File)
Dec 10 2024, 3:35 AM
Unknown Object (File)
Nov 30 2024, 2:05 AM
Unknown Object (File)
Nov 30 2024, 2:05 AM
Unknown Object (File)
Nov 30 2024, 2:05 AM
Unknown Object (File)
Nov 30 2024, 1:49 AM
Subscribers
None

Details

Summary

The build fails on 32-bit architectures, because the source assumes
that unsigned long and uint64_t have the same size. Until upstream is
fixed (I have submitted the patch there, too), fix the build with local
patches.

Test Plan
  • portlint: OK
  • portclippy: OK
  • poudriere testport (amd64, i386): OK

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

flo_purplekraken.com created this revision.
This revision is now accepted and ready to land.Jul 9 2023, 5:34 AM