Build on macOS #10

Closed
opened 2024-07-12 20:47:16 +02:00 by felixalb · 0 comments
Owner

nix::unistd::getgrouplist() is not defined on darwin, and the application fails to build. Fix the upstream or make a workaround when building on darwin, for example by always returning an empty list, only giving access to users and databases prefixed with username_ and not group_.

There are some notes on https://docs.python.org/3/library/os.html -> getgroups() explaining why this does not work like on linux.

`nix::unistd::getgrouplist()` is not defined on darwin, and the application fails to build. Fix the upstream or make a workaround when building on darwin, for example by always returning an empty list, only giving access to users and databases prefixed with username_ and not group_. There are some notes on https://docs.python.org/3/library/os.html -> getgroups() explaining why this does not work like on linux.
oysteikt added the
bug
label 2024-07-28 15:25:23 +02:00
oysteikt reopened this issue 2024-08-06 02:04:26 +02:00
oysteikt added this to the Initial release milestone 2024-08-06 02:05:24 +02:00
Sign in to join this conversation.
No description provided.