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

Encountered compilation issue with OVS 2.13.1 in override_dh_installman step #194

Closed
rameshganapathi opened this issue Aug 19, 2020 · 3 comments

Comments

@rameshganapathi
Copy link

make[3]: Leaving directory '/build/repos/workspace/debian/stretch/x86_64/build/open-source-ovs/openvswitch-2.13.1'
dh_installdocs
dh_installchangelogs
debian/rules override_dh_installman
make[3]: Entering directory '/build/repos/workspace/debian/stretch/x86_64/build/open-source-ovs/openvswitch-2.13.1'
dh_installman --language=C
utilities/ovs-appctl.8: No such file or directory at /usr/bin/dh_installman line 131.
debian/rules:97: recipe for target 'override_dh_installman' failed
make[3]: *** [override_dh_installman] Error 2
make[3]: Leaving directory '/build/repos/workspace/debian/stretch/x86_64/build/open-source-ovs/openvswitch-2.13.1'
debian/rules:25: recipe for target 'binary' failed
make[2]: *** [binary] Error 2
make[2]: Leaving directory '/build/repos/workspace/debian/stretch/x86_64/build/open-source-ovs/openvswitch-2.13.1'
make[1]: *** [/build/repos/workspace/debian/stretch/x86_64/build/open-source-ovs.built] Error 2
make[1]: Target install-fw' not remade because of errors. make[1]: Leaving directory /build/repos/open-source-ovs'
make: *** [install-recursive] Error 2

@igsilya
Copy link
Member

igsilya commented Aug 19, 2020

Thanks for the report. It seems like we're missing at least three patches on branch-2.13:

* 3c18bb0fe 2020-05-14 | debian: Fix package dependencies [Roi Dayan]
* fe175ac17 2020-05-15 | debian: Add python3-sphinx to ovs build dependencies [Ansis Atteka]
* c101cd417 2020-05-13 | debian: Fix broken build after some man pages became generated from RST [Ansis Atteka]

These are bug fixes, but wasn't backported for some reason while applying.

@ansisatteka, could you, please, backport them?

@rameshganapathi
Copy link
Author

rameshganapathi commented Aug 19, 2020 via email

@igsilya
Copy link
Member

igsilya commented Aug 26, 2020

OK. Patches are backported now:
https://mail.openvswitch.org/pipermail/ovs-dev/2020-August/374186.html
Thanks to Aaron!

Will be part of the next stable release.

@igsilya igsilya closed this as completed May 12, 2021
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

2 participants