利用 PORTS 安裝軟體和 GCC 有關的問題 - BBS

Delia avatar
By Delia
at 2008-07-17T02:52

Table of Contents

※ 引述《snese ()》之銘言:
: 在安裝時,系統的訊息是寫說
: hdf-4.2r1_2 is marked as broken: Does not compile with GCC 4.2.
: 看了一下 Makefile 裡,是有註明不能用 GCC 4.2 做 compile,不過他
: 的相依軟體又有顯示 gcc-4.2.5_20080702 這點到是挺矛盾的部分!?

因為有 USE_FORTRAN=yes

: 請問要怎樣做才能繼續安裝軟體呢?
: 如果說將 gcc 改成 gcc34 來進行 compile 這樣的方法好嗎?可行的
: 話,請問該怎麼做呢?

我隨便改的 patch:

--- Makefile.orig 2008-07-17 02:28:11.000000000 +0800
+++ Makefile 2008-07-17 02:33:02.000000000 +0800
@@ -27,7 +27,8 @@

CONFLICTS= netcdf-*

-USE_FORTRAN= yes
+USE_GCC= 3.4
+USE_FORTRAN= g77

USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS+=--with-jpeg="${LOCALBASE}" \
@@ -51,9 +52,9 @@
BROKEN= Does not compile on !i386, !amd64 and !alpha
.endif

-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
-.endif
+#.if ${OSVERSION} >= 700042
+#BROKEN= Does not compile with GCC 4.2
+#.endif

post-patch:
${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" \

==
剛剛有在 7.0 上面編成功...

--
要開啟新的一道門,任誰都會感覺不安。那不是可恥的事,
真正可恥的是被不安感打敗而不敢開啟那道門。

--
Tags: BBS

All Comments

系統丟出了 g_vfs_done() 的 error

Christine avatar
By Christine
at 2008-07-10T15:04
※ 引述《Seasonny (曉風殘月‥)》之銘言: : ※ 引述《KC73 (肯先生)》之銘言: : : 我以前曾經用過換排線, 解決掉這個訊息。 : : 不過不確定是不是湊巧, 給您參考看看。 : 恩~ 這訊息出現後幾天我也嘗試過兩個動作 : 1.更換排線 : 2.塞一個jumper給硬碟,enable ...

系統丟出了 g_vfs_done() 的 error

Lily avatar
By Lily
at 2008-07-10T01:51
※ 引述《KC73 (肯先生)》之銘言: : ※ 引述《Seasonny (曉風殘月‥)》之銘言: : : Jul 8 09:17:37 kernel: ad4: detached : : Jul 8 10:54:47 kernel: g_vfs_done():ad4s1d[READ(offset=128 ...

系統丟出了 g_vfs_done() 的 error

Skylar DavisLinda avatar
By Skylar DavisLinda
at 2008-07-10T00:42
※ 引述《Seasonny (曉風殘月‥)》之銘言: : Jul 8 09:17:37 kernel: ad4: detached : Jul 8 10:54:47 kernel: g_vfs_done():ad4s1d[READ(offset=128525828096, : ...

系統丟出了 g_vfs_done() 的 error

Jake avatar
By Jake
at 2008-07-09T23:16
※ 引述《idiotmax (DucK-QuacK)》之銘言: : 我也有相類似的情況 : Jul 8 00:53:40 kernel: ad12: FAILURE - device detached : Jul 8 00:53:41 kernel: subdisk12: detached : Jul ...

系統丟出了 g_vfs_done() 的 error

Yedda avatar
By Yedda
at 2008-07-09T02:43
※ 引述《Seasonny (曉風殘月‥)》之銘言: : Jul 8 09:17:37 kernel: ad4: detached : Jul 8 10:54:47 kernel: g_vfs_done():ad4s1d[READ(offset=128525828096, : ...