Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install parallel issue #212

Closed
RomainNaour opened this issue May 25, 2018 · 0 comments
Closed

Install parallel issue #212

RomainNaour opened this issue May 25, 2018 · 0 comments

Comments

@RomainNaour
Copy link

Hi,

With a fast build server, make install fail when a symlink to usr/share/bash-completion/completions/7z is created before creating usr/share/bash-completion/completions directory.
It seems that a installdirs dependency is missing on symlinks Makefile target.

make[3]: Nothing to be done for install-exec-am'. for file in 7za ; do \ rm -f /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/bash-completion/completions/$file && \ ln -s 7z /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/bash-completion/completions/$file ; \ done /bin/mkdir -p '/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/bash-completion/completions' ln: failed to create symbolic link /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/bash-completion/completions/7za': No such file or directory

See complete build log:
http://autobuild.buildroot.net/results/7eea0f512695605714cf2d8c971778d4784b4c75/build-end.log

@scop scop closed this as completed in ee6b37a May 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant