Artificial intelligent assistant

Is it safe to install packages with multiple instances of emerge running at the same time? I'm currently installing Gentoo by following the Handbook. I ran `emerge -uDN @world` after changing USE flags and it's taking hours, but I would like to continue with the next step. Is it fine to `emerge` the kernel and other packages I'll need in a separate tty without waiting for it to finish? Pacman prevents you from running multiple instances by checking for `pacman.lock`, but emerge doesn't seem to do the same.

No and yes, `emerge` like `pacman` discourages multiple instances. A lock is created during the dependency checking phase(the dependency graph is then put in RAM) and the install phase, but not during the compile phase, as @Eduardo noted, this allows multiple runs of `emerge`(and single writes to the `vdb`, but the same package can be compiled twice, which some consider counter productive. Most users choose to use the option `--keep-going` should breakage occur.

In order to speed up your `emerge --newuse --update` consider using the `--jobs` option. See Parallel Builds With Gentoo's Emerge, and have a look at `man emerge`

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy c5c1af52c08850c334d1120a1852272d