[systemd-bugs] [Bug 63474] New: buildsystem: race in 'make -j install'
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Apr 12 08:11:36 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=63474
Priority: medium
Bug ID: 63474
Assignee: systemd-bugs at lists.freedesktop.org
Summary: buildsystem: race in 'make -j install'
QA Contact: systemd-bugs at lists.freedesktop.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: enrico.scholz at sigma-chemnitz.de
Hardware: Other
Status: NEW
Version: unspecified
Component: general
Product: systemd
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
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130412/8e680894/attachment.html>
More information about the systemd-bugs
mailing list