Package Details: gwe 0.15.9-1

Git Clone URL: https://aur.archlinux.org/gwe.git (read-only, click to copy)
Package Base: gwe
Description: A system utility for controlling NVIDIA GPUs
Upstream URL: https://gitlab.com/leinardi/gwe
Licenses: GPL3
Submitter: The999eagle
Maintainer: crimist
Last Packager: crimist
Votes: 71
Popularity: 0.164033
First Submitted: 2019-01-30 21:50 (UTC)
Last Updated: 2024-06-14 21:58 (UTC)

Pinned Comments

crimist commented on 2023-08-26 22:56 (UTC)

GWE's current maintainer will likely be stepping down and is looking for new contributors and maintainers.

More information can be found here if you are intersted: https://gitlab.com/leinardi/gwe/-/issues/195.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

crimist commented on 2024-02-14 19:30 (UTC)

Thanks for the suggestion. Looks like pkg-config is required by base-devel hence why most users don't have this issue. I'll do some testing and add it to the makedepends.

sethicis commented on 2024-02-14 19:10 (UTC)

@dogmat73 @crimist I just ran into this exact same error on KDE Manjaro and after some investigation what I discovered was that "pkg-config" was missing from my system. This causes meson to fallback to using cmake to locate the page, which doesn't work because gobject-introspection doesn't have a .cmake file for it to locate.

After I installed pkg-config everything installed successfully without issue.

crimist commented on 2023-11-13 23:38 (UTC)

@dogmat73 I don't have any of those issues. Maybe try clear your cache and rebuild the package? I see suggestions from @Stormj16 from before I inherited the package.

dogmat73 commented on 2023-11-13 14:52 (UTC)

Project name: gwe Project version: 0.15.6 Host machine cpu family: x86_64 Host machine cpu: x86_64 Message: Looking for dependencies Message: Found python3 binary Did not find pkg-config by name 'pkg-config' Found Pkg-config: NO Did not find CMake 'cmake' Found CMake: NO Run-time dependency gobject-introspection-1.0 found: NO

gwe-0.15.6/meson.build:30:0: ERROR: Dependency lookup for gobject-introspection-1.0 with method 'pkgconfig' failed: Pkg-config binary for machine 1 not found. Giving up.

A full log can be found at /var/tmp/pamac-build-dogmat/gwe/src/build/meson-logs/meson-log.txt ==> ERROR: There was a malfunction in the build(). Interruption...

crimist commented on 2023-08-26 22:56 (UTC)

GWE's current maintainer will likely be stepping down and is looking for new contributors and maintainers.

More information can be found here if you are intersted: https://gitlab.com/leinardi/gwe/-/issues/195.

Stormj16 commented on 2023-05-17 13:21 (UTC)

I managed to get gwe working again by using my preferred aur helper (yay in my case) to rebuild the trees for all dependencies, specifically python-injector and any others.

yay -S {list of deps} --rebuildtree

Might have to do the same for the gwe package afterwards

RaizenEx commented on 2022-07-17 14:37 (UTC)

@vith thank you, manually changing back to gi.require_version('Notify', '0.7') in /usr/bin/gwe worked for me too. For reference, I also have libnotify 0.8.0-2 installed, I'm on vanilla Arch with KDE.

I also noticed that libnotify was updated two days after the gwe patch update was added. Maybe whatever broke gwe originally was fixed in the new libnotify update, which might be why the patch in return is causing it to break and reverting that change fixes it. Just a theory.

Rhinoceros commented on 2022-07-17 09:55 (UTC)

@vith Sorry, not really sure about that then. That seems pretty weird.

Having said that you (or the maintainer of this package) could always patch gwe as per my comment below.

vith commented on 2022-07-17 09:47 (UTC)

Actually it works if I manually change gi.require_version('Notify', '0.8') back to gi.require_version('Notify', '0.7') in /usr/bin/gwe.

Unfortunately I don't understand from where these python libraries get resolved to say why this is the case.