vine-users ML アーカイブ



[vine-users:070908] kernel2.6.0 について

  • From: Kaz <okui@xxxxxxxxxxxx>
  • Subject: [vine-users:070908] kernel2.6.0 について
  • Date: Thu, 17 Mar 2005 11:51:28 +0900
こんにちは  奥井です
vine3.1のカーネルを2.6.0にしようとしてるのですがxconfigで以下のようなエラーがでます。
[root@oldpc linux]# make xconfig
make[1]: `scripts/fixdep' は更新済みです
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] エラー 1
make: *** [xconfig] エラー 2

これはQtのことかと思いapt-get install qtでインストールしようかと思いましたがリストにないと怒られたし、vineからダウンロードしようとしましたが見つかりませんでした。

それでgconfigを試したら
[root@oldpc linux]# make gconfig
make[1]: `scripts/fixdep' は更新済みです
*
* Unable to find the GTK+ installation. Please make sure that
* the GTK+ 2.0 development package is correctly installed...
* You need gtk+-2.0, glib-2.0 and libglade-2.0.
*
make[1]: *** [scripts/kconfig/.tmp_gtkcheck] エラー 1
make: *** [gconfig] エラー 2

gtk+-2.0, glib-2.0 and libglade-2.0.はみつからなかったのでmenuconfigを試したら
[root@oldpc linux]# make menuconfig
make[1]: `scripts/fixdep' は更新済みです
  HOSTCC  scripts/kconfig/mconf.o
  /usr/include/linux/errno.h:4 から include されたファイル中,
  /usr/include/bits/errno.h:25 から,
  /usr/include/errno.h:36 から,
  scripts/kconfig/mconf.c:12 から:  /usr/include/asm/errno.h:4:31: asm-generic/errno.h: そのようなファイルやディレクトリはありません
  scripts/kconfig/mconf.c: 関数 `exec_conf' 内:
  scripts/kconfig/mconf.c:243: error: `EINTR' undeclared (first use in this function)
  scripts/kconfig/mconf.c:243: error: (Each undeclared identifier is reported only once
  scripts/kconfig/mconf.c:243: error: for each function it appears in.)
  scripts/kconfig/mconf.c:243: error: `EAGAIN' undeclared (first use in this function)
  make[1]: *** [scripts/kconfig/mconf.o] エラー 1
  make: *** [menuconfig] エラー 2

となりすっかりお手上げです。
検索したんですがカーネルアップグレード後のトラブルとかは結構ありますがxconfigで悩んでるのはみつからないので助言をいただきたいんです。
宣しくお願いします。

メインPCがおかしくなるとこまるのでテスト用のPC (K6ー2 266MHz、64MB,4.3GB)にVine3.1を入れてためしています。