carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.11k stars 3.58k forks source link

make package not working #5602

Open ndeshp2s opened 2 years ago

ndeshp2s commented 2 years ago

CARLA version 0.9.13 Platform: Ubuntu 18.04

I have been trying to build CARLA from source for past almost a week now and everything works fine until the "make package" command. The command does not give an error but gets stuck infinitely at the following step:

LogInit: Display: LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject(). LogInit: Display: LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject(). LogInit: Display: LogInit: Display: 1101LogInit: Display: Success - 0 error(s), 6 warning(s) LogInit: Display: Success - 0 error(s), 6 warning(s) LogInit: Display: Execution of commandlet took: 4.22 seconds LogInit: Display: Execution of commandlet took: 4.22 seconds LogShaderCompilers: Display: Shaders left to compile 0 LogHttp: Display: cleaning up 0 outstanding Http requests. LogContentStreaming: Display: There are 1 unreleased StreamingManagers

If I stop the compilation manually I get the following message:

Util/BuildTools/Linux.mk:16: recipe for target 'package' failed make: *** [package] Terminated Terminated

I have tried all the possible existing issues on this topic and their solutions and none of them seems to be working.

DanielAtt2000 commented 1 year ago

@ndeshp2s Any updates on this issue?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

chuanye-Wang commented 1 month ago

@DanielAtt2000 @ndeshp2s Did you find the solution? Please let me know if you did.Thanks