-
Notifications
You must be signed in to change notification settings - Fork 22
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
Does not build from makedeb and makepkg #29
Comments
Thanks for the post and the suggestions. Let me take a look and try to understand this. |
I may have a solution. I comment out the lines in Makefile.am that creates the user and group.
I create a sysusers file that looks like this:
and then tell the package maker to put this in the package: |
This is very interesting, thanks! |
This looks like it would work for |
I see some other contributors mentioned this in the past. Sigh. |
Okay, so I've taken a good look at this. Unfortunately, (AFAIK), the otherwise very nice scheme you propose above doesn't quite work. As you write, if one creates a file
and if the contents of
Then the user and group As the Bard didn't quite say: "if this be error, and upon me proved... I'd love to be corrected!" |
Agreed that the sysusers file is read at boot, but if we need it 'now' can't we not also run 'systemctl restart systemd-sysusers'. Will that solve it for us? |
Hi there. Just wondering if the most recent change in the |
Similar to an issue I set with
shairport-sync
, this will not build as a package with either makedeb (for debian/RPi) nor makepkg (Arch) due to a permissions problem when it tries to create a group fornqptp
.Using either of these methods allows for nice build of installable/up[grade-able packages, FWIW. Under Arch, this patch allows
shairport-sync
to build.I will have to craft a similar one for
nqptp
.Thought you'd like to know.
This is the error I get:
The text was updated successfully, but these errors were encountered: