documentation error and omission
- broken link in the building guide
in: http://www.haskell.org/ghc/docs/latest/html/building/sec-build-checks.html
points to: http://www.haskell.org/ghc/docs/latest/set/bug-reporting.html
This is what I see:
Not Found
The requested URL /ghc/docs/latest/set/bug-reporting.html was not found on this server.
Apache/2.0.46 (Red Hat) Server at www.haskell.org Port 80
- automake not mentioned in "building and developing GHC".
I think it deserves a mention next to autoconf, here:
http://www.haskell.org/ghc/docs/latest/html/building/sec-pre-supposed.html
I found that running autoreconf fails without it. Here's the output I got before installing automake:
micky@cellar:/build/ghc$ autoreconf
Can't exec "aclocal": No such file or directory at /usr/bin/autoreconf line 176.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 176.
Can't exec "automake": No such file or directory at /usr/bin/autoreconf line 177.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 177.
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.6 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | low |
| Resolution | Unresolved |
| Component | Documentation |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | Multiple |
| Architecture | Unknown |