When trying to make the installation I get errors at the step with "make pkg.debian.build" :
make pkg.debian.build
make -C pkg debian.build BUILDDIR=/nccl/build
make[1]: Entering directory '/nccl/pkg'
make -C debian build BUILDDIR=/nccl/build
make[2]: Entering directory '/nccl/pkg/debian'
Grabbing compat > /nccl/build/debian/compat
Grabbing copyright > /nccl/build/debian/copyright
Generating libnccl-dev.install.in > /nccl/build/debian/libnccl-dev.install
Grabbing rules > /nccl/build/debian/rules
Generating libnccl2.install.in > /nccl/build/debian/libnccl2.install
Generating control.in > /nccl/build/debian/control
Generating changelog.in > /nccl/build/debian/changelog
make[3]: Entering directory '/nccl'
Copying LICENSE.txt > /nccl/build/LICENSE.txt
make[3]: Leaving directory '/nccl'
make[3]: Entering directory '/nccl'
make[4]: Entering directory '/nccl/src'
make[5]: Entering directory '/nccl/src/collectives/device'
make[5]: Leaving directory '/nccl/src/collectives/device'
make[4]: Leaving directory '/nccl/src'
make[3]: Leaving directory '/nccl'
Building Debian package
/bin/sh: 1: debuild: not found
Makefile:26: recipe for target 'build' failed
make[2]: *** [build] Error 127
make[2]: Leaving directory '/nccl/pkg/debian'
Makefile:23: recipe for target 'debian.build' failed
make[1]: *** [debian.build] Error 2
make[1]: Leaving directory '/nccl/pkg'
Makefile:28: recipe for target 'pkg.debian.build' failed
make: *** [pkg.debian.build] Error 2
How to solve this ?
When trying to make the installation I get errors at the step with "make pkg.debian.build" :
How to solve this ?