khajavi / pandoc

Automatically exported from code.google.com/p/pandoc
GNU General Public License v2.0
0 stars 0 forks source link

cabal install pandoc -- not working #205

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cabal install pandoc
2.
3.

What is the expected output? What do you see instead?
------------------------------------
svsmbp:~ Simon$ cabal install pandoc
Resolving dependencies...
Configuring binary-0.5.0.2...

/var/folders/M0/M0ZUTzJOHS0-wJMswCjQO++++TI/-Tmp-/33941.c:1:0:
     error: CPU you selected does not support x86-64 instruction set
Configuring digest-0.0.0.8...

/var/folders/M0/M0ZUTzJOHS0-wJMswCjQO++++TI/-Tmp-/33941.c:1:0:
     error: CPU you selected does not support x86-64 instruction set
Configuring utf8-string-0.3.6...

/var/folders/M0/M0ZUTzJOHS0-wJMswCjQO++++TI/-Tmp-/33941.c:1:0:
     error: CPU you selected does not support x86-64 instruction set
cabal: Error: some packages failed to install:
binary-0.5.0.2 failed during the configure step. The exception was:
exit: ExitFailure 1
digest-0.0.0.8 failed during the configure step. The exception was:
exit: ExitFailure 1
pandoc-1.4 depends on utf8-string-0.3.6 which failed to install.
utf8-string-0.3.6 failed during the configure step. The exception was:
exit: ExitFailure 1
zip-archive-0.1.1.6 depends on utf8-string-0.3.6 which failed to install.
---------------------------------------------------

What version of the product are you using? On what operating system?
Mac OS 10.6.2

Please provide any additional information below.

---------------------
svsmbp:~ Simon$ which cabal
/usr/local/bin/cabal
---------------------
svsmbp:~ Simon$ cabal --version
cabal-install version 0.6.2
using version 1.6.0.3 of the Cabal library 
---------------------
svsmbp:~ Simon$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.10.4
---------------------
svsmbp:~ Simon$ ghc-pkg list
/Library/Frameworks/GHC.framework/Versions/610/usr/lib/ghc-6.10.4/./package.conf
:
    Cabal-1.6.0.3, GLUT-2.1.1.2, HTTP-4000.0.6, HUnit-1.2.0.3,
    OpenGL-2.2.1.1, QuickCheck-1.2.0.0, array-0.2.0.0, base-3.0.3.1,
    base-4.1.0.0, bytestring-0.9.1.4, cgi-3001.1.7.1,
    containers-0.2.0.1, directory-1.0.0.3, (dph-base-0.3),
    (dph-par-0.3), (dph-prim-interface-0.3), (dph-prim-par-0.3),
    (dph-prim-seq-0.3), (dph-seq-0.3), editline-0.2.1.0,
    extensible-exceptions-0.1.1.0, fgl-5.4.2.2, filepath-1.1.0.2,
    (ghc-6.10.4), ghc-prim-0.1.0.0, haddock-2.4.2, haskell-src-1.0.1.3,
    haskell98-1.0.1.0, hpc-0.5.0.3, html-1.0.1.2, integer-0.1.0.1,
    mtl-1.1.0.2, network-2.2.1.2, network-2.2.1.4, old-locale-1.0.0.1,
    old-time-1.0.0.2, packedstring-0.1.0.1, parallel-1.1.0.1,
    parsec-2.1.0.1, pretty-1.0.1.0, process-1.0.1.1, random-1.0.0.1,
    regex-base-0.72.0.2, regex-compat-0.71.0.1, regex-posix-0.72.0.3,
    rts-1.0, stm-2.1.1.2, syb-0.1.0.1, template-haskell-2.3.0.1,
    time-1.1.2.4, time-1.1.4, unix-2.3.2.0, xhtml-3000.2.0.1,
    zlib-0.5.0.0
--------------------------

I have fink and macports installed

Original issue reported on code.google.com by svsmailus on 15 Jan 2010 at 12:09

GoogleCodeExporter commented 9 years ago
This isn't pandoc specific -- your install is failing on other packages.
I notice you're running OSX 10.6.  Looks like you're running into this bug:
http://hackage.haskell.org/trac/ghc/ticket/3400

Somebody was able to get pandoc installed on OSX 10.6, though: I'd suggest 
following 
his instructions carefully:
http://groups.google.com/group/pandoc-discuss/msg/bce52978c97c7dca

Original comment by fiddloso...@gmail.com on 16 Jan 2010 at 11:24

GoogleCodeExporter commented 9 years ago

Original comment by fiddloso...@gmail.com on 12 Feb 2010 at 2:54