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

1.5.6: error: invalid argument type 'char *(*)(int, int)' to unary expression #2573

Closed
yurivict opened this issue Sep 23, 2020 · 2 comments · Fixed by #2493
Closed

1.5.6: error: invalid argument type 'char *(*)(int, int)' to unary expression #2573

yurivict opened this issue Sep 23, 2020 · 2 comments · Fixed by #2493
Assignees
Labels

Comments

@yurivict
Copy link

Log: http://beefy6.nyi.freebsd.org/data/121amd64-default/548931/logs/errors/fluent-bit-1.5.6.log

FreeBSD 12.1
clang-8

@fujimotos
Copy link
Member

Log: http://beefy6.nyi.freebsd.org/data/121amd64-default/548931/logs/errors/fluent-bit-1.5.6.log

@yurivict This error is due to the POSIX incompatibility of FreeBSD.

FreeBSD exports a function symbol named timezone, while other
UNIX-like OSs use that symbol to store a current timezone.

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

I implemented a fix for this issue last month in #2493, so is should
be resolved once the patch gets merged into the main line.

@fujimotos fujimotos self-assigned this Sep 24, 2020
@fujimotos fujimotos added this to the Fluent Bit v1.6 milestone Sep 24, 2020
@fujimotos fujimotos linked a pull request Sep 24, 2020 that will close this issue
@fujimotos fujimotos added the bug label Sep 24, 2020
@edsiper
Copy link
Member

edsiper commented Sep 24, 2020

PR merged, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants