Gentoo Archives: gentoo-alt

From: Lothar Braun <lothar@×××××××.de>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] cmake-2.4.7-r1 on Mac OS X (PPC)
Date: Sat, 19 Jul 2008 10:22:33
Message-Id: 4881C04B.2020100@lobraun.de
In Reply to: Re: [gentoo-alt] cmake-2.4.7-r1 on Mac OS X (PPC) by Fabian Groffen
1 Fabian Groffen wrote:
2 > On 26-06-2008 14:35:32 +0200, Lothar Braun wrote:
3 >> Hi,
4 >>
5 >> i tried to compile cmake-2.4.7-r1 on Mac OS X 10.4 on a PPC processor.
6 >> It compiles the bootstrap cmake, but fails to execute it:
7 >
8 > Nasty, the linker or cmake itself just crashes.
9
10 Indeed, that's nasty. I could reproduce the same crash on an Mac OS X
11 10.5 on an Intel CPU and was able to create a backtrace:
12
13 #0 0x91fa9f75 in SystemConfigurationVersionNumber ()
14 (gdb) bt
15 #0 0x91fa9f75 in SystemConfigurationVersionNumber ()
16 #1 0x00000051 in ?? ()
17 #2 0x91faa02c in SystemConfigurationVersionNumber ()
18 #3 0x91fa859d in SystemConfigurationVersionNumber ()
19 #4 0x000a00fa in cmFileCommand::HandleWriteCommand ()
20 #5 0x000b8097 in cmFileCommand::InitialPass ()
21 #6 0x000bf789 in cmCommand::InvokeInitialPass ()
22 #7 0x0003171e in cmMakefile::ExecuteCommand ()
23 #8 0x00037929 in cmMakefile::ReadListFile ()
24 #9 0x00047f81 in cmGlobalGenerator::EnableLanguage ()
25 #10 0x0006b986 in cmGlobalUnixMakefileGenerator3::EnableLanguage ()
26 #11 0x00035580 in cmMakefile::EnableLanguage ()
27 #12 0x000aa3ba in cmProjectCommand::InitialPass ()
28 #13 0x000bf789 in cmCommand::InvokeInitialPass ()
29 #14 0x0003171e in cmMakefile::ExecuteCommand ()
30 #15 0x00037929 in cmMakefile::ReadListFile ()
31 #16 0x00055053 in cmLocalGenerator::Configure ()
32 #17 0x00078e98 in cmLocalUnixMakefileGenerator3::Configure ()
33 #18 0x00049500 in cmGlobalGenerator::Configure ()
34 #19 0x0000c66d in cmake::Configure ()
35 #20 0x0000cdbf in cmake::Run ()
36 #21 0x000143ce in do_cmake ()
37 #22 0x00001fba in start ()
38
39 Does someone have any ideas on how i could fix this problem?
40
41 Regards,
42 Lothar
43 --
44 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] cmake-2.4.7-r1 on Mac OS X (PPC) Fabian Groffen <grobian@g.o>