Gentoo Archives: gentoo-alt

From: Lothar Braun <lothar@×××××××.de>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] cmake-2.4.7-r1 on Mac OS X (PPC)
Date: Thu, 26 Jun 2008 12:35:28
Message-Id: 48638D14.5010909@lobraun.de
1 Hi,
2
3 i tried to compile cmake-2.4.7-r1 on Mac OS X 10.4 on a PPC processor.
4 It compiles the bootstrap cmake, but fails to execute it:
5
6 [...]
7 powerpc-apple-darwin8-g++ -framework Carbon -O2 -pipe -mcpu=G4
8 -mtune=G4
9 -I/Users/braun/Gentoo/var/tmp/portage/dev-util/cmake-2.4.7-r1/work/cmake-2.4.7/Source
10
11 -I/Users/braun/Gentoo/var/tmp/portage/dev-util/cmake-2.4.7-r1/work/cmake-2.4.7/Bootstrap.cmk
12 cmake.o cmakemain.o cmakewizard.o cmCommandArgumentLexer.o
13 cmCommandArgumentParser.o cmCommandArgumentParserHelper.o cmDepends.o
14 cmDependsC.o cmMakeDepend.o cmMakefile.o cmGeneratedFileStream.o
15 cmGlobalGenerator.o cmLocalGenerator.o cmInstallGenerator.o
16 cmInstallFilesGenerator.o cmInstallScriptGenerator.o
17 cmInstallTargetGenerator.o cmSourceFile.o cmSystemTools.o
18 cmFileTimeComparison.o cmGlobalUnixMakefileGenerator3.o
19 cmLocalUnixMakefileGenerator3.o cmMakefileExecutableTargetGenerator.o
20 cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator.o
21 cmMakefileUtilityTargetGenerator.o cmBootstrapCommands.o cmCommands.o
22 cmTarget.o cmTest.o cmCustomCommand.o cmCacheManager.o cmListFileCache.o
23 cmOrderLinkDirectories.o cmListFileLexer.o Directory.o Glob.o
24 RegularExpression.o SystemTools.o ProcessUNIX.o System.o -o cmake
25 ld: warning, duplicate dylib
26 /Users/braun/Gentoo/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/libgcc_s.1.dylib
27 loading initial cache file
28 /Users/braun/Gentoo/var/tmp/portage/dev-util/cmake-2.4.7-r1/work/cmake-2.4.7/Bootstrap.cmk/InitialCacheFlags.cmake
29 ./bootstrap: line 1301: 14811 Bus error
30 "${cmake_bootstrap_dir}/cmake" "${cmake_source_dir}"
31 "-C${cmake_bootstrap_dir}/InitialCacheFlags.cmake"
32 "-G${cmake_bootstrap_generator}" ${cmake_bootstrap_system_libs}
33 ---------------------------------------------
34 Error when bootstrapping CMake:
35 Problem while running initial CMake
36 ---------------------------------------------
37 * ERROR: dev-util/cmake-2.4.7-r1 failed:
38 * ./bootstrap failed
39 *
40 * Call stack:
41 * ebuild.sh: 49: <call src_compile>
42 * environment:2958: ./bootstrap
43 --prefix="${EPREFIX}"/usr --docdir=/share/doc/${PN}
44 --datadir=/share/${PN} --mandir=/share/man || die "./bootstrap failed";
45 *
46 * If you need support, post the topmost build error, and the call
47 stack if relevant.
48 * build log:
49 '/Users/braun/Gentoo/var/tmp/portage/dev-util/cmake-2.4.7-r1/temp/build.log'
50 * ebuild environment:
51 '/Users/braun/Gentoo/var/tmp/portage/dev-util/cmake-2.4.7-r1/temp/environment'
52 * S:
53 '/Users/braun/Gentoo/var/tmp/portage/dev-util/cmake-2.4.7-r1/work/cmake-2.4.7'
54
55 * Messages for package dev-util/cmake-2.4.7-r1:
56
57 * ERROR: dev-util/cmake-2.4.7-r1 failed:
58 * ./bootstrap failed
59 *
60 * Call stack:
61 * ebuild.sh: 49: <call src_compile>
62 * environment:2958: ./bootstrap
63 --prefix="${EPREFIX}"/usr --docdir=/share/doc/${PN}
64 --datadir=/share/${PN} --mandir=/share/man || die "./bootstrap failed";
65 *
66
67
68 Any ideas about how to handle this one?
69
70 Regards,
71 Lothar
72 --
73 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>