mate-desktop / mate-settings-daemon

MATE settings daemon
https://mate-desktop.org
GNU General Public License v2.0
44 stars 47 forks source link

mate-settings-daemon 1.24.0 fails to build #307

Closed texstar closed 4 years ago

texstar commented 4 years ago

Expected behaviour

Expecting compile to complete building the package.

Actual behaviour

/usr/bin/msgfmt: cannot locate ITS rules for org.mate.settingsdaemon.datetimemechanism.policy.in make[4]: *** [Makefile:869: org.mate.settingsdaemon.datetimemechanism.policy] Error 1

Steps to reproduce the behaviour

./configure --prefix=/usr \ --enable-pulse \ --disable-static \ --disable-schemas-compile \ --enable-polkit \ --with-x \ --with-nssdb \ --enable-profiling make make install

MATE general version

1.24.0

Package version

1.24.0

Linux Distribution

PCLinuxOS

Link to downstream report of your Distribution

None

rbuj commented 4 years ago

Make sure that the following files are available on your system:

For instance, the polkit-devel package provides these files on Fedora:

$ rpm -qf /usr/share/gettext/its/polkit.loc
polkit-devel-0.116-7.fc32.x86_64
lukefromdc commented 4 years ago

Just had a successful build with these options on Debian Unstable and all of MATE locally compiled: ./autogen.sh --prefix=/usr libdir=/usr/lib/x86_64-linux-gnu --sysconfdir=/etc --enable-shared=yes --enable-static=no --disable-maintainer-mode --disable-schemas-compile

A build with your settings also completed, interrrupted the install and reinstalled the .deb package I had just built over it

raveit65 commented 4 years ago

POLKIT_REQUIRED=0.97 https://github.com/mate-desktop/mate-settings-daemon/blob/master/configure.ac#L320 @texstar Can we close this?

texstar commented 4 years ago

Yes closing. I will have to update our polkit or something to get it to compile.