You are not logged in.
Hello everyone, i have some problems during the installation process of git-cola, with AUR.
The log of the error is:
```
The manual pages are in _build/man.
make[1]: exiting from directory «/home/'MY_USER'/.cache/yay/git-cola/src/git-cola-4.1.0/docs»
==> Starting check()...
(process:11533): GLib-GIO-ERROR **: 11:38:28.733: Settings schema 'org.gnome.system.proxy' is not installed
/home/'MY_USER'/.cache/yay/git-cola/PKGBUILD: riga 31: 11533 Found trace/breakpoint (core dump created) appstream-util validate-relax --nonet share/metainfo/*.appdata.xml
==> ERROR: Error during check().
The operation will be interrupted...
-> error during creation: git-cola
```
The build process gone flawlessly, the only problem is after it, during the check process.
Searching on the web i found it can be solved installing 'gsettings-desktop-schemas, but it does not seem to work.
The command 'gsettings set org.gnome.system.proxy' is recognized, so I don't know why is it telling me that it is not installed.
If anyone knows how to solve it, please tell.
Thanks in advance.
Offline
Do not use yay. Code tags please.
Offline
Thanks for the tip.
Anyway, it still does not seem to work.
I am now building the PKGBUILD, but after the 'makepkg' command, the output error is the same.
Any ideas?
Last edited by ChristianP01 (2023-03-22 13:15:49)
Offline
If you do trust the software enough so that you aren't concerned with the tests passing you can also pass --nocheck to makepkg (... or to the --mflags in yay)
Offline
Thank you very much.
Worked like a charm!
Offline