Topic: how to get libretools to read local pkg repo
Hi, back again because I don't understand librechroot/libremakepkg well enough.
My problem is: some pkgs need (or ideally should use) pkgs that previously built via libremakepkg then installed into the main system via pacman local repository, but the librechroot doesn't want to read the main system's local repo!
I had this dirtily figured out before, but i had to reinstall Hyperbola and running into this same problem again >.<
my /etc/pacman.conf has:
[foxypkgs]
SigLevel Optional TrustAll
Server = file:///var/local/foxypkgsdirectly above the default [core] and [extra] parts
/var/local/foxypkgs is root:root 755 permissions, so i don't think that would be an issue..?
and all the actuall pkgs are world-readable
i did all the setup commands like https://wiki.hyperbola.info/doku.php?id … e_creation says to, and have successfully compiled pkgs with this new install via
doas libremakepkg -n native"native" cause i made a librechroot with /usr/share/pacman/defaults/makepkg.conf version set to use march=native, for myself.
so yeah, if someone knows please help?
i'm using a dedicated build user that is *not* part of wheel group but has lines in /etc/doas.conf to enable using librechroot and libremakepkg commands, is otherwise regular user with groups: users storage input
it always throws errors:
error: failed retrieving file 'foxypkgs.db' from disk : Couldn't open file /var/local/foxypkgs/foxypkgs.db
error: failed to update foxypkgs (download library error)then works fine for core & extra, as expected - but no luck for my local repo.
https://www.deviantart.com/miwakomi