Ticket #749 (closed bug: fixed)

Opened 7 years ago

Last modified 7 years ago

Building 6.4.2 fails

Reported by: guest Owned by:
Priority: normal Milestone:
Component: Build System Version: 6.4.2
Keywords: Cc:
Operating System: Windows Architecture: x86
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

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

Change History

Changed 7 years ago by simonmar

  • status changed from new to closed
  • resolution set to fixed

Fixed as suggested, certainly the quoting on that line is different to the others. However, it always "worked for me", so I'm not sure what was different in your environment to cause it to show up.

Note: See TracTickets for help on using tickets.