nuta / resea

A microkernel-based hackable operating system.
Other
522 stars 29 forks source link

Missing service warning for already enabled service #25

Open milisarge opened 4 years ago

milisarge commented 4 years ago

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?

nuta commented 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?

milisarge commented 4 years ago

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

nuta commented 4 years ago

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

milisarge commented 4 years ago

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

nuta commented 4 years ago

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

milisarge commented 4 years ago

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

nuta commented 4 years ago

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.