BLUE LUG路面店が本日オープン。レセプションは20:00〜22:00。場所は
151-0071
渋谷区本町1-58-7
03-6662-5042 (11月2日より開通)
いい場所です。中野から世田公にいくときに立ち寄れる!
会社に社長が100円ショップで買ってきた握力測定器があるんだけど、前に測定したとき40とかでだいぶ日本男性平均の50kgを下回っていた。で、最近ピスト結構練習したから握力あがったかな?なんて思って計ってみたらやっぱり40でした…やっぱジム通うしかねーのか。後輩のnは新しい事務所に懸垂マシーン設置するって言っている…何なんだこの会社は
多分バグ。symfony-1.0.8現在では、config/databases.ymlで複数のデータベース接続を使った場合にapps/foobar/config/factories.ymlでセッションだけを独立したデータベース接続(違うデータベース)にした場合にUPDATEを実行する前にmysql_select_dbしてくれずに、セッション情報の更新が行われません。とりあえず、この問題を解決するパッチをつくりました。
遅ればせながら、レパどった。ひとまずPowerBookに入れて様子みて開発系が全部動くことを確認してG5にも投入。
Darwin Portsでいくつかリビルド。以下メモ変わりに。
zsh起動しようとしたら、
[g5@k_ozaki]$ zsh
zsh(16760) malloc: *** error for object 0x400000: double free
*** set a breakpoint in malloc_error_break to debug
zsh(16761) malloc: *** error for object 0x400000: double free
*** set a breakpoint in malloc_error_break to debug
まぁ、一応シェルは動くんだけど、気味が悪いのでリビルドしようとしてみたら、
[g5@k_ozaki]$ sudo port build zsh-devel
---> Fetching zsh-devel
---> Verifying checksum(s) for zsh-devel
---> Extracting zsh-devel
---> Configuring zsh-devel
Error: Target com.apple.configure returned: configure failure: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_shells_zsh-devel/work/zsh-4.3.2" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --infodir=/opt/local/share/info --enable-libs=-liconv --enable-cppflags=-I/opt/local/include --enable-cflags=-I/opt/local/include --enable-ldflags=-L/opt/local/lib" returned error 77
Command output: configuring for zsh 4.3.2
checking build system type... powerpc-apple-darwin9.0.0
checking host system type... powerpc-apple-darwin9.0.0
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
ってことで、レパードのDVDからオプションパッケージインストール。
LEOPARD DVD => OPTIONAL INSTALLS => XCODE TOOLS => PACKAGES
gcc4.0.pkg
DeveloperToolsCLI.pkg
DevSDK.pkg
X11SDK.pkg
とりあえずこれで問題なく、リビルド/再インストール完了。zsh起動しても変なメッセージでてこなくなった。