#3493: "make install" fails with error on rts/Config.h in HEAD
-----------------------------+----------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.11 | Severity: normal
Keywords: | Testcase:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
-----------------------------+----------------------------------------------
Using the package from
http://www.haskell.org/ghc/dist/current/dist/ghc-6.11.20090907-x86_64
-unknown-linux.tar.bz2
I think this is the symptom we need to find the cause of:
{{{
rts/package.conf.in:4: error: rts/Config.h: No such file or directory
}}}
Full log:
{{{
a1333...@dev2 ~/ghc-6.11.20090907
$ ./configure --prefix=$HOME
checking for path to top of build tree... /home/a1333478/ghc-6.11.20090907
checking for perl... /usr/bin/perl
checking if your perl works in shell scripts... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ar... /usr/bin/ar
checking whether /usr/bin/ar is GNU ar... yes
checking for ar arguments... q
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether ranlib is needed... no
checking for sed... /bin/sed
checking version of gcc... 4.1.2
checking how to run the C preprocessor... gcc -E
checking for extra options to pass gcc when compiling via C... -fwrapv
configure: creating ./config.status
config.status: creating extra-gcc-opts
config.status: creating mk/config.mk
config.status: creating mk/install.mk
****************************************************
Configuration done, ready to 'make install'
(see README and INSTALL files for more info.)
****************************************************
a1333...@dev2 ~/ghc-6.11.20090907
$ make install
make -r --no-print-directory -f ghc.mk install BINDIST=YES
NO_INCLUDE_DEPS=YES
/usr/bin/install -c -m 755 -d /home/a1333478/bin
"rm" -f
/home/a1333478/bin/ghci-6.11.20090907
create () { touch $1 && chmod 755 $1 ; } && create
/home/a1333478/bin/ghci-6.11.20090907
echo '#!/bin/sh' >>
/home/a1333478/bin/ghci-6.11.20090907
echo 'exec /home/a1333478/bin/ghc-6.11.20090907 --interactive ${1+"$@"}'
>> /home/a1333478/bin/ghci-6.11.20090907
chmod +x
/home/a1333478/bin/ghci-6.11.20090907
"rm" -f /home/a1333478/bin/ghci
ln -s ghci-6.11.20090907 /home/a1333478/bin/ghci
/usr/bin/install -c -m 755 -d /home/a1333478/lib/ghc-6.11.20090907
/usr/bin/install -c -m 755 -d /home/a1333478/lib/ghc-6.11.20090907/include
"cp" rts/dist/build/libHSrts.a rts/dist/build/libHSrts_p.a rts/dist/build
/libHSrts-ghc6.11.20090907.so rts/dist/build/libHSrts_l.a rts/dist/build
/libHSrts_debug-ghc6.11.20090907.so rts/dist/build/libHSrts_thr-
ghc6.11.20090907.so rts/dist/build/libHSrts_thr_debug-ghc6.11.20090907.so
rts/dist/build/libHSrts_thr.a rts/dist/build/libHSrts_thr_debug.a
rts/dist/build/libHSrts_thr_l.a rts/dist/build/libHSrts_thr_p.a
rts/dist/build/libHSrtsmain.a /home/a1333478/lib/ghc-6.11.20090907
/usr/bin/install -c -m 755 -d /home/a1333478/bin
"rm" -f /home/a1333478/bin/haddock
create () { touch $1 && chmod 755 $1 ; } && create
/home/a1333478/bin/haddock
echo '#!/bin/sh' >>
/home/a1333478/bin/haddock
echo 'executablename=/home/a1333478/lib/ghc-6.11.20090907/haddock' >>
/home/a1333478/bin/haddock
echo 'datadir=/home/a1333478/share' >>
/home/a1333478/bin/haddock
echo 'bindir=/home/a1333478/bin' >>
/home/a1333478/bin/haddock
echo 'topdir=/home/a1333478/lib/ghc-6.11.20090907'
>> /home/a1333478/bin/haddock
cat utils/haddock/haddock.wrapper >>
/home/a1333478/bin/haddock
chmod +x /home/a1333478/bin/haddock
"rm" -f -r /home/a1333478/share/doc//html
/usr/bin/install -c -m 755 -d /home/a1333478/share/doc//html
"cp" -R utils/haddock/html /home/a1333478/share/doc//html
/usr/bin/install -c -m 755 -d /home/a1333478/bin
"rm" -f /home/a1333478/bin/hsc2hs
create () { touch $1 && chmod 755 $1 ; } && create
/home/a1333478/bin/hsc2hs
echo '#!/bin/sh' >>
/home/a1333478/bin/hsc2hs
echo 'executablename=/home/a1333478/lib/ghc-6.11.20090907/hsc2hs' >>
/home/a1333478/bin/hsc2hs
echo 'datadir=/home/a1333478/share' >>
/home/a1333478/bin/hsc2hs
echo 'bindir=/home/a1333478/bin' >>
/home/a1333478/bin/hsc2hs
echo 'topdir=/home/a1333478/lib/ghc-6.11.20090907'
>> /home/a1333478/bin/hsc2hs
cat utils/hsc2hs/hsc2hs.wrapper >>
/home/a1333478/bin/hsc2hs
chmod +x /home/a1333478/bin/hsc2hs
/usr/bin/install -c -m 644 utils/hsc2hs/template-hsc.h
/home/a1333478/share
/usr/bin/install -c -m 755 -d /home/a1333478/bin
"rm" -f /home/a1333478/bin/ghc-
pkg-6.11.20090907
create () { touch $1 && chmod 755 $1 ; } && create
/home/a1333478/bin/ghc-pkg-6.11.20090907
echo '#!/bin/sh' >> /home/a1333478/bin
/ghc-pkg-6.11.20090907
echo 'executablename=/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg' >>
/home/a1333478/bin/ghc-pkg-6.11.20090907
echo 'datadir=/home/a1333478/share' >>
/home/a1333478/bin/ghc-pkg-6.11.20090907
echo 'bindir=/home/a1333478/bin' >>
/home/a1333478/bin/ghc-pkg-6.11.20090907
echo 'topdir=/home/a1333478/lib/ghc-6.11.20090907'
>> /home/a1333478/bin/ghc-pkg-6.11.20090907
cat utils/ghc-pkg/ghc-pkg.wrapper >>
/home/a1333478/bin/ghc-pkg-6.11.20090907
chmod +x /home/a1333478/bin/ghc-
pkg-6.11.20090907
/usr/bin/install -c -m 755 -d /home/a1333478/bin
"rm" -f /home/a1333478/bin/ghc-pkg
ln -s ghc-pkg-6.11.20090907 /home/a1333478/bin/ghc-pkg
/usr/bin/install -c -m 755 -d /home/a1333478/bin
"rm" -f /home/a1333478/bin/runghc
create () { touch $1 && chmod 755 $1 ; } && create
/home/a1333478/bin/runghc
echo '#!/bin/sh' >>
/home/a1333478/bin/runghc
echo 'executablename=/home/a1333478/lib/ghc-6.11.20090907/runghc' >>
/home/a1333478/bin/runghc
echo 'datadir=/home/a1333478/share' >>
/home/a1333478/bin/runghc
echo 'bindir=/home/a1333478/bin' >>
/home/a1333478/bin/runghc
echo 'topdir=/home/a1333478/lib/ghc-6.11.20090907'
>> /home/a1333478/bin/runghc
cat utils/runghc/runghc.wrapper >>
/home/a1333478/bin/runghc
chmod +x /home/a1333478/bin/runghc
"rm" -f /home/a1333478/bin/runhaskell
ln -s runghc /home/a1333478/bin/runhaskell
/usr/bin/install -c -m 755 -d /home/a1333478/bin
"rm" -f
/home/a1333478/bin/ghc-6.11.20090907
create () { touch $1 && chmod 755 $1 ; } && create
/home/a1333478/bin/ghc-6.11.20090907
echo '#!/bin/sh' >>
/home/a1333478/bin/ghc-6.11.20090907
echo 'executablename=/home/a1333478/lib/ghc-6.11.20090907/ghc-stage2' >>
/home/a1333478/bin/ghc-6.11.20090907
echo 'datadir=/home/a1333478/share' >>
/home/a1333478/bin/ghc-6.11.20090907
echo 'bindir=/home/a1333478/bin' >>
/home/a1333478/bin/ghc-6.11.20090907
echo 'topdir=/home/a1333478/lib/ghc-6.11.20090907'
>> /home/a1333478/bin/ghc-6.11.20090907
cat ghc/ghc.wrapper >>
/home/a1333478/bin/ghc-6.11.20090907
chmod +x
/home/a1333478/bin/ghc-6.11.20090907
"rm" -f /home/a1333478/bin/ghc
ln -s ghc-6.11.20090907 /home/a1333478/bin/ghc
gcc -E -undef -traditional -P -DINSTALLING
-DLIB_DIR='"/home/a1333478/lib/ghc-6.11.20090907"'
-DINCLUDE_DIR='"/home/a1333478/lib/ghc-6.11.20090907/include"' -x c
-Iincludes libffi/package.conf.in | grep -v '^#pragma GCC' | sed -e
's/""//g' -e 's/:[ ]*,/: /g' >libffi/package.conf.install
gcc -E -undef -traditional -P -DINSTALLING
-DLIB_DIR='"/home/a1333478/lib/ghc-6.11.20090907"'
-DINCLUDE_DIR='"/home/a1333478/lib/ghc-6.11.20090907/include"'
-DPAPI_INCLUDE_DIR="" -DPAPI_LIB_DIR="" -x c -Iincludes
rts/package.conf.in | grep -v '^#pragma GCC' | sed -e 's/""//g' -e 's/:[
]*,/: /g' >rts/package.conf.install
rts/package.conf.in:4: error: rts/Config.h: No such file or directory
/usr/bin/install -c -m 755 -d /home/a1333478/lib/ghc-6.11.20090907
for i in utils/haddock/dist/build/tmp/haddock utils/hsc2hs/dist-
install/build/tmp/hsc2hs utils/ghc-pkg/dist-install/build/tmp/ghc-pkg
utils/runghc/dist/build/tmp/runghc ghc/stage2/build/tmp/ghc-stage2; do \
/usr/bin/install -c -m 755 $i
/home/a1333478/lib/ghc-6.11.20090907; \
done
/usr/bin/install -c -m 755 -d /home/a1333478/lib/ghc-6.11.20090907
"rm" -f /home/a1333478/lib/ghc-6.11.20090907/package.conf
create () { touch $1 && chmod 644 $1 ; } && create
/home/a1333478/lib/ghc-6.11.20090907/package.conf
echo "[]" >> /home/a1333478/lib/ghc-6.11.20090907/package.conf
"/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg" --force --global-conf
/home/a1333478/lib/ghc-6.11.20090907/package.conf update
libffi/package.conf.install
Reading package info from "libffi/package.conf.install" ... done.
ffi-1.0: cannot find libHSffi.a on library path (ignoring)
Writing new package config file... done.
"/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg" --force --global-conf
/home/a1333478/lib/ghc-6.11.20090907/package.conf update
rts/package.conf.install
Reading package info from "rts/package.conf.install" ... done.
Writing new package config file... done.
"inplace/bin/ghc-cabal" install /home/a1333478/lib/ghc-6.11.20090907/ghc-
stage2 /home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/ghc-prim dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/integer-gmp dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/base dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/filepath dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/array dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/bytestring dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/containers dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/unix dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/old-locale dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/old-time dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/time dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/directory dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/process dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/random dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/extensible-exceptions dist-
install '' '/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/haskell98 dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/hpc dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/pretty dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/syb dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/template-haskell dist-
install '' '/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/base3-compat dist-install
'' '/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/Cabal dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/mtl dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/utf8-string dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/terminfo dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/haskeline dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/dph/dph-base dist-install
'' '/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/dph/dph-prim-interface
dist-install '' '/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/dph/dph-prim-seq dist-
install '' '/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/dph/dph-prim-par dist-
install '' '/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/dph/dph-seq dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && "inplace/bin/ghc-cabal"
install /home/a1333478/lib/ghc-6.11.20090907/ghc-stage2
/home/a1333478/lib/ghc-6.11.20090907/ghc-pkg
/home/a1333478/lib/ghc-6.11.20090907 libraries/dph/dph-par dist-install ''
'/home/a1333478' '/home/a1333478/lib/ghc-6.11.20090907'
'/home/a1333478/share/doc//html/libraries' && true
Installing library in /home/a1333478/lib/ghc-6.11.20090907/ghc-
prim-0.1.0.0
make[1]: *** [install_packages] Error 127
make: *** [install] Error 2
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3493>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs