Skip to content
New issue

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

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

Already on GitHub? # to your account

Does SONiC Deb-9 source code can build now? #1492

Closed
jostar-yang opened this issue Mar 14, 2018 · 1 comment
Closed

Does SONiC Deb-9 source code can build now? #1492

jostar-yang opened this issue Mar 14, 2018 · 1 comment

Comments

@jostar-yang
Copy link
Contributor

Description
We git clone SONiC deb9 to build, but fail. Does SONiC deb-9 start to wrok?

Steps to reproduce the issue:
1.git clone https://github.com/lguohan/sonic-buildimage
cd sonic-buildimage
git checkout stretch
2. make init
make configure PLATFORM=broadcom
BLDENV=stretch make stretch
make target/sonic-broadcom.bin

Describe the results you received:
Compile fail when do "make target/sonic-broadcom.bin"
.......................................
+++ git rev-parse --short HEAD
++ echo stretch.0-b0b8d69

  • sudo LANG=C chroot ./fsroot docker tag docker-snmp-sv2:latest docker-snmp-sv2:stretch.0-b0b8d69
  • sudo LANG=C chroot ./fsroot docker load
    Error response from daemon: invalid argument
  • clean_sys
  • sudo umount ./fsroot/sys/fs/cgroup/blkio ./fsroot/sys/fs/cgroup/cpuset ./fsroot/sys/fs/cgroup/devices ./fsroot/sys/fs/cgroup/freezer ./fsroot/sys/fs/cgroup/memory ./fsroot/sys/fs/cgroup/perf_event ./fsroot/sys/fs/cgroup/pids ./fsroot/sys/fs/cgroup ./fsroot/sys
  • true
  • rm -f /tmp/tmp.4ZOnhL3nai
  • sudo umount ./fsroot/proc
  • true
    [ FAIL LOG END ] [ target/sonic-broadcom.bin ]
    slave.mk:432: recipe for target 'target/sonic-broadcom.bin' failed
    make: *** [target/sonic-broadcom.bin] Error 1
    Makefile:87: recipe for target 'target/sonic-broadcom.bin' failed
    make: *** [target/sonic-broadcom.bin] Error 2

Describe the results you expected:

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

**Output of `show version`:**

```
(paste your output here)
```

**Attach debug file `sudo generate_dump`:**

```
(paste your output here)
```
@lguohan
Copy link
Collaborator

lguohan commented Mar 14, 2018

@lguohan lguohan closed this as completed Apr 11, 2018
stephenxs added a commit to stephenxs/sonic-buildimage that referenced this issue Dec 3, 2020
swss:
- [port_rates][rif_rates] Fix port_rates.lua (sonic-net#1520)
- Improve the way of handling BUFFER_PG during PFC storm (sonic-net#1480)
- [Orchagent] Vxlanorch and Portsorch changes for EVPN VXLAN (sonic-net#1264)
- [sub intf] ecmp hardware convergence acceleration at parent port oper status changes (sonic-net#1492)
- [dvs/copp] Adjust policer checks in VS tests for default COPP policers (sonic-net#1519)
- Flush ARP/neighbor entry on FDB flush when port L2-L3 (sonic-net#1506)
- [intfmgr]: Add GARP support (sonic-net#1503)

swss-common:
- [Dynamic buffer calc] Support dynamic buffer calculation (sonic-net#361)
- README.md: Update build requirements (sonic-net#414)

Signed-off-by: Stephen Sun <stephens@nvidia.com>
daall pushed a commit that referenced this issue Dec 4, 2020
swss:
- [port_rates][rif_rates] Fix port_rates.lua (#1520)
- Improve the way of handling BUFFER_PG during PFC storm (#1480)
- [Orchagent] Vxlanorch and Portsorch changes for EVPN VXLAN (#1264)
- [sub intf] ecmp hardware convergence acceleration at parent port oper status changes (#1492)
- [dvs/copp] Adjust policer checks in VS tests for default COPP policers (#1519)
- Flush ARP/neighbor entry on FDB flush when port L2-L3 (#1506)
- [intfmgr]: Add GARP support (#1503)

swss-common:
- [Dynamic buffer calc] Support dynamic buffer calculation (#361)
- README.md: Update build requirements (#414)

Signed-off-by: Stephen Sun <stephens@nvidia.com>
santhosh-kt pushed a commit to santhosh-kt/sonic-buildimage that referenced this issue Feb 25, 2021
…t#6111)

swss:
- [port_rates][rif_rates] Fix port_rates.lua (sonic-net#1520)
- Improve the way of handling BUFFER_PG during PFC storm (sonic-net#1480)
- [Orchagent] Vxlanorch and Portsorch changes for EVPN VXLAN (sonic-net#1264)
- [sub intf] ecmp hardware convergence acceleration at parent port oper status changes (sonic-net#1492)
- [dvs/copp] Adjust policer checks in VS tests for default COPP policers (sonic-net#1519)
- Flush ARP/neighbor entry on FDB flush when port L2-L3 (sonic-net#1506)
- [intfmgr]: Add GARP support (sonic-net#1503)

swss-common:
- [Dynamic buffer calc] Support dynamic buffer calculation (sonic-net#361)
- README.md: Update build requirements (sonic-net#414)

Signed-off-by: Stephen Sun <stephens@nvidia.com>
theasianpianist pushed a commit to theasianpianist/sonic-buildimage that referenced this issue Feb 5, 2022
… status changes (sonic-net#1492)

Take sub port interface into ecmp acceleration account when a next hop object goes through a local sub port interface.

Signed-off-by: Wenda Ni <wonda.ni@gmail.com>
richardyu-ms added a commit to richardyu-ms/sonic-buildimage that referenced this issue Aug 29, 2022
update sai module with commit

- 566d4a8ef2 2022-08-11 | [SAI-PTF] Enable saiserverv2 with syncd-rpc and fix saithriftv2 build (sonic-net#1552) (sonic-net#1533) (sonic-net#1514) (sonic-net#1492) (sonic-net#1558) (sonic-net#1557) [Richard.Yu]
- a1796a53cc 2022-08-11 | Add support of mdio IPC server class using sai switch api and unix socket

Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
richardyu-ms added a commit that referenced this issue Aug 31, 2022
update sai module with commit

- 566d4a8ef2 2022-08-11 | [SAI-PTF] Enable saiserverv2 with syncd-rpc and fix saithriftv2 build (#1552) (#1533) (#1514) (#1492) (#1558) (#1557) [Richard.Yu]
- a1796a53cc 2022-08-11 | Add support of mdio IPC server class using sai switch api and unix socket

Signed-off-by: richardyu-ms <richard.yu@microsoft.com>

Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants