Page MenuHomeFreeBSD

devel/gearmand-devel: fix build with GCC-based architectures
ClosedPublic

Authored by pkubaj on Apr 30 2019, 7:39 PM.
Tags
None
Referenced Files
F81641503: D20114.diff
Fri, Apr 19, 9:18 AM
Unknown Object (File)
Mar 6 2024, 9:19 PM
Unknown Object (File)
Jan 16 2024, 2:28 AM
Unknown Object (File)
Jan 10 2024, 7:59 AM
Unknown Object (File)
Jan 10 2024, 7:59 AM
Unknown Object (File)
Jan 10 2024, 7:59 AM
Unknown Object (File)
Jan 2 2024, 3:21 PM
Unknown Object (File)
Dec 13 2023, 11:44 PM
Subscribers
None

Details

Summary

libtest/timer.hpp needs to include stdint.h for uint64.

./libtest/timer.hpp:55:36: error: 'int64_t' has not been declared

void offset(int64_t minutes_arg, int64_t seconds_arg, int64_t nanoseconds);
                                 ^~~~~~~

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237153

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.May 1 2019, 7:01 AM
This revision was automatically updated to reflect the committed changes.