-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Cannot compile on FreeBSD-14-RELEASE #738
Comments
To my knowledge systemd is supposed to be SUPPORTED but not REQUIRED. Make sure you are not enabling any options to support it.
|
This relies on a higher version (>=248)of the |
Found the problem: commit 5d9cbe6 The easiest fix is to make building the system info capplet optional, ideally defaulting to yes if systemd is found and to no if it is not found. Test your build of the system info capplet, my guess is it will not run but if it does, the systemd portions of it could be made optional instead. Note that I have no way of testing without systemd as I do all my development on a live/bare metal system w backup partitions available, have never played with VMs and with no landline cannot download distro installers without a lot of trial and error wardriving. I will leave this for the rest of the team for now |
+1 |
@f0rrest I have a patch that compiles on gentoo. The only problem now is that I don't know how to fill the hostname on systems which are not OpenRC based. In gentoo I will just read |
Apparently, this is much easier than I thought: https://docs.gtk.org/glib/func.get_host_name.html |
Fixed in : #746 |
Current master branch of Mate control center cannot compile on FreeBSD 14 which gives following error:
I have made a patch:
Actually Mate does not depends on Systemd , am I right ?
The text was updated successfully, but these errors were encountered: