Kali Linux(ローリング)バックポート4.4のインストールに問題がありますか?

Kali Linux(ローリング)バックポート4.4のインストールに問題がありますか?

Kali-Rolling仮想マシンにバックポート4.4.2-1をインストールしようとすると、次のエラーが発生します。何が間違っているのかわかりませんが、まず次のコマンド --> #apt-get install linux-headers-$(uname -r) を使用してLinuxヘッダーをインストールし、すべてがうまくいきました。しかし、インストールしようとすると、次のエラーが発生します。助けてください。依存関係がありませんか? ? ?

make[4]: 'conf' is up to date.
boolean symbol HWMON tested for 'm'? test forced to 'n'
boolean symbol HWMON tested for 'm'? test forced to 'n'
#
# configuration written to .config
#
Building backport-include/backport/autoconf.h ... done.
  CC [M]  /root/Downloads/backports-4.4.2-1/compat/main.o
In file included from /root/Downloads/backports-4.4.2-1/backport-
include/backport/backport.h:7:0,
                 from <command-line>:0:
/usr/src/linux-headers-4.9.0-kali3-common/include/asm-generic/qrwlock.h: In 
function ‘__qrwlock_write_byte’:
/root/Downloads/backports-4.4.2-1/backport-include/linux/kconfig.h:25:28: 
error: implicit declaration of function ‘config_enabled’ [-Werror=implicit-
function-declaration]
 #define IS_BUILTIN(option) config_enabled(option)
                        ^
/usr/src/linux-headers-4.9.0-kali3-common/include/asm-
generic/qrwlock.h:156:26: note: in expansion of macro ‘IS_BUILTIN’
  return (u8 *)lock + 3 * IS_BUILTIN(CONFIG_CPU_BIG_ENDIAN);
                          ^~~~~~~~~~
/usr/src/linux-headers-4.9.0-kali3-common/include/asm-generic/qrwlock.h:156:37: error: ‘CONFIG_CPU_BIG_ENDIAN’ undeclared (first use 
in this function)
  return (u8 *)lock + 3 * IS_BUILTIN(CONFIG_CPU_BIG_ENDIAN);
                                 ^
/root/Downloads/backports-4.4.2-1/backport-include/linux/kconfig.h:25:43: 
note: in definition of macro ‘IS_BUILTIN’
 #define IS_BUILTIN(option) config_enabled(option)
                                           ^~~~~~
/usr/src/linux-headers-4.9.0-kali3-common/include/asm-
generic/qrwlock.h:156:37: note: each undeclared identifier is reported only 
once for each function it appears in
  return (u8 *)lock + 3 * IS_BUILTIN(CONFIG_CPU_BIG_ENDIAN);
                                 ^
/root/Downloads/backports-4.4.2-1/backport-include/linux/kconfig.h:25:43: 
note: in definition of macro ‘IS_BUILTIN’
 #define IS_BUILTIN(option) config_enabled(option)
                                       ^~~~~~
cc1: some warnings being treated as errors
/usr/src/linux-headers-4.9.0-kali3-common/scripts/Makefile.build:298: recipe 
for target '/root/Downloads/backports-4.4.2-1/compat/main.o' failed
make[7]: *** [/root/Downloads/backports-4.4.2-1/compat/main.o] Error 1
/usr/src/linux-headers-4.9.0-kali3-common/scripts/Makefile.build:549: recipe 
for target '/root/Downloads/backports-4.4.2-1/compat' failed
make[6]: *** [/root/Downloads/backports-4.4.2-1/compat] Error 2
/usr/src/linux-headers-4.9.0-kali3-common/Makefile:1507: recipe for target 
'_module_/root/Downloads/backports-4.4.2-1' failed
make[5]: *** [_module_/root/Downloads/backports-4.4.2-1] Error 2
Makefile:150: recipe for target 'sub-make' failed
make[4]: *** [sub-make] Error 2
Makefile:8: recipe for target 'all' failed
make[3]: *** [all] Error 2
Makefile.build:6: recipe for target 'modules' failed
make[2]: *** [modules] Error 2
Makefile.real:88: recipe for target 'modules' failed
make[1]: *** [modules] Error 2
Makefile:40: recipe for target 'install' failed
make: *** [install] Error 2

ベストアンサー1

Kaliローリングリリースではバックポートをインストールする必要はありません。バックポートは通常、debian-stableベースのディストリビューションで使用されます。

バックポートパッケージは次のDebianリリース(「ベータ」と呼ばれる)から入手され、Debian安定リリースで使用するように調整および再コンパイルされます。このパッケージは次のバージョンのDebianにもあるため、次のバージョンのDebianがリリースされると、安定したバックポートシステムを簡単にアップグレードできます。 (場合によっては通常、セキュリティアップデートのためにDebianの不安定ディストリビューションからバックポートも作成されます。)

おすすめ記事