Duncan Overbruck
Duncan Overbruck
Just fully changing the ownership of the configuration directory to the writable by the unprivileged user does not seem like its necessary.
Maybe something like `root:_wpas` and make sure its only owner writable?
Yes this is known, currently all package files are stored in separate files in `/var/db/xbps/*-files.plist`. When I added the file conflict check, I choose to not read all the files...
xbps only detects file conflicts in transactions since less then a year https://github.com/void-linux/xbps/pull/121, we always just relied on packagers checking for conflicts (which didn't work that well and is the...
I think it was supposed to not add the `pkgname` field to the pkgdb, when `xbps-install` installs/updates a package it uses the `xbps_pkg_register` function to store the metadata in the...
https://github.com/void-linux/xbps/issues/304
Maybe upload your `/var/db/xbps/pkgdb-0.38.plist` file, otherwise its hard to reproduce it without knowing what packages you have installed. Also would be useful to know when it happens in `xbps-remove`, like...
``` # Template file for 'gonic' pkgname=gonic version=0.15.2 revision=1 build_style=go go_import_path="go.senan.xyz/gonic" go_package="${go_import_path}/cmd/gonic" hostmakedepends="pkg-config" makedepends=" alsa-lib-devel sqlite-devel taglib-devel" depends="ffmpeg" short_desc="Music streaming server / subsonic server API implementation" maintainer="Duncaen " license="GPL-3.0-or-later" homepage="https://github.com/sentriz/gonic"...
> I wonder if we could/should move sqlite to runtime dep instead of makedep No, its not going to even try to link the system sqlite if its not in...
Are you using this software? Otherwise since I'm using it and have contributed to it I would be open to maintaining it.