logo       

[GHC] #749: Building 6.4.2 fails: msg#00044

lang.haskell.glasgow.bugs

Subject: [GHC] #749: Building 6.4.2 fails

#749: Building 6.4.2 fails
-----------------------------+----------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 6.4.2
Severity: normal | Keywords:
Os: Windows | Difficulty: Unknown
Architecture: x86 |
-----------------------------+----------------------------------------------
Trying to rebuild 6.4.2 with 6.4.2 or 6.4.1 fails for me:
../utils/ghc-pkg/ghc-pkg-inplace --force --update-package
<package.conf.inplace
Reading package info from stdin ... done.
h:\src-with-old-ghc\ghc-6.4.2.20060411"\ghc\rts" doesn't exist or isn't a
directory (ignoring)
h:\src-with-old-ghc\ghc-6.4.2.20060411"\ghc\rts\gmp" doesn't exist or
isn't a directory (ignoring)
h:\src-with-old-ghc\ghc-6.4.2.20060411"\ghc\includes" doesn't exist or
isn't a directory (ignoring)

The reason seems to be some mssing single quotes in package.mk.
-DFPTOOLS_TOP_ABS=\"${FPTOOLS_TOP_ABS}\"
to
-DFPTOOLS_TOP_ABS='\"${FPTOOLS_TOP_ABS}\"'
fixes that problem.

But maybe I have some other prblem that causes this?

-- Lennart

--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/749>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise