Ticket #217 (assigned defect)

Opened 5 months ago

Last modified 4 months ago

Incorrect build order in source tarball

Reported by: andykitchen Owned by: MtnViewMark
Priority: minor Milestone: 2013.2.0.0
Component: Generic source tarball Keywords:
Cc:

Description

Building with the tarball on a system without happy installed fails because happy is not built before alex. Reordering the entries in packages/platform.packages fixes the problem. Patch attached.

Attachments

haskell-platform-2012.4.0.0-platform.packages.patch (479 bytes) - added by andykitchen 5 months ago.

Change History

Changed 5 months ago by andykitchen

Changed 5 months ago by refold

  • owner changed from duncan to MtnViewMark

Changed 4 months ago by MtnViewMark

  • status changed from new to assigned
  • milestone set to 2013.2.0.0

I thought both happy and alex had to be boot-strapped with each other, and that we included boot-strapped versions in the source tarball.

If my understanding of the need for mutual boot-strapping is correct, then no build order will work w/o the boot-strapped versions.

Is it possible you were building in such a way as to not be using the boot-strapped versions?

Note: See TracTickets for help on using tickets.