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

Build fails on FreeBSD on armv7: c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed' #119

Open
yurivict opened this issue Oct 23, 2024 · 0 comments

Comments

@yurivict
Copy link

warning: [email protected]: c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed'
warning: [email protected]:    31 | uint64_t get_cpu_speed(void) {
warning: [email protected]:       |          ^
warning: [email protected]: c/info.h:31:15: note: previous declaration is here
warning: [email protected]:    31 | unsigned long get_cpu_speed(void);
warning: [email protected]:       |               ^
warning: [email protected]: c/freebsd.c:47:10: error: conflicting types for 'get_proc_total'
warning: [email protected]:    47 | uint64_t get_proc_total(void) {
warning: [email protected]:       |          ^
warning: [email protected]: c/info.h:34:15: note: previous declaration is here
warning: [email protected]:    34 | unsigned long get_proc_total(void);
warning: [email protected]:       |               ^
warning: [email protected]: 2 errors generated.

Found in the port devel/uv.

Version: 0.9.1

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

1 participant