[GHC] #11956: on osx 10.11 haddock --hyperlinked-source on ghc source fails with file resource exhausted

#11956: on osx 10.11 haddock --hyperlinked-source on ghc source fails with file resource exhausted --------------------------------------+--------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.1-rc3 Keywords: | Operating System: MacOS X Architecture: x86_64 (amd64) | Type of failure: None/Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: --------------------------------------+--------------------------------- {{{ Warning: Module: moduleUnitId is exported separately but will be documented under Module. Consider exporting it together with its parent(s) for code clarity. Warning: Module: moduleName is exported separately but will be documented under Module. Consider exporting it together with its parent(s) for code clarity. Warning: Couldn't find .haddock for export typeKind Warning: Couldn't find .haddock for export liftedTypeKind haddock: internal error: compiler/HsVersions.h: openBinaryFile: resource exhausted (Too many open files) }}} theres also quite a few "cannot find link destination" style errors, see the attached file for that NB: the key bit for fixing this, at least in my local environment, is to do `ulimit -n 10000` before invoking make. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11956 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11956: on osx 10.11 haddock --hyperlinked-source on ghc source fails with file resource exhausted ---------------------------------+-------------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.1-rc3 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+-------------------------------------- Changes (by carter): * Attachment "makerun-warnings.txt" added. haddock warnings outputs -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11956 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11956: on osx 10.11 haddock --hyperlinked-source on ghc source fails with file resource exhausted ---------------------------------+-------------------------------------- Reporter: carter | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 8.0.1-rc3 Resolution: duplicate | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+-------------------------------------- Changes (by thomie): * status: new => closed * resolution: => duplicate Comment: A solution is being worked on in https://github.com/haskell/haddock/issues/495. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11956#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC