なんだこれは

はてなダイアリーから移転しました。

port日記: omakeがまたインストールできない

omakeのbuildで失敗します。
ガビーン

gccはportでいれた、mp-gcc44ですが、だめでした。


前はこれでうまくいきましたが、今回とは違うエラーのようで、うまくいきません!えーん。

#これが前回の方法
port --clean work omake
port install omake

こんなエラーがでました。

 *** omake: finished reading OMakefiles (3.76 sec)
 *** omake: warning: stdout is not a tty, disabling the progress bar
   (use --progress to override).
 *** omake: saved .omakedb
 *** omake: saved .omakedb
 - build src/clib lm_printf.o
 + gcc -g -O2 -Wall -Werror -Wno-unused -DREADLINE_ENABLED -DNCURSES -DTERMH_IN_NCURSES -DFAM_ENABLED -DFAM_PSEUDO -DFAM_KQUEUE -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_SNPRINTF -DDETECT_FS_CASE_SENSITIVE_GETATTRLIST -I. -I/opt/local/lib/ocaml -I. -c -o lm_printf.o lm_printf.c
cc1: warnings being treated as errors
lm_printf.c: In function 'ml_print_string2':
lm_printf.c:193: error: attempt to free a non-heap object 'buffer'
lm_printf.c:198: error: attempt to free a non-heap object 'buffer'
lm_printf.c: In function 'ml_print_string':
lm_printf.c:145: error: attempt to free a non-heap object 'buffer'
lm_printf.c:150: error: attempt to free a non-heap object 'buffer'
 *** omake: 1036/1158 targets are up to date
 *** omake: failed (41.98 sec, 210/210 scans, 303/440 rules, 705/1991 digests)
 *** omake: targets were not rebuilt because of errors:
   src/clib/lm_printf.o
make: *** [all] Error 1
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_omake/work/omake-0.9.8.5" && /usr/bin/make -j2 all " returned error 2
DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_omake/work/omake-0.9.8.5" && /usr/bin/make -j2 all " returned error 2
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 9)
    invoked from within
"$procedure $targetname"
Warning: the following items did not execute (for omake): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

どうしよう。だれか教えてください。

追記:2011-05-31 この失敗は再現せず、うまくいった。原因不明