travitch / build-bom

Dynamically discover the commands used to create a piece of software
Apache License 2.0
46 stars 8 forks source link

Display more information associated with a process spawn error. #38

Closed kquick closed 2 years ago

kquick commented 2 years ago

Without this, if clang wasn't present the only error was the rather inscrutable:

Error building bitcode: 2 (file not found)

This adds more explicit reporting information about what was being attempted to help determine what wasn't actually found.