On 2020-02-12 21:31, n952162 wrote:

genkernel failed for me.  Questions:

  * is this a known problem?
  * how can I get more information about the error (missing file? 
    Both scan.c and scan.o are present)

I downloaded these:

install-amd64-minimal-20200209T214502Z.iso
stage3-amd64-20200209T214502Z.tar.xz

into a VirtualBox running on a Ryzen 3 3200G

and got this when running genkernel:

CC [M]  drivers/ssb/scan.o
gcc: fatal error: Killed signal terminated program cc1
compilation terminated.
make[5]: *** [scripts/Makefile.build:303:
drivers/net/ethernet/mellanox/mlx5/core/en_rep.o] >
make[4]: *** [scripts/Makefile.build:544:
drivers/net/ethernet/mellanox/mlx5/core] Error 2
make[3]: *** [scripts/Makefile.build:544:
drivers/net/ethernet/mellanox] Error 2
make[2]: *** [scripts/Makefile.build:544: drivers/net/ethernet] Error 2
make[1]: *** [scripts/Makefile.build:544: drivers/net] Error 2
make[1]: *** Waiting for unfinished jobs....

So, I did this:

$ cd /usr/src/linux

$ make modules SUBDIR=drivers/ssb

and got this:

  CALL    scripts/checksyscalls.sh
  DESCEND  objtool
  CC [M] drivers/net/ethernet/mellanox/mlx5/core/en_rep.o
gcc: fatal error: Killed signal terminated program cc1
compilation terminated.
make[5]: *** [scripts/Makefile.build:304:
drivers/net/ethernet/mellanox/mlx5/core/en_rep.o] Error 1
make[4]: *** [scripts/Makefile.build:544:
drivers/net/ethernet/mellanox/mlx5/core] Error 2
make[3]: *** [scripts/Makefile.build:544: drivers/net/ethernet/mellanox]
Error 2
make[2]: *** [scripts/Makefile.build:544: drivers/net/ethernet] Error 2
make[1]: *** [scripts/Makefile.build:544: drivers/net] Error 2
make: *** [Makefile:1052: drivers] Error 2

So, the problem is en_rep.o and it is indeed not present - but en_rep.c is.


Reply via email to