[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Error trying to compile kernel!



Le 20/02/2023 à 13:18, Greg Wooledge a écrit :
On Mon, Feb 20, 2023 at 06:30:36AM +0100, tomas@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.

Hi, do you actually use the Qlogic module qlge.ko? Did you try compiling without it? Here the latest vanilla kernel compiles fine with it, so you are probably missing some development packages. If the compilation fails too with this module not selected you are probably missing some generic dependencies.


Reply to: