clamav-0.96.1 on PowerPC

セキュリティアップデート2010-004、を実行したのであるな。

再起動後、アクティビティモニタを見ると、clamdのCPU使用率が90%を超えているマシンがあったのだった。
むむむむむっ
ログを見ると、
Jun 18 03:15:34 org.clamav.clamd[5100]: Assertion failed: (ResultPtr >= -(1 << 23) && ResultPtr < (1 << 23) && “Relocation out of range!”), function relocate, file llvm/lib/Target/PowerPC/PPCJITInfo.cpp, line 399.
Jun 18 03:15:36 ReportCrash[5260]: Formulating crash report for process clamd[5100]
Jun 18 03:15:37 com.apple.launchd[1] (org.clamav.clamd[5100]): Exited abnormally: Abort trap
Jun 18 03:15:37 ReportCrash[5260]: Saved crashreport to /Library/Logs/C
rashReporter/clamd_2010-06-18-031534_CubeKume.crash using uid: 0 gid: 0, euid: 0 egid: 0
むむむむむっ
よくよく調べてみると、PowerPCマシンだけ。
むむむむむっ
で、ググってみると、
はいはい、新しいパッチが出てるのですね。
cd clamav-0.96.1
make clean
sh
export CFLAGS=’-arch ppc’ 
export LDFLAGS=’-arch ppc’ 
./configure –enable-check –prefix=/usr/local/clamXav –build=powerpc-apple-darwin`uname -r`
patch -p1 < PowerPC_new.patch
make && make check VG=1
make install
それにしても、やっぱり、休めない。

2 comments to this article

  1. 神経症性うつ病日記

    on 2012年9月30日 at 07:19:16 -

    Wireshark 1.2.8 and X11.app …

    ここに書いたように、時々、使っているのが、Wireshark… Intel版だけでなく、PPC版もある。 GUIでは使い物にならないPPCマックに、で…

  2. 神経症性うつ病日記

    on 2012年9月30日 at 07:22:08 -

    Postfix after Software Update

    セキュリティアップデート2010-004、を実行したのであるな…とは書いた。 その後から、一部のメールが送信できなくなっていた。 毎週日曜日の昼、Ma…