-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check for tools to manage users/groups not useful on all GNU/Linux distributions #2851
Comments
Which one of the tools |
|
What are the alternatives that you use ? |
We have our own scripts to edit |
How do other software projects handle this ? |
Well, actually it’s quite common to not create users and edit system files by default, as often there are dedicated build hosts building the package to be installed. And then only during package installation some scripts take care of creating users and groups and so on. |
#2019 adds a check for all tools used by
make install
to the configure script.There are distribution not using these tools to manage users and groups, or build hosts that do not want the user/group configuration be changed. Therefore, this check prevents building on these systems. It’d be great if these tools could be made optional.
After removing these checks,
./configure
succeeds here, andmake install
just throws warnings, if these utilities are not there, so works.The text was updated successfully, but these errors were encountered: