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

fix: aur build failed: sd-bus-provider set to auto #240

Merged
merged 1 commit into from
Nov 25, 2023

Conversation

BenSYZ
Copy link
Contributor

@BenSYZ BenSYZ commented Nov 25, 2023

swayfx/meson.build:92:2: ERROR: Assert failed: sd-bus-provider must
not be set to auto since auto_features != auto

> swayfx/meson.build:92:2: ERROR: Assert failed: sd-bus-provider must
not be set to auto since auto_features != auto
@BenSYZ
Copy link
Contributor Author

BenSYZ commented Nov 25, 2023

Hey guys! Today I failed to build swayfx on my arch, even with makechrootpkg. So I try to make a simple search and find this. From the error message and this commit, it seems that the problem comes from not specifying of sd-bus-provider manually. And I find this man page. It seems that arch use libsystemd as sd-bus-provider. I'm not fully sure about this. But when I add the -Dsd-bus-provider=libsystemd. The compilation is passed. Hope this pr is proper and helpful.

@WillPower3309 WillPower3309 merged commit ab6dc54 into WillPower3309:master Nov 25, 2023
@WillPower3309
Copy link
Owner

Thanks!

@BenSYZ
Copy link
Contributor Author

BenSYZ commented Nov 25, 2023

No problem.

WillPower3309 pushed a commit that referenced this pull request Nov 26, 2023
Update pkgrel twice for changes in #237 and #240
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

Successfully merging this pull request may close these issues.

2 participants