我一直试图在64位计算机上编译Debian内核4.19。 我使用了以前在另一台笔记本电脑上成功使用过的步骤,但是这次我一直出现错误。
配置内核之后,按照最新的Debian Wiki,我使用以下命令:
make -j`nproc` bindeb-pkg
从源目录中进行,并且似乎编译成功后,出现错误:
INSTALL debian/headertmp/usr/include/asm/ (62 files)
chown: invalid group: ´root:root´
make[4]:*** [scripts/package/Makefile:83: intdeb-pkg] Error 1
make[3]:*** [Makefile:1380: intdeb-pkg] Error 2
make[2]:*** [debian/rules:7: binary-arch] Error 2
dpkg-buildpackage: error: fakeroot -u debian/rules binary subprocess
returned exit status 2
make[1]:*** [scripts/package/Makefile:80: bindeb-pkg] Error 2
make:*** [Makefile:1380: bindeb-pkg] Error 2
我尝试使用旧命令make deb-pkg并得到相同的结果。 最奇怪的是,它试图在计算机上安装内核,而不仅仅是产生Debian软件包。
有什么建议吗?