Package Details: gconf 3.2.6+11+g07808097-10

Git Clone URL: https://aur.archlinux.org/gconf.git (read-only, click to copy)
Package Base: gconf
Description: An obsolete configuration database system
Upstream URL: https://projects-old.gnome.org/gconf/
Licenses: LGPL
Submitter: arojas
Maintainer: IslandC0der
Last Packager: IslandC0der
Votes: 118
Popularity: 2.75
First Submitted: 2020-01-02 20:47 (UTC)
Last Updated: 2021-03-01 00:07 (UTC)

Pinned Comments

flying-sheep commented on 2020-01-06 19:20 (UTC)

Most of the packages that “require” it are actually Electron apps that copy&pasted their dependency lists from elsewhere or failed to update them: Chromium (and subsequently Electron) haven’t been dependent on this for years.

If you want to help, you can ask the maintainers of all those apps if they really still need gconf.

None that I use still need it (spotify and hamsket-bin), and their maintainers removed the superfluous dependency.

yan12125 commented on 2020-01-04 15:18 (UTC) (edited on 2020-05-14 14:01 (UTC) by yan12125)

If you got build issues, please make sure

  1. base-devel group is installed [1]
  2. you are not using a broken AUR helper like pacaur. See https://github.com/E5ten/pacaur/issues/14.

If the build is still not working, use clean chroots [2] to build it.

[1] https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

[2] https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot

Latest Comments

1 2 3 4 5 6 7 Next › Last »

dooodek commented on 2024-06-28 16:18 (UTC)

Does not build unless you install glib2-devel manually before

agyarjanos commented on 2024-06-25 16:05 (UTC)

Does not build.

make[2]: Entering directory '/home/vlad/.cache/yay/gconf/src/gconf/gconf' gconfmarshal.list --header --prefix=gconf_marshal > gconfmarshal.h /bin/sh: line 1: gconfmarshal.list: command not found make[2]: *** [Makefile:1273: gconfmarshal.h] Error 127 make[2]: Leaving directory '/home/vlad/.cache/yay/gconf/src/gconf/gconf' make[1]: *** [Makefile:589: all-recursive] Error 1 make[1]: Leaving directory '/home/vlad/.cache/yay/gconf/src/gconf' make: *** [Makefile:473: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: gconf-exit status 4 -> Failed to install the following packages. Manual intervention is required: gconf - exit status 4

willemw commented on 2024-06-20 08:03 (UTC)

New makedepend glib2-devel is missing.

Npa commented on 2024-06-17 13:27 (UTC)

Hi, Build fails for me too :

make[1]: *** [Makefile:589: all-recursive] Error 1 make[1] : on quitte le répertoire « /home/nordine/gconf/src/gconf » make: *** [Makefile:473: all] Error 2 ==> ERREUR : Une erreur s’est produite dans build().

micwoj92 commented on 2024-06-16 14:18 (UTC)

Build fails for me in clean chroot now, it worked around 2-4 weeks ago.

make  all-recursive
make[1]: Entering directory '/build/gconf/src/gconf'
Making all in gconf
make[2]: Entering directory '/build/gconf/src/gconf/gconf'
gconfmarshal.list --header --prefix=gconf_marshal > gconfmarshal.h
echo "#include \"gconfmarshal.h\"" > gconfmarshal.c && \
 gconfmarshal.list --body --prefix=gconf_marshal >> gconfmarshal.c
/bin/sh: line 1: gconfmarshal.list: command not found
/bin/sh: line 2: gconfmarshal.list: command not found
make[2]: *** [Makefile:1273: gconfmarshal.h] Error 127
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:1276: gconfmarshal.c] Error 127
make[2]: Leaving directory '/build/gconf/src/gconf/gconf'
make[1]: *** [Makefile:589: all-recursive] Error 1
make[1]: Leaving directory '/build/gconf/src/gconf'
make: *** [Makefile:473: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

houfang commented on 2024-04-24 07:12 (UTC) (edited on 2024-04-24 07:14 (UTC) by houfang)

I have installed gobject-introspection,but i still have this err Traceback (most recent call last): File "/usr/bin/g-ir-scanner", line 103, in <module> from giscanner.scannermain import scanner_main File "/usr/lib/gobject-introspection/giscanner/scannermain.py", line 35, in <module> from giscanner.ast import Include, Namespace File "/usr/lib/gobject-introspection/giscanner/ast.py", line 29, in <module> from .sourcescanner import CTYPE_TYPEDEF, CSYMBOL_TYPE_TYPEDEF File "/usr/lib/gobject-introspection/giscanner/sourcescanner.py", line 34, in <module> from giscanner._giscanner import SourceScanner as CSourceScanner ModuleNotFoundError: No module named 'giscanner._giscanner'

himanshushekhar commented on 2023-11-12 10:16 (UTC)

When trying to install "tiddlydesktop" package, the termial output says:

error: gconf: signature from "TNE tne@garudalinux.org" is invalid :: File /var/cache/pacman/pkg/gconf-3.2.6+11+g07808097-10.4-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] n error: failed to commit transaction (invalid or corrupted package) Errors occurred, no packages were upgraded.

What to do Arch bros?

electoys commented on 2022-12-23 22:05 (UTC) (edited on 2022-12-23 22:06 (UTC) by electoys)

I get the following library dependency errors:

File "/usr/lib/GConf/2/libgconfbackend-evoldap.so" from package "gconf" is missing dependency "libssl.so.1.1"
File "/usr/lib/GConf/2/libgconfbackend-evoldap.so" from package "gconf" is missing dependency "libcrypto.so.1.1"

I worked around it by manually installing the openssl-1.1 AUR package. This looks like an old library dependency because openssl is up to major version 3.

wookietreiber commented on 2022-12-11 08:26 (UTC)

Checking for required M4 macros...
  introspection.m4 not found

Please add gobject-introspection to the dependencies, possibly only needed for makedepends.