Ticket #3414 (closed bug: duplicate)

Opened 4 years ago

Last modified 4 years ago

GHC does not configure with autoconf 2.64

Reported by: ajd Owned by:
Priority: normal Milestone:
Component: Compiler Version: 6.10.4
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Lots of errors occur. Some stem from "dnl"s that cause "fi"s and "done"s to stack up (i.e. you get fidone on one line instead of fi\ndone). I have a patch to aclocal.m4 that causes the main "configure" script to work, as well as one for the base package; unfortunately, terminfo also has issues and I am still looking into those.

Attachments

ghc-fix-build-dnl-windres.dpatch Download (28.2 KB) - added by ajd 4 years ago.
Patch to GHC that seems to fix one of the issues
base-fix-autoconf-2.64.dpatch Download (7.0 KB) - added by ajd 4 years ago.

Change History

Changed 4 years ago by ajd

Patch to GHC that seems to fix one of the issues

Changed 4 years ago by ajd

Changed 4 years ago by ajd

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

Oops...somebody beat me to it...terribly sorry about that...

Note: See TracTickets for help on using tickets.