FreeBSD Build Failing #30
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Telodendria/Cytoplasm#30
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Take a look at Job #21. The FreeBSD builds (both x86 and x64) are failing with the following error:
I think this is a well-known FreeBSD issue. Ideally, this needs to be fixed in the FreeBSD libc, but unfortunately until it is, we have to deal with it somehow.
The leading recommendation is to simply disable
-pedantic
on FreeBSD, but I shouldn't have to do that because this is a POSIX conforming program; there are no extensions being used in the code itself.Currently, all runners are offline due to limitations of my hardware. I just don't have the resources to run all these anymore. Hoping to upgrade my server soon though to have more RAM.
I can verify this bug