Open milisarge opened 4 years ago
It seems the tcpip server is not embedded into the OS image (because [vm] lauching tcpip...
does not appear in the log) despite it is enabled in the build config. I think it is a bug in the build system. Could you make clean
and try it again?
i did make clean
, and still giving same error. Can you reproduce with this config?
I can't reproduce the problem. Could you share the build log (the output of make V=1
)?
Could you try building with that config in a newly cloned repository? If the problem still appears, I'd like to know your development environment (especially make --version
).
config: https://gist.github.com/milisarge/43b88d51dde4b2d8c87394af2bbe5645 i gave same warnings with commit ed559be7c7c7741fe4d71d29ea2943b19d6dbe3e (HEAD -> master, origin/master, origin/HEAD) and my make is GNU Make 4.2.1
Hmm I still cannot reproduce this problem. Which operating system do you use? I couldn't reproduce it on macOS 10.15.7 and Ubuntu 20.04.
Just in case: did you tried with a newly (clean) cloned repository with that config? Perhaps build
or existing .config
causes the trouble.
my config is: https://gist.github.com/milisarge/51ff85e055f4033553026a1ca7a9faed
i am giving this screen:
I am talking about TCPIP service, am i missing some configuration?