Search Criteria
Package Details: wf-config 0.10.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wf-config.git (read-only, click to copy) |
|---|---|
| Package Base: | wf-config |
| Description: | A library for managing configuration files, written for wayfire |
| Upstream URL: | https://wayfire.org |
| Licenses: | MIT |
| Submitter: | aperez |
| Maintainer: | aperez |
| Last Packager: | aperez |
| Votes: | 16 |
| Popularity: | 0.138541 |
| First Submitted: | 2019-02-14 08:33 (UTC) |
| Last Updated: | 2025-08-28 08:27 (UTC) |
Dependencies (9)
- libevdev (libevdev-gitAUR)
- libxml2 (libxml2-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- doctest (make)
- glm (glm-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
Latest Comments
1 2 Next › Last »
aperez commented on 2025-08-30 20:25 (UTC)
@Lehmeier: The Wayfire package already uses
-Duse_system_wfconfig=enabled, as you can see here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=wayfire&id=a70ec100a6a9c186578efd3f729d09157c1c0a69#n20The issue seems to be with something in your system, as two packages “own” the same file. Could you try removing all Wayfire packages and reinstalling?
Lehmeier commented on 2025-08-30 06:27 (UTC)
Hello! For a few days now, the system has been trying to install wf-config and keeps crashing with an error message:
wf-config 0.9.0-2 0.10.0-1 -0,03 MiB
Gesamtgröße der installierten Pakete: 0,48 MiB Größendifferenz der Aktualisierung: -0,03 MiB
:: Installation fortsetzen? [J/n] (1/1) Schlüssel im Schlüsselbund werden geprüft [-----------------------------------------------------------------------------------------] 100% (1/1) Paket-Integrität wird überprüft [-----------------------------------------------------------------------------------------] 100% (1/1) Paket-Dateien werden geladen [-----------------------------------------------------------------------------------------] 100% (1/1) Auf Dateikonflikte wird geprüft [-----------------------------------------------------------------------------------------] 100% Fehler: Der Vorgang konnte nicht durchgeführt werden (In Konflikt stehende Dateien) wf-config: /usr/include/wayfire/nonstd/safe-list.hpp existiert im Dateisystem (gehört zu wayfire) Fehler sind aufgetreten, keine Pakete wurden aktualisiert. -> error installing: [/home/ralf/.cache/yay/wf-config/wf-config-0.10.0-1-x86_64.pkg.tar.zst] - exit status 1 error installing: [/home/ralf/.cache/yay/wf-config/wf-config-0.10.0-1-x86_64.pkg.tar.zst] - exit status 1
After inquiring at https://github.com/WayfireWM/wf-config/issues/82#issuecomment-3238330914, I received this response: "It sounds like a packaging issue, in that case. If wf-config and wayfire are packaged separately, the wayfire package must be built with -Duse_system_wfconfig=enabled or else it will build wf-config as a subproject and include the files with wayfire installation."
Could something have gone wrong when creating the package?
Thank you in advance.
Best regards, R. Lehmeier
aperez commented on 2024-06-18 14:19 (UTC)
@Strit: Good find, thanks for the heads up! The patch is now included in the build :)
Strit commented on 2024-06-15 19:34 (UTC)
@MooZonkey and @adi1090x: Seems this package requires https://github.com/WayfireWM/wf-config/commit/af1bddc9d7191b9902edcb4c74572eac65577806 for building with GCC 14.
@aperez: Can you include this patch?
adi1090x commented on 2024-06-05 05:07 (UTC)
Same issue as @MooZonkey
MooZonkey commented on 2024-06-04 23:00 (UTC)
I currently have this error when running makepkg -si . I manually verified all dependencies were installed. At a complete loss.
yan12125 commented on 2021-04-24 01:09 (UTC)
Hi, coud you also add
cmaketo makedepends? If I build both doctest and wf-config in clean chroots, the latter fails as meson cannot find doctest via cmake:ablankley commented on 2021-04-21 23:42 (UTC)
doctestshould be listed as a make dependency. Build fails without itaperez commented on 2020-08-10 19:22 (UTC)
@librewish: GLM is only needed at build time, if you check which libraries
libwf-config.soneeds at run time... it does not appear listed:Using
nm -Don the library also does not show any unresolved symbols from GLM.librewish commented on 2020-08-08 19:42 (UTC)
@aperez add glm as dep
In addition to make dep
1 2 Next › Last »