[systemd-devel] recipe for target 'dbus1-generator-install-hook' failed
Peeters Simon
peeters.simon at gmail.com
Thu Feb 13 12:29:13 PST 2014
hello all,
I usually run systemd from git using the arch aur package systemd-git
and yaourt to compile and install this, but this currently fails with
LN dbus1-generator-install-hook
what="" && wants=runlevel3.target && dir=/usr/lib/systemd/system &&
[ -z "$what" ] || (
dir=/tmp/yaourt-tmp-simon/aur-systemd-git/pkg/systemd-git$dir/$wants.wants
&& /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i
in $what; do ln -s ../$i . || exit $? ; done )
ln: failed to create symbolic link
'/tmp/yaourt-tmp-simon/aur-systemd-git/pkg/systemd-git/usr/lib/systemd/user-generators/systemd-dbus1-generator':
No such file or directory
Makefile:15631: recipe for target 'dbus1-generator-install-hook' failed
make[4]: *** [dbus1-generator-install-hook] Error 1
make[4]: *** Waiting for unfinished jobs....
Which appears to be because nothing in the build system creates
"/usr/lib/systemd/user-generators".
Unfortunately I am really bad with build systems, so could somebody
check and fix this?
Thanks.
Simon
More information about the systemd-devel
mailing list