user/gitlab-foss: missing 'to_mb' function #16
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: forge/ayaports#16
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?
Latest version of sys-filesystem fails to be used due to usage of statvfs64. Musl on 3.19 has removed that alias, thus sys-filesystem dies. As a fix, I applied
15d47892b6
to remove the dependency, but apparently some functions were not reimplemented. Thus, gitlab has missing function errors.A good fix would be to readd the dependency, maybe use v1.3.2 which uses statvfs on linux.
mentioned in merge request !288