Open mramezani95 opened 1 month ago
can please check this error "dn't find these debs: adduser apt base-files base-passwd bash bsdutils coreutils dash debconf debian-archive-keyring debianutils diffutils dpkg e2fsprogs findutils gcc-12-base gpgv grep gzip hostname init-system-helpers libacl1 libapt-pkg6.0 libattr1 libaudit-common libaudit1 libblkid1 libbz2-1.0 libc-bin libc6 libcap-ng0 libcap2 libcom-err2 libcrypt1 libdb5.3 libdebconfclient0 libext2fs2 libffi8 libgcc-s1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libhogweed6 libidn2-0 liblz4-1 liblzma5 libmd0 libmount1 libnettle8 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g libpcre2-8-0 libseccomp2 libselinux1 libsemanage-common libsemanage2 libsepol2 libsmartcols1 libss2 libstdc++6 libsystemd0 libtasn1-6 libtinfo6 libudev1 libunistring2 libuuid1 libxxhash0 libzstd1 login logsave mawk mount ncurses-base ncurses-bin passwd perl-base sed sysvinit-utils tar tzdata usr-is-merged util-linux util-linux-extra zlib1g". This could be issue in your local environment
Hi @arlakshm, As far as I know, the build process is delegated to a number of slave docker containers. I think the slave containers are not setup properly in this case. By the way, I checked some of these dependencies on my machine and they are already installed.
Description
I was following the directions on the README page to build a SONiC image for the VS platform from the master branch, but the last command fails:
The error log shows that the target
target/sonic-vs.bin__vs__rfs.squashfs
fails to build. However, I was able to build this target separately using the following command:But the
make all
command still fails (for a different target) even after executing the above command.Steps to reproduce the issue:
make clean
make init
make configure PLATFORM=vs
make SONIC_BUILD_JOBS=4 all
Describe the results you received:
The
make all
command fails for the targettarget/sonic-vs.bin__vs__rfs.squashfs
. The error log is provided below:Describe the results you expected:
The
make all
command should succeed.Output of
show version
:N/A
Output of
show techsupport
:N/A
Additional information you deem important (e.g. issue happens only occasionally):
Always reproducible.