I am running into issues when packaging projects (that worked on 4.24) on Linux with 4.25:
[2020.05.06-19.45.20:926][603]UATHelper: Packaging (Linux): [4/5] Link (lld) Blocks
[2020.05.06-19.45.24:590][613]UATHelper: Packaging (Linux): ld.lld: error: /media/UE/UnrealEngine-4.25.0-linux-all/Engine/Source/ThirdParty/OpenVR/OpenVRv1_5_17/lib/linux64/libopenvr_api.so: undefined reference to std::__throw_out_of_range_fmt(char const*, ...)
[2020.05.06-19.45.24:590][613]UATHelper: Packaging (Linux): clang++: error: linker command failed with exit code 1 (use -v to see invocation)
[2020.05.06-19.45.24:590][613]PackagingResults: Error: /media/UE/UnrealEngine-4.25.0-linux-all/Engine/Source/ThirdParty/OpenVR/OpenVRv1_5_17/lib/linux64/libopenvr_api.so: undefined reference to std::__throw_out_of_range_fmt(char const*, ...)
[2020.05.06-19.45.24:590][613]PackagingResults: Error: linker command failed with exit code 1 (use -v to see invocation)
Anyone have any thoughts?