Code: Select all
emerge --root /chroot -K @systemI've read around the `emerge` man page, and stumbled upon a few flags that ended up installing a "fuller" @system set:
Code: Select all
emerge --root /chroot --sysroot /chroot -K --with-bdeps=y --root-deps @systemAm I missing some arcane flag, or is this completely unsupported? As far as I gather, --root-deps should take care of installing the DEPEND variable of any pre-EAPI7 packages, while --sysroot would take care of DEPEND in EAPI7. However, app-arch/unzip is a DEPEND of app-text/docbook-xml-dtd, which is EAPI7, and it's not being installed.
I'm sure the profile is being inherited from my root system, and the binpkg set is fresh and complete; installing the missing dependencies by directly "emerge"ing them works.
What gives?
I'll add a second question while I'm at it: Is it possible to install a set of binpkgs from a directory, without having to add a repository to `emerge` from and listing the full atoms?



