On Mon, Feb 20, 2023 at 06:30:36AM +0100, to...@tuxteam.de wrote: > On Sun, Feb 19, 2023 at 03:13:40PM -0700, 43i3 Adam wrote: > > The error : > > ake[5]: *** [scripts/Makefile.build:500: drivers/media] Error 2 > > make[5]: *** Waiting for unfinished jobs.... > > CC [M] drivers/staging/qlge/qlge_ethtool.o > > CC [M] drivers/staging/qlge/qlge_devlink.o > > LD [M] drivers/staging/qlge/qlge.o > > make[4]: *** [scripts/Makefile.build:500: drivers] Error 2 > > make[3]: *** [Makefile:1992: .] Error 2 > > make[2]: *** [debian/rules:7: build-arch] Error 2 > > dpkg-buildpackage: error: debian/rules binary subprocess returned exit > > status 2 > > make[1]: *** [scripts/Makefile.package:86: bindeb-pkg] Error 2 > > make: *** [Makefile:1636: bindeb-pkg] Error 2 > > There is very little info there to go by. Try running the compile in > a more verbose mode (e.g. add option -V=1 to your make or something).
Or simply scrolling up farther. That's clearly not the entire error message (they even snipped off the leading "m" from the first line they copied). I bet there are some lines above that which show the initial problem that caused make to abort.