#3768: 6.12.1 Mac OS X installer lacks all HTML documentation
--------------------------------+-------------------------------------------
Reporter: Minimiscience | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 6.12.2
Component: Documentation | Version: 6.12.1
Resolution: fixed | Keywords:
Difficulty: | Os: MacOS X
Testcase: | Architecture: x86
Failure: Documentation bug |
--------------------------------+-------------------------------------------
Changes (by igloo):
* status: new => closed
* resolution: => fixed
Comment:
I've fixed this now; some notes in case it comes up again:
Install likely-looking packages with MacPorts ("port list", "port install
...").
Some packages needed XCode 3.1, which for OS X 10.5 you can currently only
get bundled with the iphone SDK as far as I can tell.
Then, to fix:
{{{
$ "/opt/local/bin/dblatex" docs/users_guide/users_guide.xml --ps -o
docs/users_guide/users_guide.ps
Traceback (most recent call last):
File "/opt/local/bin/dblatex", line 16, in <module>
from dbtexmf.dblatex import dblatex
ImportError: No module named dbtexmf.dblatex
}}}
do:
{{{
sudo port install python_select
sudo python_select python26
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3768#comment:4>
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