ios-xr / gisobuild

Golden ISO build tool for ios-xr
Other
28 stars 14 forks source link

NCS540- Gisobuild failed: Missing environment requirements packaging #39

Open msh1381 opened 5 months ago

msh1381 commented 5 months ago

Hi, I am trying to build a GISO for NCS 540 platform , ang getting this error "Gisobuild failed: Missing environment requirements packaging" Just wondering what is the issue and possible solution for that? I used the same script for ASR9k platform and successfully built the GISO image.

NeilKetley commented 5 months ago

Hi,

Based on the error message text I presume you are building a GISO for an NCS540L variant. The set of tools needed to package the software in this case is different and presumably you don't have all the necessary dependencies on your host. The https://github.com/ios-xr/gisobuild/blob/master/README.md file provides information on all the packaging dependencies, and how to install them if you have a fairly standard setup. Alternatively there is a docker-based GISO build option that will resolve all the dependencies for you, if you are able to use docker.

I hope that helps. Let me know if you have more questions or issues.