Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Make failed on NFS volume #2316

Open
yongli3 opened this issue Sep 23, 2016 · 3 comments
Open

Make failed on NFS volume #2316

yongli3 opened this issue Sep 23, 2016 · 3 comments

Comments

@yongli3
Copy link
Contributor

yongli3 commented Sep 23, 2016

I performed the " make alldefconfig; make" commands on a nfs mounted volume, it seems that the make process enter into a dead loop in "generates these .o.dep files"

@yongli3
Copy link
Contributor Author

yongli3 commented Sep 26, 2016

It seems that the line 11 in tools/build/Makefile.common has problems. the target is depending on the DEPENDENCY_CACHE file, but the .py command will update the DEPENDENCY_CACHE file, make tool will re-generate Makefile.gen file again and again

@glima
Copy link

glima commented Sep 26, 2016

It seems that the lin 11 in tools/build/Makefile.common has problems. the target is depending on the DEPENDENCY_CACHE file, but the .py command will update the DEPENDENCY_CACHE file, make tool will re-generate Makefile.gen file again and again

It looks a bit odd, indeed, but I wonder how haven't we hit this before.

You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#2316 (comment)

Gustavo Lima Chaves
Intel - Open Source Technology Center

@yongli3
Copy link
Contributor Author

yongli3 commented Sep 27, 2016

@glima I did not encounter this issue before. But when I native build Soletta using Pi3/Minnowmax boards, the problem occurs:
tools/build/Makefile.common:7: update target 'Kconfig.gen' due to: .config-cache
./data/scripts/dependency-resolver.py --compiler="cc" --cflags=" -std=gnu99 -Werror=implicit-function-declaration"
--ldflags="" --cache="./.config-cache"
--pkg-config="pkg-config" --kconfig-gen

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants