Am 03.10.2014 um 03:01 schrieb Lowell Tacconi-Garman: >> pandoc >> The following 28 additional packages will be installed: >> ghc-aeson ghc-attoparsec ghc-conduit ghc-digest ghc-exceptions >> ghc-hashable >> ghc-hslua ghc-lifted-base ghc-mmorph ghc-monad-control ghc-pandoc-types >> ghc-primitive ghc-random ghc-resourcet ghc-scientific ghc-semigroups >> ghc-stm >> ghc-tagsoup ghc-temporary ghc-texmath ghc-transformers-base >> ghc-unordered-containers ghc-vector ghc-void ghc-xml ghc-yaml >> ghc-zip-archive ghc-zlib
Pandoc depends on/uses/needs GHC, the Glasgow Haskell Compiler. Therefore these ghc-* packages are needed and some are later on fetched from the Internet. >> env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions >> -xf /sw/src/attoparsec-0.10.4.0.tar.gz >> sudo -u fink-bld [ENV] sh -c /tmp/fink.1SDV3 >> runghc Setup.lhs configure --prefix=/sw >> --docdir=/sw/share/doc/ghc-attoparsec >> Configuring attoparsec-0.10.4.0... >> Setup.lhs: At least the following dependencies are missing: >> text >=0.11.1.5 > Attoparsec is one of the Pandoc/GHC dependencies. Presumingly its INFO file has a typo: Instead of a package named "text" a package named "ghc-text" should be listed as dependency. You could try to find that ghc-attoparsec.info file and change the dependency "text" to "ghc-text" and see whether this cures the failure. (On my old Snow Leopard system I don't see the Haskell packages. Invoking 'fink list | grep text' should list a "ghc-text" package.) -- Greetings Pete Progress (n.): Process through which USENET evolved from smart people in front of dumb terminals to dumb people in front of smart terminals. ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
