Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails for edgecore platform #58

Open
w1kl4s opened this issue Nov 26, 2020 · 0 comments
Open

Build fails for edgecore platform #58

w1kl4s opened this issue Nov 26, 2020 · 0 comments

Comments

@w1kl4s
Copy link

w1kl4s commented Nov 26, 2020

After building all packages according to instructions from here, i tried building for edgecore platform with

opx-build/scripts/opx_run opx_rel_pkgasm.py --dist stable \
  -b opx-onie-installer/release_bp/OPX_edgecore_base_stretch.xml

But it eventually fails with

Traceback (most recent call last):                                                                                                                                                                                                      
  File "/opt/opx-build/scripts/opx_rel_pkgasm.py", line 1403, in <module>                                                                                                                                                               
    sys.exit(main())                                                                                                                                                                                                                    
  File "/opt/opx-build/scripts/opx_rel_pkgasm.py", line 1353, in main                                                                                                                                                                   
    rel_plan.add_packages()                                                                                                                                                                                                             
  File "/opt/opx-build/scripts/opx_rel_pkgasm.py", line 946, in add_packages                                                                                                                                                            
    packer.fetch(names=deb_package_list)                                                                                                                                                                                                
  File "/opt/opx-build/scripts/opx_get_packages.py", line 446, in fetch                                                                                                                                                                 
    pkg = self._cache[package_name]                                                                                                                                                                                                     
  File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 200, in __getitem__
    raise KeyError('The cache has no package named %r' % key)
opx_get_packages.OpxPackagesError: Can't find opx-edgecore-as7512-32x in package cache

How can i build this package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant