-
Notifications
You must be signed in to change notification settings - Fork 30
systemd: update to version 258 #134
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
base: master
Are you sure you want to change the base?
systemd: update to version 258 #134
Conversation
Signed-off-by: Ar Rakin <[email protected]>
Hello, Thanks for your Pull Request. As you see in the CI output, this update caused a regression in
Did you manage to fix it? |
Hi, Sorry for the stupid mistake. It was because of the way I wrote the copy command for header files, during build which would copy them into I checked the CI logs again, turns out we have another error this time:
This is strange because I am using the package right now on machine. It's working. (I use CachyOS) |
I have not understood the issue, and I see mv "$pkgdir"/usr/include systemd-libs/include
mv "$pkgdir"/usr/share/man/man3 systemd-libs/man3 Also, I see there are some very recent bugfixes to package Usually, when I see such activity, I prefer to delay a bit the update, to wait for a more stable version. Regarding the CI issue with |
When I was building systemd, multiple times, especially due to a few build failures, what happened is that Edit: You know what, just leave it. I have reverted that change. |
Additionally, the recent CI logs indicate there's a problem with the GNULib repository. I couldn't clone it locally either, seems like that server went out of memory due to some sort of request flooding or DDoS.
|
Hi there,
This PR updates systemd to version 258, which is the latest as of now.