New comment by mobinmob on void-packages repository https://github.com/void-linux/void-packages/pull/25743#issuecomment-1280208811 Comment: > I spun up a VM to test this PR, and everything seems to work fine. One thing I noticed while setting it up is that some of these packages are missing dependencies on s6-rc, s6, and execline. Without these packages installed, boot-66serv will never bring Void to a functional state. On Obarun, these are all dependencies of the 66 package, while Void lacks these dependencies. Thank you for testing! The 66 package should depend on these implicitly, since its template contains `makedepends="oblibs-devel skalibs-devel execline-devel s6-devel s6-rc-devel"`. The other packages depend on it - I did have these deps on boot-66serv before and I removed them because of the dependency on 66. I will check the packages again and see why there is an issue. OFC 66 cannot work without s6 and s6-rc :)