Search Criteria
Package Details: extension-manager 0.6.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/extension-manager.git (read-only, click to copy) |
---|---|
Package Base: | extension-manager |
Description: | A native tool for browsing, installing, and managing GNOME Shell Extensions |
Upstream URL: | https://github.com/mjakeman/extension-manager |
Licenses: | GPL-3.0-or-later |
Submitter: | igor-dyatlov |
Maintainer: | bill88t |
Last Packager: | bill88t |
Votes: | 55 |
Popularity: | 1.23 |
First Submitted: | 2022-01-09 15:20 (UTC) |
Last Updated: | 2025-03-24 10:22 (UTC) |
Dependencies (10)
- json-glib (json-glib-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libsoup3 (libsoup3-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- glib2-devel (make)
- gobject-introspection (make)
- meson (meson-gitAUR) (make)
- appstream-glib (appstream-glib-gitAUR) (check)
- libbacktrace-gitAUR (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
Maybelline commented on 2023-05-17 23:27 (UTC)
I cannot be defeated! I resorted to debugging with print() statements, and it turns out that I needed to remove python-argparse for some reason. Once I removed that package, it ran just fine. @dmark04 you might try that. Many thanks to you, @duffydack.
duffydack commented on 2023-05-17 21:10 (UTC) (edited on 2023-05-17 21:10 (UTC) by duffydack)
Yours seems to fail around the blueprint part. Mine succeeds,
What version of blueprint-compiler do you have? Generally, if you can't build something, you try another system or a clean chroot to rule out your system. Something on your system is problematic.
Maybelline commented on 2023-05-17 20:54 (UTC) (edited on 2023-05-17 20:57 (UTC) by Maybelline)
@duffydack Thanks, I think that's the culprit. Correct me if I'm mistaken, but I believe these are the steps you tried:
When I do the above, the output looks like this so I'm just struggling to see where my process differs from yours. I see interesting parts like
extension-manager 0.4.0
(when I'm expecting 0.4.1) but it doesn't seem to bother the compilation until it looks for that exm-window.ui file, and I can't seem to put my finger on where that comes from.I realize I've burdened you quite a bit, but maybe this will help shine a light for others to see a difference that I'm failing to see.
duffydack commented on 2023-05-17 19:40 (UTC) (edited on 2023-05-17 19:42 (UTC) by duffydack)
@Maybelline I have the file.
That's just a basic git clone and makepkg -sr
Maybelline commented on 2023-05-17 18:46 (UTC)
@duffydack or @pezz could you confirm that after you build in your chroot you're seeing the same contents that I am? Namely, after you build, could you run
find ./extension-manager -iname 'exm-window.ui'
and then alsogrep -R exm-window.ui
to see if you're also seeing references to exm-window.ui, but do not have the file? I think that's the missing piece for my build, so I'm trying to narrow down where our paths diverge.I'm sorry to keep nagging, but I'm worried that this isn't going to resolve itself naturally. Appreciated!
duffydack commented on 2023-05-13 09:13 (UTC) (edited on 2023-05-13 09:15 (UTC) by duffydack)
@all, It builds fine in a chroot (I use aurutils), I also just did a build in my gnome VM. Needed to install gcc and pkgconf,
makepkg -sc
built ok.¯\_(ツ)_/¯
dmark04 commented on 2023-05-13 09:03 (UTC)
@pezz for me the error of being unable to locate "exm-window.ui" persists even after manually installing text-engine and libbacktrace-git Both using
yay
and manuallymakepkg -si
pezz commented on 2023-05-13 01:35 (UTC) (edited on 2023-05-13 01:36 (UTC) by pezz)
makepkg doesn't install AUR dependencies, so perhaps your system is missing something.
I'd check if you have text-engine and libbacktrace-git installed before trying makepkg.
The culprit still could be yay not resolving and installing deps properly.
Maybelline commented on 2023-05-12 13:59 (UTC) (edited on 2023-05-12 14:07 (UTC) by Maybelline)
To remove yay as the culprit, I did
git clone https://aur.archlinux.org/extension-manager.git
thencd extension-manager
andmakepkg -si
and it tells me:./extension-manager-0.4.1/src/exm.gresource.xml: Failed to locate “exm-window.ui” in any source directory.
So, I don't think it's a yay issue, but maybe a missing dependency? I can't find any file named
exm-window.ui
withfind
but I do see references to it with ripgrep:dmark04 commented on 2023-05-12 07:49 (UTC) (edited on 2023-05-12 07:49 (UTC) by dmark04)
using clean build in yay i get the same issue as Maybelline
seems to be a yay issue then since others don't encounter this?
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »