




















I just got a build error about a schema/ dir? location:
cp: cannot create regular file '/tmp/makepkg.builddir/gnome-shell-extension-dash-to-dock-git/pkg/gnome-shell-extension-dash-to-dock-git/usr/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/schemas/': Not a directory
make: *** [Makefile:108: install-local] Error 1
==> ERROR: A failure occurred in package().
Aborting...
I installed this but I don't see this in my extensions. What am doing something wrong?
@malacology I can't find any documentation on this requirement. Please point me to it? Further, isn't it assumed anyone using the AUR has it installed per default, given it's included in the base-devel package group?
make should be added into dependencies
@ewout, Oh sorry, right, someone else created the merge request.
Yes, an aur maintainer will accept or reject the request.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Edit: I forgot I dropped a message to you before and completely missed the pull request you created for this! I'll leave the comment for the impatient, sorry for the noise.
Since two days this build is broken due to changes in the
Makefile. I've created an issue upstream. In the meantime you can patch thePKGBUILDand add a patch for theMakefile(not sure how fast upstream fixes this):And
fix-install-schemas.patch:Note: I'm not sure what upstream intended to do with this change; the above patch at least makes sure the
schemasdirectory is created, but upstream might fix this differently.