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
F160330650: D40942.diff
Tue, Jun 23, 8:48 AM
Unknown Object (File)
Mon, Jun 22, 12:44 AM
Unknown Object (File)
Sun, Jun 21, 1:09 PM
Unknown Object (File)
Sat, Jun 20, 1:00 PM
Unknown Object (File)
Thu, Jun 18, 5:19 AM
Unknown Object (File)
Thu, Jun 4, 2:44 AM
Unknown Object (File)
Thu, Jun 4, 1:29 AM
Unknown Object (File)
May 18 2026, 3:23 PM
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