Advertisement
gatoatigrado3

cabal install log for c2hs

Feb 26th, 2012
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. > cabal install c2hs
  2. Resolving dependencies...
  3. Configuring c2hs-0.16.3...
  4. Building c2hs-0.16.3...
  5. Preprocessing executable 'c2hs' for c2hs-0.16.3...
  6. [ 1 of 26] Compiling Data.DLists ( src/Data/DLists.hs, dist/build/c2hs/c2hs-tmp/Data/DLists.o )
  7. [ 2 of 26] Compiling Control.StateTrans ( src/Control/StateTrans.hs, dist/build/c2hs/c2hs-tmp/Control/StateTrans.o )
  8.  
  9. src/Control/StateTrans.hs:62:8:
  10. Warning: In the use of `catch'
  11. (imported from Prelude, but defined in System.IO.Error):
  12. Deprecated: "Please use the new exceptions variant, Control.Exception.catch"
  13. [ 3 of 26] Compiling Data.Errors ( src/Data/Errors.hs, dist/build/c2hs/c2hs-tmp/Data/Errors.o )
  14. [ 4 of 26] Compiling Data.Attributes ( src/Data/Attributes.hs, dist/build/c2hs/c2hs-tmp/Data/Attributes.o )
  15. [ 5 of 26] Compiling Text.Lexers ( src/Text/Lexers.hs, dist/build/c2hs/c2hs-tmp/Text/Lexers.o )
  16. [ 6 of 26] Compiling Control.StateBase ( src/Control/StateBase.hs, dist/build/c2hs/c2hs-tmp/Control/StateBase.o )
  17. [ 7 of 26] Compiling Data.NameSpaces ( src/Data/NameSpaces.hs, dist/build/c2hs/c2hs-tmp/Data/NameSpaces.o )
  18. [ 8 of 26] Compiling C2HS.C.Attrs ( src/C2HS/C/Attrs.hs, dist/build/c2hs/c2hs-tmp/C2HS/C/Attrs.o )
  19. [ 9 of 26] Compiling C2HS.C.Builtin ( src/C2HS/C/Builtin.hs, dist/build/c2hs/c2hs-tmp/C2HS/C/Builtin.o )
  20. [10 of 26] Compiling Paths_c2hs ( dist/build/autogen/Paths_c2hs.hs, dist/build/c2hs/c2hs-tmp/Paths_c2hs.o )
  21. [11 of 26] Compiling C2HS.Config ( src/C2HS/Config.hs, dist/build/c2hs/c2hs-tmp/C2HS/Config.o )
  22.  
  23. src/C2HS/Config.hs:147:1:
  24. Warning: newtype `CInt' is used in an FFI declaration,
  25. but its constructor is not in scope.
  26. This will become an error in GHC 7.6.1.
  27. When checking declaration:
  28. foreign import ccall safe "static config.h bitfield_direction" bitfield_direction
  29. :: CInt
  30.  
  31. src/C2HS/Config.hs:159:1:
  32. Warning: newtype `CInt' is used in an FFI declaration,
  33. but its constructor is not in scope.
  34. This will become an error in GHC 7.6.1.
  35. When checking declaration:
  36. foreign import ccall safe "static config.h bitfield_padding" bitfield_padding
  37. :: CInt
  38.  
  39. src/C2HS/Config.hs:167:1:
  40. Warning: newtype `CInt' is used in an FFI declaration,
  41. but its constructor is not in scope.
  42. This will become an error in GHC 7.6.1.
  43. When checking declaration:
  44. foreign import ccall safe "static config.h bitfield_int_signed" bitfield_int_signed
  45. :: CInt
  46.  
  47. src/C2HS/Config.hs:177:1:
  48. Warning: newtype `CInt' is used in an FFI declaration,
  49. but its constructor is not in scope.
  50. This will become an error in GHC 7.6.1.
  51. When checking declaration:
  52. foreign import ccall safe "static config.h bitfield_alignment" bitfield_alignment
  53. :: CInt
  54. [12 of 26] Compiling C2HS.Switches ( src/C2HS/Switches.hs, dist/build/c2hs/c2hs-tmp/C2HS/Switches.o )
  55. [13 of 26] Compiling C2HS.Version ( src/C2HS/Version.hs, dist/build/c2hs/c2hs-tmp/C2HS/Version.o )
  56. [14 of 26] Compiling System.CIO ( src/System/CIO.hs, dist/build/c2hs/c2hs-tmp/System/CIO.o )
  57. [15 of 26] Compiling Control.State ( src/Control/State.hs, dist/build/c2hs/c2hs-tmp/Control/State.o )
  58. [16 of 26] Compiling C2HS.State ( src/C2HS/State.hs, dist/build/c2hs/c2hs-tmp/C2HS/State.o )
  59. [17 of 26] Compiling C2HS.CHS.Lexer ( src/C2HS/CHS/Lexer.hs, dist/build/c2hs/c2hs-tmp/C2HS/CHS/Lexer.o )
  60. [18 of 26] Compiling C2HS.CHS ( src/C2HS/CHS.hs, dist/build/c2hs/c2hs-tmp/C2HS/CHS.o )
  61. [19 of 26] Compiling C2HS.Gen.Header ( src/C2HS/Gen/Header.hs, dist/build/c2hs/c2hs-tmp/C2HS/Gen/Header.o )
  62. [20 of 26] Compiling C2HS.C.Trav ( src/C2HS/C/Trav.hs, dist/build/c2hs/c2hs-tmp/C2HS/C/Trav.o )
  63.  
  64. src/C2HS/C/Trav.hs:249:28:
  65. Warning: A do-notation statement discarded a result of type Maybe
  66. CTag.
  67. Suppress this warning by saying "_ <- ($)
  68. transAttrCCT
  69. \ ac -> addDefTagC ac ide fullTag",
  70. or by using the flag -fno-warn-unused-do-bind
  71. [21 of 26] Compiling C2HS.C.Names ( src/C2HS/C/Names.hs, dist/build/c2hs/c2hs-tmp/C2HS/C/Names.o )
  72. [22 of 26] Compiling C2HS.C ( src/C2HS/C.hs, dist/build/c2hs/c2hs-tmp/C2HS/C.o )
  73. [23 of 26] Compiling C2HS.Gen.Monad ( src/C2HS/Gen/Monad.hs, dist/build/c2hs/c2hs-tmp/C2HS/Gen/Monad.o )
  74.  
  75. src/C2HS/Gen/Monad.hs:214:10:
  76. Warning: orphan instance: instance Read Ident
  77. [24 of 26] Compiling C2HS.C.Info ( src/C2HS/C/Info.hs, dist/build/c2hs/c2hs-tmp/C2HS/C/Info.o )
  78. [25 of 26] Compiling C2HS.Gen.Bind ( src/C2HS/Gen/Bind.hs, dist/build/c2hs/c2hs-tmp/C2HS/Gen/Bind.o )
  79.  
  80. src/C2HS/Gen/Bind.hs:724:10:
  81. Warning: orphan instance: instance Num CInteger
  82. [26 of 26] Compiling Main ( src/Main.hs, dist/build/c2hs/c2hs-tmp/Main.o )
  83. Linking dist/build/c2hs/c2hs ...
  84. Installing executable(s) in /home/gatoatigrado/.cabal/bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement