Stellarium seems broken.
Greetings, Attempting to build Stellarium but it seems broken. Using 1.4.0 Attached is config.log Regards, - Jeff ---> Configuring stellarium checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking build system type... i686-apple-darwin8.9.1 checking host system type... i686-apple-darwin8.9.1 checking for gcc... /usr/bin/gcc-3.3 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. 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_dp orts_science_stellarium/work/stellarium-0.6.2" && CC=/usr/bin/gcc-3.3 CPP=/usr/bin/cpp-3.3 CXX=/usr/bin/g++-3.3 ./configure --prefix=/opt/ local --disable-sdltest --mandir=/opt/local/share/man" returned error 77 Command output: checking for a BSD-compatible install... /usr/bin/ install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking build system type... i686-apple-darwin8.9.1 checking host system type... i686-apple-darwin8.9.1 checking for gcc... /usr/bin/gcc-3.3 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. Warning: the following items did not execute (for stellarium): com.apple.activate com.apple.configure com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing.
On Apr 15, 2007, at 16:43, Kinross, Jeffrey wrote:
Attempting to build Stellarium but it seems broken.
Let's see...
checking build system type... i686-apple-darwin8.9.1 checking host system type... i686-apple-darwin8.9.1
So you're on an Intel Mac...
checking for gcc... /usr/bin/gcc-3.3
But it found gcc-3.3, which is only for building PowerPC binaries. Why is it using gcc-3.3? Have you selected gcc-3.3? What is the output of "gcc_select" on your system? If it's not 4.0.1, you need to select gcc 4.0.1 by typing "sudo gcc_select 4.0"
Nope gcc_select outputs 4.0.1. "sudo gcc_select 4.0" says I'm already using 4.0 - Jeff On Apr 15, 2007, at 8:35 PM, Ryan Schmidt wrote:
On Apr 15, 2007, at 16:43, Kinross, Jeffrey wrote:
Attempting to build Stellarium but it seems broken.
Let's see...
checking build system type... i686-apple-darwin8.9.1 checking host system type... i686-apple-darwin8.9.1
So you're on an Intel Mac...
checking for gcc... /usr/bin/gcc-3.3
But it found gcc-3.3, which is only for building PowerPC binaries.
Why is it using gcc-3.3? Have you selected gcc-3.3? What is the output of "gcc_select" on your system? If it's not 4.0.1, you need to select gcc 4.0.1 by typing "sudo gcc_select 4.0"
On Apr 15, 2007, at 20:10, Kinross, Jeffrey wrote:
On Apr 15, 2007, at 8:35 PM, Ryan Schmidt wrote:
On Apr 15, 2007, at 16:43, Kinross, Jeffrey wrote:
Attempting to build Stellarium but it seems broken.
Let's see...
checking build system type... i686-apple-darwin8.9.1 checking host system type... i686-apple-darwin8.9.1
So you're on an Intel Mac...
checking for gcc... /usr/bin/gcc-3.3
But it found gcc-3.3, which is only for building PowerPC binaries.
Why is it using gcc-3.3? Have you selected gcc-3.3? What is the output of "gcc_select" on your system? If it's not 4.0.1, you need to select gcc 4.0.1 by typing "sudo gcc_select 4.0"
Nope gcc_select outputs 4.0.1. "sudo gcc_select 4.0" says I'm already using 4.0
Ah, whoops, sorry, I should have read the portfile first. The Stellarium portfile deliberately uses gcc 3.3, which means it's incompatible with Intel Macs. I'm CCing the maintainer.
On Apr 15, 2007, at 9:12 PM, Ryan Schmidt wrote:
On Apr 15, 2007, at 20:10, Kinross, Jeffrey wrote:
On Apr 15, 2007, at 8:35 PM, Ryan Schmidt wrote:
On Apr 15, 2007, at 16:43, Kinross, Jeffrey wrote:
Attempting to build Stellarium but it seems broken.
Let's see...
checking build system type... i686-apple-darwin8.9.1 checking host system type... i686-apple-darwin8.9.1
So you're on an Intel Mac...
checking for gcc... /usr/bin/gcc-3.3
But it found gcc-3.3, which is only for building PowerPC binaries.
Why is it using gcc-3.3? Have you selected gcc-3.3? What is the output of "gcc_select" on your system? If it's not 4.0.1, you need to select gcc 4.0.1 by typing "sudo gcc_select 4.0"
Nope gcc_select outputs 4.0.1. "sudo gcc_select 4.0" says I'm already using 4.0
Ah, whoops, sorry, I should have read the portfile first. The Stellarium portfile deliberately uses gcc 3.3, which means it's incompatible with Intel Macs. I'm CCing the maintainer.
Thanks
participants (2)
-
Kinross, Jeffrey
-
Ryan Schmidt