मेरे जीवन के लिए मैं यह पता नहीं लगा सकता कि कैसे पंडोक स्थापित किया जाए। मैंने इसके गितुब रेपो के साथ-साथ पंडोक साइट पर अनुशंसित सभी 3 दृष्टिकोणों पर अनुशंसित दृष्टिकोण की कोशिश की । मैं Ubuntu 12.04 पर स्थापित कर रहा हूं इसलिए मैंने पहली बार किया sudo apt-get install haskell-platform
।
यहां प्रत्येक चरण में त्रुटि हुई:
1) गिथब रेपो पर सिफारिश के अनुसार स्थापित करना:
# cabal install --enable-tests
Registering zlib-conduit-1.0.0...
cabal: Error: some packages failed to install:
http-conduit-1.9.4.5 depends on mime-types-0.1.0.3 which failed to install.
mime-types-0.1.0.3 failed during the building phase. The exception was:
ExitFailure 9
pandoc-1.12 depends on mime-types-0.1.0.3 which failed to install.
2) पंडोक साइट पर प्राथमिक स्थापना विधि:
# cabal install pandoc
[35 of 45] Compiling Text.Pandoc.Parsing ( src/Text/Pandoc/Parsing.hs, dist/build/Text/Pandoc/Parsing.o )
cabal: Error: some packages failed to install:
pandoc-1.11.1 failed during the building phase. The exception was:
ExitFailure 9
3) "अगर मेरे वितरण में GHC 6.12 है"
# cabal install cabal-install
[46 of 67] Compiling Distribution.Simple.LocalBuildInfo ( Distribution/Simple/LocalBuildInfo.hs, dist/build/Distribution/Simple/LocalBuildInfo.o )
cabal: Error: some packages failed to install:
Cabal-1.16.0.3 failed during the building phase. The exception was:
ExitFailure 9
cabal-install-1.16.0.2 depends on Cabal-1.16.0.3 which failed to install.
4) टारबॉल स्थापित करना:
# cabal install pandoc
[23 of 45] Compiling Text.Pandoc.Writers.Texinfo ( src/Text/Pandoc/Writers/Texinfo.hs, dist/build/Text/Pandoc/Writers/Texinfo.o )
cabal: Error: some packages failed to install:
pandoc-1.11.1 failed during the building phase. The exception was:
ExitFailure 9
sudo apt-get install pandoc