Skip to content
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

sys-apps/accountsservice does not compile #466

Open
saltedcoffii opened this issue Jul 22, 2022 · 0 comments
Open

sys-apps/accountsservice does not compile #466

saltedcoffii opened this issue Jul 22, 2022 · 0 comments

Comments

@saltedcoffii
Copy link

sys-apps/accountsservice does not compile on musl. I did get it to compile but it's a bit hacky. Here's what I did:

  1. enabled the keepwork feature
  2. built sys-apps/accountsservice (sudo emerge -atvD1 sys-apps/accountsservice) (it failed)
  3. ran sudo su -s /bin/bash - portage
  4. ran cd /var/tmp/portage/sys-apps/accountsservice-22.08.8/work/accountsservice-22.08.8/
  5. ran:
for i in https://github.com/alpinelinux/aports/raw/master/community/accountsservice/musl-{wtmp,fgetspent_r}.patch; do
  curl -L $i | patch -Np1
done
  1. exited the portage shell back to my user (UID 1000)
  2. ran sudo emerge -atvD1 sys-apps/accountsservice (it succeeded)
  3. disabled the keepwork feature

It would stand to reason that these patches from Alpine Linux could be included in the ebuild for sys-apps/accountsservice. Consider adding these patches? Thank you as always!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant