Package Details: gconf 3.2.6+11+g07808097-15

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-2.0-only
Submitter: arojas
Maintainer: Insprill
Last Packager: Insprill
Votes: 124
Popularity: 3.00
First Submitted: 2020-01-02 20:47 (UTC)
Last Updated: 2025-05-08 18:53 (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 .. 9 Next › Last »

ViewtifulHawk commented on 2025-05-09 10:08 (UTC)

@Insprill thanks a lot! working again without errors

patlefort commented on 2025-05-08 22:42 (UTC)

I'm quite certain that doing arch=($CARCH) isn't valid. It should specify all archs that it supports explicitly.

Insprill commented on 2025-05-08 18:54 (UTC)

@ViewtifulHawk I added a check to also grab it from there. This is getting extremely hacky 😅

ViewtifulHawk commented on 2025-05-08 08:27 (UTC)

Don't know if this hack will work for everyone. On my system the file is located at /usr/share/aclocal/nls.m4. Had to comment out the line you added and then the build ran fine.

Insprill commented on 2025-05-07 16:43 (UTC)

I implemented @rlct0's hacky fix for now. If someone knows the proper way to fix this, please let me know.

rlct0 commented on 2025-05-07 08:54 (UTC)

I managed to avoid the undefined macro error by adding this in the middle of prepare():

cp /usr/share/gettext/m4/nls.m4 m4/nls.m4.

Not sure what the correct way to fix this would be.

RealGecko commented on 2025-05-05 21:41 (UTC) (edited on 2025-05-05 21:41 (UTC) by RealGecko)

During compilation I get this error:

error: possibly undefined macro: AM_NLS

Insprill commented on 2025-02-09 20:09 (UTC)

@dreieck Fixed, thank you.

dreieck commented on 2025-02-09 14:47 (UTC)

You need to make the license identifier SPDX compliant:

gconf E: LGPL is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

Regards and thanks for the package!

Insprill commented on 2025-02-09 01:05 (UTC) (edited on 2025-02-09 01:06 (UTC) by Insprill)

@micwoj92 It does not - removed. Thank you.