user/gitlab-foss: missing 'to_mb' function #16

Closed
opened 2023-11-29 18:22:05 +00:00 by ayakael · 1 comment
ayakael commented 2023-11-29 18:22:05 +00:00 (Migrated from lab.ilot.io)

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.

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 https://github.com/jirutka/gitlab-foss/commit/15d47892b6a3fd6833fec7667f3a8281d5a123cc 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.
ayakael commented 2023-11-29 18:23:18 +00:00 (Migrated from lab.ilot.io)

mentioned in merge request !288

mentioned in merge request !288
ayakael (Migrated from lab.ilot.io) closed this issue 2023-11-29 19:39:54 +00:00
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: forge/ayaports#16
No description provided.