[GH-ISSUE #68] FreeBSD issue #40

Closed
opened 2026-03-04 01:41:27 +03:00 by kerem · 5 comments
Owner

Originally created by @paxleung on GitHub (Oct 16, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/68

I download version 1.78. but can not compile on FreeBSD

openssl_auth.cpp:97:10: error: static_cast from 'pthread_t' (aka 'pthread *') to 'unsigned long' is not allowed

Originally created by @paxleung on GitHub (Oct 16, 2014). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/68 I download version 1.78. but can not compile on FreeBSD openssl_auth.cpp:97:10: error: static_cast from 'pthread_t' (aka 'pthread *') to 'unsigned long' is not allowed
kerem closed this issue 2026-03-04 01:41:28 +03:00
Author
Owner

@ggtakec commented on GitHub (Oct 21, 2014):

Hi, marcoleung
I merged master branch for this issue.
Please check it, and If you find more issue after I close this issue please post new issue.

Regards,

<!-- gh-comment-id:59941391 --> @ggtakec commented on GitHub (Oct 21, 2014): Hi, marcoleung I merged master branch for this issue. Please check it, and If you find more issue after I close this issue please post new issue. Regards,
Author
Owner

@edwintorok commented on GitHub (Oct 21, 2014):

The merge you reference doesn't touch the file openssl_auth.cpp at all, one of the merges is empty though...
Using reinterpret_cast instead of that static_cast makes it build, but I don't know if thats the corect solution.

<!-- gh-comment-id:60000016 --> @edwintorok commented on GitHub (Oct 21, 2014): The merge you reference doesn't touch the file `openssl_auth.cpp` at all, one of the merges is empty though... Using reinterpret_cast instead of that static_cast makes it build, but I don't know if thats the corect solution.
Author
Owner

@ggtakec commented on GitHub (Oct 22, 2014):

I'm sorry for mis merging at #70 #71, then I re-merged master branch as #72
Please check it.

Regards,

<!-- gh-comment-id:60093954 --> @ggtakec commented on GitHub (Oct 22, 2014): I'm sorry for mis merging at #70 #71, then I re-merged master branch as #72 Please check it. Regards,
Author
Owner

@edwintorok commented on GitHub (Oct 22, 2014):

Builds on FreeBSD 9.2 now, thanks!

<!-- gh-comment-id:60112562 --> @edwintorok commented on GitHub (Oct 22, 2014): Builds on FreeBSD 9.2 now, thanks!
Author
Owner

@paxleung commented on GitHub (Oct 23, 2014):

Thanks! Now can install on FreeBSD.

<!-- gh-comment-id:60249631 --> @paxleung commented on GitHub (Oct 23, 2014): Thanks! Now can install on FreeBSD.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#40
No description provided.