伊藤です。 ご返答ありがとうございます。 Tue, 29 Oct 2002 18:48:48 +0900に jeno <jeno@xxxxxxxxxxx> さんは書きました。 > 2.6にアップデートした時にはquotaまわりでエラーが出なかったような > 気がしますので、アップデート後、kernelを2.4.19-0vl11に入れ替えたのが > 原因のような気がします。 > > kernelにオプションを与えてソースからコンパイルすればquotaも > 治るんじゃないかと気楽に考えていましたが、忙しくてテストしていません。 カーネルのコンパイルを試みてみました。 make xconfig で設定の後、make dep;make bzImageをしたのですが、 以下のエラーが出てきてしまいました。 いろいろmake xconfigでいじってみたのですが、回避できずにおります --------------------------------------------------------------------------------- make[3]: 入ります ディレクトリ `/usr/src/linux-2.4.19/fs/partitions' cc -D__KERNEL__ -I/usr/src/linux-2.4.19/include -Wall -Wstrict-prototypes -Wno- trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpref erred-stack-boundary=2 -march=i686 -malign-functions=4 -nostdinc -iwithprefix include -DKBUILD_BASENAME=check -DEXPORT_SYMTAB -c check.c In file included from check.c:36: efi.h:40: asm-ia64/efi.h: ?????????????????????? In file included from check.c:36: efi.h:83: parse error before `efi_guid_t' efi.h:83: warning: no semicolon at end of struct or union efi.h:89: parse error before `}' efi.h:89: warning: type defaults to `int' in declaration of `gpt_header' efi.h:89: warning: `packed' attribute ignored efi.h:98: parse error before `efi_guid_t' efi.h:98: warning: no semicolon at end of struct or union efi.h:99: warning: type defaults to `int' in declaration of `unique_partition_gu id' efi.h:99: warning: data definition has no type or storage class efi.h:103: parse error before `partition_name' efi.h:103: `efi_char16_t' undeclared here (not in a function) efi.h:103: warning: type defaults to `int' in declaration of `partition_name' efi.h:103: `partition_name' redeclared as different kind of symbol /usr/src/linux-2.4.19/include/linux/raid/md.h:67: previous declaration of `parti tion_name' efi.h:103: warning: data definition has no type or storage class efi.h:104: parse error before `}' efi.h:104: warning: type defaults to `int' in declaration of `gpt_entry' efi.h:104: warning: `packed' attribute ignored make[3]: *** [check.o] エラー 1 make[3]: 出ます ディレクトリ `/usr/src/linux-2.4.19/fs/partitions' make[2]: *** [first_rule] エラー 2 make[2]: 出ます ディレクトリ `/usr/src/linux-2.4.19/fs/partitions' make[1]: *** [_subdir_partitions] エラー 2 make[1]: 出ます ディレクトリ `/usr/src/linux-2.4.19/fs' make: *** [_dir_fs] エラー 2 --------------------------------------------------------------------------------- 以上の件に関して情報をお持ちの方がおいででしたらよろしくお願いします。 私のほうでも、ひきつづき調査を行いたいと思います。 ----- Asuka ITO <asuka@xxxxxxxxx>