こんにちは
emerge -u perlをするとテスト中に以下のような部分で無限ループに落ちます
ext/threads/shared/t/cond............skipping test on this platform
ext/threads/shared/t/hv_refs.........skipping test on this platform
ext/threads/shared/t/hv_simple.......skipping test on this platform
ext/threads/shared/t/no_share........skipping test on this platform
ext/threads/shared/t/shared_attr.....skipping test on this platform
ext/threads/shared/t/sv_refs.........skipping test on this platform
ext/threads/shared/t/sv_simple.......skipping test on this platform
ext/threads/t/basic..................skipping test on this platform
ext/threads/t/end....................skipping test on this platform
ext/threads/t/join...................skipping test on this platform
ext/threads/t/libc...................skipping test on this platform
ext/threads/t/list...................skipping test on this platform
ext/threads/t/stress_cv..............skipping test on this platform
ext/threads/t/stress_re..............skipping test on this platform
ext/threads/t/stress_string..........skipping test on this platform
ext/threads/t/thread.................skipping test on this platform
ext/Time/HiRes/HiRes.................
環境は、Gentoo1.4rc4でUMLのGuestOSとして動いていますので、こういう部分は
動作しないのかもしれません
テストをやらないで済ます^^;にはどうすれば良いか教えていただけると助かります
どうかよろしくお願いします
森山聡之