Tetsuo Handa
from-****@I-lov*****
2008年 7月 27日 (日) 10:17:32 JST
熊猫です。 > > Lenny と Mandriva で試してみたところ、 Mandriva で再現できました。 > > それは良かった :-) > 基本的に etch/Lenny 環境は当方用意していないので。 > Debian unstable (sid) は問題ありませんでした。 make allnoconfig で最小コンフィグにした後、 CONFIG_TOMOYO=y で TOMOYO だけ有効にしたら Lenny でも再現できてしまいました。(^^; make allyesconfig や make allmodconfig では発生しないので、 カーネルコンフィグ依存のようです。 tomoyo:/usr/src/linux-2.6-2.6.25# make fs/tomoyo_network.o scripts/kconfig/conf -s arch/x86/Kconfig CHK include/linux/version.h CHK include/linux/utsrelease.h CC arch/x86/kernel/asm-offsets.s GEN include/asm-x86/asm-offsets.h CALL scripts/checksyscalls.sh CC scripts/mod/empty.o MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/sumversion.o HOSTLD scripts/mod/modpost CC fs/tomoyo_network.o fs/tomoyo_network.c: In function 'save_ipv6_address': fs/tomoyo_network.c:79: warning: statement with no effect fs/tomoyo_network.c:79: warning: statement with no effect fs/tomoyo_network.c:79: warning: statement with no effect fs/tomoyo_network.c:79: warning: statement with no effect fs/tomoyo_network.c:65: internal compiler error: in referenced_var_lookup, at tree-dfa.c:648 Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions. make[1]: *** [fs/tomoyo_network.o] Error 1 make: *** [fs/tomoyo_network.o] Error 2 tomoyo:/usr/src/linux-2.6-2.6.25# gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.1-2' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.1 (Debian 4.3.1-2) 1.6.4 で修正しますが、急ぐべきならばこの部分を 修正したものを 1.6.3 として再リリースしたいと思います。