13 Oct 03:01
Error building GHC 6.8.3: "version of ../../compiler/stage1/ghc-inplace could not be determined"
From: Devin Mullins <me <at> twifkak.com>
Subject: Error building GHC 6.8.3: "version of ../../compiler/stage1/ghc-inplace could not be determined"
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2008-10-13 01:03:30 GMT
Subject: Error building GHC 6.8.3: "version of ../../compiler/stage1/ghc-inplace could not be determined"
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2008-10-13 01:03:30 GMT
Hi, I'm trying to build 6.8.3 on Linux PowerPC, based on an old binary of 6.4 (latest build for this arch that I found). stage1 seems to have built, but from there, building libraries almost immediately fails: > make -C libraries all > make[1]: Entering directory `/home/twifkak/arch/ghc/src/ghc-6.8.3/libraries' > rm -f -f stamp/configure.library.*.base base/unbuildable > ( cd base && setup/Setup configure \ > --enable-library-profiling --enable-split-objs \ > --prefix=/NONEXISTANT \ > --bindir=/NONEXISTANT \ > --libdir=/NONEXISTANT \ > --libsubdir='$pkgid' \ > --libexecdir=/NONEXISTANT \ > --datadir=/NONEXISTANT \ > --docdir=/NONEXISTANT \ > --htmldir=/NONEXISTANT \ > --interfacedir=/NONEXISTANT \ > --with-compiler=../../compiler/stage1/ghc-inplace \ > --with-hc-pkg=../../utils/ghc-pkg/ghc-pkg-inplace \ > --with-hsc2hs=../../utils/hsc2hs/hsc2hs-inplace \ > --with-ld=/usr/bin/ld \ > --haddock-options="--use-contents=../index.html \ > --use-index=../doc-index.html" \ > --configure-option='--prefix=/usr' --configure-option='CFLAGS=-mtune=powerpc -O2 -pipe -mpowerpc-gfxopt' \ > --configure-option=--with-cc=gcc ) \ > && touch stamp/configure.library.build-profiling-splitting.base || touch base/unbuildable(Continue reading)
RSS Feed