#1077: documentation error and omission
------------------------------+---------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: low | Milestone:
Component: Documentation | Version: 6.6
Severity: trivial | Keywords:
Difficulty: Easy (1 hr) | Testcase:
Architecture: Unknown | Os: Multiple
------------------------------+---------------------------------------------
1. 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
}}}
2. 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:
{{{
[EMAIL PROTECTED]:/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.
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1077>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs