2004-11-14(日) 曇 安静時心拍数 48 [長年日記]
_ gcc34 が build できない問題 解決?
gcc34 が build できないので依存する ports も error になっていたのですが gcc34 ビルド時のエラーメッセージに
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
と出ているので安直に
--- lang/gcc34/Makefile.orig Sun Nov 14 10:18:14 2004 +++ lang/gcc34/Makefile Sun Nov 14 13:05:54 2004 @@ -108,6 +108,9 @@ @${RM} -f ${SRCDIR}/gcc/*/*.info* @${MKDIR} ${CONFIGURE_WRKSRC} +post-configure: + @${REINPLACE_CMD} -e 's|-mcpu=|-march=|' ${WRKSRC}/Makefile + post-build: @${ECHO_MSG} "Consider running 'make check' before 'make install', especially @${ECHO_MSG} "if you have not performed this build on -STABLE or -CURRENT."
としたらビルドもインストールできました。インストールできたからといって正常に動く保証はありませんが。。。
_ portupgrade java/eclipse graphics/netpbm misc/porteasy
eclipse-3.0_1 < needs updating (port has 3.0.1_1) netpbm-10.24 < needs updating (port has 10.25) porteasy-2.8.0 < needs updating (port has 2.8.1)
gcc34 がインストールできたので eclipse を update できました。
! multimedia/mpeg4ip (mpeg4ip-1.0_1) (unknown build error)
これまた `-mcpu=' 問題です。