Package Details: gconf 3.2.6+11+g07808097-12

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://gitlab.gnome.org/Archive/gconf
Licenses: LGPL
Submitter: arojas
Maintainer: Insprill
Last Packager: Insprill
Votes: 121
Popularity: 1.14
First Submitted: 2020-01-02 20:47 (UTC)
Last Updated: 2025-01-21 18:32 (UTC)

Required by (185)

Sources (7)

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

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

xiaotong commented on 2021-03-15 13:15 (UTC)

libtool: install: /usr/bin/install -c .libs/gconfd-2 /tmp/yaourt-tmp/aur-gconf/pkg/gconf/usr/lib/gconfd-2
sed -e 's,[@]sysgconfdir[@],/etc/gconf,g' \
    <./default.path.in >default.path
/bin/sh /tmp/yaourt-tmp/aur-gconf/src/gconf/install-sh -d /tmp/yaourt-tmp/aur-gconf/pkg/gconf/etc/gconf/2
if test -f /tmp/yaourt-tmp/aur-gconf/pkg/gconf/etc/gconf/2/path; then               \
    echo "Existing path configuration file not changed";                \
else                                            \
    /usr/bin/install -c -m 644 default.path /tmp/yaourt-tmp/aur-gconf/pkg/gconf/etc/gconf/2/path;   \
fi
 /usr/bin/mkdir -p '/tmp/yaourt-tmp/aur-gconf/pkg/gconf/usr/include/gconf/2/gconf'
 /usr/bin/install -c -m 644 gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h '/tmp/yaourt-tmp/aur-gconf/pkg/gconf/usr/include/gconf/2/gconf'
 /usr/bin/mkdir -p '/tmp/yaourt-tmp/aur-gconf/pkg/gconf/usr/share/gir-1.0/'
 /usr/bin/install -c -m 644 GConf-2.0.gir '/tmp/yaourt-tmp/aur-gconf/pkg/gconf/usr/share/gir-1.0/'
make[3]: *** [Makefile:878: install-girDATA] Segmentation fault (core dumped)
make[3]: Leaving directory '/tmp/yaourt-tmp/aur-gconf/src/gconf/gconf'
make[2]: *** [Makefile:1067: install-am] Error 2
make[2]: Leaving directory '/tmp/yaourt-tmp/aur-gconf/src/gconf/gconf'
make[1]: *** [Makefile:1060: install] Error 2
make[1]: Leaving directory '/tmp/yaourt-tmp/aur-gconf/src/gconf/gconf'
make: *** [Makefile:588: install-recursive] Error 1
make: Leaving directory '/tmp/yaourt-tmp/aur-gconf/src/gconf'
==> ERROR: A failure occurred in package().
    Aborting...
==> ERROR: Makepkg was unable to build gconf.
==> Restart building gconf ? [y/N]
==> ------------------------------
==> n
==> ERROR: unable to update

IslandC0der commented on 2021-03-01 00:09 (UTC)

Hi @Tjuh, it should be working now

Thanks for reporting :)

Tjuh commented on 2021-02-27 14:20 (UTC)

libtool: install: /usr/bin/install -c .libs/libgsettingsgconfbackend.lai /tmp/makepkg/gconf/pkg/gconf/usr/lib/gio/modules/libgsettingsgconfbackend.la
libtool: warning: remember to run 'libtool --finish /usr/lib/gio/modules'
 /usr/bin/mkdir -p '/tmp/makepkg/gconf/pkg/gconf/usr/share/aclocal'
 /usr/bin/mkdir -p '/tmp/makepkg/gconf/pkg/gconf/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 gconf-2.m4 '/tmp/makepkg/gconf/pkg/gconf/usr/share/aclocal'
 /usr/bin/install -c -m 644 gconf-2.0.pc '/tmp/makepkg/gconf/pkg/gconf/usr/lib/pkgconfig'
mv: cannot stat '/tmp/makepkg/gconf/pkg/gconf/etc/dbus-1/system.d/*': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
==> Removing installed dependencies...
checking dependencies...
:: git optionally requires perl-libwww: git svn
:: python optionally requires python-setuptools

IslandC0der commented on 2021-02-17 12:50 (UTC)

Hi @ashkol, please try running the following command before compiling: pacman -U https://archive.archlinux.org/packages/g/gobject-introspection/gobject-introspection-{,runtime-}1.66.1-1-x86_64.pkg.tar.zst, and make sure to change gobject-introspection in makedepends to gobject-introspection=1.66.1-1.

The latest gobject-introspection version is only compatible with python 3.9, so downgrading it to the one for 3.8 should fix it.

ashkol commented on 2021-02-17 11:55 (UTC)

Kindly solve or advise me solve the following error. Using python version 3.8.5.

ModuleNotFoundError: No module named 'giscanner._giscanner' make[3]: [/usr/share/gobject-introspection-1.0/Makefile.introspection:156: GConf-2.0.gir] Error 1 make[3]: Leaving directory '/tmp/yaourt-tmp-ashis/aur-gconf/src/gconf/gconf' make[2]: [Makefile:580: all] Error 2 make[2]: Leaving directory '/tmp/yaourt-tmp-ashis/aur-gconf/src/gconf/gconf' make[1]: [Makefile:588: all-recursive] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-ashis/aur-gconf/src/gconf' make: [Makefile:472: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build gconf.

imi415 commented on 2020-12-31 09:01 (UTC) (edited on 2020-12-31 09:01 (UTC) by imi415)

This package still needs gobject-introspection as a dependency. Install this if encountering some M4 file missing errors.

generaleramon commented on 2020-11-16 18:08 (UTC)

builds fine on aarch64

IslandC0der commented on 2020-10-24 12:05 (UTC)

@HunabKu I can't reproduce unfortunately, for me it downloads just fine.

Seems like a temporary issue; are you still having it?

HunabKu commented on 2020-10-23 07:57 (UTC)

https://gitlab.gnome.org/ return 502 :(