#1674: Install still failing
--------------------------------+-------------------------------------------
  Reporter:  [EMAIL PROTECTED]  |          Owner:         
      Type:  bug                |         Status:  new    
  Priority:  high               |      Milestone:  6.8    
 Component:  Compiler           |        Version:  6.7    
  Severity:  normal             |       Keywords:         
Difficulty:  Unknown            |             Os:  Unknown
  Testcase:                     |   Architecture:  Unknown
--------------------------------+-------------------------------------------
make install still does not complete.

 == make install -r;
  in /home/<user>/haskell/ghc/compiler
 ------------------------------------------------------------------------
 gcc -E  -undef -traditional -P -DINSTALLING \
        -DIMPORT_DIR='"/home/<user>/lib/ghc-6.7.20070908/imports"' \
        -DLIB_DIR='"/home/<user>/lib/ghc-6.7.20070908"' \
        -DINCLUDE_DIR='"/home/<user>/lib/ghc-6.7.20070908/include"' \
        -DDATA_DIR='"/home/<user>/share/ghc-6.7.20070908"' \
 -DHTML_DIR='"/home/<user>/share/ghc-6.7.20070908/html/libraries/ghc"' \
 
-DHADDOCK_IFACE='"/home/<user>/share/ghc-6.7.20070908/html/libraries/ghc/ghc.haddock"'
 \
        -I../includes \
        -x c -DPKG_DEPENDS='hpc bytestring template-haskell readline unix
 Cabal base haskell98' -DSTAGE='"2"' -I../includes -Iinclude -DPACKAGE=ghc
 -DVERSION=6.7.20070908 -DPKG_LIBDIR='"/home/<user>/lib/ghc-6.7.20070908"'
 -DPKG_DATADIR='"/home/<user>/share/ghc-6.7.20070908"' package.conf.in \
     | grep -v '^#pragma GCC' \
     | sed -e 's/""//g' -e 's/:[   ]*,/: /g' \
     | /home/<user>/haskell/ghc/utils/ghc-pkg/ghc-pkg-inplace --global-conf
 /home/<user>/lib/ghc-6.7.20070908/package.conf update - --force
 Reading package info from stdin ... done.
 /home/<user>/lib/ghc-6.7.20070908/hslibs-imports/ghc doesn't exist or
 isn't a directory (ignoring)
 cannot find libHSghc.a on library path (ignoring)
 Saving old package config file... done.
 Writing new package config file... done.
 ../utils/mkdirhier/mkdirhier /home/<user>/bin
 ../utils/mkdirhier/mkdirhier /home/<user>/lib/ghc-6.7.20070908
 ../utils/mkdirhier/mkdirhier /home/<user>/lib/ghc-6.7.20070908
 ../utils/mkdirhier/mkdirhier /home/<user>/share/ghc-6.7.20070908
 ../compiler/stage1/ghc-inplace -H32m -O2  -istage2/utils
 -istage2/basicTypes  -istage2/types  -istage2/hsSyn  -istage2/prelude
 -istage2/rename  -istage2/typecheck  -istage2/deSugar  -istage2/coreSyn
 -istage2/vectorise  -istage2/specialise  -istage2/simplCore
 -istage2/stranal  -istage2/stgSyn  -istage2/simplStg  -istage2/codeGen
 -istage2/main  -istage2/profiling  -istage2/parser  -istage2/cprAnalysis
 -istage2/ndpFlatten  -istage2/iface  -istage2/cmm  -istage2/nativeGen
 -istage2/ghci -Wall -fno-warn-name-shadowing -Istage2 -package hpc
 -package bytestring -DGHCI -package template-haskell
 -DGHCI_TABLES_NEXT_TO_CODE -package readline -DUSE_READLINE -cpp
 -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix
 -package Cabal -ignore-package lang -recomp -Rghc-timing  -H16M '-#include
 "cutils.h"' -package-name  ghc-6.7.20070908   -fgenerics    -c
 ghci/ByteCodeLink.lhs -o stage2/ghci/ByteCodeLink.o  -ohi
 stage2/ghci/ByteCodeLink.hi

 ghci/ByteCodeLink.lhs:222:57: Not in scope: `pprPanic'

 ghci/ByteCodeLink.lhs:222:78: Not in scope: `ppr'
 <<ghc: 71364444 bytes, 13 GCs, 2263254/5544140 avg/max bytes residency (3
 samples), 18M in use, 0.00 INIT (0.03 elapsed), 0.22 MUT (0.59 elapsed),
 0.16 GC (0.97 elapsed) :ghc>>
 make[1]: *** [stage2/ghci/ByteCodeLink.o]

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1674>
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

Reply via email to