Ticket #3444 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

index out of range during 'make install'

Reported by: judahj Owned by:
Priority: normal Milestone:
Component: Documentation Version: 6.11
Keywords: Cc:
Operating System: MacOS X Architecture: x86
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

When running 'make install' on an up-to-date pull of ghc+dependencies, 'make install' fails with the following error:

Documentation created: stage2/doc/html/ghc/index.html
cd libraries && sh gen_contents_index --inplace
haddock: internal Haddock or GHC error: Ix{Int}.index: Index (81209088) out of range ((0,-1))
make[1]: *** [libraries/index.html] Error 1
make: *** [all] Error 2

Let me know if more information is required.

Change History

Changed 4 years ago by igloo

  • difficulty set to Unknown

I can't reproduce this on x86 OS X.

Did you "make clean" after updating your tree?

Changed 4 years ago by judahj

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

I did run make clean, but it didn't fix the problem. However, after darcs getting a new local copy everything works fine; so it was probably an issue with my build tree.

Thanks for looking into this.

Note: See TracTickets for help on using tickets.