Open xrkong opened 7 months ago
The command "make package" is calling other make commands to build the image. For that reason, I would look up the sub commands in the make file
https://github.com/carla-simulator/carla/blob/dev/Util/BuildTools/Linux.mk
package: CarlaUE4Editor PythonAPI
You can try if the sub commands work and go from there.
The real error message in between the "[655/659]" lines, because Carla is building with multiple Threads. If one Thread has an error, the other Threads finish the run, and the error message will get lost in between.
I only made a image for 0.9.13 and 0.9.14, and still have to bug-fix the Dockerfile for 0.9.15 I may can help more if I have an 0.9.15 image.
Hi,
could you provide the full log along with the file "/root/Library/Logs/Unreal Engine/LocalBuildLogs/Log.txt"?
Marcel
Hi Marcel,
I didn't find that folder in that path. But I find another Log.txt in here,
/home/carla/UE4.26/Engine/Programs/UnrealBuildTool/Log.txt
Thanks for your comment!
Ray
Hi Marcel,
Thank you for your attention.
I went into the container, ran make package
manually and found the file you mentioned.
UBT-UnrealPak-Linux-Development.txt UBT-CarlaUE4-Linux-Shipping.txt Log.txt
Regards, Ray
Hi,
The build part seems need root
, but the cook part says Refusing to run with the root privileges.
which is confused me.
Regards,
Ray
CARLA version: 0.9.15 Platform/OS: Host OS Ubuntu 22.04, Docker OS Ubuntu 18.04 Problem you have experienced:
$ docker build -t carla -f Carla.Dockerfile .
I paste the logs for others to search.
What you expected to happen: Keep building the image.
Steps to reproduce:
$ docker build -t carla -f Carla.Dockerfile .
Other information (documentation you consulted, workarounds you tried): Build Unreal Engine and CARLA in Docker