openvswitch / ovs-issues

Issue tracker repo for Open vSwitch
10 stars 3 forks source link

Error on building debian package #236

Open DendoD96 opened 2 years ago

DendoD96 commented 2 years ago

Hello, i am using Ubuntu 20.04 and i have follow the docs in order to build debian package (https://docs.openvswitch.org/en/latest/intro/install/debian/); after i have installed Build-Depends with mk-build-deps command, i have executed fakeroot debian/rules binary but this command gave me this error:

dh: error: unable to load addon python3: Can't locate Debian/Debhelper/Sequence/python3.pm in @INC (you may need to install the Debian::Debhelper::Sequence::python3 module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 13) line 1.

Inserting dh-python in Build-Depends all works fine.