vagnum08 / cpupower-gui

cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.
GNU General Public License v3.0
475 stars 32 forks source link

Cannot build #75

Closed timofeika closed 2 years ago

timofeika commented 2 years ago

Cannot build, got an error (meson)

this is exactly the same bug as described here: https://github.com/vagnum08/cpupower-gui/issues/71

solisinvictum commented 2 years ago

Same here.

Same Error like in #71

Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources) Configuring org.rnd2.cpupower_gui.desktop.in using configuration

cpupower-gui/data/meson.build:14:0: ERROR: Function does not take positional arguments.

A full log can be found at /home/user/.cache/yay/cpupower-gui-git/src/build/meson-logs/meson-log.txt ==> FEHLER: Ein Fehler geschah in build(). Breche ab... -> Fehler beim Ausführen: cpupower-gui-git

For both. cpupower-gui and cpupower-gui-git

vagnum08 commented 2 years ago

i18n.merge_file had been ignoring positional arguments but since meson 0.60.0 it explicitly rejects it.

If you remove line 15 from cpupower-gui/data/meson.build that says 'desktop' , it should work.

vagnum08 commented 2 years ago

Removed the offending line from meson.build in master.