Jonathan Schultz <[email protected]> writes: > Hello all, > > I'm a newcomer to voidlinux, which I'm running under Docker for the > purpose of building some packages with musl. > > Today I tried for the first time to build a package (fontconfig-devel) > following the instructions here: https://wiki.voidlinux.org/Xbps-src > > But when I get to the stage of trying to actually build the package > (which at this stage is still completely unmodified) I get the > following output: > >> $ ./xbps-src pkg fontconfig-devel >> [*] Updating >> `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-musl-repodata' >> ... >> x86_64-musl-repodata: 1636KB [avg rate: 811KB/s] >> [*] Updating >> `https://alpha.de.repo.voidlinux.org/current/musl/nonfree/x86_64-musl-repodata' >> ... >> [*] Updating >> `https://alpha.de.repo.voidlinux.org/current/x86_64-musl-repodata' >> ... >> ERROR: [reposync] failed to fetch file >> `https://alpha.de.repo.voidlinux.org/current/x86_64-musl-repodata': >> Not Found >> [*] Updating >> `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-musl-repodata' >> ... >> ERROR: [reposync] failed to fetch file >> `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-musl-repodata': >> Not Found >> [*] Updating >> `https://alpha.de.repo.voidlinux.org/current/aarch64/x86_64-musl-repodata' >> ... >> ERROR: [reposync] failed to fetch file >> `https://alpha.de.repo.voidlinux.org/current/aarch64/x86_64-musl-repodata': >> Not Found
These errors are irrelevant. >> ERROR unshare (Operation not permitted) This is the actual error: unshare does not have setgid (or you are not in the group). > It seems that for some reason the script is trying to sync with the > wrong repository URL? > > Many thanks for any help or pointers. > > Jonathan hth, -- Leah Neukirchen <[email protected]> http://leah.zone -- You received this message because you are subscribed to the Google Groups "voidlinux" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/871s65og6a.fsf%40vuxu.org. For more options, visit https://groups.google.com/d/optout.
