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 errors when trying build sonic for otn VS image #4

Closed
erichaosu opened this issue Oct 25, 2023 · 4 comments
Closed

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

erichaosu opened this issue Oct 25, 2023 · 4 comments

Comments

@erichaosu
Copy link

erichaosu commented Oct 25, 2023

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):

@Weitang-Zheng
Copy link

Which sonic-otn buildimage branch you are working on?

@Weitang-Zheng
Copy link

If you are working on otn-legacy, there is a submit to fix the openssh version issue c565c4b

@erichaosu
Copy link
Author

erichaosu commented Nov 2, 2023

I am working on branch otn_pre_202411. did a 'git pull' and restart build, same error:
Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service -> /lib/systemd/system/smartmontools.service.

  • sudo dpkg --root=./fsroot-vs -i target/debs/bullseye/openssh-server_8.4p1-5+deb11u1_amd64.deb
    dpkg: warning: downgrading openssh-server from 1:8.4p1-5+deb11u2 to 1:8.4p1-5+deb11u1
    (Reading database ... 49475 files and directories currently installed.)
    Preparing to unpack .../openssh-server_8.4p1-5+deb11u1_amd64.deb ...
    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

@sonic-otn
Copy link
Owner

The otn_pre_202411 branch doesn't contain any OTN implementation yet, it's a native sonic image. The sonic-otn group are working on merging otn_legacy implementations to the otn_pre_202411 branch.

If you want to test and play with sonic-otn system, please switch to the otn_legacy branch. And you can compile the system and refer to the github actions and download the artifacts if you don't want build it.

For this compile issue, you can change the openssh-version in rules/openssh.mk to
OPENSSH_VERSION = 8.4p1-5+deb11u2

sonic-otn pushed a commit that referenced this issue Jan 31, 2024
…est HEAD automatically (sonic-net#15725)

#### Why I did it
src/sonic-dash-api/sonic-dash-api
```
* 3f728d1 - (HEAD -> master, origin/master, origin/HEAD) Update vnet_direct in route.proto (#4) (11 days ago) [Ze Gan]
```
#### How I did it
#### How to verify it
#### Description for the changelog
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

3 participants