Ticket #35889: main.log

File main.log, 8.2 KB (added by lord@…, 12 years ago)
Line 
1version:1
2:msg:main --->  Computing dependencies for hs-platform-mtl:info:main .:debug:main hs-platform-mtl has no conflicts
3:debug:main Searching for dependency: ghc
4:debug:main Found Dependency: receipt exists for ghc
5:msg:main
6:debug:main Executing org.macports.main (hs-platform-mtl)
7:debug:main changing euid/egid - current euid: 0 - current egid: 0
8:debug:main egid changed to: 502
9:debug:main euid changed to: 502
10:debug:main Skipping completed org.macports.archivefetch (hs-platform-mtl)
11:debug:main Privilege de-escalation not attempted as not running as root.
12:debug:main Skipping completed org.macports.fetch (hs-platform-mtl)
13:debug:main Privilege de-escalation not attempted as not running as root.
14:debug:main Skipping completed org.macports.checksum (hs-platform-mtl)
15:debug:main Privilege de-escalation not attempted as not running as root.
16:debug:main Skipping completed org.macports.extract (hs-platform-mtl)
17:debug:main Privilege de-escalation not attempted as not running as root.
18:debug:main Skipping completed org.macports.patch (hs-platform-mtl)
19:debug:main Privilege de-escalation not attempted as not running as root.
20:debug:main Skipping completed org.macports.configure (hs-platform-mtl)
21:debug:main Privilege de-escalation not attempted as not running as root.
22:debug:build build phase started at Wed Aug 29 08:48:58 PDT 2012
23:notice:build --->  Building hs-platform-mtl
24:debug:build Executing org.macports.build (hs-platform-mtl)
25:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hs-platform-mtl/hs-platform-mtl/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8'
26:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hs-platform-mtl/hs-platform-mtl/work/mtl-1.1.0.2" && runhaskell Setup build -v'
27:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hs-platform-mtl/hs-platform-mtl/work/mtl-1.1.0.2" && runhaskell Setup build -v
28:info:build creating dist/build
29:info:build creating dist/build/autogen
30:info:build Building mtl-1.1.0.2...
31:info:build Preprocessing library mtl-1.1.0.2...
32:info:build Building library...
33:info:build creating dist/build
34:info:build /opt/local/bin/ghc --make -package-name mtl-1.1.0.2 -hide-all-packages -fbuilding-cabal-package -no-user-package-conf -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build -hidir dist/build -stubdir dist/build -package-id base-4.5.1.0-81d626fb996bc7e140a3fd4481b338cd -O -Wall -XHaskell98 -XMultiParamTypeClasses -XFunctionalDependencies -XFlexibleInstances -XTypeSynonymInstances Control.Monad.Cont Control.Monad.Cont.Class Control.Monad.Error Control.Monad.Error.Class Control.Monad.Identity Control.Monad.List Control.Monad.RWS Control.Monad.RWS.Class Control.Monad.RWS.Lazy Control.Monad.RWS.Strict Control.Monad.Reader Control.Monad.Reader.Class Control.Monad.State Control.Monad.State.Class Control.Monad.State.Lazy Control.Monad.State.Strict Control.Monad.Trans Control.Monad.Writer Control.Monad.Writer.Class Control.Monad.Writer.Lazy Control.Monad.Writer.Strict
35:info:build
36:info:build Control/Monad/Cont.hs:1:12:
37:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
38:info:build
39:info:build Control/Monad/Cont/Class.hs:1:12:
40:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
41:info:build
42:info:build Control/Monad/Error.hs:1:12:
43:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
44:info:build
45:info:build Control/Monad/Error/Class.hs:1:12:
46:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
47:info:build
48:info:build Control/Monad/List.hs:1:12:
49:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
50:info:build
51:info:build Control/Monad/RWS/Lazy.hs:1:12:
52:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
53:info:build
54:info:build Control/Monad/RWS/Strict.hs:1:12:
55:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
56:info:build
57:info:build Control/Monad/Reader.hs:2:12:
58:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
59:info:build
60:info:build Control/Monad/Reader/Class.hs:1:12:
61:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
62:info:build
63:info:build Control/Monad/State/Lazy.hs:1:12:
64:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
65:info:build
66:info:build Control/Monad/State/Strict.hs:1:12:
67:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
68:info:build
69:info:build Control/Monad/Writer.hs:1:12:
70:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
71:info:build
72:info:build Control/Monad/Writer/Class.hs:1:12:
73:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
74:info:build
75:info:build Control/Monad/Writer/Lazy.hs:1:12:
76:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
77:info:build
78:info:build Control/Monad/Writer/Strict.hs:1:12:
79:info:build     Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
80:info:build [10 of 21] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
81:info:build
82:info:build Control/Monad/Error.hs:76:10:
83:info:build     Duplicate instance declarations:
84:info:build       instance Error e => Monad (Either e)
85:info:build         -- Defined at Control/Monad/Error.hs:76:10
86:info:build       instance [safe] Monad (Either e)
87:info:build         -- Defined in `Control.Monad.Instances'
88:info:build
89:info:build Control/Monad/Error.hs:87:10:
90:info:build     Duplicate instance declarations:
91:info:build       instance Error e => MonadFix (Either e)
92:info:build         -- Defined at Control/Monad/Error.hs:87:10
93:info:build       instance MonadFix (Either e) -- Defined in `Control.Monad.Fix'
94:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hs-platform-mtl/hs-platform-mtl/work/mtl-1.1.0.2" && runhaskell Setup build -v
95:info:build Exit code: 1
96:error:build org.macports.build for port hs-platform-mtl returned: command execution failed
97:debug:build Error code: CHILDSTATUS 83137 1
98:debug:build Backtrace: command execution failed
99    while executing
100"system -nice 0 $fullcmdstring"
101    ("eval" body line 1)
102    invoked from within
103"eval system $notty $nice \$fullcmdstring"
104    invoked from within
105"command_exec build"
106    (procedure "portbuild::build_main" line 8)
107    invoked from within
108"$procedure $targetname"
109:info:build Warning: targets not executed for hs-platform-mtl: org.macports.activate org.macports.build org.macports.destroot org.macports.install
110:notice:build Please see the log file for port hs-platform-mtl for details:
111    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hs-platform-mtl/hs-platform-mtl/main.log