A parallel 'make -j install' fails here with | ln: failed to create symbolic link '.../image//etc/systemd/system/multi-user.target.wants/remote-fs.target': No such file or directory | make[4]: *** [install-aliases-hook] Error 1 This is because 'install-aliases-hook' requires directories created by the (parallel running) 'install-directories-hook' target which is not completed yet. A trivial fix might be +install-aliases-hook: install-directories-hook
Should be fixed in http://cgit.freedesktop.org/systemd/systemd/commit/?id=0b95a21bd70f.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.