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

Fix build issue for swss deb package #1086

Closed
wants to merge 1 commit into from

Conversation

zhenggen-xu
Copy link
Collaborator

@zhenggen-xu zhenggen-xu commented Oct 9, 2019

Fix build issue for swss deb package

Signed-off-by: Zhenggen Xu zxu@linkedin.com

What I did
Fix build issue for swss deb package

Why I did it
Build fails.

How I verified it
Before fix:

make target/debs/stretch/swss_1.0.0_amd64.deb 
...

   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning:     debian/changelog(l7): found change data where expected next heading or end of file
LINE:   * Initial release.
dpkg-gencontrol: warning:     debian/changelog(l7): found change data where expected next heading or end of file
LINE:   * Initial release.
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'swss' in '../swss_1.0.0_amd64.deb'.
dpkg-deb: building package 'swss-dbg' in '../swss-dbg_1.0.0_amd64.deb'.
 dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning:     debian/changelog(l7): found change data where expected next heading or end of file
LINE:   * Initial release.
dpkg-genbuildinfo: warning:     debian/changelog(l7): found change data where expected next heading or end of file
LINE:   * Initial release.
dpkg-genbuildinfo: warning: unknown information field '' in input data in parsed version of changelog
 dpkg-genchanges --build=binary >../sonic_1.0.0_amd64.changes
dpkg-genchanges: warning:     debian/changelog(l7): found change data where expected next heading or end of file
LINE:   * Initial release.
dpkg-genchanges: warning:     debian/changelog(l7): found change data where expected next heading or end of file
LINE:   * Initial release.
dpkg-genchanges: warning: unknown information field '' in input data in parsed version of changelog
dpkg-genchanges: error: unknown is not a valid version
dpkg-buildpackage: error: dpkg-genchanges gave error exit status 2

After fix, build was successful.

Details if related

Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
@zhenggen-xu
Copy link
Collaborator Author

Retest this please

@stcheng
Copy link
Contributor

stcheng commented Oct 10, 2019

I have merged #1080

@zhenggen-xu
Copy link
Collaborator Author

similar to 1080

oleksandrivantsiv pushed a commit to oleksandrivantsiv/sonic-swss that referenced this pull request Mar 1, 2023
- Update SAI VoQ support (sonic-net#1107) …
- Voq system (sonic-net#1081) …
- [meta] Add support for ignored enum values (sonic-net#1099)
- TPID SAI proposal (sonic-net#1089) …
- ACL GRE key match (sonic-net#1076) …
- Add IPv6 NS and NA Traps (sonic-net#1092) …
- MACsec flow list attribute added in MACsec object (sonic-net#1095) …
- Add Enterprise Number for IPFIX Report Type (sonic-net#1072) …
- Provide TTL and QoS treatment during MPLS encap and decap (sonic-net#1079)
- Create and Set for Tunnel Attributes (sonic-net#1086) …
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

Successfully merging this pull request may close these issues.

2 participants