Skip to content

build errors when trying build sonic for otn VS image #4

@erichaosu

Description

@erichaosu

Description

When building sonic-otn vs image, I got the following errors, this openssh-client(= 1:8.4p1-5+deb11u1) seems is not the one installed on my Linux(the build machine), my Linux is installed a different version of openssh-client.

Unpacking openssh-server (1:8.4p1-5+deb11u1) over (1:8.4p1-5+deb11u2) ...
dpkg: dependency problems prevent configuration of openssh-server:
openssh-server depends on openssh-client (= 1:8.4p1-5+deb11u1); however:
Version of openssh-client on system is 1:8.4p1-5+deb11u2.

dpkg: error processing package openssh-server (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openssh-server

  • clean_sys
  • sudo chroot ./fsroot-vs umount /sys/fs/cgroup/blkio /sys/fs/cgroup/cpu /sys/fs/cgroup/cpu,cpuacct /sys/fs/cgroup/cpuacct /sys/fs/cgroup/cpuset /sys/fs/cgroup/devices /sys/fs/cgroup/freezer /sys/fs/cgroup/hugetlb /sys/fs/cgroup/memory /sys/fs/cgroup/net_cls /sys/fs/cgroup/net_cls,net_prio /sys/fs/cgroup/net_prio /sys/fs/cgroup/perf_event /sys/fs/cgroup/pids /sys/fs/cgroup/rdma /sys/fs/cgroup/systemd /sys/fs/cgroup /sys
    umount: /sys/fs/cgroup/cpu: no mount point specified.
    umount: /sys/fs/cgroup/cpu,cpuacct: no mount point specified.
    umount: /sys/fs/cgroup/cpuacct: no mount point specified.
    umount: /sys/fs/cgroup/net_cls: no mount point specified.
    umount: /sys/fs/cgroup/net_cls,net_prio: no mount point specified.
    umount: /sys/fs/cgroup/net_prio: no mount point specified.
    umount: /sys/fs/cgroup/systemd: no mount point specified.
  • true
  • true
  • sudo LANG=C chroot ./fsroot-vs umount /proc
  • true
    [ FAIL LOG END ] [ target/sonic-vs.img.gz ]
    make: *** [slave.mk:1268: target/sonic-vs.img.gz] Error 1
    Makefile.work:603: recipe for target 'target/sonic-vs.img.gz' failed
    make[1]: *** [target/sonic-vs.img.gz] Error 2
    make[1]: Leaving directory '/home/haosu/work/sonic-otn/sonic-buildimage'
    Makefile:39: recipe for target 'target/sonic-vs.img.gz' failed
    make: *** [target/sonic-vs.img.gz] Error 2

Steps to reproduce the issue:

  1. make init
  2. make configure PLATFORM=vs
  3. make target/sonic-vs.img.gz

Describe the results you received:

Describe the results you expected:

Output of show version:

(paste your output here)

Output of show techsupport:

(paste your output here or download and attach the file here )

Additional information you deem important (e.g. issue happens only occasionally):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions