Opened 18 years ago

Closed 18 years ago

Last modified 8 years ago

#9042 closed defect (fixed)

swish-e fails to build on OS X 10.4 Intel

Reported by: korpios@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: abh (Ask Bjørn Hansen)
Port:

Description

The swish-e port is set to build using gcc3.3; however, gcc3.3 on OS X is for PowerPC only. The build dies upon failing to locate cc1 for gcc3.3 on OS X 10.4 Intel.

While I have not yet done extended testing, swish-e compiles cleanly and seems to work properly if the gcc3.3-specific lines are commented out from the swish-e portfile.

Change History (4)

comment:1 Changed 18 years ago by abh (Ask Bjørn Hansen)

FWIW, I can confirm what Tom said.

comment:2 Changed 18 years ago by abh (Ask Bjørn Hansen)

Cc: ask@… added

comment:3 Changed 18 years ago by abh (Ask Bjørn Hansen)

--- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/www/swish-e/Portfile~  2005-11-03 22:16:26.000000000 -0800
+++ /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/www/swish-e/Portfile   2006-06-22 01:17:13.000000000 -0700
@@ -20,7 +20,7 @@
 configure.args --mandir=${prefix}/share/man --without-pcre \
                                --with-zlib=${prefix} --with-libxml2=${prefix}
 
-platform darwin 8 {
-       configure.env-append CC=/usr/bin/gcc-3.3 CPP=/usr/bin/cpp-3.3 CXX=/usr/bin/g++-3.3
-}
+#platform darwin 8 {
+#      configure.env-append CC=/usr/bin/gcc-3.3 CPP=/usr/bin/cpp-3.3 CXX=/usr/bin/g++-3.3
+#}
 
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:4 Changed 18 years ago by markd@…

Resolution: fixed
Status: newclosed

Updated swish-e to 2.4.4 and commented out forcing gcc3. Thanks.

Note: See TracTickets for help on using tickets.