Package manager version: 0.36.1
Distribution version: selfupdate-rsync Tue Dec  3 12:55:23 2013, 10.9, x86_64
Trees: local/main stable/main
Xcode.app: 5.0.2
Xcode command-line tools: 5.0.1.0.1.1382131676
Max. Fink build jobs:  2

The attempt to install ghc-text fails with the errors below.
Obviously the code uses syntax that isn't compatible with Xcode 5.0 anymore.
Is this a known issue?

Kind regards
Jörg


Unpacking fink-buildlock-ghc-text-0.11.3.1-1 (from 
.../fink-buildlock-ghc-text-0.11.3.1-1_2013.12.03-15.50.24_darwin-x86_64.deb) 
...
Setting up fink-buildlock-ghc-text-0.11.3.1-1 (2013.12.03-15.50.24) ...

sudo -u fink-bld [ENV] sh -c /tmp/fink.APIjJ
env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf 
/sw/src/text-0.11.3.1.tar.gz
sudo -u fink-bld [ENV] sh -c /tmp/fink.hfieN
runghc Setup.lhs configure --prefix=/sw --docdir=/sw/share/doc/ghc-text
Configuring text-0.11.3.1...

/tmp/55629.c:1:12:
     warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
           ^
1 warning generated.
runghc Setup.lhs build
Building text-0.11.3.1...
Preprocessing library text-0.11.3.1...

Data/Text.hs:9:52:
     warning: missing terminating ' character [-Winvalid-pp-token]
-- Copyright   : (c) 2009, 2010, 2011, 2012 Bryan O'Sullivan,
                                                   ^

Data/Text.hs:90:12:
     warning: missing terminating ' character [-Winvalid-pp-token]
        , foldl'
               ^

Data/Text.hs:92:13:
     warning: missing terminating ' character [-Winvalid-pp-token]
        , foldl1'
                ^

Data/Text.hs:151:14:
     warning: missing terminating ' character [-Winvalid-pp-token]
        --, lines'
                 ^

Data/Text.hs:273:15:
     warning: missing terminating '"' character [-Winvalid-pp-token]
-- character \"�\" (U+FFFD).  Functions that perform this
              ^

Data/Text.hs:275:5:
     warning: missing terminating '"' character [-Winvalid-pp-token]
-- \"Performs replacement on invalid scalar values\".
    ^

Data/Text.hs:308:12:
     warning: missing terminating '"' character [-Winvalid-pp-token]
-- phrase \"Subject to fusion\".
           ^

Data/Text.hs:448:3:
     error: invalid preprocessing directive
     #-}
      ^

Data/Text.hs:485:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:501:3:
     error: invalid preprocessing directive
     #-}
      ^

Data/Text.hs:518:3:
     error: invalid preprocessing directive
     #-}
      ^

Data/Text.hs:535:3:
     error: invalid preprocessing directive
     #-}
      ^

Data/Text.hs:562:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:567:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:572:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:577:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:582:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:587:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:592:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:624:42:
     warning: missing terminating ' character [-Winvalid-pp-token]
-- In (unlikely) bad cases, this function's time complexity degrades
                                         ^

Data/Text.hs:664:33:
     warning: missing terminating '"' character [-Winvalid-pp-token]
-- the Armenian small ligature \"ﬓ\" (men now, U+FB13) is case
                                ^

Data/Text.hs:665:28:
     warning: missing terminating '"' character [-Winvalid-pp-token]
-- folded to the sequence \"մ\" (men, U+0574) followed by
                           ^

Data/Text.hs:666:5:
     warning: missing terminating '"' character [-Winvalid-pp-token]
-- \"ն\" (now, U+0576), while the Greek \"µ\" (micro sign,
    ^

Data/Text.hs:667:31:
     warning: missing terminating '"' character [-Winvalid-pp-token]
-- U+00B5) is case folded to \"μ\" (small letter mu, U+03BC)
                              ^

Data/Text.hs:675:19:
     warning: missing terminating '"' character [-Winvalid-pp-token]
-- For instance, \"İ\" (Latin capital letter I with dot above,
                  ^

Data/Text.hs:676:34:
     warning: missing terminating '"' character [-Winvalid-pp-token]
-- U+0130) maps to the sequence \"i\" (Latin small letter i, U+0069) followed
                                 ^

Data/Text.hs:677:8:
     warning: missing terminating '"' character [-Winvalid-pp-token]
-- by \" ̇\" (combining dot above, U+0307).
       ^

Data/Text.hs:684:30:
     warning: missing terminating '"' character [-Winvalid-pp-token]
-- For instance, the German \"ß\" (eszett, U+00DF) maps to the
                             ^

Data/Text.hs:685:25:
     warning: missing terminating '"' character [-Winvalid-pp-token]
-- two-letter sequence \"SS\".
                        ^

Data/Text.hs:710:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:763:6:
     warning: missing terminating ' character [-Winvalid-pp-token]
foldl' :: (a -> Char -> a) -> a -> Text -> a
     ^

Data/Text.hs:765:17:
     warning: missing terminating ' character [-Winvalid-pp-token]
{-# INLINE foldl' #-}
                ^

Data/Text.hs:774:7:
     warning: missing terminating ' character [-Winvalid-pp-token]
foldl1' :: (Char -> Char -> Char) -> Text -> Char
      ^

Data/Text.hs:776:18:
     warning: missing terminating ' character [-Winvalid-pp-token]
{-# INLINE foldl1' #-}
                 ^

Data/Text.hs:798:20:
     warning: missing terminating ' character [-Winvalid-pp-token]
concat ts = case ts' of
                   ^

Data/Text.hs:803:7:
     warning: missing terminating ' character [-Winvalid-pp-token]
        ts' = L.filter (not . null) ts
          ^

Data/Text.hs:804:48:
     warning: missing terminating ' character [-Winvalid-pp-token]
        len = sumP "concat" $ L.map lengthWord16 ts'
                                                   ^

Data/Text.hs:809:22:
     warning: missing terminating ' character [-Winvalid-pp-token]
          foldM step 0 ts' >> return arr
                         ^

Data/Text.hs:885:52:
     warning: missing terminating ' character [-Winvalid-pp-token]
-- | /O(n)/ Like a combination of 'map' and 'foldl''. Applies a
                                                   ^

Data/Text.hs:930:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:982:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:1003:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:1021:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:1038:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:1059:4:
     error: invalid preprocessing directive
      #-}
       ^

Data/Text.hs:1177:42:
     warning: missing terminating ' character [-Winvalid-pp-token]
-- In (unlikely) bad cases, this function's time complexity degrades
                                         ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
27 warnings and 20 errors generated.
### execution of runghc failed, exit code 1
### execution of /tmp/fink.hfieN failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-ghc-text-0.11.3.1-1
(Reading database ... 28543 files and directories currently installed.)
Removing fink-buildlock-ghc-text-0.11.3.1-1 ...
Failed: phase compiling: ghc-text-0.11.3.1-1 failed
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to