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

Package all does not exist. #981

Open
rishikaimal opened this issue Jun 7, 2024 · 0 comments
Open

Package all does not exist. #981

rishikaimal opened this issue Jun 7, 2024 · 0 comments

Comments

@rishikaimal
Copy link

Hi, I am trying to build ONL armhf on Ubuntu latest (64-bit) and it gives Pkg all does not exist error at during the final make command while following the "build by hand" method specified in the Building.md file.

zen@rishi:~/OpenNetworkLinux$ docker/tools/onlbuilder -8

Unable to find image 'opennetworklinux/builder8:1.11' locally
1.11: Pulling from opennetworklinux/builder8
f8efbffe7b95: Pulling fs layer 
a3ed95caeb02: Pulling fs layer 
a54bc8aac8b6: Pulling fs layer 
fc8f8648f60d: Pulling fs layer 
67e093370f2f: Waiting 
94515acdfa41: Waiting 
7be36e1a5bb7: Waiting 
0f9319780d72: Waiting 
0f9319780d72: Pull complete 
657316ce36fe: Pull complete 
923a9a79e824: Pull complete 
52ab93a1d52c: Pull complete 
99caab4c13fa: Pull complete 
1640c4bbab1b: Pull complete 
cafe9d3cd2eb: Pull complete 
e497aa25e5a0: Pull complete 
9baf45bbb02f: Pull complete 
9235158e6ea0: Pull complete 
11f0dc5f6530: Pull complete 
871c79992097: Pull complete 
ec0229961778: Pull complete 
b12105581fca: Pull complete 
35d10abe4c58: Pull complete 
1dc3d8acd06f: Pull complete 
8d6885a99cc0: Pull complete 
a06a8f38eba3: Pull complete 
1d9878a2f9d6: Pull complete 
2c17d7223dfe: Pull complete 
112ec7aaf930: Pull complete 
423c3f34e26f: Pull complete 
85514020b3d3: Pull complete 
27d58aa60250: Pull complete 
f553d383051a: Pull complete 
3073ab05c4b8: Pull complete 
5cd983e7b785: Pull complete 
388527f0fe11: Pull complete 
8c7fe7c27931: Pull complete 
f01e2770b330: Pull complete 
4da7bf605265: Pull complete 
2e14cc2c9d9c: Pull complete 
fdc2c12cbbbf: Pull complete 
d5210cbd0a15: Pull complete 
567e6de5d67d: Pull complete 
5d70d7578e10: Pull complete 
21b79ff73aa5: Pull complete 
f132f59bff47: Pull complete 
863780759b4d: Pull complete 
743daf8fcb9f: Pull complete 
cf0bd9f33a07: Pull complete 
d370aabfcb3e: Pull complete 
8a0b3e124fdc: Pull complete 
c485641f440b: Pull complete 
545fc37f1643: Pull complete 
f16bd2973838: Pull complete 
681fe88bfd38: Pull complete 
bf370728880c: Pull complete 
487ff24d80a8: Pull complete 
34460bf3399e: Pull complete 
573b3601f5d7: Pull complete 
ddd441bc2a8e: Pull complete 
Digest: sha256:9e1054ca3014e218e74a1973ec349d8f63ac626641cc47f4ce47b3551f1c3a42
Status: Downloaded newer image for opennetworklinux/builder8:1.11
[ ok ] Enabling additional executable binary formats: binfmt-support.

zen@rishi:~/OpenNetworkLinux$ apt-cacher-ng
zen@rishi:-/OpenNetworkLinux$ source setup.env

Submodule 'sm/infra' (http://github.com/opennetlinux/infra) registered for path 'sm/infra'
Cloning into 'sm/infra'...
remote: Enumerating objects: 1924, done.
remote: Total 1924 (delta 0), reused 0 (delta 0), pack-reused 1924
Receiving objects: 100% (1924/1924), 472.44 KiB | 0 bytes/s, done.
Resolving deltas: 100% (1103/1103), done.
Checking connectivity... done.
Submodule path 'sm/infra': checked out '8621a0bab76affaaad6dee0939fda0737c32c881'
Submodule 'sm/bigcode' (http://github.com/opennetlinux/bigcode) registered for path 'sm/bigcode'
Cloning into 'sm/bigcode'...
remote: Enumerating objects: 4088, done.
remote: Counting objects: 100% (91/91), done.
remote: Compressing objects: 100% (43/43), done.
remote: Total 4088 (delta 46), reused 80 (delta 41), pack-reused 3997
Receiving objects: 100% (4088/4088), 1.14 MiB | 0 bytes/s, done.
Resolving deltas: 100% (2529/2529), done.
Checking connectivity... done.
Submodule path 'sm/bigcode': checked out '981aee67ebf433d42f444d4faf1a46a596b39555'
Submodule 'sm/build-artifacts' (http://github.com/opennetlinux/build-artifacts) registered for path 'sm/build-artifacts'
Cloning into 'sm/build-artifacts'...
remote: Enumerating objects: 53, done.
remote: Total 53 (delta 0), reused 0 (delta 0), pack-reused 53
Unpacking objects: 100% (53/53), done.
Checking connectivity... done.
Submodule path 'sm/build-artifacts': checked out '7567e96c5361c69672c80986a6ec585e0b19eb00'

zen@rishi:~/OpenNetworkLinux$ make armhf

make -C builds/armhf
make[1]: Entering directory '/home/zen/OpenNetworkLinux/builds/armhf'
GEN pkgall
ERROR:onlpm:'Package all does not exist.'
/home/zen/OpenNetworkLinux/make/pkg.mk:30: recipe for target 'pkgall' failed
make[2]: *** [pkgall] Error 1
/home/zen/OpenNetworkLinux/make/subdirs.mk:15: recipe for target 'all' failed
make[1]: *** [all] Error 1
make[1]: Leaving directory '/home/zen/OpenNetworkLinux/builds/armhf'
Makefile:23: recipe for target 'armhf' failed
make: *** [armhf] Error 2

Can anyone help me in finding out where I am going wrong with this?
Thanks in advance!

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