New comment by bruceloco on void-packages repository https://github.com/void-linux/void-packages/issues/35410#issuecomment-1525673378 Comment: > see the readme, you can run xbps-src on debian directly, because the build environment is a chroot/container already: > > > If `xbps-uunshare` does not work because of lack of `user_namespaces(7)` support, try other [chroot methods](https://github.com/void-linux/void-packages#chroot-methods). > > https://github.com/void-linux/void-packages#foreign Yeah, i followed that, the CHROOT is now fine except now i get the prctl SECBIT_NOROOT (Operation not permitted) example ./xpbs-src pkg linux6.2 ERROR: prctl SECBIT_NOROOT (Operation not permitted) What does this mean? does this mean that the chroot has this option? my pid has all capabilities, output of getpcaps =ep or is this a process inside the chroot which is a void process? I also tired XBPS_ALLOW_CHROOT_BREAKOUT=yes and ran as root the result was also ERROR: prctl SECBIT_NOROOT (Operation not permitted)