#4237: -dcore-lint error after simplifier iteration 1 when profiling
-------------------------------------------------+--------------------------
Reporter: wkahl | Owner:
Type: bug | Status: infoneeded
Priority: high | Milestone: 6.14.1
Component: Compiler | Version: 6.12.3
Keywords: profiling, simplifier, core-lint | Testcase:
Blockedby: 4172, 4186 | Difficulty:
Os: Linux | Blocking:
Architecture: x86_64 (amd64) | Failure: Compile-time
crash
-------------------------------------------------+--------------------------
Comment(by wkahl):
What does ``this patch'' refer to exactly? Is there an easy way to apply
it to a 6.12.3 source distribution?
Installing HEAD currently fails with
{{{
echo 'pgmgcc="/usr/bin/gcc"' >>
"/usr/local/packages/ghc-6.13/bin/haddock-6.13.20100813"
cat utils/haddock/haddock.wrapper >>
"/usr/local/packages/ghc-6.13/bin/haddock-6.13.20100813"
chmod +x
"/usr/local/packages/ghc-6.13/bin/haddock-6.13.20100813"
/usr/bin/install -c -m 755 -d
"/usr/local/packages/ghc-6.13/share/doc/ghc/html"
"cp" -R utils/haddock/html
"/usr/local/packages/ghc-6.13/share/doc/ghc/html"
/usr/bin/install -c -m 755 -d
"/usr/local/packages/ghc-6.13/lib/ghc-6.13.20100813/html"
for i in utils/haddock/html/*; do \
/usr/bin/install -c -m 644 $i
"/usr/local/packages/ghc-6.13/lib/ghc-6.13.20100813/html"; \
done
/usr/bin/install: omitting directory `utils/haddock/html/Classic.theme'
/usr/bin/install: omitting directory `utils/haddock/html/Ocean.std-theme'
/usr/bin/install: omitting directory `utils/haddock/html/Snappy.theme'
make[1]: *** [install_utils/haddock_data] Error 1
make: *** [install] Error 2
}}}
...
Wolfram
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4237#comment:3>
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