resea icon indicating copy to clipboard operation
resea copied to clipboard

Missing service warning for already enabled service

Open milisarge opened this issue 5 years ago • 7 comments

my config is: https://gist.github.com/milisarge/51ff85e055f4033553026a1ca7a9faed

i am giving this screen: resea1

I am talking about TCPIP service, am i missing some configuration?

milisarge avatar Oct 12 '20 10:10 milisarge

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?

nuta avatar Oct 12 '20 12:10 nuta

i did make clean , and still giving same error. Can you reproduce with this config?

milisarge avatar Oct 12 '20 20:10 milisarge

I can't reproduce the problem. Could you share the build log (the output of make V=1)?

nuta avatar Oct 13 '20 10:10 nuta

build.log -> https://gist.github.com/milisarge/dac78cfc080c3cf00c1e62e0df7e3b0b

milisarge avatar Oct 13 '20 13:10 milisarge

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).

nuta avatar Oct 16 '20 12:10 nuta

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

milisarge avatar Oct 29 '20 09:10 milisarge

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.

nuta avatar Oct 30 '20 08:10 nuta